Annotation of parser3/ChangeLog, revision 1.98

1.98    ! moko        1: 2015-10-22  moko
        !             2: 
        !             3:        * tests/: 321.html, results/321.processed: test for
        !             4:          ^reflection:method_info[] file detection added
        !             5: 
        !             6:        * tests/: 320.html, results/320.processed: test for
        !             7:          ^reflection:class_by_name[class_name] added (related to feature
        !             8:          #993)
        !             9: 
        !            10:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
        !            11:          added (implements feature #993)
        !            12: 
        !            13:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
        !            14:          (related to feature #1017)
        !            15: 
        !            16:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
        !            17:          added (related to issue #1039)
        !            18: 
        !            19:        * src/main/pa_request.C: ^throw origin fixed (related to feature
        !            20:          #1039)
        !            21: 
        !            22:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
        !            23:          for VDate
        !            24: 
        !            25:        * tests/results/182.processed: updated after feature #1038
        !            26:          implemented
        !            27: 
        !            28:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
        !            29:          compile-time exception origin added (test for feature #1039)
        !            30: 
        !            31:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
        !            32:          main/pa_request.C: exception unification: compile-time exceptions
        !            33:          now have origin, @USE origins also tracked (implements feature
        !            34:          #1039)
        !            35: 
        !            36: 2015-10-20  moko
        !            37: 
        !            38:        * src/main/pa_request.C: cleanup
        !            39: 
        !            40: 2015-10-15  moko
        !            41: 
        !            42:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
        !            43: 
        !            44:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
        !            45:          types/pa_vtable.C: new feature: no more $table.method and
        !            46:          $hash.method, aliases for _at, _count, _key (related to feature
        !            47:          #1017)
        !            48: 
1.97      moko       49: 2015-10-14  moko
                     50: 
1.98    ! moko       51:        * tests/: 317.html, results/317.processed: test for
        !            52:          ^string.unescape[] added (related to feature #120)
        !            53: 
1.97      moko       54:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                     55:          defined" bug (described in issue #1036)
                     56: 
                     57:        * tests/: 247.html, results/247.processed: test for checkBOM added
                     58:          (test for bug #1037)
                     59: 
                     60:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                     61:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                     62:          it's not enforced, skips BOM signature if it complies charset
                     63:          (fixes bug #1037)
                     64: 
                     65: 2015-10-13  moko
                     66: 
                     67:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                     68:          linking
                     69: 
                     70:        * src/classes/inet.C: vs2003 compilation fix
                     71: 
                     72:        * src/classes/math.C: warning war
                     73: 
                     74:        * src/lib/punycode/pa_punycode.c: warning war
                     75: 
                     76: 2015-10-12  moko
                     77: 
                     78:        * src/lib/punycode/pa_punycode.c: warning war
                     79: 
                     80:        * parser3.sln: moved parser3 first, to make it default startup
                     81:          project
                     82: 
                     83:        * buildall: parser "mirror" now used for external libs sources
                     84:          (implements feature #1036)
                     85: 
                     86:        * buildall: most external libs are updated to their current
                     87:          versions (related to feature #1036)
                     88: 
                     89:        * src/classes/image.C: more tags added
                     90: 
                     91:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                     92: 
                     93: 2015-10-11  moko
                     94: 
                     95:        * src/classes/curl.C: minor optimization (related to feature #1035)
                     96: 
                     97: 2015-10-09  moko
                     98: 
                     99:        * src/classes/curl.C: pa_strdup added for strings from curl
                    100:          (related to feature #1035)
                    101: 
                    102:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                    103:          ULLONG_MAX definition
                    104: 
                    105:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                    106:          (implements feature #1035)
                    107: 
                    108:        * src/main/pa_charset.C: String::Body(String::C) used
                    109: 
                    110:        * src/main/pa_charset.C: exceptions unified
                    111: 
                    112:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                    113:          unified
                    114: 
                    115:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                    116:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                    117:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                    118:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                    119:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                    120:          String::Body(String::C) constructor added (related to bug #957)
                    121: 
                    122:        * src/classes/file.C: minor optimization
                    123: 
                    124:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                    125:          Cord(char*) autocreation (related to bug #957)
                    126: 
                    127:        * src/: classes/string.C, main/untaint.C: minor optimizations
                    128: 
                    129:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                    130:          String(char*, Lang, length) removed, String(C(), Lang) used
                    131:          instead (related to bug #957)
                    132: 
                    133: 2015-10-08  moko
                    134: 
                    135:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                    136:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                    137:          main/untaint.C: Now char * is converted to CORD only using
                    138:          AS_CORD() to check for empty cord bug (fixes bug #957)
                    139: 
                    140:        * src/include/pa_hash.h: fixed compilation without
                    141:          HASH_CODE_CACHING
                    142: 
                    143:        * src/classes/string.C:
                    144:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                    145:          feature #120)
                    146: 
                    147:        * src/main/pa_common.C: reduce js flags checks count (related to
                    148:          feature #120)
                    149: 
1.96      moko      150: 2015-10-07  moko
                    151: 
                    152:        * tests/: 275.html, results/275.processed: test modified after
                    153:          unsigned long long int support implemented (feature #1034)
                    154: 
                    155:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                    156:          pa_atoul added for unsigned long long int support
                    157: 
                    158: 2015-10-06  moko
                    159: 
                    160:        * src/types/pa_vdate.C: INT_MAX used
                    161: 
                    162: 2015-10-03  moko
                    163: 
                    164:        * tests/: 302.html, results/302.processed: test for bug #1023
                    165:          (\u2028, \u2029 escaping) added
                    166: 
                    167:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                    168:          json:string[] (fixes bug #1023)
                    169: 
                    170: 2015-09-29  moko
                    171: 
                    172:        * tests/305.html: try-catch added for OS without ipv6 support
                    173: 
                    174:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                    175:          compilation
                    176: 
                    177:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                    178:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                    179:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                    180:          implemented to distinguish ^hash.method from $hash.field
                    181:          (implements feature #1017)
                    182: 
                    183:        * src/lib/punycode/pa_punycode.c: warning war
                    184: 
                    185:        * src/include/pa_config_includes.h: warning war
                    186: 
                    187:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                    188: 
                    189:        * src/include/pa_config_includes.h: warning war
                    190: 
                    191:        * src/include/pa_hash.h: clang compilation fix
                    192: 
                    193: 2015-09-27  moko
                    194: 
                    195:        * src/main/compile.tab.C: Bison 3 is now default
                    196: 
                    197:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                    198: 
                    199: 2015-09-25  moko
                    200: 
                    201:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                    202:          works with undefined HASH_ORDER (related to feature #196)
                    203: 
                    204: 2015-09-24  moko
                    205: 
                    206:        * tests/: 027.html, results/027.processed: test modified to test
                    207:          ^hash.sort (feature #196)
                    208: 
                    209:        * src/: classes/hash.C, include/pa_hash.h:
                    210:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                    211:          added (implements feature #196)
                    212: 
                    213:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                    214:          (exception handling in non-cached ^cache), plus for "it does not
                    215:          have logical value" and "$exception.handled value must be either
                    216:          boolean or string 'cache'" exceptions.
                    217: 
                    218:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                    219:          code (fixes bug #1025)
                    220: 
1.95      moko      221: 2015-09-23  moko
                    222: 
                    223:        * src/classes/table.C: warning war
                    224: 
                    225:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                    226: 
                    227:        * src/classes/file.C: warning war
                    228: 
                    229:        * src/: include/pa_table.h, main/pa_table.C: warning war
                    230: 
                    231:        * src/: main/pa_request.C, classes/date.C: warning war
                    232: 
                    233:        * src/: types/pa_vdate.C, classes/op.C: warning war
                    234: 
                    235:        * tests/: 122.html, results/122.processed: win sync: to remove
                    236:          differences with OS that doesn't keep timezone change history
                    237: 
                    238:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                    239:          TZ change (related to feature #36)
                    240: 
                    241:        * tests/: 075.html, results/075.processed: win sync: to remove
                    242:          differences with OS that doesn't keep timezone change history
                    243: 
                    244:        * tests/: 315.html, results/315.processed: win sync: to remove
                    245:          differences with OS that doesn't keep timezone change history
                    246: 
                    247:        * tests/: 256.html, results/256.processed: win sync: to remove
                    248:          differences with OS that doesn't keep timezone change history
                    249: 
                    250:        * tests/: 124.html, results/124.processed: win results sync: to
                    251:          avoid hitting time change hole.
                    252: 
                    253:        * src/types/pa_vdate.C: static returned. :)
                    254: 
                    255: 2015-09-22  moko
                    256: 
                    257:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                    258: 
                    259:        * tests/results/131.processed: more tests for feature #1032
                    260: 
                    261:        * src/classes/date.C: minor fix related to feature #1032
                    262: 
                    263:        * operators.txt: ISO date creation documented (related to feature
                    264:          #1032)
                    265: 
                    266:        * operators.txt: iso-string documented (related to feature #1032)
                    267: 
                    268:        * tests/: 315.html, results/315.processed: more tests added
                    269:          (related to feature #1032)
                    270: 
                    271:        * tests/: 131.html, results/131.processed: date range checks
                    272:          updated (related to feature #36)
                    273: 
                    274:        * tests/: 315.html, results/057.processed, results/315.processed:
                    275:          test added for ISO date support (related to issue #315)
                    276: 
                    277:        * src/classes/date.C: more readable exceptions in date creation
                    278:          (related to ticket #1032)
                    279: 
                    280: 2015-09-18  moko
                    281: 
                    282:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                    283:          added (related to issue #1032)
                    284: 
                    285:        * tests/results/256.processed, src/classes/json.C: iso-string
                    286:          documented (related to issue #1032)
                    287: 
                    288:        * tests/: 256.html, results/256.processed: ISO date check added
                    289:          (related to issue #1032)
                    290: 
                    291:        * tests/: 057.html, results/057.processed, results/224.processed:
                    292:          tests results updated after ISO date support implemented (related
                    293:          to feature #1032)
                    294: 
                    295:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                    296:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                    297:          ^date::create[string] constructor formalized, ^date.iso-string[]
                    298:          added (implements feature #1032)
                    299: 
                    300: 2015-09-05  moko
                    301: 
                    302:        * operators.txt: actualized
                    303: 
                    304:        * operators.txt: date changes documented (related to ticket #36)
                    305: 
                    306: 2015-09-04  moko
                    307: 
                    308:        * src/types/pa_vdate.C: warning war
                    309: 
                    310:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                    311: 
                    312: 2015-09-03  moko
                    313: 
                    314:        * tests/results/096.processed: test result updated for 0..9999 year
                    315:          date range support (related to feature #36)
                    316: 
                    317:        * tests/: 314.html, results/314.processed: test for
                    318:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                    319:          bug #1031)
                    320: 
                    321:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                    322:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                    323: 
1.97      moko      324:        * Makefile.am, Makefile.in, acsite.m4, configure.ac, configure.in:
                    325:          Warning war: configure.in -> configure.ac
1.95      moko      326: 
1.97      moko      327:        * Makefile.in, configure, configure.in, bin/Makefile.in,
                    328:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                    329:          src/Makefile.in, src/classes/Makefile.in,
                    330:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                    331:          src/lib/Makefile.in, src/lib/cord/Makefile.in,
                    332:          src/lib/cord/include/Makefile.in,
                    333:          src/lib/cord/include/private/Makefile.in,
                    334:          src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
                    335:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                    336:          src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
                    337:          src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
                    338:          src/lib/punycode/Makefile.in, src/lib/sdbm/Makefile.in,
                    339:          src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
                    340:          src/main/Makefile.in, src/sql/Makefile.in,
                    341:          src/targets/Makefile.in, src/targets/apache/Makefile.in,
                    342:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                    343:          src/types/Makefile.in: more correct timezone check for FreeBSD
                    344:          Warning war: configure.in -> configure.ac
1.95      moko      345: 
                    346:        * configure, configure.in, src/classes/Makefile.am,
1.97      moko      347:          src/classes/Makefile.in, src/include/pa_config_auto.h.in,
                    348:          src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
                    349:          src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
                    350:          src/lib/json/Makefile.am, src/lib/json/Makefile.in,
                    351:          src/lib/memcached/Makefile.am, src/lib/memcached/Makefile.in,
                    352:          src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
                    353:          src/lib/sdbm/Makefile.am, src/lib/sdbm/Makefile.in,
                    354:          src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
                    355:          src/main/Makefile.am, src/main/Makefile.in,
                    356:          src/targets/apache/Makefile.am, src/targets/apache/Makefile.in,
                    357:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
                    358:          src/types/Makefile.am, src/types/Makefile.in: INCLUDES ->
1.95      moko      359:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                    360:          check added
                    361: 
                    362:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                    363: 
                    364:        * tests/results/: 124.processed, 224.processed: test resuls updated
                    365:          for new date implementation (related to feature #36)
                    366: 
                    367:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                    368:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                    369:          types/pa_vdate.h: new double date implementation with internal
                    370:          support for extended 0..9999 year range, default timezone support
                    371:          (related to feature #36)
                    372: 
                    373: 2015-08-28  moko
                    374: 
                    375:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                    376:          (fixes bug #1030)
                    377: 
                    378: 2015-08-21  moko
                    379: 
                    380:        * src/classes/inet.C: snprintf size "bug" commented
                    381: 
                    382:        * src/main/pa_common.C: snprintf comments updated
                    383: 
                    384: 2015-08-16  moko
                    385: 
                    386:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                    387: 
                    388: 2015-08-11  moko
                    389: 
                    390:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                    391:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                    392:          can be null (fixes bug #1029)
                    393: 
                    394: 2015-08-06  moko
                    395: 
1.97      moko      396:        * src/types/: Makefile.am, Makefile.in, pa_vdate.C, pa_vdate.h,
                    397:          types.vcproj: pa_vdate.C added
1.95      moko      398: 
                    399: 2015-08-05  moko
                    400: 
                    401:        * tests/: 313.html, results/313.processed: test for
                    402:          ^table.count[columns] and ^table.flip[] with nameless tables
                    403:          (feature #1003)
                    404: 
                    405:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    406:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                    407:          correctly for nameless tables (implements feature #1003)
                    408: 
                    409: 2015-08-03  moko
                    410: 
                    411:        * tests/312.html: test for ^table.append[$hash] and
                    412:          ^table.insert[$hash] added (related to feature #1028)
                    413: 
                    414:        * src/classes/table.C: ^table.append[$hash] and
                    415:          ^table.insert[$hash] now supported (implements feature #1028)
                    416: 
                    417:        * tests/: 312.html, results/312.processed: test row copy in
                    418:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                    419: 
                    420:        * src/classes/table.C: row copy now created in ^table.hash[;
                    421:          $.type[table] ] (related to feature #1016)
                    422: 
                    423: 2015-07-29  moko
                    424: 
                    425:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                    426:          added (related to feature #1016)
                    427: 
                    428:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    429:          ^table.delete[] added to delete current row (related to feature
                    430:          1016)
                    431: 
                    432: 2015-07-28  moko
                    433: 
                    434:        * tests/: 312.html, results/312.processed: test for
                    435:          $table.column[value] and ^table.insert{row} (related to feature
                    436:          #1016)
                    437: 
                    438:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                    439:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                    440:          ^table.insert{row} are now implemented (feature #1016)
                    441: 
                    442:        * src/include/pa_array.h: Optimization: bool reverse removed from
                    443:          append(), insert() added, memmove arguments order in remove()
                    444:          fixed (related to feature #1016)
                    445: 
                    446: 2015-07-23  moko
                    447: 
                    448:        * src/classes/json.C: tainted json and empty json exception added
                    449:          (implements feature #1015)
                    450: 
                    451:        * tests/: 311.html, results/311.processed: empty json and tainted
                    452:          json exception test added (related to issue #1015)
                    453: 
                    454: 2015-07-22  moko
                    455: 
                    456:        * tests/: 311.html, results/311.processed: test for UTF-8
                    457:          processing added
                    458: 
                    459:        * tests/: 311.html, results/311.processed: test for
                    460:          json_exception_with_source added (related to issue #394)
                    461: 
                    462:        * src/classes/json.C: json_exception_with_source added (implements
                    463:          feature #394)
                    464: 
                    465: 2015-06-29  moko
                    466: 
                    467:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                    468:          directories are now correctly determined if _d_type == DT_UNKNOWN
                    469:          (closes bug #1027)
                    470: 
                    471: 2015-06-10  moko
                    472: 
                    473:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                    474:          error if libxml has LIBXML_ICU_ENABLED.
                    475: 
                    476: 2015-06-04  moko
                    477: 
                    478:        * tests/099.html: ups, reverting
                    479: 
                    480:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                    481:          results/310.processed: tests for $response:body[ $.file[] ] and
                    482:          $response:last-modified added
                    483: 
                    484:        * src/main/pa_request.C: last-modified check fixed
                    485: 
                    486: 2015-06-03  moko
                    487: 
                    488:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                    489:          results/205.processed, results/293.processed: $response:headers
                    490:          logging added (tests for feature #1007)
                    491: 
                    492:        * src/: include/pa_common.h, include/pa_request.h,
                    493:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                    494:          $response:headers are now in uppercase (closes feature #1007)
                    495: 
                    496: 2015-06-02  moko
                    497: 
                    498:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                    499:          build errors reverted for clang compatibility
                    500: 
                    501: 2015-06-01  moko
                    502: 
                    503:        * src/include/pa_memory.h: -pedantic build errors fixed
                    504: 
                    505:        * src/classes/math.C: -pedantic build error fixed
                    506: 
                    507:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                    508: 
                    509: 2015-05-31  moko
                    510: 
                    511:        * src/classes/table.C: USE_STRINGSTREAM optimized
                    512: 
                    513:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                    514:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                    515:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                    516:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                    517:          types/pa_vxnode.h: warning war (-pedantic flag)
                    518: 
                    519: 2015-05-28  moko
                    520: 
                    521:        * tests/: 308.html, results/308.processed: test for
                    522:          ^table::create[$t;], etc work added (related to bug #975)
                    523: 
                    524:        * src/classes/table.C: check_option_param removed,
                    525:          ^table::create[$t;], etc now works (fixes bug #975)
                    526: 
                    527: 2015-05-27  moko
                    528: 
                    529:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                    530:          (Debian jessie) fixed (closes issue #1024)
                    531: 
                    532:        * tests/Makefile: sort added as in Debian jessie list become
                    533:          unsorted
                    534: 
                    535: 2015-05-18  moko
                    536: 
                    537:        * tests/: 201.html, results/201.processed: test for
                    538:          ^string.trim[what] feature #1022
                    539: 
                    540:        * src/classes/string.C: ^string.trim[what] now supported,
                    541:          implements feature #1022
                    542: 
                    543: 2015-05-17  moko
                    544: 
                    545:        * tests/results/185.processed: test result updated as feature #1021
                    546:          implemented (left/right accept negative parameter)
                    547: 
                    548:        * src/classes/string.C: left/right now accept negative parameter
                    549:          (implements feature #1021)
                    550: 
                    551: 2015-05-08  moko
                    552: 
                    553:        * src/classes/math.C: isalnum -> pa_isalnum
                    554: 
                    555:        * src/main/execute.C: optimization in getter-junction processing
                    556:          (related to issue #997)
                    557: 
                    558: 2015-05-07  moko
                    559: 
                    560:        * tests/: 307.html, results/307.processed: test for issue #997
                    561:          added
                    562: 
                    563:        * src/main/execute.C: process_getter result now checked if junction
                    564:          returned (closes issue #997)
                    565: 
                    566:        * tests/: 305.html, results/305.processed: sort added to ignore
                    567:          different order
                    568: 
                    569:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                    570:          assignment (closes issue #994)
                    571: 
                    572:        * tests/: 306.html, results/306.processed: test for issue #994
                    573:          added
                    574: 
                    575:        * tests/: 303.html, results/303.processed: two more errors tested
                    576: 
                    577: 2015-05-06  moko
                    578: 
                    579:        * tests/: 305.html, results/305.processed: test for name2ip &
                    580:          ip2name added (related to feature #992)
                    581: 
                    582:        * tests/: 303.html, 304.html, results/303.processed,
                    583:          results/304.processed: tests for idna conversion added (related
                    584:          to issue #849)
                    585: 
                    586: 2015-05-02  moko
                    587: 
                    588:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                    589:          implemented
                    590: 
                    591: 2015-04-30  moko
                    592: 
                    593:        * src/main/pa_http.C: idna_host added, related to issue #849
                    594: 
                    595:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                    596:          (related to issue #849)
                    597: 
                    598: 2015-04-24  moko
                    599: 
                    600:        * src/types/pa_vjunction.C: warning war
                    601: 
                    602:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                    603:          unification
                    604: 
                    605:        * src/lib/punycode/pa_idna.c: warning war
                    606: 
                    607: 2015-04-22  moko
                    608: 
                    609:        * src/main/main.vcproj: punycode include path added
                    610: 
                    611:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                    612: 
                    613:        * src/lib/punycode/pa_idna.c: warning war
                    614: 
                    615:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                    616:          project file added
                    617: 
                    618:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                    619: 
                    620:        * src/include/pa_memory.h: warning war
                    621: 
                    622:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                    623:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                    624:          implemented (related to feature #849)
                    625: 
                    626:        * configure.in, src/main/Makefile.am,
                    627:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                    628:          libpunycode added in Unix
                    629: 
                    630: 2015-04-21  moko
                    631: 
                    632:        * configure.in: large files support
                    633: 
                    634: 2015-04-15  moko
                    635: 
                    636:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                    637:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                    638:          pa_punycode.h: initial version for punycode/idna support library
                    639:          (ticket #849)
                    640: 
                    641: 2015-04-08  moko
                    642: 
                    643:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                    644:          classes/image.C, classes/mail.C, classes/reflection.C,
                    645:          classes/string.C, classes/xnode.C, include/pa_request.h,
                    646:          include/pa_string.h, include/pa_stylesheet_connection.h,
                    647:          main/compile.y, main/compile_tools.h, main/execute.C,
                    648:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                    649:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                    650:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                    651:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                    652:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                    653:          clang compiler warnings (closes issue #1018)
                    654: 
                    655:        * src/include/pa_string.h: String::Body comparation operators with
                    656:          char * added (related to issue #958)
                    657: 
                    658: 2015-04-07  moko
                    659: 
                    660:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                    661:          pa_malloc/pa_free to remove system malloc/free usage (related to
                    662:          issue #1018)
                    663: 
                    664:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                    665:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                    666:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                    667:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                    668:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                    669:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                    670:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                    671:          malloc/strdup/free replaced with pa_ version and checks for
                    672:          accidental use of non-pa_ version added (related to issue #1018)
                    673: 
                    674: 2015-04-03  moko
                    675: 
                    676:        * buildall: pcre-8.33 -> pcre-8.36
                    677: 
                    678:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                    679:          classes/op.C, classes/string.C, main/compile.tab.C,
                    680:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                    681:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                    682:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                    683:          ticket #958)
                    684: 
                    685:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                    686:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    687:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    688:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                    689:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                    690:          $request:headers, $request:method added (implements feature
                    691:          #1007)
                    692: 
                    693: 2015-03-17  misha
                    694: 
                    695:        * tests/302.html: - test for
                    696:          ^json:string[...;$._default[method-name]]
                    697: 
                    698:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                    699:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                    700:          option $._default[method-name] is specified in ^json:string[], a
                    701:          method with specified name will be called for classes/objects
                    702:          serialization ( new feature: #982 )
                    703: 
                    704: 2015-03-16  misha
                    705: 
                    706:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                    707:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                    708:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                    709:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                    710:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    711:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                    712:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    713:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                    714:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                    715:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    716:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                    717:          $var.CLASS_NAME now have special opcodes. This can be switched
                    718:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                    719:          on pa_opcode.h ( new feature: #844 )
                    720: 
                    721: 2015-03-15  misha
                    722: 
                    723:        * tests/075.html: - test for $response:header[]
                    724: 
                    725:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                    726:          that was set earlie ( new feature: #1001 )
                    727: 
                    728: 2015-03-12  misha
                    729: 
                    730:        * tests/246.html: - more tests for ^hash._at[]
                    731: 
                    732:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                    733:          accepts second param [key|value|hash] ( new feature: #1012 )
                    734: 
                    735: 2015-03-09  moko
                    736: 
                    737:        * src/types/pa_vmail.C: exception for everything but
                    738:          $mail:received, closes issue #1011
                    739: 
                    740: 2015-02-20  moko
                    741: 
                    742:        * tests/: 275.html, results/275.processed: hex detection in
                    743:          pa_atoui fix test (closes issue #1010)
                    744: 
                    745:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                    746:          issue #1010)
                    747: 
                    748: 2015-02-17  moko
                    749: 
                    750:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                    751:          tainted.
                    752: 
                    753: 2015-02-03  misha
                    754: 
                    755:        * tests/301.html: - test for ^json:string($double) causes
                    756:          exception. bugfix: #1008
                    757: 
                    758:        * src/classes/json.C: - ^json:string($double) causes exception.
                    759:          bugfix: #1008
                    760: 
                    761:        * tests/014.html: - updated for work with ^hash.delete[]
                    762: 
                    763: 2015-01-12  misha
                    764: 
                    765:        * src/: classes/form.C, include/pa_common.h,
                    766:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                    767:          types/pa_vform.h: - supports body with PUT method as well ( new
                    768:          feature: #1006 )
                    769: 
                    770:        * src/classes/file.C: - warnings war
                    771: 
                    772: 2015-01-11  misha
                    773: 
                    774:        * tests/300.html: - test for ^hash.delete[] is added
                    775: 
                    776:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                    777:          feature: #989 ) - tiny optimization in intersects
                    778: 
                    779: 2015-01-06  moko
                    780: 
                    781:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                    782:          with transcode, attachments detection fixed
                    783: 
                    784:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                    785:          load to allow charset switch (related to issue #996)
                    786: 
                    787: 2014-12-31  moko
                    788: 
                    789:        * src/types/pa_vmail.C: from and subject now transcoded if not
                    790:          UTF-8 source charset (fixes issue 996)
                    791: 
                    792:        * src/main/pa_exception.C: fixed string from stack bug (closes
                    793:          issue #1000)
                    794: 
                    795: 2014-12-11  misha
                    796: 
                    797:        * src/types/pa_vhashfile.C: - check if key is not empty before
                    798:          access ( bug fix: #1005 )
                    799: 
                    800: 2014-11-13  misha
                    801: 
                    802:        * src/main/compile.y: - PC.append does not reset to false while
                    803:          creating a new class. bugfix: #990
                    804: 
                    805:        * tests/299.html: - test for creation class after working with
                    806:          partial class (create+append)
                    807: 
                    808:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                    809:          #995
                    810: 
                    811:        * tests/232.html: - test for @get[def] added
                    812: 
                    813: 2014-10-12  moko
                    814: 
                    815:        * src/lib/pcre/pcre_internal.vcproj: correct path
                    816: 
                    817:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    818:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                    819:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                    820:          targets/apache/ApacheModuleParser3.vcproj,
                    821:          targets/apache/ApacheModuleParser3Core.vcproj,
                    822:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    823:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                    824:          conversion in newer VS versions
                    825: 
                    826:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                    827:          pcre_internal.vcproj added
                    828: 
                    829: 2014-08-28  moko
                    830: 
                    831:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                    832:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                    833:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                    834: 
                    835: 2014-06-30  misha
                    836: 
                    837:        * tests/298.html: - tests for ^reflection:def[class;className]
                    838:          added
                    839: 
                    840:        * src/classes/reflection.C: - ^reflection:def[class;className]
                    841:          added ( new feature: #918 )
                    842: 
                    843: 2014-06-29  misha
                    844: 
                    845:        * src/classes/table.C: - ^table::create[unsupported data] -
                    846:          exception comment changed to "body must be table or code" ( bug
                    847:          fix: #951 )
                    848: 
                    849:        * tests/: 261.html, results/261.processed: - tests for
                    850:          ^json:string[...;$.void[null|string]] added
                    851: 
                    852:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                    853:          option $.void[string|null] added to ^json:string[...] ( new
                    854:          feature: #952 )
                    855: 
                    856: 2014-06-28  moko
                    857: 
                    858:        * src/classes/curl.C: $.charset now processed before other curl
                    859:          options (closes issue #980)
                    860: 
                    861: 2014-05-23  misha
                    862: 
                    863:        * src/classes/json.C: - bug fix: #987
                    864: 
                    865: 2014-05-04  misha
                    866: 
                    867:        * tests/: 253.html, 253_json.txt: - test for
                    868:          ^json:parse[$.int(false)] is added
                    869: 
                    870:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                    871:          default true). The option is similar to $.double(bool) but for
                    872:          integers.
                    873: 
                    874: 2014-05-01  moko
                    875: 
                    876:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                    877:          #12 )
                    878: 
                    879: 2014-04-16  moko
                    880: 
                    881:        * src/main/pa_http.C: response-charset option should finally work
                    882:          now (fix for issue #867)
                    883: 
                    884:        * src/main/pa_http.C: response-charset option should work now (fix
                    885:          for issue #867)
                    886: 
                    887: 2014-03-07  moko
                    888: 
                    889:        * buildall: libgc moved
                    890: 
                    891:        * buildall: libgc moved
                    892: 
                    893: 2013-12-29  moko
                    894: 
                    895:        * src/classes/string.C: ^string:js-unescape result now tainted,
                    896:          closes issue #966
                    897: 
                    898:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                    899:          result now tainted, issue #966
                    900: 
                    901: 2013-12-03  moko
                    902: 
                    903:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                    904:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                    905:          option was added for http://www.parser.ru/forum/?id=79343
                    906: 
                    907:        * src/classes/file.C: bugfix for
                    908:          http://www.parser.ru/forum/?id=79337
                    909: 
                    910: 2013-11-05  moko
                    911: 
                    912:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                    913: 
                    914:        * src/main/pa_globals.C: spelling fixed
                    915: 
                    916: 2013-10-29  moko
                    917: 
                    918:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                    919: 
                    920:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                    921:          #892
                    922: 
                    923:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                    924:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                    925:          exceptions to be thrown thougth json library), related to issue
                    926:          #892
                    927: 
                    928:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                    929:          related to issue #896
                    930: 
                    931: 2013-10-24  moko
                    932: 
                    933:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                    934: 
                    935: 2013-10-23  moko
                    936: 
                    937:        * README: actualization
                    938: 
                    939: 2013-10-22  moko
                    940: 
                    941:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                    942:          compatibility patch from Sergey Kirpichev
                    943: 
                    944:        * tests/: 297.html, results/297.processed: non-working getter fix
                    945:          test for issue #948
                    946: 
                    947:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                    948:          called when saving value of $match variable in ^string.match[] to
                    949:          increase compatibility (related to issue #948).
                    950: 
                    951:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                    952:          usage optimization
                    953: 
                    954: 2013-10-21  moko
                    955: 
                    956:        * tests/: 182.html, results/182.processed: local path removed for
                    957:          compatibility
                    958: 
                    959:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                    960:          results/244.processed, results/253.processed,
                    961:          results/254.processed, results/275.processed,
                    962:          results/281.processed: try_catch -> try-catch
                    963: 
                    964:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                    965:          results/294.processed, results/296.processed: try_catch ->
                    966:          try-catch
                    967: 
                    968: 2013-10-20  moko
                    969: 
                    970:        * tests/: 296.html, results/296.processed: test for xsl exception
                    971:          for issue #938 added.
                    972: 
                    973:        * src/: include/pa_xml_exception.h,
                    974:          main/pa_stylesheet_connection.C: forgotten to be replaced
                    975:          XmlException is now replaced (once again closes issue #938)
                    976: 
                    977: 2013-10-19  misha
                    978: 
                    979:        * bin/auto.p.dist.in: - more mime-types are added
                    980: 
                    981: 2013-10-18  moko
                    982: 
                    983:        * buildall: disable clock_gettime detection to avoid librt linking
                    984:          (which in turn depends on libpthread), related to issue #943
                    985: 
                    986: 2013-10-18  misha
                    987: 
                    988:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                    989:          lib/smtp/smtp.vcproj, main/main.vcproj,
                    990:          targets/apache/ApacheModuleParser3Core.vcproj,
                    991:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    992:          types/types.vcproj: - new locations for libxml2 includes where
                    993:          added to vcproj files
                    994: 
                    995: 2013-10-18  moko
                    996: 
                    997:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                    998:          fix
                    999: 
                   1000:        * tests/: 295.html, results/295.processed: test for issue #948
                   1001:          updated
                   1002: 
                   1003:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   1004:          :)
                   1005: 
                   1006:        * tests/: 295.html, results/295.processed: test for issue #948
                   1007:          added
                   1008: 
                   1009:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1010:          include/pa_request.h, types/pa_method.h: for getters and setters
                   1011:          to be executed request.put_element should be called, not
                   1012:          context.put_element (fixes issue #948)
                   1013: 
                   1014: 2013-10-17  moko
                   1015: 
                   1016:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   1017:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   1018: 
                   1019:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   1020: 
                   1021: 2013-10-16  moko
                   1022: 
                   1023:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   1024: 
                   1025:        * tests/: 294.html, results/294.processed: test for issue #938
                   1026: 
                   1027:        * src/: classes/xdoc.C, classes/xnode.C,
                   1028:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   1029:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   1030: 
                   1031:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   1032:          libxslt-1.1.26 -> libxslt-1.1.28
                   1033: 
                   1034:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   1035:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   1036:          to '?', related to issue #938
                   1037: 
                   1038: 2013-10-15  moko
                   1039: 
                   1040:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   1041:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   1042:          minor optimizations (closes issue #896)
                   1043: 
                   1044:        * tests/results/: 292.processed, 293.processed: results updated to
                   1045:          comply with issue #896
                   1046: 
                   1047:        * tests/: 292.html, 293.html, results/292.processed,
                   1048:          results/293.processed: tests for json escaping
                   1049: 
                   1050: 2013-10-14  moko
                   1051: 
                   1052:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   1053:          and cleanup, code moved from .h to .C, no changes in code
                   1054: 
                   1055: 2013-10-12  moko
                   1056: 
                   1057:        * tests/results/119.processed: updated test result commited
                   1058: 
                   1059:        * tests/: 291.html, results/291.processed: test for issue #894
                   1060:          added
                   1061: 
                   1062:        * src/types/pa_wcontext.h: base methods call support function
                   1063:          get_somebody_entered_some_class should not be true forever, as
                   1064:          wcontext can have many get_elements calls (fixes issue #894)
                   1065: 
                   1066: 2013-10-11  moko
                   1067: 
                   1068:        * tests/: 290.html, results/290.processed: test for junction GPF
                   1069:          issue #942 added
                   1070: 
                   1071:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   1072:          to native method fixed (closes issue #942)
                   1073: 
                   1074:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   1075:          added
                   1076: 
                   1077:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   1078:          feature #907)
                   1079: 
                   1080:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   1081:          feature #907)
                   1082: 
                   1083: 2013-10-09  moko
                   1084: 
                   1085:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   1086:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   1087:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   1088:          properly not only in objects, but in classes as well (closes
                   1089:          issue #903)
                   1090: 
                   1091:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   1092:          works in classes, not only objects, test case added, related to
                   1093:          issue #903
                   1094: 
                   1095:        * tests/: 288.html, results/288.processed: test for endless
                   1096:          recursion bug added (related to issue #903)
                   1097: 
                   1098: 2013-10-05  moko
                   1099: 
                   1100:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1101:          classes/table.C, main/execute.C, types/pa_method.h,
                   1102:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   1103:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1104:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   1105:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   1106:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   1107:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   1108:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   1109:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1110:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   1111:          optimization: put_element no longer has "bool areplace" argument,
                   1112:          related to issue #903
                   1113: 
                   1114: 2013-10-03  moko
                   1115: 
                   1116:        * tests/results/182.processed: result for $.replace(false) test
                   1117:          commited
                   1118: 
                   1119:        * src/classes/date.C: ^date::create(number) processed correctly
                   1120:          (fixes issue #901)
                   1121: 
                   1122:        * src/classes/image.C: as_no_junction removed, as param can be
                   1123:          expression (closes issue #931)
                   1124: 
                   1125:        * tests/233.html: test for issue #931 added
                   1126: 
                   1127: 2013-10-02  moko
                   1128: 
                   1129:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   1130:          modified, test for $.replace(false) added
                   1131: 
                   1132:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   1133: 
                   1134: 2013-09-30  moko
                   1135: 
                   1136:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   1137: 
                   1138:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1139:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   1140:          implemented; $.replace option added to ^process and ^use
                   1141: 
                   1142: 2013-08-27  moko
                   1143: 
                   1144:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   1145:          cstr_to_string_body_untaint should be called with charsets for
                   1146:          possible uri language and connection for possible sql language.
                   1147:          related to issue #857
                   1148: 
                   1149:        * buildall: and -> or fixed
                   1150: 
                   1151: 2013-08-26  moko
                   1152: 
                   1153:        * buildall: prepare_ functions logic changed to support
                   1154:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   1155: 
                   1156: 2013-08-23  moko
                   1157: 
                   1158:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   1159:          statically
                   1160: 
                   1161: 2013-08-22  moko
                   1162: 
                   1163:        * src/classes/string.C: String::Empty used (related to issue #912)
                   1164:          append_know_length removed (related to old GPF bug)
                   1165: 
                   1166: 2013-08-21  moko
                   1167: 
                   1168:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   1169: 
                   1170:        * src/classes/math.C: ^math:digest[...;$file] support added
                   1171:          (related to ticket #857
                   1172: 
                   1173:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   1174:          implemented
                   1175: 
                   1176:        * src/types/pa_vhashfile.h: warning war
                   1177: 
                   1178:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   1179:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   1180:          anti_endless_json_string_recoursion removed from request;
                   1181:          json_string_recoursion added to json_options; $.indent[indent
                   1182:          value] now supported and passed within recoursion closes feature
                   1183:          #937
                   1184: 
                   1185:        * tests/: 287.html, results/287.processed: test for feature #937
                   1186: 
                   1187: 2013-07-31  moko
                   1188: 
                   1189:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   1190:          compilation having #define _S
                   1191: 
                   1192:        * src/main/pa_globals.C: cleanup
                   1193: 
                   1194: 2013-07-30  moko
                   1195: 
                   1196:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   1197:          main/pa_common.C: vs2003 warning war
                   1198: 
                   1199:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   1200: 
                   1201:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   1202: 
                   1203:        * src/lib/md5/pa_sha2.c: warning war
                   1204: 
                   1205: 2013-07-29  moko
                   1206: 
                   1207:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   1208:          patches from github
                   1209: 
                   1210:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   1211:          classes/memcached.C, include/pa_config_includes.h,
                   1212:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   1213: 
                   1214:        * src/lib/json/json.vcproj: C++ -> C
                   1215: 
                   1216:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   1217: 
                   1218:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   1219: 
                   1220:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   1221: 
                   1222:        * src/lib/json/: json.c, pa_json.C: warning war
                   1223: 
                   1224:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   1225: 
                   1226:        * src/include/pa_config_fixed.h: uint16_t added
                   1227: 
                   1228:        * configure.in: uint16_t check added
                   1229: 
                   1230:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.97      moko     1231:          lib/json/JSON_parser.h, lib/json/Makefile.am,
                   1232:          lib/json/Makefile.in, lib/json/json.c, lib/json/json.h,
                   1233:          lib/json/json.vcproj, lib/json/pa_json.C, lib/json/pa_json.h:
                   1234:          JSON_parser with non-free licence is replaced with similar GPL
                   1235:          licenced libjson (fixes issue #892)
1.95      moko     1236: 
                   1237: 2013-07-25  moko
                   1238: 
                   1239:        * parser3.sln: dependencies added
                   1240: 
                   1241:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   1242:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   1243:          module support
                   1244: 
                   1245:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   1246: 
                   1247:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   1248: 
                   1249: 2013-07-23  moko
                   1250: 
                   1251:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   1252:          PA_DEBUG_GC_MEMORY removed
                   1253: 
                   1254:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   1255:          PA_DEBUG_DISABLE_GC compilation fix
                   1256: 
                   1257:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   1258:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   1259: 
                   1260:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   1261:          garbage cleanup
                   1262: 
                   1263:        * src/main/pa_common.C: warning war
                   1264: 
                   1265:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   1266: 
                   1267:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   1268:          minor cleanup
                   1269: 
                   1270:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   1271:          uses cygwin, not WIN32 implementation
                   1272: 
                   1273:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   1274:          able to exec shell scripts
                   1275: 
                   1276:        * src/classes/math.C: ifdef WIN32 cleanup
                   1277: 
                   1278:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   1279: 
                   1280:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   1281: 
                   1282:        * src/classes/curl.C: LT_MODULE_EXT used
                   1283: 
                   1284:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   1285: 
                   1286: 2013-07-22  moko
                   1287: 
                   1288:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   1289:          includes fix
                   1290: 
                   1291:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   1292: 
                   1293:        * configure.in, src/include/pa_config_includes.h,
                   1294:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   1295:          src/main/pa_exec.C: includes cleanup
                   1296: 
                   1297:        * src/targets/cgi/parser3.C: 2012->2013
                   1298: 
                   1299:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   1300: 
                   1301:        * configure.in, src/include/pa_config_includes.h,
                   1302:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   1303:          src/main/pa_random.C, src/main/pa_socks.C,
                   1304:          src/types/pa_vstatus.C: cygwin support cleanup
                   1305: 
                   1306:        * configure.in: dirent.h check added
                   1307: 
                   1308:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   1309:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   1310:          not copied
                   1311: 
                   1312: 2013-07-21  moko
                   1313: 
                   1314:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   1315: 
                   1316:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   1317:          parser3.vcproj: unused getopt.h / getopt.c removed
                   1318: 
                   1319:        * operators.txt, src/classes/file.C, tests/022.html,
                   1320:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   1321:          $.stat(true)] usage commented
                   1322: 
                   1323:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   1324:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   1325:          $.stat(true) it has size/*date columns modified patch from misha@
                   1326:          that closes issue #914.
                   1327: 
                   1328:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   1329:          PA_RELEASE_ASSERTS removed
                   1330: 
                   1331:        * src/lib/md5/pa_md5c.c: minor cleanup
                   1332: 
                   1333:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   1334:          localeconv()->decimal_point usage remoed (related to issue #934)
                   1335: 
                   1336:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   1337:          cordprnt.c removed
                   1338: 
                   1339:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   1340:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   1341:          pa-include/pa_strings.h: includes cleanup
                   1342: 
                   1343:        * src/lib/md5/pa_md5c.c: headers cleanup
                   1344: 
                   1345: 2013-07-20  moko
                   1346: 
                   1347:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   1348:          cleanup
                   1349: 
                   1350: 2013-07-19  moko
                   1351: 
                   1352:        * src/classes/math.C: extern "C" added for crypt
                   1353: 
                   1354: 2013-07-18  moko
                   1355: 
                   1356:        * src/classes/math.C: fix redhat7.2 build
                   1357: 
                   1358: 2013-07-17  moko
                   1359: 
                   1360:        * configure.in, src/include/pa_config_includes.h,
                   1361:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   1362:          added for uint8/32/64_t)
                   1363: 
                   1364:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   1365:          pa_config_includes.h used for uint32/64_t
                   1366: 
                   1367: 2013-07-16  moko
                   1368: 
                   1369:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   1370:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   1371:          war
                   1372: 
                   1373:        * src/main/compile.tab.C: compile.y was updated
                   1374: 
                   1375:        * src/main/compile.y: warning war
                   1376: 
                   1377:        * src/: include/pa_exception.h, main/pa_exception.C,
                   1378:          main/pa_xml_exception.C: warning war
                   1379: 
                   1380:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   1381: 
                   1382:        * configure.in: beauty :)
                   1383: 
                   1384:        * tests/: 141.html, results/141.processed: sha256/512 added
                   1385: 
                   1386: 2013-07-13  moko
                   1387: 
                   1388:        * src/lib/md5/md5.vcproj: sha2 added
                   1389: 
1.97      moko     1390:        * src/lib/md5/Makefile.in: sha2 support
                   1391: 
1.95      moko     1392:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   1393:          classes/math.C: sha2 support (sha256/sha512 digest)
                   1394: 
                   1395: 2013-07-08  moko
                   1396: 
                   1397:        * src/classes/image.C: directory read or other read problem message
                   1398:          fixed (related to issue #933)
                   1399: 
                   1400: 2013-07-07  moko
                   1401: 
                   1402:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   1403:          dependense from $charsetsdir directory existance and content (and
                   1404:          UTF-8 is default allready)
                   1405: 
                   1406:        * AUTHORS: + misha + moko. :)
                   1407: 
                   1408: 2013-07-06  moko
                   1409: 
                   1410:        * src/: classes/curl.C, include/pa_globals.h,
                   1411:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   1412:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   1413:          for lt_dlinit to be called once and lt_dlexit called at right
                   1414:          place (related to issue #925)
                   1415: 
                   1416: 2013-07-04  moko
                   1417: 
                   1418:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   1419:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   1420:          content-type to be set, as it brokes badly designed logic in
                   1421:          response output. This hopefully finishes issue #928.
                   1422: 
                   1423:        * tests/results/: 256.processed, 286.processed: file now displayed
                   1424:          as name, size, mode, content-type
                   1425: 
                   1426:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   1427:          issue #933
                   1428: 
                   1429: 2013-06-28  moko
                   1430: 
                   1431:        * tests/: 286.html, results/286.processed: test extended
                   1432: 
                   1433:        * tests/: 286.html, results/286.processed: Test for issue #928
                   1434:          added.  it tests default content-type change.
                   1435: 
                   1436:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   1437:          now updated
                   1438: 
                   1439: 2013-06-25  moko
                   1440: 
                   1441:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   1442:          content-type for text/binary files without name added;
                   1443:          ^file::create[$f;...] options now works properly and $f
                   1444:          properties are default (fixes issue #928)
                   1445: 
                   1446: 2013-05-16  misha
                   1447: 
                   1448:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   1449:          added
                   1450: 
                   1451:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   1452:          table if specified limit is bigger than source rows count
                   1453: 
                   1454:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   1455:          added ( new feature: #858 )
                   1456: 
                   1457: 2013-04-29  moko
                   1458: 
                   1459:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   1460:          $.ipresolve(0|1|2) added (closes issue #891)
                   1461: 
                   1462:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   1463: 
                   1464: 2013-04-24  moko
                   1465: 
                   1466:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1467:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1468:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   1469:          memcached_quit (refs #893)
                   1470: 
                   1471: 2013-04-22  moko
                   1472: 
                   1473:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   1474:          slashes in file path (fixes bug #872)
                   1475: 
                   1476:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   1477:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   1478:          #739)
                   1479: 
                   1480:        * tests/results/266.processed: $.max_params added (feature #915)
                   1481: 
                   1482:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   1483:          option added to file::load (closes issue #867)
                   1484: 
                   1485: 2013-04-20  misha
                   1486: 
                   1487:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   1488:          commited
                   1489: 
                   1490: 2013-03-15  misha
                   1491: 
                   1492:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   1493:          multiple empty strings while ::sql. uae String::Empty instead
                   1494: 
                   1495: 2013-03-14  misha
                   1496: 
                   1497:        * src/classes/reflection.C: - for user classes
                   1498:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   1499:          with $.call_type if they available ( new feature: #915 )
                   1500: 
                   1501:        * src/classes/file.C: - ^file:delete[] now supports an option
                   1502:          $.exception(false) that suppress any exception while deleting
                   1503:          file ( new feature: #916 )
                   1504: 
                   1505:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   1506:          work :)
                   1507: 
                   1508: 2013-03-12  misha
                   1509: 
                   1510:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   1511:          set default name for the file
                   1512: 
                   1513: 2013-03-11  misha
                   1514: 
                   1515:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   1516:          also available in $f.cookies
                   1517: 
                   1518:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   1519:          moved to a separate method
                   1520: 
                   1521: 2013-03-10  moko
                   1522: 
                   1523:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   1524:          added
                   1525: 
                   1526:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   1527:          removed (declared by autoconf)
                   1528: 
                   1529:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   1530:          uint32_t define
                   1531: 
                   1532: 2013-03-10  misha
                   1533: 
                   1534:        * src/classes/file.C: ^file:delete and ^file:move now support
                   1535:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   1536: 
                   1537:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   1538:          empty dirs is added
                   1539: 
                   1540: 2013-03-10  moko
                   1541: 
                   1542:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   1543:          but default check removed from ^int/double/bool.int/double/bool
                   1544:          for string.int/double/bool compatibility (related to issue #913)
                   1545: 
                   1546:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   1547:          internally throws exception if default is present (closes issue
                   1548:          #913)
                   1549: 
                   1550: 2013-03-09  misha
                   1551: 
                   1552:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   1553:          optimisations ( #845 )
                   1554: 
                   1555:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   1556: 
                   1557: 2013-03-08  moko
                   1558: 
                   1559:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   1560:          creates correct table (fixes issue #910)
                   1561: 
                   1562:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   1563:          use outside of 'connect' operator (fixes issue #911)
                   1564: 
                   1565:        * tests/results/: 096.processed, 122.processed: test results
                   1566:          updated as doubles now printed with 15 significant digits, not 5
                   1567:          (fixes issue #882)
                   1568: 
                   1569:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   1570:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   1571: 
                   1572: 2013-02-21  moko
                   1573: 
                   1574:        * src/classes/table.C: _locate_name_value does not check arguments
                   1575:          count, so we check it in advance (fixes issue #905)
                   1576: 
                   1577: 2012-10-23  moko
                   1578: 
                   1579:        * buildall: old shell for and echo compatibility (for six)
                   1580: 
                   1581: 2012-10-19  moko
                   1582: 
                   1583:        * buildall: --strip added --disable-safe-mode listed in usage
                   1584: 
                   1585: 2012-10-17  misha
                   1586: 
                   1587:        * src/classes/op.C: - apply-taint should not throw "outside
                   1588:          connect" exception with sql lang now
                   1589: 
                   1590: 2012-10-17  moko
                   1591: 
                   1592:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   1593:          each request (for apache module)
                   1594: 
                   1595: 2012-09-26  moko
                   1596: 
                   1597:        * src/doc/doxygen.cfg: png -> svg
                   1598: 
                   1599: 2012-09-25  moko
                   1600: 
                   1601:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   1602:          test added
                   1603: 
                   1604:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   1605:          double use when key is long
                   1606: 
                   1607: 2012-09-16  moko
                   1608: 
                   1609:        * src/classes/math.C: Format -> Method Encode -> Format
                   1610: 
                   1611:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   1612:          added
                   1613: 
                   1614: 2012-09-14  moko
                   1615: 
                   1616:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   1617:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   1618:          implementation added
                   1619: 
                   1620: 2012-09-12  moko
                   1621: 
                   1622:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   1623:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   1624:          targets.dox and string.dox slightly actualized
                   1625: 
                   1626: 2012-08-31  moko
                   1627: 
                   1628:        * ChangeLog: now generated with patched cvs2cl.pl
                   1629: 
                   1630: 2012-07-29  moko
                   1631: 
                   1632:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   1633:          result should be pushed after VMethodFrame destructor is called,
                   1634:          as it deletes junctions from stack params (fixes issue #868)
                   1635: 
                   1636: 2012-07-23  moko
                   1637: 
                   1638:        * INSTALL, README: buildall script usage documented, other outdated
                   1639:          info updated.
                   1640: 
                   1641:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   1642: 
                   1643: 2012-07-21  moko
                   1644: 
                   1645:        * buildall: glib does not compile when threads are disabled...
                   1646: 
                   1647:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   1648: 
                   1649:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   1650:          unref, can't unref nested objects)
                   1651: 
                   1652:        * src/types/pa_vmail.C: another check added
                   1653: 
                   1654: 2012-07-19  moko
                   1655: 
                   1656:        * buildall: usage added
                   1657: 
                   1658:        * buildall: new buildall script that unites buildall-with-xml,
                   1659:          buildall-without-xml, --with-apache and --with-mailreceive
                   1660: 
                   1661:        * configure.in: support for static gmime and dynamic glib linking.
                   1662:          fixes for FreeBSD
                   1663: 
                   1664: 2012-07-17  moko
                   1665: 
                   1666:        * configure.in: --with-mailreceive replaced
                   1667:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   1668:          removed
                   1669: 
                   1670: 2012-07-16  moko
                   1671: 
                   1672:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   1673:          capitalized, content now decoded and text content converted to
                   1674:          $request:charset.  all properties are accessed by functions, this
                   1675:          ready for dynamic load.
                   1676: 
                   1677: 2012-06-28  moko
                   1678: 
1.97      moko     1679:        * src/targets/apache/: Makefile.am, Makefile.in: fix for apache
                   1680:          cflags for Linux 32 bit
1.95      moko     1681: 
                   1682: 2012-06-27  moko
                   1683: 
                   1684:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   1685:          passive ftp
                   1686: 
                   1687:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   1688: 
                   1689:        * configure.in: 3.4.2 RC -> 3.4.2
                   1690: 
                   1691: 2012-06-22  moko
                   1692: 
                   1693:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   1694:          #815)
                   1695: 
                   1696:        * tests/: 284.html, results/284.processed: output options test
                   1697:          (feature #265)
                   1698: 
                   1699: 2012-06-22  misha
                   1700: 
                   1701:        * tests/215.html: - little changes
                   1702: 
                   1703: 2012-06-21  moko
                   1704: 
                   1705:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   1706:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   1707:          feature #265)
                   1708: 
                   1709:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   1710:          breaks long .*, default 10M restored. (issue #216)
                   1711: 
                   1712:        * tests/: 283.html, results/283.processed: test for issue #815
                   1713:          added
                   1714: 
                   1715:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   1716:          again, cstrm not required.
                   1717: 
                   1718:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   1719:          Win32 and broken FreeBSD (issue #45)
                   1720: 
                   1721:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   1722: 
                   1723:        * src/main/pa_string.C: warnings war
                   1724: 
                   1725:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   1726:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   1727:          main/pa_socks.C, targets/apache/pa_threads.C,
                   1728:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1729:          types/pa_vstatus.C: compilation under cygwin fixed
                   1730: 
                   1731: 2012-06-19  moko
                   1732: 
                   1733:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   1734:          Windows fixed
                   1735: 
                   1736:        * parser3.sln: removed antique pcre_ctype
                   1737: 
                   1738:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   1739: 
                   1740:        * src/include/pa_config_fixed.h: undefined reference to
                   1741:          __imp__pcre_* fix for Windows
                   1742: 
                   1743:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.97      moko     1744:          lib/pcre/Makefile.in, lib/pcre/pa_pcre_internal.h,
                   1745:          lib/pcre/pcre_internal.h: pcre_internal.h -> pa_pcre_internal.h
                   1746:          for Windows compatibility (win32/pcre has own copy of
                   1747:          pcre_internal.h _pcre_default_tables define fixed
1.95      moko     1748: 
                   1749: 2012-06-18  moko
                   1750: 
                   1751:        * src/classes/memcached.C: flush -> clear
                   1752: 
                   1753:        * src/classes/memcached.C: memcached does not support quotes even
                   1754:          in server name
                   1755: 
                   1756:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1757:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   1758:          called on open to check servers existance.  $.key(true) syntax
                   1759:          now supported
                   1760: 
                   1761: 2012-06-17  moko
                   1762: 
                   1763:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   1764:          cleanup
                   1765: 
                   1766:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   1767:          tests/results/282.processed: encloser at the EOF bug fixed,
                   1768:          incorrectly enclosed data now processed more logicaly (fixes
                   1769:          #339)
                   1770: 
                   1771: 2012-06-15  moko
                   1772: 
                   1773:        * buildall-without-xml: sync with buildall-with-xml
                   1774: 
                   1775:        * buildall-with-xml: download auto-detected between fetch and curl
                   1776: 
                   1777:        * configure.in: --with-gc and --with-pcre now also processed
                   1778:          correctly
                   1779: 
1.97      moko     1780:        * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
                   1781:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   1782:          src/Makefile.in, src/classes/Makefile.in,
                   1783:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   1784:          src/lib/Makefile.in, src/lib/cord/Makefile.in,
                   1785:          src/lib/cord/include/Makefile.in,
                   1786:          src/lib/cord/include/private/Makefile.in,
                   1787:          src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
                   1788:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   1789:          src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
                   1790:          src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
                   1791:          src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
                   1792:          src/lib/smtp/Makefile.in, src/main/Makefile.in,
                   1793:          src/sql/Makefile.in, src/targets/Makefile.in,
                   1794:          src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
                   1795:          src/targets/isapi/Makefile.in, src/types/Makefile.in: now aclocal
                   1796:          -I src/lib/ltdl/m4/ && autoheader && automake && autoconf should
                   1797:          be run on rol1 using automake / aclocal (GNU automake) 1.11.1
                   1798:          autoconf (GNU Autoconf) 2.68
1.95      moko     1799: 
                   1800:        * configure.in: new PARSER_VERSION logic
                   1801: 
                   1802:        * src/include/pa_version.h: new pa_version.h logic
                   1803: 
                   1804:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1805:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1806:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   1807:          feols_normalized -> fis_text_content set_binary added
                   1808: 
                   1809:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   1810: 
                   1811: 2012-06-15  misha
                   1812: 
                   1813:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1814:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1815:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   1816:          ^file::create[text;content] EOLs in content now is normalized. (
                   1817:          new feature: #815 )
                   1818: 
                   1819: 2012-06-15  moko
                   1820: 
                   1821:        * configure.in: --disable-version-update added to disable version
                   1822:          update with host information (for debian package) whitespace
                   1823:          optimized
                   1824: 
                   1825:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   1826:          libtool
                   1827: 
                   1828:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   1829:          it.
                   1830: 
                   1831: 2012-06-14  moko
                   1832: 
                   1833:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   1834:          tests/results/281.processed: "hash flocked" error removed for
                   1835:          safe operations like ^h._count[] ( new feature: #335 )
                   1836: 
1.97      moko     1837:        * src/targets/apache/: Makefile.am, Makefile.in: libmod_parser3 ->
                   1838:          mod_parser3
1.95      moko     1839: 
                   1840:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   1841: 
                   1842:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   1843:          xml compilation check added
                   1844: 
                   1845:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   1846:          replaced with --with-gc and --with-pcre test for pcre linking
                   1847:          added
                   1848: 
                   1849: 2012-06-13  moko
                   1850: 
                   1851:        * configure.in: apxs2 check optimized
                   1852: 
                   1853:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   1854:          .la, includes optimized
                   1855: 
                   1856:        * buildall-with-xml: --with-pic looks better for -fPIC
                   1857: 
                   1858:        * configure.in: switched to convenience library in static linking
                   1859: 
                   1860:        * src/targets/apache/Makefile.am: switched to convenience library
                   1861:          usage to avoid libtool warnings
                   1862: 
                   1863:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   1864:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   1865:          smtp/Makefile.am: switched to convenience library usage
                   1866: 
                   1867:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   1868: 
                   1869:        * src/targets/apache/Makefile.am: updated for libtool usage
                   1870: 
                   1871:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   1872: 
                   1873:        * buildall-without-xml: --with-included-ltdl added
                   1874: 
                   1875:        * buildall-without-xml: sync with buildall-with-xml
                   1876: 
                   1877:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   1878:          -fPIC for x64 $download added for wget success check added
                   1879: 
                   1880:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   1881: 
                   1882:        * configure.in: disable-static returned
                   1883: 
                   1884:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   1885:          LIBTOOLFLAGS
                   1886: 
                   1887: 2012-06-12  moko
                   1888: 
                   1889:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   1890:          compatible with LIBTOOLFLAGS for unknown reasons
                   1891: 
                   1892:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   1893: 
                   1894:        * configure.in: static/dynamic -lstdc++ linking option removed
                   1895:          apxs2 check added
                   1896: 
                   1897:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   1898:          option removed
                   1899: 
                   1900: 2012-06-10  moko
                   1901: 
                   1902:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   1903:          added
                   1904: 
                   1905:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   1906: 
1.97      moko     1907:        * Makefile.am, Makefile.in: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
                   1908:          added and some beauty
1.95      moko     1909: 
                   1910:        * depcomp: from libtool 2.4.2
                   1911: 
                   1912:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   1913: 
1.97      moko     1914:        * src/lib/ltdl/Makefile.in: correct Makefile.in from libtoolize
                   1915: 
1.95      moko     1916: 2012-06-09  moko
                   1917: 
1.97      moko     1918:        * Makefile.am, Makefile.in, aclocal.m4, config.guess, config.sub,
                   1919:          configure, install-sh, ltmain.sh, missing, bin/Makefile.in,
                   1920:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   1921:          src/Makefile.in, src/classes/Makefile.in,
                   1922:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   1923:          src/lib/Makefile.in, src/lib/cord/Makefile.in,
                   1924:          src/lib/cord/include/Makefile.in,
                   1925:          src/lib/cord/include/private/Makefile.in,
                   1926:          src/lib/curl/Makefile.in, src/lib/gc/Makefile.in,
                   1927:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   1928:          src/lib/json/Makefile.in, src/lib/md5/Makefile.in,
                   1929:          src/lib/memcached/Makefile.in, src/lib/pcre/Makefile.in,
                   1930:          src/lib/sdbm/Makefile.in, src/lib/sdbm/pa-include/Makefile.in,
                   1931:          src/lib/smtp/Makefile.in, src/main/Makefile.in,
                   1932:          src/sql/Makefile.in, src/targets/Makefile.in,
                   1933:          src/targets/apache/Makefile.in, src/targets/cgi/Makefile.in,
                   1934:          src/targets/isapi/Makefile.in, src/types/Makefile.in:
1.95      moko     1935:          autogenerated files updated after libtool update
                   1936: 
1.97      moko     1937:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, Makefile.in, README,
                   1938:          acinclude.m4, aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     1939:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   1940:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   1941:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   1942:          config/compile, config/config.guess, config/config.sub,
                   1943:          config/depcomp, config/install-sh, config/ltmain.sh,
                   1944:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   1945:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   1946:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   1947:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   1948:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   1949:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   1950:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   1951:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   1952: 
                   1953:        * configure.in: preparation for new libtool
                   1954: 
                   1955:        * configure.in: Some beauty added :)
                   1956: 
                   1957:        * src/targets/apache/Makefile.am: := -> =
                   1958: 
                   1959:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   1960:          again. :)
                   1961: 
                   1962:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   1963:          previously was taken from pcre_internal.h. :)
                   1964: 
                   1965:        * src/lib/pcre/Makefile.am: config.h returned
                   1966: 
                   1967:        * src/lib/pcre/config.h: still need this. :)
                   1968: 
                   1969:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   1970: 
                   1971:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   1972:          removed
                   1973: 
                   1974:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   1975:          now in parser tree, no need to copy
                   1976: 
                   1977:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   1978:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   1979:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   1980:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   1981:          extracts now used old trash removed
                   1982: 
                   1983:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   1984:          rare charsets/drivers are commented, sql driver quessing removed
                   1985:          (debian/patches/103_auto_p.patch)
                   1986: 
                   1987:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   1988:          (debian/patches/104_automake.patch) + all charsets are copied
                   1989: 
                   1990:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   1991:          extra arguments now supported
                   1992: 
                   1993: 2012-06-08  misha
                   1994: 
                   1995:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   1996:          the 2nd option in ^table.hash[] could be hash or table so
                   1997:          .as_hash will throw an exception when table option is specified
                   1998: 
                   1999:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2000:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   2001:          classes/table.C, classes/void.C, classes/xdoc.C,
                   2002:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   2003:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   2004:          and improved (whitespaces are allowed as empty options) -
                   2005:          MethodParams::as_table is added - above methods are used for
                   2006:          parsing methods' options ( new feature: #9 )
                   2007: 
                   2008:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   2009:          to vclass. now class fields can be accessible as a hash:
                   2010:          $h[^hash::create[$asd:CLASS]]
                   2011: 
                   2012:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   2013:          have get_fields method so their fields can be accessed with
                   2014:          ^reflection:fields[...] & ^reflection:field[...]
                   2015: 
                   2016: 2012-06-06  misha
                   2017: 
                   2018:        * tests/280.html: - tests for
                   2019:          ^reflection:method[obj-or-class;method],
                   2020:          ^reflection:field[obj-or-class;field] and
                   2021:          ^reflection:fields[obj-or-class] are added
                   2022: 
                   2023: 2012-06-05  misha
                   2024: 
                   2025:        * src/classes/reflection.C: - ^reflection:method[class or
                   2026:          object;method name] and ^reflection:field[class or object;field
                   2027:          name] are added
                   2028: 
                   2029:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   2030:          is used
                   2031: 
                   2032:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   2033: 
                   2034: 2012-06-05  moko
                   2035: 
1.97      moko     2036:        * src/targets/: Makefile.am, Makefile.in: cgi now build with apache
                   2037:          module
1.95      moko     2038: 
                   2039:        * src/classes/memcached.C: flish ttl fixed
                   2040: 
                   2041: 2012-06-04  moko
                   2042: 
                   2043:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   2044:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   2045:          option (new feature #833)
                   2046: 
                   2047: 2012-06-04  misha
                   2048: 
                   2049:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   2050:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   2051: 
                   2052: 2012-06-03  misha
                   2053: 
                   2054:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   2055:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   2056: 
                   2057: 2012-05-30  misha
                   2058: 
                   2059:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   2060:          incomplete class into a scope while @USE is found
                   2061: 
                   2062:        * src/main/compile.y: - add incomplete class into a scope while
                   2063:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   2064: 
                   2065: 2012-05-30  moko
                   2066: 
                   2067:        * src/types/pa_vclass.C, tests/278.html,
                   2068:          tests/results/278.processed: removed "property has no getter
                   2069:          method" exception when GET_DEFAULT present (fixes #269)
                   2070: 
                   2071:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   2072:          $._default
                   2073: 
                   2074: 2012-05-29  moko
                   2075: 
                   2076:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   2077:          uninitialized values usage (new feature: #154)
                   2078: 
                   2079: 2012-05-28  moko
                   2080: 
                   2081:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   2082:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   2083:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   2084:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   2085:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   2086:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   2087:          tests/results/277.processed, src/types/pa_vtable.h,
                   2088:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   2089:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   2090:          feature #803)
                   2091: 
                   2092:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   2093:          tests/results/277.processed: json numbers are now treated as
                   2094:          double ( new feature: #834 )
                   2095: 
                   2096:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   2097:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   2098:          added for out of range checks, zero division in vint/vdouble
                   2099:          check added ( fixes #832 )
                   2100: 
                   2101:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   2102:          ( fixes #832 )
                   2103: 
                   2104: 2012-05-28  misha
                   2105: 
                   2106:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   2107:          configure
                   2108: 
                   2109:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   2110:          added - tests for unsupported values for options $.file, $.table
                   2111:          and $.date are added
                   2112: 
                   2113:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   2114:          accepts "stat" $.file[] option's value in addition to existed
                   2115:          "text" and "base64" ( new feature: #835 )
                   2116: 
                   2117:        * tests/276.html: - test for
                   2118:          ^reflection:delete[$object-or-class;field-name]
                   2119: 
                   2120:        * src/classes/reflection.C: -
                   2121:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   2122:          feature: #268 )
                   2123: 
                   2124: 2012-05-27  misha
                   2125: 
                   2126:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   2127: 
                   2128: 2012-05-24  misha
                   2129: 
                   2130:        * src/include/pa_common.h: - method lastposafter was removed
                   2131: 
                   2132:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   2133:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   2134:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   2135:          work as *nix commands
                   2136: 
                   2137:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   2138: 
                   2139:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   2140:          rskipchars were added
                   2141: 
                   2142:        * tests/270.html: - more tests for ^file:find[]
                   2143: 
                   2144:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   2145: 
                   2146:        * src/include/pa_version.h: - must be "win32" here. it is
                   2147:          auto-generated on *nix
                   2148: 
                   2149: 2012-05-24  moko
                   2150: 
                   2151:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   2152:          throws overflow exception ( new feature: #830 )
                   2153: 
                   2154:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   2155:          uint32 support and overflow added ( new feature: #830 )
                   2156: 
                   2157: 2012-05-23  moko
                   2158: 
                   2159:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   2160:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   2161:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   2162:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2163:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2164:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   2165:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   2166:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   2167:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   2168:          "return string as-is" removed from as_expr_result. ( new feature:
                   2169:          #831 )
                   2170: 
                   2171:        * tests/results/244.processed: test changed after bug #782 fix
                   2172:          commited
                   2173: 
                   2174:        * tests/results/229.processed: test results for bug #782 commited
                   2175: 
                   2176:        * tests/: 254.html, results/254.processed: uid now just compared,
                   2177:          not printed. :)
                   2178: 
                   2179: 2012-05-20  moko
                   2180: 
                   2181:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   2182:          feature: #341 )
                   2183: 
                   2184:        * tests/: 254.html, results/254.processed: test for
                   2185:          ^reflection:uid[] added
                   2186: 
                   2187:        * tests/: 254.html, results/254.processed: test for
                   2188:          ^reflection:uid[$obj] added
                   2189: 
                   2190: 2012-05-17  misha
                   2191: 
                   2192:        * src/main/untaint.C: - do not replace ' char by _26 while
                   2193:          exploding filespec-tainting ( new feature: #829 )
                   2194: 
                   2195: 2012-05-12  moko
                   2196: 
                   2197:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   2198:          not.
                   2199: 
                   2200: 2012-05-08  moko
                   2201: 
                   2202:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   2203: 
                   2204:        * tests/229.html: test for bug #782
                   2205: 
                   2206:        * tests/results/259.processed, src/main/pa_request.C,
                   2207:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   2208:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   2209:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   2210:          string; defined locals are empty strings; $STRICT-VARS(true)
                   2211:          added
                   2212: 
                   2213: 2012-04-27  moko
                   2214: 
1.97      moko     2215:        * src/targets/apache/: Makefile.am, Makefile.in:
1.95      moko     2216:          ../../lib/memcached/libmemcached.a added
                   2217: 
                   2218: 2012-04-27  misha
                   2219: 
                   2220:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   2221:          ( #827 )
                   2222: 
                   2223: 2012-04-25  moko
                   2224: 
                   2225:        * src/: classes/json.C, classes/memcached.C,
                   2226:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2227:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   2228:          implemented.
                   2229: 
                   2230:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   2231: 
                   2232: 2012-04-23  moko
                   2233: 
                   2234:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   2235:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   2236:          types/pa_vmemcached.h: open allows options hash for new
                   2237:          memcached(options) function
                   2238: 
                   2239:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   2240:          not appended
                   2241: 
                   2242: 2012-04-21  moko
                   2243: 
                   2244:        * src/classes/curl.C: '' added. :)
                   2245: 
                   2246:        * src/classes/classes.vcproj: new curl.h location
                   2247: 
                   2248:        * src/classes/curl.C: verbose output redirection from stderr to
                   2249:          file curl option added
                   2250: 
                   2251: 2012-04-20  moko
                   2252: 
                   2253:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   2254:          contains what we need from curl, #ifdef HAVE_CURL removed
                   2255: 
1.97      moko     2256:        * Makefile.in, configure, configure.in, bin/Makefile.in,
                   2257:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   2258:          src/Makefile.in, src/classes/Makefile.am,
                   2259:          src/classes/Makefile.in, src/include/Makefile.in,
1.95      moko     2260:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.97      moko     2261:          src/lib/Makefile.am, src/lib/Makefile.in,
                   2262:          src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
                   2263:          src/lib/cord/include/private/Makefile.in,
                   2264:          src/lib/curl/Makefile.am, src/lib/curl/Makefile.in,
                   2265:          src/lib/curl/curl.h, src/lib/gc/Makefile.in,
                   2266:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   2267:          src/lib/json/Makefile.in, src/lib/ltdl/Makefile.in,
                   2268:          src/lib/md5/Makefile.in, src/lib/memcached/Makefile.in,
                   2269:          src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
                   2270:          src/lib/sdbm/pa-include/Makefile.in, src/lib/smtp/Makefile.in,
                   2271:          src/main/Makefile.in, src/sql/Makefile.in,
                   2272:          src/targets/Makefile.in, src/targets/apache/Makefile.in,
                   2273:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   2274:          src/types/Makefile.in: curl.h header now in src/lib/curl, not
1.95      moko     2275:          configure option
                   2276: 
                   2277: 2012-04-19  moko
                   2278: 
                   2279:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   2280:          classes/string.C, lib/gc/include/gc_allocator.h,
                   2281:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   2282:          options from sql_result_string removed. (closes issue #468)
                   2283: 
                   2284:        * src/types/pa_vmemcached.C: empty string fix
                   2285: 
                   2286:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   2287:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   2288:          pa_vmemcached.C
                   2289: 
                   2290: 2012-04-18  moko
                   2291: 
                   2292:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   2293:          apache2-mpm-prefork" error displayed in threaded mpm.
                   2294: 
                   2295:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   2296:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   2297:          installed (issue #354)
                   2298: 
                   2299: 2012-04-16  moko
                   2300: 
                   2301:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   2302:          memcached_result_free removed
                   2303: 
                   2304: 2012-04-14  moko
                   2305: 
                   2306:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   2307: 
                   2308:        * src/types/pa_vmemcached.C: check_key added and used
                   2309: 
                   2310: 2012-04-13  moko
                   2311: 
                   2312:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   2313:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   2314:          Serialization_data now added and used, VString now serialized
                   2315:          with languages into memcached.
                   2316: 
                   2317: 2012-03-28  moko
                   2318: 
                   2319:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   2320:          lib/memcached/pa_memcached.h: result lengths added
                   2321: 
                   2322: 2012-03-27  moko
                   2323: 
                   2324:        * src/types/pa_vmemcached.C: strdup added
                   2325: 
                   2326: 2012-03-24  moko
                   2327: 
                   2328:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   2329:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   2330:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   2331: 
                   2332: 2012-03-20  moko
                   2333: 
1.97      moko     2334:        * configure, configure.in, src/classes/Makefile.in,
                   2335:          src/lib/Makefile.in, src/lib/memcached/Makefile.in,
                   2336:          src/targets/cgi/Makefile.in, src/types/Makefile.in: Makefiles.in
                   2337:          updated for memcached
1.95      moko     2338: 
                   2339:        * src/targets/cgi/Makefile.am: cleanup
                   2340: 
                   2341:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   2342:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   2343: 
                   2344:        * src/: classes/Makefile.am, classes/memcached.C,
                   2345:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   2346:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2347:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   2348: 
                   2349: 2012-03-16  moko
                   2350: 
                   2351:        * src/main/execute.C: ident now works under Linux + ident displays
                   2352:          filenames (closes issue #818)
                   2353: 
1.97      moko     2354:        * src/types/: Makefile.am, Makefile.in, pa_vmethod_frame_global.h,
1.95      moko     2355:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   2356:          pa_vmethod_frame_local.h removed
                   2357: 
                   2358:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2359:          classes/classes.h, classes/curl.C, classes/date.C,
                   2360:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2361:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2362:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2363:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2364:          classes/regex.C, classes/response.C, classes/string.C,
                   2365:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2366:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2367:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2368:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2369:          include/pa_dictionary.h, include/pa_dir.h,
                   2370:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2371:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2372:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2373:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2374:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2375:          include/pa_sapi.h, include/pa_socks.h,
                   2376:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2377:          include/pa_stack.h, include/pa_string.h,
                   2378:          include/pa_stylesheet_connection.h,
                   2379:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2380:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2381:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2382:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2383:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   2384:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2385:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2386:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2387:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   2388:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   2389:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   2390:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   2391:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2392:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2393:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2394:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2395:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2396:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   2397:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2398:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   2399:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   2400:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   2401:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   2402:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   2403:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   2404:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   2405:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2406:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2407:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2408:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2409:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2410:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2411:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2412:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2413:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   2414:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   2415:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   2416:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   2417:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   2418:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   2419:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   2420:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   2421:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   2422:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   2423:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   2424:          ident now works under Linux + ident displays filenames (closes
                   2425:          issue #818) Copyright updated
                   2426: 
                   2427: 2012-03-13  moko
                   2428: 
                   2429:        * src/main/pa_string.C: compilation fix for feature #741
                   2430: 
                   2431: 2012-03-09  misha
                   2432: 
                   2433:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   2434: 
                   2435:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   2436:          now detects invalid base64 chars in the middle of encoded stricg
                   2437:          ( new feature: #55 )
                   2438: 
                   2439:        * src/include/pa_exception.h: - new exception type for base64
                   2440:          decoding is added
                   2441: 
                   2442: 2012-03-06  misha
                   2443: 
                   2444:        * tests/274.html: - tests for ^date::today[] and
                   2445:          ^date.sql-string[datetime|date|time] are added
                   2446: 
                   2447:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   2448:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   2449:          strings "datetime", "date" or "time" - comments tidying up
                   2450: 
                   2451:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   2452:          date and time
                   2453: 
                   2454: 2012-03-03  misha
                   2455: 
                   2456:        * tests/193.html: - tests for
                   2457:          ^string:base64[encoded;$.strict(true)] are added
                   2458: 
                   2459:        * tests/results/auto.p: - try-catch operator is added
                   2460: 
                   2461:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   2462:          main/pa_common.C: - $.strict(true|false) option is added to
                   2463:          base64 decode methods ( new feature: #55 )
                   2464: 
                   2465:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   2466:          ( new feature: #819 )
                   2467: 
                   2468: 2012-02-28  moko
                   2469: 
                   2470:        * src/classes/hash.C: ident test
                   2471: 
                   2472: 2012-02-27  misha
                   2473: 
                   2474:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   2475: 
                   2476: 2012-01-08  misha
                   2477: 
                   2478:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   2479: 
                   2480:        * src/: classes/string.C, include/pa_dictionary.h,
                   2481:          main/pa_dictionary.C, main/pa_string.C: -
                   2482:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   2483:          ^string.replace[one subst here] is slightly optimized
                   2484: 
                   2485: 2011-12-07  misha
                   2486: 
                   2487:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   2488:          named table with one empty column ( bugfix: #63 )
                   2489: 
                   2490: 2011-11-30  misha
                   2491: 
                   2492:        * src/classes/json.C: - it's possible to set user's method for
                   2493:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   2494:          #763 )
                   2495: 
                   2496:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   2497: 
                   2498: 2011-11-23  misha
                   2499: 
                   2500:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2501:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   2502:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   2503:          ^file::create[mode;filename;content[;options]] now accepts binary
                   2504:          mode and file-content - new constructor's format:
                   2505:          ^file::create[string-or-file-content[;$.name[filename]
                   2506:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   2507:          feature: #65 )
                   2508: 
                   2509:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   2510:          mime_type_of(const String*) is added
                   2511: 
                   2512:        * src/include/pa_exception.h: - new exception constant
                   2513:          FILE_NAME_MUST_BE_SPECIFIED is added
                   2514: 
                   2515:        * src/classes/table.C: - bug with negative offset transformed into
                   2516:          a feature. it means pointing to a row from the end of the table (
                   2517:          new feature: #810 )
                   2518: 
                   2519: 2011-11-19  misha
                   2520: 
                   2521:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   2522:          â ìåòîäå _select ( new feature: #810 )
                   2523: 
                   2524:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   2525:          options were specified together is simplified
                   2526: 
                   2527: 2011-11-12  misha
                   2528: 
                   2529:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   2530:          HTTP content-disposition header (a part of bug #361 )
                   2531: 
                   2532:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   2533:          checks for ancestors' classes as well ( new feature: #456 )
                   2534: 
                   2535:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   2536:          "without cycle" now have types "parser.break" and
                   2537:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   2538:          )
                   2539: 
                   2540: 2011-11-11  misha
                   2541: 
                   2542:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2543:          237.processed: - since bug #361 was fixed the content of filename
                   2544:          in HTTP headers is quoted
                   2545: 
                   2546:        * tests/results/270.processed: - result for test 270
                   2547: 
                   2548:        * tests/: 065.html, results/065.processed: - more tests for
                   2549:          ^file:basename[] & Co were added
                   2550: 
                   2551:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   2552: 
                   2553:        * tests/270.html: - tests for ^file:find[] are added
                   2554: 
                   2555:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   2556:          using option $.charset. option $.engoding is still supported but
                   2557:          these options can not be specified together
                   2558: 
                   2559:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   2560:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   2561: 
                   2562: 2011-10-11  misha
                   2563: 
                   2564:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   2565:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   2566:          #622)
                   2567: 
                   2568: 2011-09-30  misha
                   2569: 
                   2570:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   2571:          exception "saving stat-ed file" ( bugfix: #395 )
                   2572: 
                   2573: 2011-05-30  misha
                   2574: 
                   2575:        * src/classes/string.C: - fixed bug which was added with
                   2576:          params.as_hash into string:sql
                   2577: 
                   2578: 2011-05-29  misha
                   2579: 
                   2580:        * src/types/pa_value.C: - filename in content-disposition header
                   2581:          must be quoted ( bugfix: #361 )
                   2582: 
                   2583: 2011-05-27  misha
                   2584: 
                   2585:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   2586:          created file
                   2587: 
                   2588:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   2589:          usage
                   2590: 
                   2591:        * src/include/pa_exception.h: - one more string for exception was
                   2592:          added
                   2593: 
                   2594: 2011-05-25  misha
                   2595: 
                   2596:        * tests/269.html: - tests for checking input params in some dom
                   2597:          methods
                   2598: 
                   2599:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   2600:          was added. it isn't possible not wo create xdoc with invalid
                   2601:          tagName. ( bugfix: #160 )
                   2602: 
                   2603:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   2604:          string "data must be string" was mover from pa_exception.h to
                   2605:          pa_xml_exception.h
                   2606: 
                   2607:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   2608:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   2609: 
                   2610:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   2611: 
                   2612:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   2613:          options - XML-related exception's strings were added
                   2614: 
                   2615:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   2616:          output_options were removed)
                   2617: 
                   2618: 2011-05-19  misha
                   2619: 
                   2620:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   2621:          params.as_hash is used more while parsing methods hash-options
                   2622: 
                   2623: 2011-05-18  misha
                   2624: 
                   2625:        * operators.txt: - info about json-serialization of xdoc was added
                   2626: 
                   2627:        * tests/256.html: - tests for json-serialization xdoc were added
                   2628: 
                   2629:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   2630: 
                   2631:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2632:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   2633:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   2634:          specified in $.xdoc[] ( new feature: #265 )
                   2635: 
                   2636: 2011-05-15  misha
                   2637: 
                   2638:        * tests/268.html: - tests for ^table.count[with options] were added
                   2639: 
                   2640:        * src/classes/table.C: - method ^table.count[] now can accept
                   2641:          options ( new feature: #93 ): ^table.count[column] returns number
                   2642:          of columns for named table; ^table.count[cells] returns number of
                   2643:          cells in the current row; ^table.count[] & ^table.count[rows]
                   2644:          return number of rows in a table.
                   2645: 
                   2646:        * tests/267.html: - test for checking switch/case in boolean mode
                   2647:          was added
                   2648: 
                   2649:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   2650:          compared as bool values, not as double values: new feature: #351
                   2651: 
                   2652: 2011-05-06  misha
                   2653: 
                   2654:        * tests/242.html: - EOL before EOF was added
                   2655: 
                   2656:        * tests/169.html: - tests for splitting empty string and void were
                   2657:          added
                   2658: 
                   2659:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   2660:          returned table with one empty cell)
                   2661: 
                   2662: 2011-04-03  misha
                   2663: 
                   2664:        * src/include/pa_version.h, configure.in: - version in head was
                   2665:          changed to 3.4.2b
                   2666: 
                   2667: 2011-03-30  misha
                   2668: 
                   2669:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   2670:          as well ( new feature #294 )
                   2671: 
                   2672: 2011-03-29  misha
                   2673: 
                   2674:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   2675:          limited to approx. 6 MB. previous limits were too big for real
                   2676:          life. bugfix: #216
                   2677: 
                   2678: 2011-03-04  moko
                   2679: 
                   2680:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   2681:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   2682: 
                   2683:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   2684:          vlalek@
                   2685: 
                   2686: 2011-02-22  misha
                   2687: 
                   2688:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   2689:          be under #ifdef XML or parser can't be compiled without xml
                   2690:          support
                   2691: 
                   2692: 2011-02-21  misha
                   2693: 
1.97      moko     2694:        * src/targets/apache/: Makefile.am, Makefile.in: - mention
1.95      moko     2695:          ApacheModuleParser3.vcproj was removed
                   2696: 
                   2697:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   2698:          removed)
                   2699: 
                   2700: 2011-02-20  misha
                   2701: 
                   2702:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   2703:          $.overridden in ^reflection:method_info[...] were added
                   2704: 
                   2705:        * src/classes/reflection.C: - beautifying result of
                   2706:          ^reflection:method_info[] ($.overridden/inherited)
                   2707: 
                   2708: 2011-02-18  misha
                   2709: 
                   2710:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   2711:          and pa_isalnum instead of isalpha and isalnum - bug with
                   2712:          redundand quoting lowercased latin chars while building email
                   2713:          body was fixed
                   2714: 
                   2715:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   2716:          added (they check for latin chars only)
                   2717: 
                   2718: 2011-02-16  misha
                   2719: 
                   2720:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   2721:          string size for transcoding gave too small value (should ever
                   2722:          look for availability char in dest charset inspite of the char
                   2723:          size)
                   2724: 
                   2725: 2011-02-04  moko
                   2726: 
                   2727:        * tests/223.html: header values now not url-encoded (issue #195)
                   2728: 
                   2729: 2011-02-01  misha
                   2730: 
                   2731:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   2732: 
                   2733: 2011-01-31  misha
                   2734: 
                   2735:        * src/main/pa_request.C: - throw exception if param file_name in
                   2736:          use_file is empty
                   2737: 
                   2738: 2011-01-08  moko
                   2739: 
                   2740:        * src/classes/curl.C: compilations errors fixed
                   2741: 
                   2742: 2010-12-29  moko
                   2743: 
                   2744:        * tests/: 265.html, results/265.processed: test for issue #200
                   2745:          added
                   2746: 
                   2747:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   2748:          #200)
                   2749: 
                   2750:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   2751: 
                   2752:        * tests/results/223.processed: header values now not url-encoded
                   2753:          (issue #195)
                   2754: 
                   2755:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2756:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   2757:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   2758: 
                   2759: 2010-12-18  misha
                   2760: 
                   2761:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   2762:          => pa-include
                   2763: 
                   2764: 2010-11-28  moko
                   2765: 
                   2766:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   2767: 
                   2768:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   2769:          -> pa
                   2770: 
1.97      moko     2771:        * src/: classes/Makefile.in, lib/sdbm/Makefile.in,
                   2772:          lib/sdbm/pa-include/Makefile.in, types/Makefile.in: apr -> pa
                   2773: 
1.95      moko     2774:        * configure.in: apr -> pa
                   2775: 
                   2776:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   2777: 
                   2778:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   2779:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   2780: 
                   2781:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   2782:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   2783:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   2784:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   2785:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   2786:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   2787:          module apr name conflict resolved)
                   2788: 
                   2789: 2010-11-27  misha
                   2790: 
                   2791:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   2792:          libbz2
                   2793: 
                   2794: 2010-11-26  misha
                   2795: 
                   2796:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   2797:          warnings removed
                   2798: 
                   2799: 2010-11-25  moko
                   2800: 
                   2801:        * operators.txt: $.indent(true)
                   2802: 
                   2803:        * operators.txt: another bugfix. :)
                   2804: 
                   2805:        * operators.txt: bugfix. :)
                   2806: 
                   2807:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   2808: 
                   2809: 2010-11-24  moko
                   2810: 
1.97      moko     2811:        * bin/Makefile.in, etc/Makefile.in,
                   2812:          etc/parser3.charsets/Makefile.in: APACHE13->APACHE
                   2813: 
                   2814:        * src/: Makefile.in, classes/Makefile.in, include/Makefile.in,
                   2815:          lib/Makefile.in, lib/cord/Makefile.in,
                   2816:          lib/cord/include/Makefile.in,
                   2817:          lib/cord/include/private/Makefile.in, lib/gc/Makefile.in,
                   2818:          lib/gc/include/Makefile.in, lib/gd/Makefile.in,
                   2819:          lib/json/Makefile.in, lib/ltdl/Makefile.in, lib/md5/Makefile.in,
                   2820:          lib/pcre/Makefile.in, lib/sdbm/Makefile.in, lib/smtp/Makefile.in,
                   2821:          main/Makefile.in, sql/Makefile.in, targets/Makefile.in,
                   2822:          targets/cgi/Makefile.in, targets/isapi/Makefile.in,
                   2823:          types/Makefile.in: APACHE13 -> APACHE
                   2824: 
                   2825:        * Makefile.in, src/targets/apache/Makefile.in, configure: apxs
                   2826:          support
1.95      moko     2827: 
                   2828:        * configure.in: apxs support -Bstatic gc removed for OS X
                   2829: 
                   2830:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   2831: 
                   2832:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   2833:          THREAD_LOCAL usage
                   2834: 
                   2835:        * src/: classes/curl.C, include/pa_config_includes.h,
                   2836:          main/pa_globals.C: THREAD_LOCAL defined and used
                   2837: 
                   2838: 2010-11-23  moko
                   2839: 
                   2840:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   2841:          should be passed to pa_sleep, and only fractional part (bugfix:
                   2842:          #188)
                   2843: 
                   2844:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   2845: 
                   2846:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   2847:          GC_dont_gc=1, as in cgi version
                   2848: 
                   2849:        * src/targets/apache/mod_parser3.c: warning war
                   2850: 
                   2851:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2852:          pa_httpd.h: version removed, some trash removed
                   2853: 
                   2854:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   2855:          to show it), warning war
                   2856: 
                   2857:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2858:          pa_httpd.h: parser_status_allowed removed + merge config
                   2859:          functions removed (override is the default) + beauty
                   2860: 
                   2861:        * src/: include/pa_request.h, main/pa_request.C,
                   2862:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   2863:          hide $status used in apache module removed
                   2864: 
                   2865: 2010-11-18  moko
                   2866: 
                   2867:        * operators.txt: $.table[compact] added for ^json:string[]
                   2868: 
                   2869: 2010-11-16  moko
                   2870: 
                   2871:        * src/targets/apache/mod_parser3.c: some cleanup done
                   2872: 
                   2873:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   2874:          is hashcode; second, info.fragment_begin is original, not
                   2875:          resulting length
                   2876: 
                   2877:        * src/classes/file.C: new feature: $.stdin now untainted
                   2878: 
                   2879:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   2880: 
                   2881:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   2882: 
                   2883:        * src/classes/op.C: ^apply-taint[] method added
                   2884: 
                   2885:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   2886:          added; $.stdin untaint test added
                   2887: 
                   2888: 2010-11-15  moko
                   2889: 
                   2890:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   2891:          removed
                   2892: 
                   2893:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2894:          pa_httpd.h: 2x2 calculated under apache2. :)
                   2895: 
                   2896: 2010-11-13  moko
                   2897: 
                   2898:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   2899:          with apache 2.x includes
                   2900: 
                   2901:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   2902:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   2903:          united apache 1.3 / apache 2.x DSO module
                   2904: 
                   2905: 2010-11-09  moko
                   2906: 
                   2907:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   2908:          syntax
                   2909: 
                   2910:        * tests/: 263.html, results/263.processed: test from method[*args]
                   2911:          added
                   2912: 
                   2913:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   2914:          number of params can now be passed to a method declared with *arg
                   2915: 
                   2916: 2010-11-06  moko
                   2917: 
                   2918:        * src/classes/table.C: formating fixed. :)
                   2919: 
                   2920:        * src/classes/table.C: closes #4: ^table.select now supports
                   2921:          $.limit(), $.offset, $.reverse() options
                   2922: 
                   2923:        * tests/: 262.html, results/262.processed: test for ^table:select
                   2924:          with options added (feature #4)
                   2925: 
                   2926:        * src/include/pa_array.h: remove function added
                   2927: 
                   2928:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   2929:          object in get_element/put_element, using static one.
                   2930: 
                   2931: 2010-11-04  moko
                   2932: 
                   2933:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   2934:          options is passed
                   2935: 
                   2936:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   2937:          now tested; k and p in handler now tested.
                   2938: 
                   2939:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   2940:          $.table[compact] feature added
                   2941: 
                   2942:        * src/classes/json.C: key is now passed to handler in
                   2943:          value_json_string; ^json:string result now process tainting
                   2944:          inside and returns clean string, related to issue #153
                   2945: 
                   2946:        * src/main/untaint.C: bugfix: charset can be null (in
                   2947:          ^string:save[] as example), thus check is added
                   2948: 
                   2949: 2010-10-31  moko
                   2950: 
                   2951:        * src/classes/string.C: error message changed (fixes issue #149)
                   2952: 
                   2953: 2010-10-29  moko
                   2954: 
                   2955:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   2956:          port is not default (fixes issue #155); exception on invalid port
                   2957:          added.
                   2958: 
                   2959:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   2960:          "Accept: */*" to be passed
                   2961: 
                   2962: 2010-10-28  moko
                   2963: 
                   2964:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   2965:          exception on unknown charset even if response_charset was
                   2966:          specified
                   2967: 
                   2968: 2010-10-27  moko
                   2969: 
                   2970:        * src/classes/string.C: ^string.append removed for void
                   2971:          compatibility
                   2972: 
                   2973: 2010-10-26  moko
                   2974: 
                   2975:        * src/classes/json.C: libjson supports array at top level, we too
                   2976:          (GPF fixed)
                   2977: 
                   2978: 2010-10-25  moko
                   2979: 
                   2980:        * tests/: 253.html, results/253.processed: libjson supports array
                   2981:          at top level, parser now supports it as well.
                   2982: 
                   2983:        * tests/261.html, tests/results/261.processed,
                   2984:          src/types/pa_vstring.h: empty string is now void compatible
                   2985:          (allows $empty.key)
                   2986: 
                   2987: 2010-10-22  misha
                   2988: 
                   2989:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   2990:          while adding additional expires checkout)
                   2991: 
                   2992:        * tests/030.html: - test for session cookie was added
                   2993: 
                   2994: 2010-10-21  moko
                   2995: 
                   2996:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   2997:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   2998:          string (feature #111)
                   2999: 
                   3000:        * tests/: 261.html, results/261.processed: checks void from string
                   3001:          inheritance (feature #111)
                   3002: 
                   3003:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   3004:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   3005:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   3006:          now true by default
                   3007: 
                   3008: 2010-10-17  moko
                   3009: 
                   3010:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   3011:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   3012:          (bugfix: #128)
                   3013: 
                   3014:        * tests/: 223.html, results/223.processed: binary file upload test
                   3015:          added, GPF (issue #128) also checked in this test
                   3016: 
                   3017: 2010-10-13  misha
                   3018: 
                   3019:        * tests/260.html: - test for math:convert
                   3020: 
                   3021:        * src/classes/math.C: - error in math:convert was fixed
                   3022: 
                   3023:        * operators.txt: - info about
                   3024:          ^math:convert[number](from-base;to-base) was added
                   3025: 
                   3026:        * src/classes/math.C: - method
                   3027:          ^math:convert[number](from-base;to-base) for converting number
                   3028:          represention from one base to another was added ( new feature:
                   3029:          #23 )
                   3030: 
                   3031: 2010-10-13  moko
                   3032: 
                   3033:        * src/main/compile.tab.C: [] now is empty string, not void
                   3034: 
                   3035:        * src/main/compile.y: [] now is empty string, not void
                   3036: 
                   3037:        * src/types/pa_vvoid.h: void now passed as parameter
                   3038: 
                   3039:        * tests/: 259.html, results/259.processed: to test difference
                   3040:          between void and empty string (see ticket #111)
                   3041: 
                   3042:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   3043:          void
                   3044: 
                   3045:        * tests/256.html: $s[$void] is no longer empty string
                   3046: 
                   3047:        * tests/254.html: empty string is no longer void
                   3048: 
                   3049: 2010-10-12  misha
                   3050: 
                   3051:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   3052:          converted to date during cookies set up ( bugfix: #104 )
                   3053: 
                   3054:        * tests/041.html: - more tests for ^table.locate were added
                   3055: 
                   3056:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   3057:          work ( bugfix: #129 ) - exception comment for incorrect options
                   3058:          ^table.locate[field;value;options] was fixed
                   3059: 
                   3060: 2010-10-10  moko
                   3061: 
                   3062:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   3063:          another object feature returned
                   3064: 
                   3065:        * tests/results/258.processed: test result updated as constructor
                   3066:          returning another object feature returned
                   3067: 
                   3068:        * tests/: 258.html, results/258.processed: test for constructor
                   3069:          returning another object
                   3070: 
                   3071: 2010-10-08  misha
                   3072: 
                   3073:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   3074:          options shouldn't cause exceptions any longer
                   3075: 
                   3076: 2010-10-06  moko
                   3077: 
                   3078:        * src/classes/: hash.C, table.C: length from sql server is now
                   3079:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   3080: 
                   3081: 2010-10-02  misha
                   3082: 
                   3083:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   3084:          usable to delete cache file.
                   3085: 
                   3086: 2010-10-02  moko
                   3087: 
                   3088:        * tests/: 253.html, results/253.processed: hook_key added for key
                   3089:          checking
                   3090: 
                   3091:        * src/classes/json.C: null key bug fixed
                   3092: 
                   3093: 2010-09-29  misha
                   3094: 
                   3095:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   3096: 
                   3097: 2010-09-25  moko
                   3098: 
                   3099:        * src/classes/json.C: small fixed
                   3100: 
                   3101:        * tests/results/: 253.processed, 255.processed: just updated
                   3102: 
                   3103:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   3104:          results/255.processed: charset transcode test added for
                   3105:          json:parse
                   3106: 
                   3107: 2010-09-24  moko
                   3108: 
                   3109:        * src/types/pa_value.h: warning war :)
                   3110: 
                   3111:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   3112:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   3113:          ^json:string
                   3114: 
                   3115: 2010-09-22  moko
                   3116: 
                   3117:        * src/main/pa_charset.C: parser charset tables declare only
                   3118:          white-space before 0x20, thus adding the missing chars
                   3119: 
                   3120:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   3121:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   3122: 
                   3123: 2010-09-21  misha
                   3124: 
                   3125:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   3126:          want to compile grammar if they are absent)
                   3127: 
                   3128:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   3129: 
                   3130:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   3131: 
                   3132:        * src/main/main.vcproj: - path to bison is changed
                   3133: 
                   3134: 2010-09-21  moko
                   3135: 
1.97      moko     3136:        * etc/parser3.charsets/: Makefile.in, windows-1250.cfg,
                   3137:          windows-1251.cfg, windows-1254.cfg, windows-1257.cfg,
                   3138:          x-mac-cyrillic.cfg: updated to conform to
                   3139:          http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     3140: 
                   3141: 2010-09-20  misha
                   3142: 
                   3143:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   3144: 
                   3145:        * src/classes/json.C: - add EOL while json-serializing hash
                   3146: 
                   3147:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   3148:          compilers don't like 'ES'.
                   3149: 
                   3150: 2010-09-17  misha
                   3151: 
                   3152:        * operators.txt: - info about json class was added
                   3153: 
                   3154:        * src/classes/json.C: - ^json:string[object]
                   3155: 
                   3156:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   3157:          preventing infinite recursion while executing json:string was
                   3158:          added
                   3159: 
                   3160:        * src/include/pa_string.h: - method append_quoted was added
                   3161: 
                   3162:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   3163:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   3164:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   3165:          was added to Value & Co
                   3166: 
                   3167:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   3168:          were used
                   3169: 
                   3170:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   3171:          were added
                   3172: 
                   3173: 2010-09-10  moko
                   3174: 
                   3175:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   3176:          die_or_abort (backport from 3.4.1)
                   3177: 
                   3178:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   3179:          die_or_abort (bugfix: #106)
                   3180: 
                   3181: 2010-09-09  moko
                   3182: 
                   3183:        * src/classes/json.C: warning war. :)
                   3184: 
                   3185: 2010-09-08  misha
                   3186: 
                   3187:        * src/lib/json/Makefile.am: - additional include directories were
                   3188:          added (for pa_memory.h and gc.h)
                   3189: 
                   3190:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   3191:          compile as C++ instead default - additional include directory was
                   3192:          added (for gc.h)
                   3193: 
                   3194:        * src/types/pa_vform.C: - little code reformating
                   3195: 
                   3196:        * src/classes/file.C: - $.content-type option now can be specified
                   3197:          in ^file::create ( new feature: #102 )
                   3198: 
                   3199: 2010-09-08  moko
                   3200: 
                   3201:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   3202:          pa_malloc/pa_free
                   3203: 
                   3204: 2010-09-07  moko
                   3205: 
                   3206:        * tests/results/254.processed: VStateless_class:put_element
                   3207:          exception was fixed
                   3208: 
                   3209:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   3210:          VStateless_class:put_element barks self.type, not this.type
                   3211:          (bugfix: #105)
                   3212: 
                   3213: 2010-09-06  moko
                   3214: 
                   3215:        * src/classes/reflection.C: bugfix: new String() is required for
                   3216:          exception handling
                   3217: 
                   3218:        * tests/: 254.html, results/254.processed: test modified
                   3219: 
                   3220: 2010-09-05  moko
                   3221: 
                   3222:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   3223:          added
                   3224: 
                   3225:        * src/: classes/reflection.C, include/pa_request.h:
                   3226:          ^reflection:copy implemented (new feature: #100)
                   3227: 
                   3228: 2010-09-03  moko
                   3229: 
                   3230:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   3231: 
                   3232:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   3233:          option testing added
                   3234: 
                   3235: 2010-09-02  moko
                   3236: 
                   3237:        * src/classes/json.C: $.distinct[first|last|all] added
                   3238: 
                   3239: 2010-09-01  moko
                   3240: 
                   3241:        * tests/results/253.processed: json test result
                   3242: 
                   3243:        * tests/: 253.html, 253_json.txt: json test added
                   3244: 
                   3245:        * src/classes/json.C: json.C update to actual version + hash key
                   3246:          creation bugfix
                   3247: 
                   3248: 2010-08-31  misha
                   3249: 
                   3250:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   3251:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   3252:          src/lib/Makefile.am, src/classes/Makefile.am,
                   3253:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   3254:          json library was added
                   3255: 
                   3256: 2010-08-30  moko
                   3257: 
                   3258:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   3259:          types/pa_vobject.C: cosmetic optimization in
                   3260:          request:execute_method usage
                   3261: 
                   3262:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   3263:          optimization, just to decrease number of lines. :)
                   3264: 
                   3265: 2010-08-27  misha
                   3266: 
                   3267:        * src/classes/op.C: - taint[json] was added
                   3268: 
                   3269:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   3270:          were added
                   3271: 
                   3272:        * src/main/pa_exec.C: - warning fix was rolled back.
                   3273: 
                   3274:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   3275:          include/pa_string.h: - taint[json] was added - escaping was
                   3276:          slightly modified
                   3277: 
                   3278: 2010-08-25  misha
                   3279: 
                   3280:        * src/classes/file.C: - typo in file:sql exception was fixed
                   3281: 
                   3282:        * src/main/pa_exec.C: - warning about declared and not used
                   3283:          variable forced_allow was removed
                   3284: 
                   3285: 2010-08-14  misha
                   3286: 
                   3287:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   3288:          were removed
                   3289: 
                   3290: 2010-08-11  moko
                   3291: 
                   3292:        * tests/: 249.html, results/249.processed: default setter and
                   3293:          anti-recursive default getter test added
                   3294: 
                   3295:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   3296:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   3297:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   3298:          types/pa_vstateless_class.h: default setter support +
                   3299:          anti-recursive default getter support ( new feature: #13 )
                   3300: 
                   3301:        * src/include/pa_hash.h: optimization: threshold member removed
                   3302:          from hash, reducing sizeof(hash)
                   3303: 
                   3304: 2010-08-10  misha
                   3305: 
                   3306:        * tests/196.html: - junction-method was added to the test
                   3307: 
                   3308:        * tests/248.html: - ups. typo :)
                   3309: 
                   3310:        * tests/248.html: - test for checking .match with 4 params
                   3311: 
                   3312:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   3313:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   3314:          $request:charset during loading if the BOM code is detected"
                   3315: 
                   3316:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   3317:          $request:charset during loading if the BOM code is detected ( new
                   3318:          feature: #98 )
                   3319: 
                   3320: 2010-08-05  misha
                   3321: 
                   3322:        * src/classes/image.C: - ^image.replace now can accept only 2
                   3323:          params. in this case the whole image is affected ( new feature:
                   3324:          #95 )
                   3325: 
                   3326: 2010-08-04  misha
                   3327: 
                   3328:        * tests/246.html: - test tor ^hash._at[] was added
                   3329: 
                   3330:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   3331:          #53 )
                   3332: 
                   3333:        * src/include/pa_hash.h: - methods for accessing the first and the
                   3334:          last values of ordered hash were added (first_value and
                   3335:          last_value)
                   3336: 
                   3337:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   3338:          (similar to others file's methods):
                   3339:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   3340:          #68 )
                   3341: 
                   3342:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   3343: 
                   3344: 2010-08-01  moko
                   3345: 
                   3346:        * src/classes/op.C: to correctly process $result[] in code, called
                   3347:          from ^process
                   3348: 
                   3349:        * tests/245.html: $result in ^process[] test added
                   3350: 
                   3351:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3352:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   3353:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   3354:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   3355:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   3356:          removed, construct(class,method) added
                   3357: 
                   3358:        * tests/results/: 192.processed, 244.processed: request::construct
                   3359:          added
                   3360: 
                   3361:        * tests/: 244.html, 245.html, results/244.processed,
                   3362:          results/245.processed: object creation exceptions and ^process
                   3363:          tests added
                   3364: 
                   3365: 2010-07-28  misha
                   3366: 
                   3367:        * tests/make_tests.cmd: - win32 EOLs
                   3368: 
                   3369:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   3370:          tests on Win32 were added (The system timezone should be GMT+3)
                   3371: 
                   3372: 2010-07-26  misha
                   3373: 
                   3374:        * tests/: 212.html, results/212.processed: - sizes were removed
                   3375:          mecause they could be different on different OSs
                   3376: 
                   3377:        * tests/065.html: - make it "win32 friendly"
                   3378: 
                   3379: 2010-07-25  misha
                   3380: 
                   3381:        * src/main/compile.y: - all EOLs between methods are removed during
                   3382:          compilation ( new feature: #47 )
                   3383: 
                   3384:        * tests/results/149.processed: - prepare tests to trim trailing
                   3385:          methods' EOLs
                   3386: 
                   3387:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   3388: 
                   3389:        * tests/: results/006.processed, results/014.processed, 006.html,
                   3390:          014.html, 022.html: - prepare tests to trim trailing methods'
                   3391:          EOLs
                   3392: 
                   3393:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   3394:          results/071.processed, results/022.processed: - prepare tests to
                   3395:          trim trailing methods' EOLs
                   3396: 
                   3397:        * tests/: results/073.processed, results/109.processed,
                   3398:          results/142.processed, results/144.processed,
                   3399:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   3400:          144.html: - prepare tests to trim trailing methods' EOLs
                   3401: 
                   3402:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   3403:          149.html, 152.html, results/096.processed, results/107.processed,
                   3404:          results/109.processed, results/142.processed,
                   3405:          results/144.processed: - prepare tests to trim trailing methods'
                   3406:          EOLs
                   3407: 
                   3408: 2010-07-24  moko
                   3409: 
                   3410:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   3411:          the hash order in this test
                   3412: 
                   3413:        * tests/014.html: to check hash order, hash no is longer sorted
                   3414:          before print
                   3415: 
                   3416:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   3417:          (bugfix: #54)
                   3418: 
                   3419: 2010-07-23  moko
                   3420: 
                   3421:        * tests/results/224.processed: @auto[] is no longer inherited
                   3422: 
                   3423:        * src/types/pa_vstateless_class.C, tests/227.html,
                   3424:          tests/results/227.processed: @auto[] is no longer inherited
                   3425:          (bugfix: #57)
                   3426: 
                   3427: 2010-07-22  misha
                   3428: 
                   3429:        * src/classes/table.C: - don't skip comment lines during
                   3430:          table::load if encloser or separator is set as '#' ( new feature:
                   3431:          #30 )
                   3432: 
                   3433:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   3434:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   3435:          #12 )
                   3436: 
                   3437:        * src/classes/file.C: - set PARSER_VARSION env before external
                   3438:          script executing
                   3439: 
                   3440: 2010-07-13  misha
                   3441: 
                   3442:        * tests/058.html: - test for suppressing @border was added - test
                   3443:          for user attribute was added
                   3444: 
                   3445:        * tests/results/186.processed: unescaping from \uXXXX
                   3446: 
                   3447:        * tests/186.html: unescaping from \uXXXX
                   3448: 
                   3449:        * tests/: 239.html, results/239.processed: method call type
                   3450: 
                   3451:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   3452:          $junction_method.CLASS_NAME (+CLASS)
                   3453: 
                   3454: 2010-07-07  misha
                   3455: 
                   3456:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   3457:          *nix
                   3458: 
                   3459: 2010-07-05  misha
                   3460: 
                   3461:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   3462:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   3463:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   3464:          comment strings "options must be hash", "options must be hash,
                   3465:          not code" and "called with invalid option" were replaced by
                   3466:          constatns - exception comment string "invalid option passed" was
                   3467:          replaced by "called with invalid option" (now in different
                   3468:          methods are the same exception comment string)
                   3469: 
                   3470:        * src/include/pa_exception.h: - more exception strings were defined
                   3471: 
                   3472:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3473:          types/pa_vstateless_class.h: - now we can define possible
                   3474:          method's call type ( new feature: #5 )   1.
                   3475:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   3476:          methods   2. @static:method[params] (only static keyword could be
                   3477:          used here) -- for specified methods
                   3478: 
                   3479:        * src/main/pa_common.C: - junction points should not be deleted on
                   3480:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   3481:          cleanup
                   3482: 
                   3483: 2010-07-03  misha
                   3484: 
                   3485:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   3486:          results/158.processed, results/160.processed,
                   3487:          results/161.processed, results/162.processed,
                   3488:          results/163.processed: - prepare tests to trim trailing methods'
                   3489:          EOLs
                   3490: 
                   3491:        * tests/results/169.processed: - prepare tests to trim trailing
                   3492:          methods' EOLs
                   3493: 
                   3494:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   3495:          trim trailing methods' EOLs
                   3496: 
                   3497:        * tests/: results/170.processed, results/167.processed,
                   3498:          results/168.processed, results/169.processed, 167.html, 168.html,
                   3499:          169.html: - prepare tests to trim trailing methods' EOLs
                   3500: 
                   3501:        * tests/: results/170.processed, results/171.processed,
                   3502:          results/172.processed, results/173.processed,
                   3503:          results/174.processed, results/175.processed, 170.html, 171.html,
                   3504:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   3505:          trailing methods' EOLs
                   3506: 
                   3507:        * tests/: results/176.processed, results/180.processed,
                   3508:          results/184.processed, results/185.processed,
                   3509:          results/191.processed, results/192.processed,
                   3510:          results/196.processed, results/197.processed,
                   3511:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   3512:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   3513:          to trim trailing methods' EOLs
                   3514: 
                   3515:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   3516:          results/199.processed, results/208.processed,
                   3517:          results/209.processed, results/213.processed,
                   3518:          results/214.processed: - prepare tests to trim trailing methods'
                   3519:          EOLs
                   3520: 
                   3521: 2010-06-29  misha
                   3522: 
                   3523:        * tests/: 220.html, 218.html, results/218.processed,
                   3524:          results/215.processed, results/217.processed, 215.html, 217.html:
                   3525:          - prepare tests to trim trailing methods' EOLs
                   3526: 
                   3527:        * tests/: results/224.processed, 224.html, 223.html,
                   3528:          results/223.processed, results/220.processed: - prepare tests to
                   3529:          trim trailing methods' EOLs
                   3530: 
                   3531:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   3532:          trim trailing methods' EOLs
                   3533: 
                   3534:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   3535:          trailing methods' EOLs
                   3536: 
                   3537:        * tests/: 232.html, 235.html, results/232.processed,
                   3538:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   3539:          results/226.processed, results/227.processed,
                   3540:          results/228.processed, results/230.processed: - prepare tests to
                   3541:          trim trailing methods' EOLs
                   3542: 
                   3543: 2010-06-16  moko
                   3544: 
                   3545:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   3546:          ^if
                   3547: 
                   3548:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   3549: 
                   3550: 2010-06-03  misha
                   3551: 
                   3552:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   3553:          instead of memcopy for overlaped regions
                   3554: 
                   3555: 2010-05-25  misha
                   3556: 
                   3557:        * src/main/pa_common.C: - wanring about unused vars was removed
                   3558: 
                   3559:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   3560:          get_method_filename was moved to execute.C
                   3561: 
                   3562: 2010-05-23  misha
                   3563: 
                   3564:        * src/main/pa_request.C: - more accurate detection of method's file
                   3565: 
                   3566: 2010-05-22  misha
                   3567: 
                   3568:        * src/classes/reflection.C: - bugfix: core during detection of
                   3569:          .file if filespec isn't detected successfully
                   3570: 
                   3571: 2010-05-20  misha
                   3572: 
                   3573:        * src/main/pa_request.C: - fix in get_method_filename
                   3574: 
                   3575:        * src/include/pa_request.h: - new feature: #24 -- searching
                   3576:          included file in @USE/^use is changed. if its filespec doesn't
                   3577:          start from '/' it will be searched in caller file directory
                   3578: 
                   3579:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   3580:          where the method is defined
                   3581: 
                   3582:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   3583:          classes/op.C: - new feature: #24 -- searching included file in
                   3584:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   3585:          will be searched in caller file directory
                   3586: 
                   3587:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   3588:          is moved to pa_common.h
                   3589: 
                   3590: 2010-05-18  misha
                   3591: 
                   3592:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   3593:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   3594:          cookie parser decode \uXXXX as well as %uXXXX
                   3595: 
                   3596: 2010-05-17  misha
                   3597: 
                   3598:        * src/classes/curl.C: beauty: - unused param is removed in method
                   3599:          _curl_version_action - some spaces were removed or replaced by
                   3600:          tabs
                   3601: 
                   3602:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   3603:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   3604: 
                   3605: 2010-05-16  misha
                   3606: 
                   3607:        * src/classes/curl.C: new: #61 more curl options were added
                   3608:          (contributed by Sumo)
                   3609: 
                   3610: 2010-04-29  pretender
                   3611: 
                   3612:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   3613:          now empty string.
                   3614: 
                   3615:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   3616:          string type.
                   3617: 
                   3618: 2010-04-28  pretender
                   3619: 
                   3620:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   3621:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   3622:          macrodefinition removed
                   3623: 
                   3624: 2010-04-19  pretender
                   3625: 
                   3626:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   3627:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   3628: 
                   3629:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   3630:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   3631: 
                   3632:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   3633:          variable" exception in grpunlim version.
                   3634: 
                   3635: 2010-04-05  misha
                   3636: 
                   3637:        * src/classes/string.C: - new feature: 4th param was added to
                   3638:          match. if specified its value is returned in case of nothing was
                   3639:          found
                   3640: 
                   3641: 2010-04-01  misha
                   3642: 
                   3643:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   3644:          multiple execution of /a/b/auto.p
                   3645: 
                   3646: 2010-03-19  misha
                   3647: 
                   3648:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   3649: 
                   3650:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   3651: 
                   3652: 2010-01-27  misha
                   3653: 
                   3654:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   3655:          trying to open file by path /existing-file/non-exixting-file
                   3656: 
                   3657: 2010-01-26  misha
                   3658: 
                   3659:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   3660:          was added (returns file)
                   3661: 
                   3662: 2009-12-22  misha
                   3663: 
                   3664:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   3665:          now parser doesn't have class curl if it was built without it
                   3666: 
                   3667: 2009-12-15  misha
                   3668: 
                   3669:        * configure.in: - little cheat with curl include dir was added
                   3670: 
                   3671: 2009-12-05  misha
                   3672: 
                   3673:        * src/classes/curl.C: - some fixes
                   3674: 
                   3675: 2009-12-04  misha
                   3676: 
                   3677:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   3678:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   3679:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   3680:          class was added
                   3681: 
                   3682:        * src/include/pa_hash.h: - hash-iterator was added
                   3683: 
                   3684:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   3685:          was added to pcre
                   3686: 
                   3687: 2009-11-27  misha
                   3688: 
                   3689:        * src/classes/image.C: - don't add @border attribute to output of
                   3690:          ^image.html[] if it was specified by user with empty value
                   3691: 
                   3692:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   3693:          root element and we are trying to access .documentElement
                   3694: 
                   3695: 2009-11-11  misha
                   3696: 
                   3697:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   3698:          instead of number of items in first row for named tables
                   3699: 
                   3700: 2009-11-10  misha
                   3701: 
                   3702:        * operators.txt: - info about hash-options in ^file::create was
                   3703:          added
                   3704: 
                   3705:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   3706:          added
                   3707: 
                   3708: 2009-11-09  misha
                   3709: 
                   3710:        * buildall-with-xml: - moving to libxml 2.7.6
                   3711: 
                   3712:        * tests/236.html: - tests for comparations cords with functions
                   3713:          were added
                   3714: 
                   3715:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   3716:          added
                   3717: 
                   3718:        * src/main/pa_http.C: - little optimisation
                   3719: 
                   3720:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   3721:          GPF mallocs + stringstream (table.save)
                   3722: 
                   3723:        * src/classes/file.C: - file::create now accepts 4th param: options
                   3724:          with $.charset
                   3725: 
                   3726:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   3727:          bug in cord (comparation cords with functions was buggy)
                   3728: 
                   3729: 2009-11-06  misha
                   3730: 
                   3731:        * src/main/pa_string.C: - bugfix: calculation string.length
                   3732:          sometimes was buggy
                   3733: 
                   3734:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   3735:          destroyed if exception occured during match/replace
                   3736: 
                   3737:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   3738:          lengthUTF8Char was added
                   3739: 
                   3740:        * src/classes/op.C: - clean tainting lang was added for user's
                   3741:          usage
                   3742: 
                   3743:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   3744:          fixed: checkouts are required after GC_MALLOC
                   3745: 
                   3746:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   3747: 
                   3748:        * operators.txt: - actually, there is no ^untaint[xml] in
                   3749:          file::create
                   3750: 
                   3751: 2009-10-15  misha
                   3752: 
                   3753:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   3754:          were added
                   3755: 
                   3756:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   3757:          were added
                   3758: 
                   3759:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   3760:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   3761:          hacking: for dealing with transcoding+^taint[uri]
                   3762:          transcode_and_untaint was replaced by untaint_and_transcode
                   3763: 
                   3764: 2009-10-13  misha
                   3765: 
                   3766:        * tests/: 121.html, results/121.processed: - test transcoding +
                   3767:          url-escaping now
                   3768: 
                   3769:        * tests/results/auto.p: - more helpers' methods were added
                   3770: 
                   3771:        * src/main/pa_globals.C: - die instead of abort
                   3772: 
                   3773: 2009-10-06  misha
                   3774: 
                   3775:        * src/main/pa_common.C: - don't allocate memory during
                   3776:          capitalization if input string is already capitalized
                   3777: 
                   3778:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   3779: 
                   3780:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   3781:          use format function because it calls malloc
                   3782: 
                   3783:        * src/include/pa_common.h: - more capitalized headers were added
                   3784: 
                   3785:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   3786:          file writing
                   3787: 
                   3788: 2009-10-05  misha
                   3789: 
                   3790:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   3791: 
                   3792: 2009-10-03  misha
                   3793: 
                   3794:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   3795:          ^img.text[] & ^img.length[] can work in utf-8 now
                   3796: 
                   3797:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   3798:          UTF8_string_iterator was added
                   3799: 
                   3800:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   3801:          length
                   3802: 
                   3803:        * src/classes/mail.C: - check from before get message.cstr
                   3804: 
                   3805: 2009-10-02  misha
                   3806: 
                   3807:        * tests/233.html: - test for image.font, image.length, image.text
                   3808:          with text in utf-8 were added
                   3809: 
                   3810:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   3811: 
                   3812:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   3813:          version for freebsd 4 was added
                   3814: 
                   3815: 2009-10-01  misha
                   3816: 
                   3817:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   3818:          terminator) - read_pipe were slightly optimized
                   3819: 
                   3820: 2009-09-28  misha
                   3821: 
                   3822:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   3823:          removed
                   3824: 
                   3825:        * src/types/pa_vmail.C: - forgot about space after ':'
                   3826: 
                   3827:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   3828:          body - small simplifications
                   3829: 
                   3830:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   3831:          inout params like pa_base64
                   3832: 
                   3833:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   3834:          option $.debug-print(1) was added to mail:send - changes for
                   3835:          using uue_encode which uses less memory
                   3836: 
                   3837:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   3838: 
                   3839:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   3840:          memory now
                   3841: 
                   3842: 2009-09-26  misha
                   3843: 
                   3844:        * src/types/pa_vmail.C: - default encoding now is base64
                   3845: 
                   3846:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   3847: 
                   3848: 2009-09-25  misha
                   3849: 
                   3850:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   3851:          sending mail as well
                   3852: 
                   3853:        * buildall-with-xml: - catalog package was removed from libxml
                   3854: 
                   3855:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   3856:          win32 absolute path
                   3857: 
                   3858:        * src/include/pa_common.h: - one more capitalized header was added
                   3859: 
                   3860: 2009-09-22  misha
                   3861: 
                   3862:        * INSTALL: - comment about building just httpd binary while
                   3863:          building apache module was added
                   3864: 
                   3865: 2009-09-21  misha
                   3866: 
                   3867:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   3868:          libxml 2.7.4 and libxslt 1.1.25
                   3869: 
                   3870: 2009-09-19  misha
                   3871: 
                   3872:        * tests/231.html: - test for encoding cookie in win-1251
                   3873: 
                   3874: 2009-09-18  misha
                   3875: 
                   3876:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   3877:          object] were added
                   3878: 
                   3879:        * operators.txt: - info about method ^reflection:fields[class or
                   3880:          object] was added
                   3881: 
                   3882:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   3883:          object] was added
                   3884: 
                   3885:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   3886:          methods get_fields were added
                   3887: 
                   3888:        * tests/232.html: - tests for @GET[name]
                   3889: 
                   3890:        * src/classes/table.C: - some changes in handling hash-options for
                   3891:          creare, join and locate
                   3892: 
                   3893:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   3894:          defined with option: the type of requested value
                   3895: 
                   3896: 2009-09-17  misha
                   3897: 
                   3898:        * tests/212.html: - tests for .pattern and .options were added
                   3899: 
                   3900:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   3901:          $regex.options were added
                   3902: 
                   3903: 2009-09-11  misha
                   3904: 
                   3905:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   3906:          rewrited. it checks not just one case of sending cookies during
                   3907:          file::load[http], but also sending headers and fields (including
                   3908:          files)
                   3909: 
                   3910: 2009-09-10  misha
                   3911: 
                   3912:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   3913:          was removed => now parser can open files with Russian 'r' in
                   3914:          filename
                   3915: 
                   3916:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   3917:          while escaping cookies but now source charset
                   3918: 
                   3919:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   3920:          ^tainted[uri] so it was possible to make request with incorrect
                   3921:          http header
                   3922: 
                   3923:        * src/main/pa_http.C: - capitalization of http headers during
                   3924:          file::load[http was slightly changes - bugfix: all headers which
                   3925:          parser sends during file::load[http should be transcoded and only
                   3926:          then escaped
                   3927: 
                   3928:        * src/main/untaint.C: - a bit more comments were added
                   3929: 
                   3930:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   3931:          warnings)
                   3932: 
                   3933:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   3934:          headers during file::load[http were added
                   3935: 
                   3936: 2009-09-08  misha
                   3937: 
                   3938:        * operators.txt: - changes in file.save and string.save were added
                   3939: 
                   3940:        * tests/: 230.html, 230.txt: - tests for checking options in
                   3941:          file.save and string.save were added
                   3942: 
                   3943:        * src/main/pa_request.C: - http headers names, which are passed to
                   3944:          SAPI::add_header_attribute are lowercased now (it'll be
                   3945:          capitalized in that method)
                   3946: 
                   3947:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   3948:          classes/string.C: - file_write accepts Request_charsets and asked
                   3949:          charset and cound transcode content before writing - string.save
                   3950:          and file.save have option $.charset now
                   3951: 
                   3952:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   3953:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   3954:          charset and cound transcode content before writing
                   3955: 
                   3956:        * src/include/pa_exception.h: - new exception comment string was
                   3957:          defined
                   3958: 
                   3959: 2009-09-07  misha
                   3960: 
                   3961:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   3962:          sub-pattern\s
                   3963: 
                   3964: 2009-09-04  misha
                   3965: 
                   3966:        * src/main/pa_http.C: - capitalization of http headers during
                   3967:          file::load[http was implemented
                   3968: 
                   3969: 2009-09-03  misha
                   3970: 
                   3971:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   3972:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   3973:          types/pa_vmail.C, targets/cgi/parser3.C,
                   3974:          targets/isapi/parser3isapi.C: - back to storing response http
                   3975:          headers in lowercase - capitalize them during output
                   3976: 
                   3977: 2009-08-31  misha
                   3978: 
                   3979:        * src/classes/table.C: - allow call with any brackets (it could be
                   3980:          useful in methods with explict result declaration)
                   3981: 
                   3982:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   3983:          correctly if $request:charset==koi8-r
                   3984: 
                   3985: 2009-08-30  misha
                   3986: 
                   3987:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   3988:          changed: content-type => Content-type and so on
                   3989: 
                   3990:        * src/classes/file.C, src/include/pa_common.h,
                   3991:          src/include/pa_request.h, src/main/pa_http.C,
                   3992:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   3993:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   3994:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   3995:          tests/results/002.processed, tests/results/003.processed,
                   3996:          tests/results/004.processed, tests/results/005.processed,
                   3997:          tests/results/006.processed, tests/results/007.processed,
                   3998:          tests/results/008.processed, tests/results/009.processed,
                   3999:          tests/results/010.processed, tests/results/011.processed,
                   4000:          tests/results/012.processed, tests/results/013.processed,
                   4001:          tests/results/014.processed, tests/results/015.processed,
                   4002:          tests/results/016.processed, tests/results/017.processed,
                   4003:          tests/results/018.processed, tests/results/019.processed,
                   4004:          tests/results/020.processed, tests/results/021.processed,
                   4005:          tests/results/022.processed, tests/results/023.processed,
                   4006:          tests/results/024.processed, tests/results/025.processed,
                   4007:          tests/results/026.processed, tests/results/027.processed,
                   4008:          tests/results/028.processed, tests/results/029.processed,
                   4009:          tests/results/030.processed, tests/results/031.processed,
                   4010:          tests/results/032.processed, tests/results/033.processed,
                   4011:          tests/results/034.processed, tests/results/035.processed,
                   4012:          tests/results/036.processed, tests/results/037.processed,
                   4013:          tests/results/038.processed, tests/results/039.processed,
                   4014:          tests/results/040.processed, tests/results/041.processed,
                   4015:          tests/results/042.processed, tests/results/043.processed,
                   4016:          tests/results/044.processed, tests/results/045.processed,
                   4017:          tests/results/046.processed, tests/results/047.processed,
                   4018:          tests/results/048.processed, tests/results/049.processed,
                   4019:          tests/results/050.processed, tests/results/051.processed,
                   4020:          tests/results/052.processed, tests/results/053.processed,
                   4021:          tests/results/054.processed, tests/results/055.processed,
                   4022:          tests/results/056.processed, tests/results/057.processed,
                   4023:          tests/results/058.processed, tests/results/059.processed,
                   4024:          tests/results/060.processed, tests/results/061.processed,
                   4025:          tests/results/062.processed, tests/results/063.processed,
                   4026:          tests/results/064.processed, tests/results/065.processed,
                   4027:          tests/results/066.processed, tests/results/067.processed,
                   4028:          tests/results/068.processed, tests/results/069.processed,
                   4029:          tests/results/070.processed, tests/results/071.processed,
                   4030:          tests/results/072.processed, tests/results/073.processed,
                   4031:          tests/results/074.processed, tests/results/075.processed,
                   4032:          tests/results/076.processed, tests/results/077.processed,
                   4033:          tests/results/078.processed, tests/results/079.processed,
                   4034:          tests/results/080.processed, tests/results/081.processed,
                   4035:          tests/results/082.processed, tests/results/083.processed,
                   4036:          tests/results/084.processed, tests/results/085.processed,
                   4037:          tests/results/086.processed, tests/results/087.processed,
                   4038:          tests/results/088.processed, tests/results/089.processed,
                   4039:          tests/results/090.processed, tests/results/091.processed,
                   4040:          tests/results/092.processed, tests/results/093.processed,
                   4041:          tests/results/094.processed, tests/results/095.processed,
                   4042:          tests/results/096.processed, tests/results/097.processed,
                   4043:          tests/results/098.processed, tests/results/099.processed,
                   4044:          tests/results/100.processed, tests/results/101.processed,
                   4045:          tests/results/102.processed, tests/results/103.processed,
                   4046:          tests/results/104.processed, tests/results/105.processed,
                   4047:          tests/results/106.processed, tests/results/107.processed,
                   4048:          tests/results/108.processed, tests/results/109.processed,
                   4049:          tests/results/110.processed, tests/results/111.processed,
                   4050:          tests/results/112.processed, tests/results/113.processed,
                   4051:          tests/results/114.processed, tests/results/115.processed,
                   4052:          tests/results/116.processed, tests/results/117.processed,
                   4053:          tests/results/118.processed, tests/results/119.processed,
                   4054:          tests/results/120.processed, tests/results/121.processed,
                   4055:          tests/results/122.processed, tests/results/123.processed,
                   4056:          tests/results/124.processed, tests/results/125.processed,
                   4057:          tests/results/126.processed, tests/results/127.processed,
                   4058:          tests/results/128.processed, tests/results/129.processed,
                   4059:          tests/results/130.processed, tests/results/131.processed,
                   4060:          tests/results/132.processed, tests/results/133.processed,
                   4061:          tests/results/134.processed, tests/results/135.processed,
                   4062:          tests/results/136.processed, tests/results/138.processed,
                   4063:          tests/results/139.processed, tests/results/140.processed,
                   4064:          tests/results/141.processed, tests/results/142.processed,
                   4065:          tests/results/143.processed, tests/results/144.processed,
                   4066:          tests/results/145.processed, tests/results/146.processed,
                   4067:          tests/results/147.processed, tests/results/148.processed,
                   4068:          tests/results/149.processed, tests/results/150.processed,
                   4069:          tests/results/151.processed, tests/results/152.processed,
                   4070:          tests/results/153.processed, tests/results/154.processed,
                   4071:          tests/results/155.processed, tests/results/156.processed,
                   4072:          tests/results/157.processed, tests/results/158.processed,
                   4073:          tests/results/159.processed, tests/results/160.processed,
                   4074:          tests/results/161.processed, tests/results/162.processed,
                   4075:          tests/results/163.processed, tests/results/164.processed,
                   4076:          tests/results/165.processed, tests/results/166.processed,
                   4077:          tests/results/167.processed, tests/results/168.processed,
                   4078:          tests/results/169.processed, tests/results/170.processed,
                   4079:          tests/results/171.processed, tests/results/172.processed,
                   4080:          tests/results/173.processed, tests/results/174.processed,
                   4081:          tests/results/175.processed, tests/results/176.processed,
                   4082:          tests/results/177.processed, tests/results/178.processed,
                   4083:          tests/results/179.processed, tests/results/180.processed,
                   4084:          tests/results/181.processed, tests/results/182.processed,
                   4085:          tests/results/183.processed, tests/results/184.processed,
                   4086:          tests/results/185.processed, tests/results/186.processed,
                   4087:          tests/results/187.processed, tests/results/188.processed,
                   4088:          tests/results/189.processed, tests/results/190.processed,
                   4089:          tests/results/191.processed, tests/results/192.processed,
                   4090:          tests/results/193.processed, tests/results/194.processed,
                   4091:          tests/results/195.processed, tests/results/196.processed,
                   4092:          tests/results/197.processed, tests/results/198.processed,
                   4093:          tests/results/199.processed, tests/results/200.processed,
                   4094:          tests/results/201.processed, tests/results/202.processed,
                   4095:          tests/results/203.processed, tests/results/204.processed,
                   4096:          tests/results/205.processed, tests/results/206.processed,
                   4097:          tests/results/207.processed, tests/results/208.processed,
                   4098:          tests/results/209.processed, tests/results/210.processed,
                   4099:          tests/results/211.processed, tests/results/212.processed,
                   4100:          tests/results/213.processed, tests/results/214.processed,
                   4101:          tests/results/215.processed, tests/results/216.processed,
                   4102:          tests/results/217.processed, tests/results/218.processed,
                   4103:          tests/results/219.processed, tests/results/220.processed,
                   4104:          tests/results/221.processed, tests/results/222.processed,
                   4105:          tests/results/223.processed, tests/results/224.processed,
                   4106:          tests/results/225.processed, tests/results/226.processed,
                   4107:          tests/results/227.processed, tests/results/228.processed,
                   4108:          tests/results/229.processed: - http headers were changed:
                   4109:          content-type => Content-type and so on
                   4110: 
                   4111: 2009-08-27  misha
                   4112: 
                   4113:        * src/: main/pa_random.C, include/pa_random.h,
                   4114:          targets/cgi/parser3.C: - year was updated :)
                   4115: 
                   4116: 2009-08-26  misha
                   4117: 
                   4118:        * tests/: 224.html, 224.p: - test for creating of parser object
                   4119:          using constructor without params - little bugfix in test
                   4120: 
                   4121:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   4122:          checking existed class while processing partial option
                   4123: 
                   4124:        * src/classes/reflection.C: - bugfix: core when creating object
                   4125:          with reflection and constructor doesn't have params
                   4126: 
                   4127: 2009-08-24  misha
                   4128: 
                   4129:        * tests/229.html: - tests for checking the number of parameters
                   4130:          were added
                   4131: 
                   4132:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   4133:          number of method's parameters wasn't checked correctly (the bug
                   4134:          was introduced in 3.4.0)
                   4135: 
                   4136: 2009-08-22  misha
                   4137: 
                   4138:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   4139:          transcoded, but tainted pieces are escaped only when
                   4140:          content-type==url-encoding
                   4141: 
                   4142:        * tests/228.html: - test for checking
                   4143:          ^file::load[http://...;$.body[]]
                   4144: 
                   4145:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   4146:          post charset was too early (charsets is empty at this moment)
                   4147: 
                   4148: 2009-08-21  misha
                   4149: 
                   4150:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   4151:          main/untaint.C: - some fixes with transcode+untaint
                   4152: 
                   4153: 2009-08-15  misha
                   4154: 
                   4155:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   4156:          was increaced to 100 (was 50)
                   4157: 
                   4158:        * tests/227.html: - test for checking overriding properties in
                   4159:          static classes was added
                   4160: 
                   4161:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   4162: 
                   4163:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   4164:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   4165:          autouse was implemented
                   4166: 
                   4167: 2009-08-14  misha
                   4168: 
                   4169:        * src/classes/reflection.C: - outdated checkout was removed
                   4170: 
                   4171:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   4172:          added.
                   4173: 
                   4174:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   4175:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   4176: 
                   4177:        * src/types/pa_vclass.C: - exception if base on sytem class
                   4178: 
                   4179: 2009-08-12  misha
                   4180: 
                   4181:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   4182:          pa_vstateless_class.h: - little optimisation
                   4183: 
                   4184: 2009-08-11  misha
                   4185: 
                   4186:        * tests/224.html: - method_params => method_info - checking for
                   4187:          $.inherited
                   4188: 
                   4189:        * src/classes/reflection.C, operators.txt: - method method_params
                   4190:          was renamed to method_info and now it returns class name, if
                   4191:          method was defined in ancestor
                   4192: 
                   4193:        * tests/225.html: - tests for cheching properties in hierarhical
                   4194:          classes were added
                   4195: 
                   4196:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   4197:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4198:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   4199:          with properties in new classes implementation were fixed
                   4200: 
                   4201: 2009-08-10  misha
                   4202: 
                   4203:        * src/main/execute.C: - now constructor shouldn't be defined in
                   4204:          class. it could be defined in parent.
                   4205: 
                   4206: 2009-08-09  misha
                   4207: 
                   4208:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   4209:          base's methods
                   4210: 
                   4211: 2009-08-08  misha
                   4212: 
                   4213:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   4214:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   4215:          classes/image.C, classes/mail.C, classes/op.C,
                   4216:          classes/reflection.C, classes/regex.C, classes/string.C,
                   4217:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4218:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   4219:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   4220:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   4221:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4222:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4223:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   4224:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4225:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   4226:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   4227:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   4228:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   4229:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   4230:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   4231:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4232:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4233:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   4234:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   4235:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4236:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4237:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   4238:          implementation
                   4239: 
                   4240:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   4241:          USE_MUNMAP is used. so it is disabled as a workaround.
                   4242: 
                   4243: 2009-08-05  misha
                   4244: 
                   4245:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   4246:          parameter was removed
                   4247: 
                   4248:        * src/main/pa_http.C: - bugfix: error was during detecting
                   4249:          content-type of file which was loaded by http
                   4250: 
                   4251: 2009-08-01  misha
                   4252: 
                   4253:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   4254:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   4255:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   4256:          can't be disabled with defines any longer
                   4257: 
                   4258: 2009-07-29  misha
                   4259: 
                   4260:        * src/classes/reflection.C, tests/results/224.processed: - for
                   4261:          native methods with any call type now returned empty call_type
                   4262:          value
                   4263: 
                   4264:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4265:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   4266:          main/pa_request.C: - break in cycles was optimized
                   4267: 
                   4268:        * INSTALL: - more defines were described
                   4269: 
                   4270: 2009-07-28  misha
                   4271: 
                   4272:        * operators.txt: - some changes in information about reflection
                   4273:          class
                   4274: 
                   4275:        * tests/: 224.html, 224.p: - tests for reflection class
                   4276: 
                   4277:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   4278:          was added, refactoring
                   4279: 
                   4280: 2009-07-26  misha
                   4281: 
                   4282:        * src/classes/classes.vcproj: - reflection class wass added to
                   4283:          project
                   4284: 
                   4285:        * operators.txt: - information about reflection class was added
                   4286: 
                   4287:        * src/classes/reflection.C: - class was redesigned
                   4288: 
                   4289: 2009-07-24  misha
                   4290: 
                   4291:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   4292:          added
                   4293: 
                   4294:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   4295:          in classes was added
                   4296: 
                   4297: 2009-07-22  misha
                   4298: 
                   4299:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   4300:          over-optimized. it failed if $object1.$object2.field
                   4301: 
                   4302: 2009-07-16  misha
                   4303: 
                   4304:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   4305:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   4306:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   4307:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   4308:          one more arg: length of cord
                   4309: 
                   4310: 2009-07-15  misha
                   4311: 
                   4312:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   4313:          tainted in ^file::load[http://...;$.cookies[]]
                   4314: 
                   4315:        * src/classes/: op.C, regex.C, string.C: - new string with
                   4316:          exception was used
                   4317: 
                   4318:        * src/include/pa_exception.h: - new string with exception was added
                   4319: 
                   4320:        * tests/223.html: - test for checking cookie-encoding during
                   4321:          ^file::load[http was added
                   4322: 
                   4323:        * tests/: 221.html, 222.html: - tests for checking type of
                   4324:          $table.fields.field were added
                   4325: 
                   4326:        * src/types/pa_vtable.C: - not used var decl was removed
                   4327: 
                   4328:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   4329:          it improves speed of match with brackets in pattern
                   4330: 
                   4331:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   4332:          outside
                   4333: 
                   4334: 2009-07-14  misha
                   4335: 
                   4336:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   4337:          column is empty (sometime returned void) - $table.fields was
                   4338:          added for nameless tables
                   4339: 
                   4340:        * src/targets/cgi/getopt.c: - one warning resolved
                   4341: 
                   4342:        * src/main/pa_string.C: - potentian bug fixed
                   4343: 
                   4344:        * src/classes/op.C: - small optimization in taint/untaint
                   4345: 
                   4346: 2009-07-13  misha
                   4347: 
                   4348:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   4349:          added
                   4350: 
                   4351:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   4352:          souldn't add the attribut to output
                   4353: 
                   4354: 2009-07-11  misha
                   4355: 
                   4356:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4357:          stack size was increaced to 2MB (default=1MB)
                   4358: 
                   4359: 2009-07-08  misha
                   4360: 
                   4361:        * src/main/pa_string.C: - link to UTF-8 description was added
                   4362: 
                   4363:        * src/include/pa_hash.h: - hash keeps element's order in more
                   4364:          places (ex: ._keys[])
                   4365: 
                   4366:        * tests/220.html: - test for checking order of elements in hash in
                   4367:          foreach was added
                   4368: 
                   4369:        * tests/172.html: - small changes in printing hash
                   4370: 
                   4371:        * tests/129.html: - small changes in printing hash
                   4372: 
                   4373:        * src/: include/pa_common.h, include/pa_hash.h,
                   4374:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   4375:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   4376: 
                   4377:        * tests/014.html: - small changes in printing hash
                   4378: 
                   4379: 2009-07-07  misha
                   4380: 
                   4381:        * src/classes/op.C: - new taint language "parser-code" was added
                   4382: 
                   4383:        * tests/219.html: - test for auto untaint parser code in process
                   4384:          was added
                   4385: 
                   4386:        * src/classes/op.C: - tainted pieces in body of process are
                   4387:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   4388: 
                   4389:        * src/: include/pa_string.h, main/untaint.C: - new language
                   4390:          L_PARSER_CODE for auto-untaint in process was added
                   4391: 
                   4392:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   4393:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   4394:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   4395:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   4396:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   4397:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   4398:          code cleanup
                   4399: 
                   4400: 2009-07-06  misha
                   4401: 
                   4402:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   4403:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   4404:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   4405: 
                   4406:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   4407:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   4408:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   4409:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   4410:          should be used
                   4411: 
                   4412:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   4413:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   4414:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   4415:          untaint_cstr[m] should be used
                   4416: 
                   4417:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   4418:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   4419: 
                   4420:        * tests/218.html: - test for checking automatic file-spec-taint was
                   4421:          added
                   4422: 
                   4423:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   4424:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   4425:          classes/file.C, classes/hash.C, classes/image.C,
                   4426:          classes/string.C, classes/table.C, classes/void.C,
                   4427:          classes/xdoc.C: - optimizations and simplification of
                   4428:          string.cstr(...)
                   4429: 
                   4430:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   4431:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   4432:          - optimizations and simplification of string.cstr(...)
                   4433: 
                   4434: 2009-07-04  misha
                   4435: 
                   4436:        * tests/217.html: - test for recursion detection was added
                   4437: 
                   4438:        * src/: types/types.vcproj, main/main.vcproj,
                   4439:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   4440:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   4441:          from .vcproj
                   4442: 
                   4443:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   4444: 
                   4445:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   4446:          uploading files and case-insensitive http-method were added
                   4447: 
                   4448:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   4449:          tainted pattern in ^file:list[] was added
                   4450: 
                   4451: 2009-07-03  misha
                   4452: 
                   4453:        * src/: classes/classes.vcproj, main/main.vcproj,
                   4454:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   4455:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   4456:          for dynamic_cast) - little options changes
                   4457: 
                   4458:        * src/main/pa_http.C: - file::load[http works now with uploading
                   4459:          files _and_ changing $.charset
                   4460: 
                   4461: 2009-06-29  misha
                   4462: 
                   4463:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   4464:          while creating pattern
                   4465: 
                   4466: 2009-06-25  misha
                   4467: 
                   4468:        * src/classes/image.C, operators.txt: - options' names for
                   4469:          ^image.font were changed to $.space, $.width and $spacing -
                   4470:          default space width now == gif's width
                   4471: 
                   4472: 2009-06-24  misha
                   4473: 
                   4474:        * tests/215.html: - tests for $file.mode were added
                   4475: 
                   4476:        * operators.txt: - added info about $file.mode and changes in
                   4477:          ^image.font[
                   4478: 
                   4479:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   4480:          param now could be omited - third param now could be hash (with
                   4481:          all widths options: $.space-width, $.letter-width) - it's
                   4482:          possible to specify tracking ($.letter-space)
                   4483: 
                   4484:        * src/classes/file.C: - file objects now could have mode field
                   4485:          (text|binary)
                   4486: 
                   4487:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   4488: 
                   4489: 2009-06-23  misha
                   4490: 
                   4491:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4492:          trim can work with utf-8 chars now
                   4493: 
                   4494: 2009-06-20  misha
                   4495: 
                   4496:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   4497:          was implemented
                   4498: 
                   4499:        * src/classes/table.C: - string length cacheing was implemented
                   4500: 
                   4501:        * src/include/pa_string.h: - string length cacheing was implemented
                   4502: 
                   4503: 2009-06-17  misha
                   4504: 
                   4505:        * src/main/execute.C: - value param was removed from
                   4506:          WContext::WContext
                   4507: 
                   4508:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   4509:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   4510:          - field wcontext was removed from VCodeFrame (using fparent
                   4511:          instead)
                   4512: 
                   4513:        * tests/214.html: - test with hash copying
                   4514: 
                   4515: 2009-06-16  misha
                   4516: 
                   4517:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   4518:          strings doesn't work in expression anymore
                   4519: 
                   4520:        * src/main/execute.C: - less calls for get_constructing() - little
                   4521:          refactoring
                   4522: 
                   4523:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   4524:          include/pa_request.h: - less calls for get_constructing()
                   4525: 
                   4526:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   4527:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   4528: 
                   4529: 2009-06-14  misha
                   4530: 
                   4531:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   4532:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   4533:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   4534:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   4535:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   4536:          storing object's fields only for parser objects
                   4537: 
                   4538: 2009-06-13  misha
                   4539: 
                   4540:        * buildall-with-xml, buildall-without-xml: - new option was added
                   4541:          for building GC (it slightly reduces memory usage)
                   4542: 
                   4543:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   4544:          single string write
                   4545: 
                   4546:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   4547:          - optimization of single string write
                   4548: 
                   4549:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   4550:          - bytecode optimization of ^class:constructor
                   4551: 
                   4552: 2009-06-09  misha
                   4553: 
                   4554:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   4555:          main (better compatibility)
                   4556: 
                   4557: 2009-06-08  misha
                   4558: 
                   4559:        * src/main/compile.y: - I've forgot to commit it :(
                   4560: 
                   4561: 2009-06-07  misha
                   4562: 
                   4563:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   4564:          WITH_READ and WITH_ROOT
                   4565: 
                   4566:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4567:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   4568:          WITH_ROOT - little refactoring
                   4569: 
                   4570: 2009-06-06  misha
                   4571: 
                   4572:        * tests/213.html: - tests for 3rd match string-param were added
                   4573: 
                   4574:        * src/classes/string.C: - 3rd match param could be string now
                   4575: 
                   4576:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   4577:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   4578:          GET_OBJECT_ELEMENT
                   4579: 
                   4580: 2009-06-05  misha
                   4581: 
                   4582:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   4583:          if $.body was specified
                   4584: 
                   4585: 2009-06-04  misha
                   4586: 
                   4587:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   4588: 
                   4589:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   4590: 
                   4591:        * src/main/execute.C: - little refactoring - optimizing
                   4592:          write_assign_lang in taint/untaint
                   4593: 
                   4594:        * src/include/pa_opcode.h: - little refactoring
                   4595: 
                   4596:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4597:          main/compile_tools.h, main/execute.C: - optimizations for
                   4598:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   4599:          were added
                   4600: 
                   4601: 2009-06-03  misha
                   4602: 
                   4603:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   4604: 
                   4605: 2009-06-02  misha
                   4606: 
                   4607:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   4608:          include/pa_opcode.h: - refactoring in last optimizations
                   4609:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   4610:          now but code is much easy and it is ready for further
                   4611:          improvements.
                   4612: 
                   4613: 2009-05-27  misha
                   4614: 
                   4615:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   4616:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   4617:          changed in destructing junctions
                   4618: 
                   4619:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   4620:          String:Body
                   4621: 
                   4622: 2009-05-26  misha
                   4623: 
                   4624:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   4625:          one method detect_charset was deleted - bug was fixed in this
                   4626:          method (error while detecting charset in content_type withot last
                   4627:          ';')
                   4628: 
                   4629:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   4630:          once
                   4631: 
                   4632: 2009-05-25  misha
                   4633: 
                   4634:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   4635:          optimizing of helper_length
                   4636: 
                   4637: 2009-05-24  misha
                   4638: 
                   4639:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   4640:          were added - little refactoring
                   4641: 
                   4642:        * src/main/execute.C: - core while printing in debug log
                   4643:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   4644:          optimisations were added
                   4645: 
                   4646:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   4647:          were added
                   4648: 
                   4649: 2009-05-23  misha
                   4650: 
                   4651:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   4652:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   4653:          CORD_cat optimization
                   4654: 
                   4655:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   4656:          - call constr optimisation under separate define now
                   4657: 
                   4658:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   4659:          in $b should be string, not void
                   4660: 
                   4661:        * src/main/compile.y: - little fix for rem-cut optimisation
                   4662: 
                   4663:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   4664:          main/compile_tools.h, main/execute.C: - optimisations for
                   4665:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   4666: 
                   4667:        * INSTALL: - description of some #defined were added
                   4668: 
                   4669:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   4670:          before 1st access (memory usage is reduced if don't access to
                   4671:          .text field)
                   4672: 
                   4673:        * src/include/pa_array.h: - array grows step now not static (it
                   4674:          reduces numbers of reallocs)
                   4675: 
                   4676: 2009-05-20  misha
                   4677: 
                   4678:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   4679:          $.b(2), $c[d] and $.e[f] was added
                   4680: 
                   4681:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4682:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   4683:          $.e[f] was added
                   4684: 
                   4685:        * src/main/execute.C: - debug printing moved in defines
                   4686: 
                   4687:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   4688:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   4689:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   4690: 
                   4691: 2009-05-19  misha
                   4692: 
                   4693:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4694:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   4695: 
                   4696:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   4697:          ^a.$b optimisation)
                   4698: 
                   4699:        * src/main/compile.y: - compiler now generate new opcodes:
                   4700:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   4701:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   4702:          of params }
                   4703: 
                   4704:        * src/main/execute.C: - code for handle new opcodes
                   4705:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   4706: 
                   4707:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   4708:          added for LA2V and LA2S
                   4709: 
                   4710:        * src/include/pa_opcode.h: - new defines which can be used for
                   4711:          disable some bytecode optimisation and new opcodes were added
                   4712: 
                   4713: 2009-05-17  misha
                   4714: 
                   4715:        * src/lib/cord/cordxtra.c: - bugfix.
                   4716: 
                   4717:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   4718: 
                   4719:        * operators.txt: - info about regex class was added
                   4720: 
                   4721:        * tests/212.html: - tests for regex class were added
                   4722: 
                   4723: 2009-05-16  misha
                   4724: 
                   4725:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   4726:          gc7.1
                   4727: 
                   4728:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   4729:          was added
                   4730: 
                   4731:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   4732:          param) should work
                   4733: 
                   4734: 2009-05-15  misha
                   4735: 
                   4736:        * src/classes/table.C: - automatically disable stringstream usage
                   4737:          on freebsd4
                   4738: 
                   4739:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   4740:          scope
                   4741: 
                   4742:        * tests/211.html: - test with different types of access to hash was
                   4743:          added
                   4744: 
                   4745:        * tests/210.html: - test which checks for loosing tainting in
                   4746:          hash's keys was added
                   4747: 
                   4748:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   4749: 
                   4750:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   4751: 
                   4752:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   4753: 
                   4754:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   4755:          optimisations for increacing version number more dramatically :)
                   4756: 
                   4757:        * src/classes/date.C: - little refactoring: use constructor which
                   4758:          accepts formated string
                   4759: 
                   4760:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   4761:          which can print formatted string was added
                   4762: 
                   4763: 2009-05-14  misha
                   4764: 
                   4765:        * src/include/pa_string.h: - type was fixed
                   4766: 
                   4767:        * src/: classes/hashfile.C, classes/op.C,
                   4768:          include/pa_cache_managers.h, include/pa_charset.h,
                   4769:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   4770:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   4771:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   4772:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   4773:          main/pa_charsets.C, main/pa_string.C,
                   4774:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   4775:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4776:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   4777:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   4778:          (seaches should be faster now)
                   4779: 
                   4780:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   4781:          classes/string.C, classes/table.C, include/pa_string.h,
                   4782:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   4783:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   4784:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   4785:          types/pa_vrequest.C: - String constructors don't have that stupid
                   4786:          true/false param which means 'tainted'. they accept lang instead.
                   4787: 
                   4788:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   4789:          with OPTIMIZE_RESULT
                   4790: 
                   4791:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   4792:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   4793: 
                   4794: 2009-05-13  misha
                   4795: 
                   4796:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   4797:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   4798:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4799:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   4800:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   4801:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4802:          include/pa_string.h, classes/date.C, classes/file.C,
                   4803:          classes/hash.C, classes/image.C, classes/string.C,
                   4804:          classes/table.C, classes/xdoc.C: - result optimisation -
                   4805:          helper_length parameter removed from string constructors
                   4806: 
                   4807: 2009-05-11  misha
                   4808: 
                   4809:        * tests/209.html: - tests for ^hash::create[hash] were added
                   4810: 
                   4811:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   4812:          ^memory:compact[] were added
                   4813: 
                   4814:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   4815:          log10 were added
                   4816: 
                   4817:        * tests/206.html: - test for try with finally was added
                   4818: 
                   4819: 2009-05-10  misha
                   4820: 
                   4821:        * tests/205.html: - test for ^file::create[...] was added
                   4822: 
                   4823:        * tests/204.html: - test for ^response:clear[] was added
                   4824: 
                   4825:        * tests/038.html: - tests for trigonometric functions were added
                   4826: 
                   4827:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   4828:          added - more tests for .add, .sub, .union, .intersects and
                   4829:          .intersections
                   4830: 
                   4831:        * tests/065.html: - test for ^file:dirname was added
                   4832: 
                   4833:        * tests/030.html: - test for $cookie:fields was added
                   4834: 
                   4835:        * tests/203.html: - test for ^h._keys[column name] was added
                   4836: 
                   4837:        * tests/201.html: - tests for .trim were added
                   4838: 
                   4839:        * tests/202.html: - tests for last-day,
                   4840:          date:calendar[type](YYYY;MM;DD) were added
                   4841: 
                   4842:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   4843:          .offset[type](N) were added
                   4844: 
                   4845:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   4846:          and .pos[c](N) were added
                   4847: 
                   4848:        * tests/141.html: - test for math:sha1 was added
                   4849: 
                   4850:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   4851: 
                   4852: 2009-05-09  misha
                   4853: 
                   4854:        * src/main/compile.y: - rollback
                   4855: 
                   4856: 2009-05-05  misha
                   4857: 
                   4858:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   4859:          replaced by is_empty()
                   4860: 
                   4861:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   4862:          optimisation: somewhere length() was replaced by is_empty()
                   4863: 
                   4864:        * src/classes/table.C: - little optimisation: somewhere length()
                   4865:          was replaced by is_empty()
                   4866: 
                   4867:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   4868:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   4869:          optimisation: somewhere length() was replaced by is_empty()
                   4870: 
                   4871: 2009-05-04  misha
                   4872: 
                   4873:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4874:          types/pa_vstateless_class.h, main/execute.C,
                   4875:          include/pa_request.h, classes/hash.C, classes/op.C,
                   4876:          classes/table.C: - more optimisations were added: some operators
                   4877:          don't switch write context anylonger
                   4878: 
                   4879: 2009-05-01  misha
                   4880: 
                   4881:        * src/main/compile.y: - slightly more opcode optimisations for
                   4882:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   4883: 
                   4884:        * src/main/execute.C: - simplifying process for getters
                   4885: 
                   4886: 2009-04-30  misha
                   4887: 
                   4888:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   4889: 
                   4890:        * tests/results/199.processed: - test for checking $result into
                   4891:          ^rem was added
                   4892: 
                   4893:        * tests/199.html: - test for checking $result into ^rem was added
                   4894: 
                   4895:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   4896:          some OS it returns list in different order)
                   4897: 
                   4898:        * src/: include/pa_array.h, include/pa_request.h,
                   4899:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   4900:          changes in stack impl - get_element() optimisation: 3rd param
                   4901:          removed - bugfix: problems with reading empty input param -
                   4902:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   4903: 
                   4904:        * tests/results/198.processed: - test for reading empty local var
                   4905:          was added
                   4906: 
                   4907:        * tests/198.html: - test for reading empty local var was added
                   4908: 
                   4909: 2009-04-29  misha
                   4910: 
                   4911:        * src/main/compile.y: - bugfix: couldn't compile because
                   4912:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   4913: 
                   4914:        * src/: include/pa_array.h, include/pa_opcode.h,
                   4915:          include/pa_request.h, main/compile.y, main/execute.C,
                   4916:          main/pa_request.C, types/pa_vmethod_frame.C,
                   4917:          types/pa_vmethod_frame.h: - we can work without opcode
                   4918:          OP_STORE_PARAM, so it was removed
                   4919: 
                   4920: 2009-04-28  misha
                   4921: 
                   4922:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   4923:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   4924:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   4925:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   4926:          4.
                   4927:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   4928: 
                   4929:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   4930: 
                   4931:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   4932:          is_empty()
                   4933: 
                   4934: 2009-04-27  misha
                   4935: 
                   4936:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   4937: 
                   4938: 2009-04-24  misha
                   4939: 
                   4940:        * src/classes/string.C: - ups. typo fixed
                   4941: 
                   4942:        * src/main/execute.C: - more replacements '*new VBool' to
                   4943:          'VBool::get' - checks for ^break[], ^continue[] and
                   4944:          parser.interrupted were optimised
                   4945: 
                   4946:        * src/classes/string.C: - number of params.count() calls was
                   4947:          slightly reduced
                   4948: 
                   4949: 2009-04-23  misha
                   4950: 
                   4951:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4952:          make it x64 friendly
                   4953: 
                   4954:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4955:          parser is x64 friendly now
                   4956: 
                   4957: 2009-04-22  misha
                   4958: 
                   4959:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   4960:          exceeding record size was added
                   4961: 
                   4962:        * src/classes/file.C: - use vregex object instead of direct calls
                   4963:          methods from pcre lib
                   4964: 
                   4965:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   4966:          classes/string.C: - use vregex object instead of direct calls
                   4967:          methods from pcre lib
                   4968: 
                   4969:        * src/: include/pa_common.h, main/pa_common.C: - method
                   4970:          print_pcre_exec_error_text was moved to class vregex
                   4971: 
                   4972:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   4973:          was added
                   4974: 
                   4975:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   4976:          - class vregex was added
                   4977: 
                   4978: 2009-04-21  misha
                   4979: 
                   4980:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   4981: 
                   4982:        * src/: types/pa_junction.h, types/pa_value.C,
                   4983:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   4984:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   4985:          junction-optimisation (destructors)
                   4986: 
                   4987:        * src/include/pa_array.h: - free under if now
                   4988: 
                   4989: 2009-04-19  misha
                   4990: 
                   4991:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   4992: 
                   4993: 2009-04-18  misha
                   4994: 
                   4995:        * src/include/pa_version.h:
                   4996:          :q :
                   4997: 
                   4998:          CV:
                   4999:          ----------------------------------------------------------------------
                   5000: 
                   5001:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   5002:          refactoring
                   5003: 
                   5004:        * src/: include/pa_array.h, include/pa_hash.h,
                   5005:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   5006: 
                   5007:        * src/include/pa_memory.h: - define for using destructors was added
                   5008: 
                   5009:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   5010:          main/execute.C: - some junctions will be cached now
                   5011: 
                   5012:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   5013: 
                   5014:        * src/include/pa_array.h: - inline was added to destructor
                   5015: 
                   5016:        * src/types/pa_method.h: - comment was changed
                   5017: 
                   5018: 2009-04-17  misha
                   5019: 
                   5020:        * src/: include/pa_array.h, include/pa_hash.h,
                   5021:          types/pa_vmethod_frame.h: - destructors were added
                   5022: 
                   5023:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   5024:          renamed to always_use_result
                   5025: 
                   5026:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   5027:          compiler: full backward compatibility is better
                   5028: 
                   5029:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   5030:          result in var's hash
                   5031: 
                   5032:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   5033:          optimisation in method_frame
                   5034: 
                   5035:        * src/include/pa_array.h: - optimisation in array (allocate
                   5036:          elements only when needed)
                   5037: 
                   5038:        * src/types/pa_vresponse.C: - check for $response:headers field
                   5039:          before looking at custom fields
                   5040: 
                   5041:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   5042:          not needed to check existance var with name 'result' in var's
                   5043:          hash
                   5044: 
                   5045:        * src/main/compile.y: - compiler was changed: now it detects
                   5046:          writings to $result and set flag writo_to_result in method
                   5047: 
                   5048:        * src/classes/string.C: - little optimisation: no needed to write
                   5049:          number with lang
                   5050: 
                   5051:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   5052:          used for read utf8-strings were renamed - is_escaped was renamed
                   5053:          to isEscaped (to the same name convention)
                   5054: 
                   5055:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   5056:          write_to_result added. compiler get this info from code.
                   5057: 
                   5058: 2009-04-16  misha
                   5059: 
                   5060:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   5061:          String only before 1st write
                   5062: 
                   5063:        * src/include/pa_string.h: - not needed template removed
                   5064: 
                   5065:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   5066:          types/pa_vjunction.C, types/pa_vproperty.C,
                   5067:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   5068:          main/pa_request.C, classes/bool.C, classes/double.C,
                   5069:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   5070:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   5071:          bool objects)
                   5072: 
                   5073: 2009-04-15  misha
                   5074: 
                   5075:        * src/lib/cord/cordxtra.c: - more optimisation
                   5076: 
                   5077:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   5078:          optimisation
                   5079: 
                   5080:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   5081:          then get and can sometime be used)
                   5082: 
                   5083:        * src/main/pa_string.C: - String::length optimisation
                   5084: 
                   5085:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   5086:          these methods read different strings
                   5087: 
                   5088:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   5089:          fresult_initial_void removed + some optimisation - if $result
                   5090:          defined we don't write to context anymore
                   5091: 
                   5092:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   5093:          need just skip char)
                   5094: 
                   5095:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5096:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   5097:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   5098: 
                   5099:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   5100:          instance
                   5101: 
                   5102: 2009-04-11  misha
                   5103: 
                   5104:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   5105: 
                   5106:        * tests/197.html: - test for parser://test in xml was added
                   5107: 
                   5108:        * src/classes/string.C: - small optimisation
                   5109: 
                   5110:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   5111:          optimisation
                   5112: 
                   5113: 2009-04-10  misha
                   5114: 
                   5115:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   5116:          to pcre-7.8
                   5117: 
                   5118:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   5119: 
                   5120:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   5121:          added
                   5122: 
                   5123:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   5124:          $request:CLASS_NAME were added
                   5125: 
                   5126:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   5127:          were added
                   5128: 
                   5129:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   5130:          $env:CLASS_NAME were added
                   5131: 
                   5132:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   5133:          '@todo' now
                   5134: 
                   5135:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   5136:          compirer
                   5137: 
                   5138:        * src/main/pa_string.C: - little code cleanup
                   5139: 
                   5140:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   5141:          during PCRE compile/execute
                   5142: 
                   5143:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   5144:          normalizing todo-comments: '@todo' now
                   5145: 
                   5146:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   5147: 
                   5148:        * src/main/pa_charset.C: - type changed for making compiler happy
                   5149: 
                   5150: 2009-03-10  misha
                   5151: 
                   5152:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   5153:          in main()
                   5154: 
                   5155: 2009-02-01  misha
                   5156: 
                   5157:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   5158:          boundary
                   5159: 
                   5160: 2009-01-25  misha
                   5161: 
                   5162:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   5163: 
                   5164:        * src/classes/file.C: - more changes for parsing different number
                   5165:          of params for file::load
                   5166: 
                   5167:        * tests/193.html: - tests for exception while base64-decode binary
                   5168:          to string was added
                   5169: 
                   5170:        * tests/192.html: - tests for file::load with different number of
                   5171:          options
                   5172: 
                   5173:        * src/classes/math.C: - ups. forgot '+1'
                   5174: 
                   5175:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   5176:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   5177:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   5178:          (new option $.encode[multipart-form/data] should be specified) -
                   5179:          $.method[] option for file::load now is not case-sensitive
                   5180: 
                   5181:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   5182:          new taint language L_FILE_POST was added
                   5183: 
                   5184:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   5185:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   5186:          stuff was moved to separate files
                   5187: 
                   5188: 2009-01-23  misha
                   5189: 
                   5190:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   5191:          spaces to tabs were converted
                   5192: 
                   5193: 2009-01-12  misha
                   5194: 
                   5195:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   5196:          now
                   5197: 
                   5198:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   5199:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   5200:          their names
                   5201: 
                   5202:        * src/main/pa_common.C: - changes in formating
                   5203: 
                   5204:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   5205:          their names
                   5206: 
                   5207:        * src/include/pa_http.h: - some spaces were converted to tabs
                   5208: 
                   5209:        * src/include/pa_common.h: - some constants changed their names
                   5210: 
                   5211:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   5212:          little code rewriting
                   5213: 
                   5214:        * src/types/pa_vfile.C: - little code rewriting
                   5215: 
                   5216:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   5217:          types/pa_value.h: - some formating changes
                   5218: 
                   5219:        * src/include/pa_common.h: - some formating spaces transformed to
                   5220:          tabs
                   5221: 
                   5222:        * src/classes/string.C: - exception while base64-decode binary to a
                   5223:          string
                   5224: 
                   5225: 2009-01-11  misha
                   5226: 
                   5227:        * configure.in: - version changed to 3.3.1b
                   5228: 
                   5229: 2008-09-05  misha
                   5230: 
1.97      moko     5231:        * src/lib/pcre/Makefile.in: file Makefile.in was added on branch
                   5232:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   5233: 
1.95      moko     5234:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   5235:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   5236: 
                   5237: 2008-09-04  misha
                   5238: 
                   5239:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   5240:          anymore
                   5241: 
                   5242:        * src/classes/op.C: - exception with 'invalid taint language' not
                   5243:          typeless anylonger
                   5244: 
                   5245:        * src/classes/image.C: - some exceptions while operations with
                   5246:          image not typeless anymore
                   5247: 
                   5248:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   5249:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   5250:          operations with files not typeless anymore
                   5251: 
                   5252:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   5253:          types/pa_vdate.h: - exceptions while checking date range not
                   5254:          typeless anymore
                   5255: 
                   5256:        * src/include/pa_exception.h: - exception type string for invalid
                   5257:          date range was added
                   5258: 
                   5259: 2008-09-03  misha
                   5260: 
                   5261:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   5262:          operations not typeless anymore
                   5263: 
                   5264:        * src/include/pa_exception.h: - exception type for pce operations
                   5265:          was added
                   5266: 
                   5267:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   5268:          and .CLASS_NAME insite classes
                   5269: 
                   5270:        * src/classes/table.C: - don't save table header whiile
                   5271:          ^table.save[append;filename] if file exists
                   5272: 
                   5273: 2008-09-02  misha
                   5274: 
                   5275:        * src/main/compile.y, src/main/compile_tools.h,
                   5276:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   5277:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   5278:          renamed to partial and it login changed: we must mark class as
                   5279:          partial for allow their modifications in future.
                   5280: 
                   5281: 2008-08-29  misha
                   5282: 
                   5283:        * tests/results/022.processed: - testing taint[regex] in mask for
                   5284:          file:list
                   5285: 
                   5286:        * tests/022.html: - testing taint[regex] in mask for file:list
                   5287: 
                   5288:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   5289:          for file:list was added
                   5290: 
                   5291:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   5292:          file:list
                   5293: 
                   5294: 2008-08-26  misha
                   5295: 
                   5296:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   5297:          last derived object
                   5298: 
                   5299:        * src/classes/image.C: - many strings "image.format" replaced by
                   5300:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   5301:          understand some more exif tags
                   5302: 
                   5303:        * src/include/pa_exception.h: - string "image.format" was added
                   5304: 
                   5305: 2008-08-21  misha
                   5306: 
                   5307:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   5308:          pcre_exec text error
                   5309: 
                   5310:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   5311:          added
                   5312: 
                   5313:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   5314:          text error was added
                   5315: 
                   5316: 2008-08-19  misha
                   5317: 
                   5318:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   5319:          namespace while debug execution as well
                   5320: 
                   5321:        * tests/: 015.html, results/015.processed: - test for escaping some
                   5322:          parser chars was added
                   5323: 
                   5324: 2008-08-18  misha
                   5325: 
                   5326:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   5327:          $caller.self.field + default getter in one class was added
                   5328: 
                   5329:        * tests/: 189.html, results/189.processed: - test for
                   5330:          ^date::create[date object]
                   5331: 
                   5332:        * tests/: 188.html, results/188.processed: - tests for match with
                   5333:          UTF-8 strings
                   5334: 
                   5335:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   5336:          ^string.match[]
                   5337: 
                   5338:        * ChangeLog: - parser 3.3.0 beta13
                   5339: 
                   5340: 2008-08-15  misha
                   5341: 
1.97      moko     5342:        * src/lib/pcre/: LICENCE, Makefile.am, Makefile.in, README,
                   5343:          Tech.Notes, get.c, internal.h, pcre.3, pcre.3.html, pcre.3.txt,
                   5344:          pcre.c, pcre.h, pcre.vcproj, study.c, maketables.c,
                   5345:          pcre_dftables.vcproj, dftables.c: - old PCRE files removed
1.95      moko     5346: 
                   5347:        * src/lib/pcre/config.h: - configuration for PCRE library
                   5348: 
                   5349:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   5350:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   5351: 
                   5352:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   5353:          library and set flag UTF8 if $request:charset is UTF-8
                   5354: 
                   5355:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   5356:          include/pa_config_fixed.h: - moved to new PCRE library
                   5357: 
                   5358:        * src/: main/main.vcproj, types/types.vcproj,
                   5359:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   5360:          win32\pcre instead of parser3\src\lib\pcre
                   5361: 
                   5362:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   5363:          main/compile.C, main/compile.y, main/compile_tools.C,
                   5364:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   5365:          opcodes were moved to separate namespace
                   5366: 
                   5367: 2008-08-14  misha
                   5368: 
                   5369:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   5370: 
                   5371:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   5372:          tainting
                   5373: 
                   5374: 2008-08-11  misha
                   5375: 
                   5376:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   5377:          $caller.self, $caller.self.field and $caller.self.field[value]
                   5378:          were added
                   5379: 
                   5380:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   5381:          runtime as well (for $caller.self)
                   5382: 
                   5383: 2008-07-25  misha
                   5384: 
                   5385:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   5386:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   5387:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   5388:          tests with international characters
                   5389: 
                   5390: 2008-07-23  misha
                   5391: 
                   5392:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   5393:          file::load[...;http://
                   5394: 
                   5395:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   5396:          now everywhere in separate namespace
                   5397: 
                   5398:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   5399:          for vars
                   5400: 
                   5401:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   5402:          can be escaped by '^'
                   5403: 
                   5404: 2008-07-22  misha
                   5405: 
                   5406:        * src/classes/string.C, tests/186.html: - names changes:
                   5407:          escape=>js-escape, unescape=>js-unescape
                   5408: 
                   5409: 2008-07-21  misha
                   5410: 
                   5411:        * tests/results/186.processed: - test for string escape/unescape
                   5412: 
                   5413:        * tests/186.html: - test for string escape/unescape
                   5414: 
                   5415:        * src/classes/string.C: - string has escape and unescape methods
                   5416:          now
                   5417: 
                   5418:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   5419:          added
                   5420: 
                   5421:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   5422:          method-layers added (with different params)
                   5423: 
                   5424: 2008-07-18  misha
                   5425: 
                   5426:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   5427:          was added
                   5428: 
                   5429:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   5430: 
                   5431:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   5432:          ^string.pos[substr](offset) -- 2nd param accepted now
                   5433: 
                   5434:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   5435:          strings
                   5436: 
                   5437: 2008-07-17  misha
                   5438: 
                   5439:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   5440:          helper length added for mid for small optimisation
                   5441: 
                   5442: 2008-07-16  misha
                   5443: 
                   5444:        * tests/: 185.html, results/185.processed: - tests for
                   5445:          length/left/right/mid/pos with utf-8 strings
                   5446: 
                   5447:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   5448:          utf-8 strings
                   5449: 
                   5450:        * src/main/untaint.C: - comments removed
                   5451: 
                   5452:        * src/: include/pa_string.h, main/pa_string.C,
                   5453:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   5454:          with pos/mid for strings in utf-8 were added
                   5455: 
                   5456: 2008-07-15  misha
                   5457: 
                   5458:        * tests/: 184.html, results/184.processed: - test for case body as
                   5459:          expression: $var(^switch(1){^case(1)(true)..})
                   5460: 
                   5461:        * src/classes/op.C: - case body can be expression now:
                   5462:          $var(^switch(1){^case(1)(true)..})
                   5463: 
                   5464:        * tests/: results/183.processed, 183.html: - added test for testing
                   5465:          new cookie encoding (%uXXXX)
                   5466: 
                   5467:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   5468:          decoding for backward compatibility they decoded from %XX in
                   5469:          request:charset too
                   5470: 
                   5471:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   5472:          - cookie class now decode cookies before first access after last
                   5473:          request:charset changing (as form class).
                   5474: 
                   5475:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   5476:          as %uXXXX - before transcode calculate required space for dest
                   5477:          string. it reduce mem usage for transcode
                   5478: 
                   5479:        * src/include/pa_charset.h: - added method escape for escaping
                   5480:          cookies as %uXXXX
                   5481: 
                   5482:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   5483:          was added. will used for escaping cookies as %uXXXX
                   5484: 
                   5485:        * src/include/pa_common.h: - escape method has new option for skip
                   5486:          converting '+' to a space char
                   5487: 
                   5488:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   5489:          transcode - escape method has new option for skip converting '+'
                   5490:          to a space char
                   5491: 
                   5492: 2008-07-08  misha
                   5493: 
                   5494:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   5495:          (no UE if more then 1 case matches anylonger) - optimization:
                   5496:          doing searching.as_string() || searching.as_double() only once
                   5497: 
                   5498: 2008-07-04  misha
                   5499: 
                   5500:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   5501:          now ^date::create[date object] works
                   5502: 
                   5503:        * src/classes/string.C: - left and right added as aliases for start
                   5504:          and end in ^string.trim[]
                   5505: 
                   5506: 2008-07-03  misha
                   5507: 
                   5508:        * src/classes/file.C: - allow $.limit for file::sql as well
                   5509: 
                   5510:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   5511:          send limit=1 to query for use sql specifics authomatically
                   5512: 
                   5513:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   5514:          if $.limit value if empty. autoconvert it as everywere
                   5515: 
                   5516: 2008-07-02  misha
                   5517: 
                   5518:        * configure.in: - time to change version number to 3.3.0 %-)
                   5519: 
                   5520:        * src/include/pa_version.h: - time to change version number to
                   5521:          3.3.0 %-)
                   5522: 
                   5523: 2008-06-26  misha
                   5524: 
                   5525:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5526:          $.limit(0) fixes
                   5527: 
                   5528:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   5529:          - $.limit(0) fixes
                   5530: 
                   5531:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   5532:          new API)
                   5533: 
                   5534:        * src/: include/pa_sql_driver_manager.h,
                   5535:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   5536:          classes/op.C: - document_root added
                   5537: 
                   5538:        * src/main/compile.tab.C: - error message was changed
                   5539: 
                   5540: 2008-06-25  misha
                   5541: 
                   5542:        * src/main/compile.y: - error message was changed
                   5543: 
                   5544: 2008-06-24  misha
                   5545: 
                   5546:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   5547: 
                   5548:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   5549:          tests for @OPTIONS\nappend
                   5550: 
                   5551:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   5552: 
                   5553:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   5554: 
                   5555:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   5556: 
                   5557:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   5558:          compile.y
                   5559: 
                   5560: 2008-06-17  misha
                   5561: 
                   5562:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   5563:          compilation: ^if(default){true. it's incorrect. must be
                   5564:          exception}
                   5565: 
                   5566: 2008-06-16  misha
                   5567: 
                   5568:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   5569:          checking external reference loading with 'http://localhost'
                   5570:          prefix while creating xdoc
                   5571: 
                   5572:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   5573:          ^math:long2ip[] and ^math:ip2long[]
                   5574: 
                   5575:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   5576:          added which use scalar stateless class method when user object
                   5577:          used in scalar context - use get_scalar_value when user object
                   5578:          requested in scalar context
                   5579: 
                   5580:        * src/main/pa_common.C: - size must be int but not size_t or we
                   5581:          can't compare with 0 sprintf result
                   5582: 
                   5583:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5584:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   5585:          with internal switch between local/global vars
                   5586: 
                   5587:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   5588:          specified
                   5589: 
                   5590:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   5591:          pa_vstateless_object.h: - stateless class and object now has
                   5592:          private scalar field and getter/setter for working with it
                   5593: 
                   5594:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   5595:          moved to inet static class
                   5596: 
                   5597:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   5598:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   5599: 
                   5600:        * tests/: 180.html, results/180.processed: - tests for
                   5601:          ^math:long2ip(long) and ^math:ip2long[IP]
                   5602: 
                   5603:        * src/classes/math.C: - ^math:ip2long[IP] added
                   5604: 
                   5605: 2008-06-11  misha
                   5606: 
                   5607:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   5608:          need cut BOM code and remove DOS newline chars. but don't
                   5609:          transcode it anyway.
                   5610: 
                   5611:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   5612:          main/pa_http.C: - option for disable transcoding while file_read
                   5613:          and file_read_text added
                   5614: 
                   5615: 2008-06-10  misha
                   5616: 
                   5617:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   5618:          classes in 1 file
                   5619: 
                   5620:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   5621:          classes now.
                   5622: 
                   5623:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   5624:          classes now. internals.
                   5625: 
                   5626:        * src/main/pa_request.C: - compile return list of classes now. try
                   5627:          call @conf and @auto for each returned class
                   5628: 
                   5629:        * src/include/pa_request.h: - compile return list of classes now
                   5630: 
                   5631:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   5632:          return list of classes when compile buf)
                   5633: 
                   5634: 2008-06-07  misha
                   5635: 
                   5636:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   5637:          param -- form
                   5638: 
                   5639:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   5640:          3rd param: form. needed for get post_charset
                   5641: 
                   5642:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   5643:          added
                   5644: 
                   5645:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   5646:          types/pa_vform.C, types/pa_vform.h: - some polish
                   5647: 
                   5648: 2008-06-06  misha
                   5649: 
                   5650:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   5651:          charset and decode chars from it but not from response:charset
                   5652: 
                   5653:        * src/main/pa_http.C: - detect_charset moved out of here
                   5654: 
                   5655:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   5656:          methods moved here - unescape_chars accepn one charset now
                   5657: 
                   5658:        * src/main/pa_http.C: - new constants used - don't allow
                   5659:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   5660:          charset info while ^file::load[;http://;$.method[POST]] - option
                   5661:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   5662:          disabling charset during post
                   5663: 
                   5664:        * src/types/pa_vform.C: - new constants used
                   5665: 
                   5666:        * src/include/pa_common.h: - some constants were added
                   5667: 
                   5668:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   5669:          instead of StrEqNc
                   5670: 
                   5671:        * src/main/pa_common.C: - new method for caseless search
                   5672:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   5673: 
                   5674:        * src/include/pa_common.h: - new method for caseless search
                   5675:          c-substring in c-string
                   5676: 
                   5677: 2008-06-05  misha
                   5678: 
                   5679:        * tests/results/178.processed: - test for testing default getter
                   5680: 
                   5681:        * tests/178.html: - test for testing default getter
                   5682: 
                   5683:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   5684:          for test for testing default getter
                   5685: 
                   5686:        * src/main/execute.C: - default getter soul
                   5687: 
                   5688:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   5689:          requested objects' field not found
                   5690: 
                   5691:        * src/types/pa_vclass.C: - register default getter if defined - get
                   5692:          default getter if requested field not found
                   5693: 
                   5694:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   5695:          added
                   5696: 
                   5697:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5698:          pointer to default getter and methods for get/set it were added
                   5699: 
                   5700:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   5701:          auto_name field (for default getter)
                   5702: 
                   5703: 2008-06-04  misha
                   5704: 
                   5705:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   5706:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   5707:          it to libxml "as is"
                   5708: 
                   5709: 2008-06-03  misha
                   5710: 
                   5711:        * src/main/pa_common.C: - use store_Char instead of
                   5712:          transcodeCharFromUTF8
                   5713: 
                   5714:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   5715:          store_Char added, transcodeCharFromUTF8 -- removed
                   5716: 
                   5717: 2008-06-02  misha
                   5718: 
                   5719:        * tests/: results/177.processed, 177.html: - test for checking
                   5720:          .[acm]date after local ^file::load[] was added
                   5721: 
                   5722:        * tests/: results/176.processed, 176.html: - test for checking
                   5723:          @OPTION\locals + @method[vars][locals] added
                   5724: 
                   5725:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   5726: 
                   5727: 2008-05-30  misha
                   5728: 
                   5729:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   5730:          @OPTION\nlocals + @method[vars][;locals;] were added
                   5731: 
                   5732:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   5733:          moved to separate method op_code - switch from VMethodFrame to
                   5734:          VMethodFrameGlobal + VMethodFrameLocal
                   5735: 
                   5736:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   5737:          was moved to separate method op_code
                   5738: 
                   5739:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   5740:          VMethodFrame now
                   5741: 
                   5742:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   5743:          all_vars_local as well
                   5744: 
                   5745:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   5746:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   5747:          VMethodFrame were added: one (global) works as VMethodFrame
                   5748:          before and second (local) write all vars in self vars scope
                   5749: 
                   5750:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   5751: 
                   5752: 2008-05-29  misha
                   5753: 
                   5754:        * tests/: 129.html, results/129.processed: - more tests for
                   5755:          ^table.hash[]
                   5756: 
                   5757:        * src/classes/hash.C: - ^hash::sql has a new option:
                   5758:          $.type[hash|string|table] as ^table.hash[] one.
                   5759: 
                   5760:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   5761:          executed anyway after try or catch section
                   5762: 
                   5763: 2008-05-27  misha
                   5764: 
                   5765:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   5766:          must not fail if $.distinct(1) wasn't specified
                   5767: 
                   5768: 2008-05-26  misha
                   5769: 
                   5770:        * src/classes/op.C: - allow ^throw[my type]
                   5771: 
                   5772: 2008-05-22  misha
                   5773: 
                   5774:        * configure.in, configure: - version number updated to 3.2.4b
                   5775: 
                   5776:        * src/classes/: op.C, string.C: - trim format string before
                   5777:          eval/format
                   5778: 
                   5779:        * tests/: results/175.processed, 175.html: - more tests for
                   5780:          different format strings in .format[]
                   5781: 
                   5782:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   5783:          as well (not only %XX)
                   5784: 
                   5785:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   5786:          charset specified - checks for format before print number
                   5787:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   5788:          (instead of tabs) removed
                   5789: 
                   5790:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   5791:          charset specified
                   5792: 
                   5793:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   5794:          char in requested charset from utf code was added
                   5795: 
                   5796: 2008-05-19  misha
                   5797: 
                   5798:        * tests/: 174.html, results/174.processed: - test for
                   5799:          ^hashfile.cleanup[] added
                   5800: 
                   5801:        * src/classes/hashfile.C: - optimization: don't create any key or
                   5802:          value variable if it's name weren't specified
                   5803:          (^hf.foreach[;v]{...})
                   5804: 
                   5805: 2008-05-16  misha
                   5806: 
                   5807:        * src/classes/hash.C: - optimization: don't create any key variable
                   5808:          if variable name wasn't specified (^h.foreach[;v]{...})
                   5809: 
                   5810: 2008-05-15  misha
                   5811: 
                   5812:        * src/classes/op.C: - small changes
                   5813: 
                   5814:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   5815: 
                   5816:        * src/classes/hash.C: - calculate var_context once before foreach
                   5817: 
                   5818: 2008-05-14  misha
                   5819: 
                   5820:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   5821:          ^hashfile.foreach[;]{} fixed
                   5822: 
                   5823:        * src/classes/: hash.C, table.C: - little optimisation
                   5824: 
                   5825:        * src/classes/file.C: - bugfix: double absolute path while loading
                   5826:          file
                   5827: 
                   5828:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   5829:          were added
                   5830: 
                   5831:        * buildall-with-xml: - moving to libxslt 1.1.24
                   5832: 
                   5833: 2008-04-30  misha
                   5834: 
                   5835:        * src/classes/file.C: - stat file while loading (local only) so
                   5836:          .adate, .mdate and .cdate available without additional ::stat
                   5837: 
                   5838: 2008-04-28  misha
                   5839: 
                   5840:        * src/classes/file.C: - $.name and $.content-type available for
                   5841:          stated file
                   5842: 
                   5843: 2008-04-14  misha
                   5844: 
                   5845:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   5846: 
                   5847:        * src/include/pa_version.h: - new version number in head
                   5848: 
                   5849: 2008-04-10  misha
                   5850: 
                   5851:        * tests/: 080.html, results/080.processed: - cut '0' from
                   5852:          exponential part because of on diff OS it differ (20 or 020 for
                   5853:          ex)
                   5854: 
                   5855:        * tests/: 119.html, results/119.processed: - check for encoding
                   5856:          while creating xdoc
                   5857: 
                   5858: 2008-04-09  misha
                   5859: 
                   5860:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   5861: 
                   5862:        * src/main/pa_common.C: - comment added
                   5863: 
                   5864:        * src/classes/date.C: - little refactoring
                   5865: 
                   5866: 2008-04-07  misha
                   5867: 
                   5868:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   5869:          style of ^table.save[]: prepare one big string and sabe it at
                   5870:          once. it's safe on freebsd 4.x but use much more memory.
                   5871: 
                   5872:        * buildall-with-xml, buildall-without-xml: - option
                   5873:          --disable-stringstream added (under comment. use it on freebsd
                   5874:          4.x)
                   5875: 
                   5876: 2008-02-22  misha
                   5877: 
                   5878:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   5879:          specified together in file::load[;http] - get back transcoding
                   5880:          $.body[] in file::load[;http]
                   5881: 
                   5882: 2008-02-21  misha
                   5883: 
                   5884:        * src/classes/date.C: - ^date.gmt-string[] was added
                   5885: 
                   5886:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   5887:          moved to pa_common.h
                   5888: 
                   5889:        * src/include/pa_common.h: - method for output date in RFC 822
                   5890:          format moved here from pa_value.C
                   5891: 
                   5892:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   5893:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   5894: 
                   5895: 2008-02-20  misha
                   5896: 
                   5897:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   5898:          specified charset while ^file::load[...;http://...] (L_URI
                   5899:          instead of L_HTTP_HEADER) - $.cookies param available in
                   5900:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   5901:          response yet) (cookies not transcoded as common $cookies)
                   5902: 
                   5903: 2008-02-19  misha
                   5904: 
                   5905:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   5906:          $response:field values because in this case
                   5907:          $response:locateion[http://...] don't works.
                   5908: 
                   5909: 2008-02-15  misha
                   5910: 
                   5911:        * src/classes/op.C: - little refactoring
                   5912: 
                   5913:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   5914: 
                   5915:        * src/main/pa_request.C: - force taint values of $response:field
                   5916: 
                   5917: 2008-02-14  misha
                   5918: 
                   5919:        * src/main/pa_request.C: - $response:field transcoded to
                   5920:          $response:charset before escaping now
                   5921: 
                   5922:        * src/main/pa_http.C: - some outdated comments removed
                   5923: 
                   5924:        * src/classes/date.C: - lastdat -> last-day
                   5925: 
                   5926:        * src/classes/date.C: - ^date:lastday(year;month) and
                   5927:          ^date.lastday[] were added - little code refactoring - comments
                   5928:          changes
                   5929: 
                   5930:        * tests/: 159.html, results/159.processed: - test for number of
                   5931:          days in February
                   5932: 
                   5933:        * src/types/pa_value.C: - fixes in code formatting
                   5934: 
                   5935:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   5936:          and comments
                   5937: 
                   5938: 2008-02-13  misha
                   5939: 
                   5940:        * src/main/pa_common.C: - bugfix for february at leap year
                   5941: 
                   5942: 2008-01-28  misha
                   5943: 
                   5944:        * tests/: 160.html, results/160.processed: - more test for cache
                   5945:          added
                   5946: 
                   5947:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   5948:          unhandled exception
                   5949: 
                   5950: 2008-01-25  misha
                   5951: 
                   5952:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   5953:          bug when hashfile became inavailable after memory:compact)
                   5954: 
                   5955:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   5956: 
                   5957: 2008-01-22  misha
                   5958: 
                   5959:        * src/classes/table.C: - little refactiring and exception texts
                   5960:          changes in method ^table.hash[]
                   5961: 
                   5962:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   5963: 
                   5964: 2008-01-21  misha
                   5965: 
                   5966:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   5967:          file::exec/cgi
                   5968: 
                   5969:        * src/classes/file.C: - bugfix: core while processing headers if
                   5970:          executed cgi script don't return content
                   5971: 
                   5972: 2008-01-18  misha
                   5973: 
                   5974:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   5975: 
                   5976:        * src/include/pa_version.h, configure.in: - version number updated
                   5977:          to '3.2.3b'
                   5978: 
                   5979: 2007-12-28  misha
                   5980: 
                   5981:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   5982:          hash.contains
                   5983: 
                   5984: 2007-12-27  misha
                   5985: 
                   5986:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   5987:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   5988:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   5989:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   5990:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   5991:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   5992:          src/targets/cgi/parser3.vcproj,
                   5993:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   5994:          back to VS2003 because of Apache 1.3 module can't work if it was
                   5995:          built in VS 2005.  with cgi all file so VS2003 project files can
                   5996:          be easy converted to the new format.
                   5997: 
                   5998: 2007-12-04  misha
                   5999: 
                   6000:        * src/types/pa_vcode_frame.h: - changes in comment
                   6001: 
                   6002: 2007-11-29  misha
                   6003: 
                   6004:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   6005:          intercept strings any longer
                   6006: 
                   6007:        * tests/: 173.html, results/173.processed: - tests for
                   6008:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   6009:          but not in main code frame
                   6010: 
                   6011:        * tests/: 172.html, results/172.processed: - more tests for pass
                   6012:          objects from code frames
                   6013: 
                   6014: 2007-11-27  misha
                   6015: 
                   6016:        * tests/: 152.html, results/152.processed: - tests for converting
                   6017:          strings 'true'/'false' to bool were added
                   6018: 
                   6019:        * tests/152.html: - added checks for converting strings
                   6020:          'true'/'false' to bool
                   6021: 
                   6022:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   6023:          not only strings with numbers but with values 'true'/'false' as
                   6024:          well
                   6025: 
                   6026:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   6027:          for parser3.log increased
                   6028: 
                   6029:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   6030: 
                   6031:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   6032: 
                   6033:        * src/include/pa_types.h: - constant with buffer size for
                   6034:          parser3.log added
                   6035: 
                   6036: 2007-11-16  misha
                   6037: 
                   6038:        * tests/cat.sh: - script for tests for file::exec/cgi
                   6039: 
                   6040:        * tests/171.html: - tests for file::exec/cgi
                   6041: 
                   6042:        * tests/results/171.processed: - tests results for file::exec/cgi
                   6043: 
                   6044: 2007-11-15  misha
                   6045: 
                   6046:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   6047: 
                   6048:        * src/classes/file.C: - .body must be set before analyzing cgi
                   6049:          headers
                   6050: 
                   6051:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   6052:          only if exec/cgi return anything.
                   6053: 
                   6054: 2007-11-14  misha
                   6055: 
                   6056:        * operators.txt: - info about new text|binary option for
                   6057:          file::exec/cgi was added
                   6058: 
                   6059:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   6060:          ^file:exec[[text|binary];script;...]
                   6061: 
                   6062:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   6063:          classes/string.C, classes/table.C: - more text strings moved to
                   6064:          the one place
                   6065: 
                   6066: 2007-11-09  misha
                   6067: 
                   6068:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   6069: 
                   6070:        * ChangeLog: - $request:argv [patch from Sumo]
                   6071: 
                   6072:        * operators.txt: - $request:argv
                   6073: 
                   6074:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   6075:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   6076: 
                   6077: 2007-10-25  misha
                   6078: 
                   6079:        * buildall-with-xml, buildall-without-xml: - options preparations
                   6080:          for ./configure rewrited
                   6081: 
                   6082:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   6083:          error occure in unhandled_exception finally fixed
                   6084: 
                   6085: 2007-10-23  misha
                   6086: 
                   6087:        * tests/: 170.html, results/170.processed: - test for
                   6088:          @method[][result]
                   6089: 
                   6090:        * operators.txt: - added info about node.prefix and
                   6091:          node.namespaceURI
                   6092: 
                   6093:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   6094: 
                   6095:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   6096:          added for node and attribute
                   6097: 
                   6098: 2007-10-22  misha
                   6099: 
                   6100:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   6101: 
                   6102:        * src/main/pa_request.C: - added const content-transfer-encoding
                   6103: 
                   6104:        * src/include/pa_request.h: - added const content-transfer-encoding
                   6105:          - ups. constants must be in lowercase (for search)
                   6106: 
                   6107:        * src/types/pa_vmail.C: - more constants used -
                   6108:          content-transfer-encoding: 8bit added
                   6109: 
                   6110:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   6111: 
                   6112:        * src/include/pa_request.h: - more constants
                   6113: 
                   6114:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   6115:          ommit anymore if $.content-disposition was specified - little
                   6116:          refactoring
                   6117: 
                   6118:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   6119: 
                   6120: 2007-10-17  misha
                   6121: 
                   6122:        * operators.txt: - info about
                   6123:          table::create[nameless]{data}[>options<] was added
                   6124: 
                   6125:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   6126:          compile method don't put this method in methods table anymore.
                   6127:          in other case the parser coredumped if @unhandled_exception
                   6128:          method can't be compiled because of parser.compile error.
                   6129: 
                   6130:        * src/main/execute.C: - little code reformating
                   6131: 
                   6132:        * src/main/pa_request.C: - little code reformating - comment
                   6133:          changed
                   6134: 
                   6135: 2007-10-16  misha
                   6136: 
                   6137:        * tests/: 035.html, results/035.processed: - tests
                   6138:          table::create[]{}[options] added
                   6139: 
                   6140:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   6141:          options (only $.seperator[] yet)
                   6142: 
                   6143: 2007-10-10  misha
                   6144: 
                   6145:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   6146:          some code changes
                   6147: 
                   6148: 2007-10-02  misha
                   6149: 
                   6150:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   6151:          then three time as much. but base64 encoding method still use
                   6152:          less memory anyway.
                   6153: 
                   6154: 2007-09-17  misha
                   6155: 
                   6156:        * operators.txt: - added info about $cookie:fields
                   6157: 
                   6158:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   6159: 
                   6160:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   6161:          common
                   6162: 
                   6163:        * src/include/pa_common.h: - some stuff for use with .for_each
                   6164:          moved here
                   6165: 
                   6166:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   6167: 
                   6168: 2007-09-14  misha
                   6169: 
                   6170:        * buildall-with-xml: - new xml libs again =)
                   6171: 
                   6172: 2007-08-28  misha
                   6173: 
                   6174:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   6175:          ^string.split[...][v][column name] were added
                   6176: 
                   6177:        * tests/: 168.html, 169.html, results/168.processed,
                   6178:          results/169.processed: - tests for ^table.columns[[column name]]
                   6179:          and ^string.split[...][v][column name] were added
                   6180: 
                   6181:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   6182:          was added
                   6183: 
                   6184:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   6185:          name]]
                   6186: 
                   6187:        * src/include/pa_exception.h: - error text message for
                   6188:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   6189: 
                   6190: 2007-08-27  misha
                   6191: 
                   6192:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   6193:          body ^taint[sql][something] outside of connect
                   6194: 
                   6195:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   6196:          outside of connect
                   6197: 
                   6198:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   6199:          added (commented by default)
                   6200: 
                   6201: 2007-08-20  misha
                   6202: 
                   6203:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   6204:          was added
                   6205: 
                   6206:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   6207:          duplicated exception text strings were removed
                   6208: 
                   6209:        * src/include/pa_exception.h: - more exception text strings moved
                   6210:          here
                   6211: 
                   6212:        * src/classes/table.C: - some duplicate exceptions' text strings
                   6213:          removed
                   6214: 
                   6215:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   6216:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   6217:          removed
                   6218: 
                   6219:        * src/include/pa_exception.h: - some exception text strings movet
                   6220:          to pa_exception
                   6221: 
                   6222:        * tests/: 149.html, results/149.processed: - test for
                   6223:          ^xnode.hasAttributes[] was added - some code changes
                   6224: 
                   6225:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   6226:          added
                   6227: 
                   6228: 2007-08-17  misha
                   6229: 
                   6230:        * tests/: results/006.processed, results/059.processed, 006.html,
                   6231:          059.html: - more tests for match
                   6232: 
                   6233:        * tests/: 129.html, results/129.processed: - tests for
                   6234:          ^table.hash[...][$.type[string|hash|table]] added
                   6235: 
                   6236:        * src/targets/cgi/parser3.C: - little syntax changes
                   6237: 
                   6238:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   6239:          syntax changes
                   6240: 
                   6241:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   6242:          messages in parser3.log switched off by default. If someone
                   6243:          really still need it: use $SIGPIPE(1)
                   6244: 
                   6245: 2007-08-08  misha
                   6246: 
                   6247:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   6248:          files by default since now
                   6249: 
                   6250: 2007-08-07  misha
                   6251: 
                   6252:        * buildall-without-xml: - some option syntax changes
                   6253: 
                   6254:        * buildall-with-xml: - compile libxml2 without http support - some
                   6255:          option syntax changes
                   6256: 
                   6257:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   6258: 
                   6259: 2007-08-06  misha
                   6260: 
                   6261:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   6262: 
                   6263:        * tests/: 160.html, results/160.processed: - cache test was
                   6264:          rewrited
                   6265: 
                   6266: 2007-07-06  misha
                   6267: 
                   6268:        * tests/: 153.html, results/153.processed: - added test for
                   6269:          ^math:sha1[string]
                   6270: 
                   6271:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   6272:          transcoded
                   6273: 
                   6274:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   6275:          were added
                   6276: 
                   6277: 2007-06-28  misha
                   6278: 
                   6279:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   6280:          some incorrect chars
                   6281: 
                   6282: 2007-06-19  misha
                   6283: 
                   6284:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   6285:          were moved on top because of gcc 4 had a problems during
                   6286:          building.
                   6287: 
                   6288: 2007-06-18  misha
                   6289: 
                   6290:        * tests/results/019.processed: - new image commited
                   6291: 
                   6292: 2007-06-09  misha
                   6293: 
                   6294:        * src/classes/: op.C, table.C: - in while and table.select method
                   6295:          as_expression used now
                   6296: 
                   6297:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   6298: 
                   6299: 2007-06-08  misha
                   6300: 
                   6301:        * tests/: 166.html, results/166.processed: - test for
                   6302:          ^match[...][n]
                   6303: 
                   6304:        * tests/: 165.html, results/165.processed: - tests for loops
                   6305: 
                   6306:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   6307:          because of no speed/memory optimisation but some proglems with
                   6308:          long cycles occure
                   6309: 
                   6310: 2007-06-06  misha
                   6311: 
                   6312:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   6313:          ^table.select(true) and ^table.select(1) didn't works because of
                   6314:          awaiting junction-param only. fixed.
                   6315: 
                   6316: 2007-05-24  misha
                   6317: 
                   6318:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   6319:          with 0.5 secs interval
                   6320: 
                   6321:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   6322:          locking system now on unix
                   6323: 
                   6324:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   6325:          system locks which wait till other threads release it but try get
                   6326:          lock, if fail wait 1 sec and make 10 attempts.
                   6327: 
                   6328:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   6329:          were added
                   6330: 
                   6331:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   6332:          opening files
                   6333: 
                   6334:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   6335:          after our classes on unix it can't be build
                   6336: 
                   6337:        * src/types/pa_vhashfile.C: - not needed code removed
                   6338: 
                   6339: 2007-05-23  misha
                   6340: 
                   6341:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   6342:          include/pa_common.h: - cosmetic changes
                   6343: 
                   6344: 2007-05-18  misha
                   6345: 
                   6346:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   6347:          often. it's give some speed increasing
                   6348: 
                   6349:        * tests/results/160.processed: - returned time corrected
                   6350: 
                   6351:        * tests/160.html: - time increased because on unix 1 mean nothing
                   6352:          :(
                   6353: 
                   6354:        * operators.txt: - added info about ^hash.contain[key]
                   6355: 
                   6356:        * src/classes/hash.C: - added ^hash.contain[key]
                   6357: 
                   6358:        * src/include/pa_hash.h: - added method for checking key exists in
                   6359:          hash
                   6360: 
                   6361: 2007-05-07  misha
                   6362: 
                   6363:        * src/include/pa_string.h: - was compilation error during build on
                   6364:          freebsd4
                   6365: 
                   6366: 2007-05-03  misha
                   6367: 
                   6368:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   6369:          for ^table.hash[]
                   6370: 
                   6371:        * src/classes/file.C: - comment removed
                   6372: 
                   6373: 2007-04-26  misha
                   6374: 
                   6375:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   6376:          real files doesn't opened in place anymore
                   6377: 
                   6378: 2007-04-24  misha
                   6379: 
                   6380:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   6381: 
                   6382:        * src/include/pa_exception.h: "static" removed
                   6383: 
                   6384: 2007-04-23  misha
                   6385: 
                   6386:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   6387: 
                   6388:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   6389:          ^math:log(N)) - ^math:lg(N)
                   6390: 
                   6391:        * tests/: 097.html, results/097.processed: - charsets converstion
                   6392:          during ^file::load[text;http://...] added
                   6393: 
                   6394:        * tests/: 164.html, results/164.processed: - check for set expires
                   6395:          as a date
                   6396: 
                   6397:        * tests/: 164.html, results/164.processed: - test for hashfile
                   6398: 
                   6399:        * src/classes/hashfile.C: - little comment changes
                   6400: 
                   6401:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   6402:          access
                   6403: 
                   6404:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   6405:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   6406:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   6407:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   6408:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   6409:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6410:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   6411:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   6412:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   6413:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   6414:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   6415:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6416:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   6417:          "parser.runtime" strings were removed
                   6418: 
                   6419:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   6420:          now.
                   6421: 
                   6422:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   6423: 
                   6424:        * src/include/pa_exception.h: - string constant with
                   6425:          "parser.runtime" text was added
                   6426: 
                   6427: 2007-04-20  misha
                   6428: 
                   6429:        * operators.txt: - some comments changing
                   6430: 
                   6431:        * operators.txt: - added info about .^hashfile.release[],
                   6432:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   6433: 
                   6434:        * configure: =cheching for unsetenv
                   6435: 
                   6436:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   6437:          ^hashfile.release[] were added
                   6438: 
                   6439:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   6440:          ^string.match[][] understand new option now: return number of
                   6441:          matches but not table wit results
                   6442: 
                   6443:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   6444:          reopen now
                   6445: 
                   6446:        * src/classes/op.C: - bug. must be false
                   6447: 
                   6448:        * configure.in: - checking for unsetenv was added
                   6449: 
                   6450:        * src/types/pa_vform.C: - some comments
                   6451: 
                   6452: 2007-04-18  misha
                   6453: 
                   6454:        * buildall-with-xml: moving to libxml2-2.6.28
                   6455: 
                   6456:        * buildall-with-xml, buildall-without-xml: added commented lines
                   6457:          with --disable-safe-mode option
                   6458: 
                   6459:        * operators.txt: - info about $form:files
                   6460: 
                   6461: 2007-04-17  misha
                   6462: 
                   6463:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   6464:          $form:files was added
                   6465: 
                   6466:        * tests/: 163.html, results/163.processed: removing auto format
                   6467: 
                   6468:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   6469: 
                   6470: 2007-04-16  misha
                   6471: 
                   6472:        * tests/: 163.html, results/163.processed: - test for .int[],
                   6473:          floor, round, ceiling and .format[]
                   6474: 
                   6475:        * src/classes/file.C: - little optimization for getting args in
                   6476:          exec/cgi
                   6477: 
                   6478: 2007-04-13  misha
                   6479: 
                   6480:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   6481:          specified now as s table with one column
                   6482: 
                   6483: 2007-03-27  misha
                   6484: 
                   6485:        * tests/: 162.html, results/162.processed: - test for
                   6486:          ^table.select(^condition[$t])
                   6487: 
                   6488:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   6489: 
                   6490:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   6491: 
                   6492:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   6493:          161_windows1251.txt: - added test for
                   6494:          ^file::load[text;/local/file.txt;$.charset[...]]
                   6495: 
                   6496:        * tests/: results/013.processed, 013.html: - added test for
                   6497:          checking $._default value while hash modifications
                   6498: 
                   6499:        * tests/: 160.html, results/160.processed: - add test for
                   6500:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   6501: 
                   6502: 2007-03-22  misha
                   6503: 
                   6504:        * src/include/pa_common.h: - "charset" string defined for
                   6505:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   6506: 
                   6507:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   6508:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   6509:          added - not needed transcodes were removed from
                   6510:          ^file::load[...;http://...]
                   6511: 
                   6512:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   6513:          added
                   6514: 
                   6515:        * src/classes/date.C: - date.week was fixed
                   6516: 
                   6517:        * operators.txt: - added info about date.weekyear
                   6518: 
                   6519:        * tests/: 159.html, results/159.processed: - tests for date.week
                   6520:          and date.weekyear added
                   6521: 
                   6522: 2007-03-15  misha
                   6523: 
                   6524:        * src/classes/table.C: - enclose column numbers for nameless tables
                   6525:          as well
                   6526: 
                   6527: 2007-03-14  misha
                   6528: 
                   6529:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   6530: 
                   6531:        * src/classes/table.C: - table.save optimization: now required much
                   6532:          less memory
                   6533: 
                   6534: 2007-03-13  misha
                   6535: 
                   6536:        * tests/results/: 158.processed, 158.processes: - tests for
                   6537:          table.save/table.load
                   6538: 
                   6539:        * tests/: 158.html, results/158.processes: - tests for
                   6540:          table.save/table.load
                   6541: 
                   6542:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   6543: 
                   6544:        * buildall-with-xml: - pattern needed now for building
                   6545: 
                   6546:        * tests/results/097.processed: - added test results for xdoc::load
                   6547:          & xdoc::load[http://...]
                   6548: 
                   6549:        * tests/097.html: - added test for xdoc::load
                   6550: 
                   6551: 2007-03-12  misha
                   6552: 
                   6553:        * tests/: 107.html, results/107.processed: - added test for xpath
                   6554:          '//man'
                   6555: 
                   6556: 2007-03-01  misha
                   6557: 
                   6558:        * tests/: 097.html, results/097.processed: - added test for
                   6559:          creating xdoc from file
                   6560: 
                   6561:        * tests/: results/157.processed, 157.html: - added test for
                   6562:          file:move
                   6563: 
                   6564: 2007-02-28  misha
                   6565: 
                   6566:        * src/classes/xdoc.C: - another attempt
                   6567: 
                   6568:        * src/classes/xdoc.C: - roll back last changes for a while
                   6569: 
                   6570:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   6571: 
                   6572:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   6573: 
                   6574:        * tests/results/099.processed: - ever send content-disposition to
                   6575:          client with file
                   6576: 
                   6577:        * tests/157.html: + test for file:copy
                   6578: 
                   6579: 2007-02-26  misha
                   6580: 
                   6581:        * src/classes/file.C: - some similar strings moved to #define
                   6582:          instead of to be copy/pasted many times
                   6583: 
                   6584:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   6585:          #define
                   6586: 
                   6587: 2007-02-20  misha
                   6588: 
                   6589:        * bin/auto.p.dist.in: - added lines for sqlite
                   6590: 
                   6591:        * configure.in: - added some strings for sqlite detection
                   6592: 
                   6593: 2007-02-19  misha
                   6594: 
                   6595:        * operators.txt: - some comments changes
                   6596: 
                   6597:        * buildall-with-xml, buildall-without-xml: - some modifications
                   6598: 
                   6599: 2007-02-17  misha
                   6600: 
                   6601:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   6602: 
                   6603:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   6604:          change console behaviour
                   6605: 
                   6606: 2007-02-12  misha
                   6607: 
                   6608:        * src/targets/cgi/parser3.C: - don't print headers if
                   6609:          $console:line[data] was used during cgi execution.
                   6610: 
                   6611:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   6612:          marked as 'true' if class was used.
                   6613: 
                   6614:        * tests/: 152.html, results/152.processed: - more types was added
                   6615:          to test 152
                   6616: 
                   6617:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   6618:          adding 'bool' (^if($image){} caused exception)
                   6619: 
                   6620: 2007-02-09  misha
                   6621: 
                   6622:        * tests/: 152.html, results/152.processed: - test alightly updated
                   6623: 
                   6624:        * tests/: 152.html, results/152.processed: - test rewrited
                   6625: 
                   6626:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   6627:          bugfix. I broke xdoc & xnode in expression
                   6628: 
                   6629: 2007-02-08  misha
                   6630: 
                   6631:        * tests/: 152.html, results/152.processed: - add test for checking
                   6632:          'def' for void, string, bool, int & double
                   6633: 
                   6634: 2007-02-07  misha
                   6635: 
                   6636:        * operators.txt: - ^file:base64[filespec]  was added
                   6637: 
                   6638:        * tests/results/153.processed: - result test for
                   6639:          ^file:base64[filespec]  was updated
                   6640: 
                   6641:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   6642: 
                   6643:        * src/types/pa_vconsole.h: - little optimization
                   6644: 
                   6645:        * src/classes/file.C: - ^file:base64[filespec]
                   6646: 
                   6647:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   6648: 
                   6649:        * src/include/pa_common.h: - declarations for
                   6650:          ^file:base64[filespec]
                   6651: 
                   6652:        * src/types/pa_vcookie.C: - little optimization
                   6653: 
                   6654: 2007-02-06  misha
                   6655: 
                   6656:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   6657:          were temporary commented
                   6658: 
                   6659:        * src/types/pa_vbool.h: - bugfix
                   6660: 
                   6661:        * tests/156.html: - added test for bool cookie
                   6662: 
                   6663:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   6664: 
                   6665:        * tests/: 155.html, results/155.processed: - added test for check
                   6666:          $.encloser[] option for table save/load
                   6667: 
                   6668:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   6669: 
                   6670: 2007-02-05  misha
                   6671: 
                   6672:        * tests/results/152.processed: - newline at the end was missed
                   6673: 
                   6674:        * tests/results/141.processed: - math:md5 must be lowercased
                   6675: 
                   6676:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   6677: 
                   6678: 2007-02-03  misha
                   6679: 
                   6680:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   6681:          test for bool added and some content length fixes
                   6682: 
                   6683:        * tests/152.html: - test for bool added
                   6684: 
                   6685:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   6686: 
                   6687:        * operators.txt: - info bool class was added
                   6688: 
1.97      moko     6689:        * src/: classes/Makefile.am, classes/Makefile.in, classes/bool.C,
1.95      moko     6690:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   6691:          classes/string.C, classes/void.C, classes/xnode.C,
                   6692:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   6693:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   6694:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   6695:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6696:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   6697:          types/types.vcproj: - bool class was added
                   6698: 
                   6699:        * src/main/pa_request.C: - fix
                   6700: 
                   6701: 2007-01-18  misha
                   6702: 
                   6703:        * src/: main/pa_string.C, classes/string.C: - return table during
                   6704:          ^string.match[][] even if no matched found.
                   6705: 
                   6706: 2006-12-20  misha
                   6707: 
                   6708:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   6709:          http://www.parser.ru/forum/?id=55598 ]
                   6710: 
                   6711: 2006-12-19  misha
                   6712: 
                   6713:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   6714:          details: http://www.parser.ru/forum/?id=52359
                   6715: 
                   6716:        * src/main/pa_request.C: - always set content-disposition for
                   6717:          $response:body[hash here]. more details:
                   6718:          http://www.parser.ru/forum/?id=52130
                   6719: 
                   6720: 2006-12-07  misha
                   6721: 
                   6722:        * operators.txt: - added info about bool params in cookie set
                   6723: 
                   6724:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   6725:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   6726:          ]
                   6727: 
                   6728:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   6729:          was added
                   6730: 
                   6731: 2006-12-02  misha
                   6732: 
                   6733:        * src/classes/file.C: - file_block_read used instead of native read
                   6734: 
                   6735:        * src/main/pa_common.C: - added file_block_read with read error
                   6736:          detection - file_block_read used instead of native read
                   6737: 
                   6738:        * src/include/pa_common.h: - added file_block_read declaration
                   6739: 
                   6740: 2006-12-01  misha
                   6741: 
                   6742:        * operators.txt: - info about $var.CLASS_NAME was added
                   6743: 
                   6744:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   6745:          $var.CLASS_NAME added
                   6746: 
                   6747:        * operators.txt: - added info about ^file:copy[]
                   6748: 
                   6749:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   6750: 
                   6751: 2006-11-20  misha
                   6752: 
                   6753:        * src/classes/date.C: - bug fix :)
                   6754: 
                   6755: 2006-11-17  misha
                   6756: 
                   6757:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   6758:          to static
                   6759: 
                   6760:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   6761:          small changes in crc32 calculation
                   6762: 
                   6763:        * src/classes/date.C: - not needed code was removed
                   6764: 
                   6765: 2006-11-16  misha
                   6766: 
                   6767:        * src/types/pa_vmail.C: - fix missed brakes
                   6768: 
                   6769:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   6770:          multipart/related instead of multipart/mixed if file have
                   6771:          $.content-id[]
                   6772: 
                   6773: 2006-11-15  misha
                   6774: 
                   6775:        * src/types/pa_vdouble.h: abs -> fabs
                   6776: 
                   6777: 2006-11-14  misha
                   6778: 
                   6779:        * operators.txt: - added info about ^file.md5[] and
                   6780:          ^file:md5[file-name]
                   6781: 
                   6782:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   6783:          added
                   6784: 
                   6785:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   6786:          FILE_BUFFER_SIZE
                   6787: 
                   6788:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   6789: 
                   6790:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   6791:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   6792: 
                   6793:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   6794:          values was fixed
                   6795: 
                   6796: 2006-11-13  misha
                   6797: 
                   6798:        * operators.txt: - added info about ^math:crc32[string],
                   6799:          ^file:crc32[file-name] & ^file.crc32[]
                   6800: 
                   6801:        * src/classes/math.C: - added ^math:crc32[string]
                   6802: 
                   6803:        * src/classes/file.C: - some comments were changed - added
                   6804:          ^file:crc32[file-name] and ^file.crc32[]
                   6805: 
                   6806:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   6807:          crc32 calculation added
                   6808: 
                   6809: 2006-11-03  misha
                   6810: 
                   6811:        * src/include/pa_array.h: - not needed variable removed
                   6812: 
                   6813:        * tests/: 150.html, 151.html, results/150.processed,
                   6814:          results/151.processed: - 2 tests were added
                   6815: 
                   6816:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   6817:          with $.reverse(1) were fixed
                   6818: 
                   6819:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   6820:          query converted to $.charset during ^file::load[http://...]
                   6821: 
                   6822: 2006-11-02  misha
                   6823: 
                   6824:        * src/include/pa_table.h: ups. forget '=' char
                   6825: 
                   6826:        * src/include/pa_table.h: - one more fix in
                   6827:          .locate[...][$.reverse(1)]
                   6828: 
                   6829: 2006-11-01  misha
                   6830: 
                   6831:        * src/classes/math.C: - bug fix, details:
                   6832:          http://www.parser.ru/forum/?id=53360
                   6833: 
                   6834:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   6835:          false for all records )[$.reverse(1)]
                   6836: 
                   6837:        * src/main/pa_http.C: - second param for this mid method is length
                   6838:          but not end_index so this method has error and can't detect
                   6839:          charsets in next content-types: Content-type: text/html;
                   6840:          charset="windows-1251" Content-type: text/html;
                   6841:          charset="windows-1251"; Content-type: text/html;
                   6842:          charset=windows-1251;
                   6843: 
                   6844:          only Content-type: text/html; charset=windows-1251 was fine
                   6845: 
                   6846: 2006-10-31  misha
                   6847: 
                   6848:        * src/classes/file.C: - empty args in file::exec removed now
                   6849: 
                   6850: 2006-09-11  misha
                   6851: 
                   6852:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   6853:          replaced to table::create - some changes in text/code formatting
                   6854: 
                   6855: 2006-09-03  paf
                   6856: 
                   6857:        * src/classes/file.C: proper tainting of
                   6858:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   6859: 
                   6860: 2006-06-09  paf
                   6861: 
                   6862:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   6863: 
                   6864:        * src/classes/table.C: formatting
                   6865: 
                   6866:        * src/classes/table.C: incorporated patch from misha: Sent:
                   6867:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   6868:          ignoring string options for ^table.save[]
                   6869: 
                   6870:        * src/classes/hash.C: incorporated patch from misha Sent:
                   6871:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   6872:          $hash._default disappear while
                   6873: 
                   6874:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   6875:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   6876: 
                   6877:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   6878:          PM Subject: patch for base64 in ^mail:send[] %-)
                   6879: 
                   6880: 2006-04-09  paf
                   6881: 
                   6882:        * src/main/compile.tab.C: ` change compiled
                   6883: 
                   6884:        * gnu.vcproj, operators.txt, parser3.sln,
                   6885:          src/classes/classes.vcproj, src/classes/file.C,
                   6886:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   6887:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6888:          src/classes/xnode.C, src/include/pa_array.h,
                   6889:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6890:          src/include/pa_memory.h, src/include/pa_request.h,
                   6891:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6892:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6893:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6894:          src/lib/pcre/pcre_dftables.vcproj,
                   6895:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6896:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6897:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6898:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6899:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6900:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6901:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6902:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6903:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6904:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6905:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6906:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6907:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   6908:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   6909:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   6910:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   6911:          ^menu, ^hash/hashfile.foreach
                   6912: 
                   6913:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   6914:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   6915:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6916:          src/classes/xnode.C, src/include/pa_array.h,
                   6917:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6918:          src/include/pa_memory.h, src/include/pa_request.h,
                   6919:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6920:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6921:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6922:          src/lib/pcre/pcre_dftables.vcproj,
                   6923:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6924:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6925:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6926:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6927:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6928:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6929:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6930:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6931:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6932:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6933:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6934:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6935:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   6936:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   6937:          tests/descript.ion: ! switched to VS2005 (projects and
                   6938:          object<info explicitly typed>.for_each(, info)) +
                   6939:          $response:field[] setting void means removing + grammar $name`
                   6940:          name stops now, for mysql `$field` + started ^break[]
                   6941:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   6942:          foreach) + all log messages += [uri=, method=, cl=]
                   6943: 
                   6944:        * buildall-with-xml: merged . ftp paths update
                   6945: 
                   6946:        * buildall-with-xml: . ftp paths update
                   6947: 
                   6948: 2006-03-04  paf
                   6949: 
                   6950:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   6951:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   6952: 
                   6953:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   6954:          Igor Zinkovsky for detailed report]
                   6955: 
                   6956: 2006-03-01  paf
                   6957: 
                   6958:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6959:          \n to ' ' in
                   6960: 
                   6961: 2006-02-18  paf
                   6962: 
                   6963:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6964:          \n to ' ' in
                   6965: 
                   6966:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   6967: 
                   6968: 2006-02-03  paf
                   6969: 
                   6970:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   6971:          base64
                   6972: 
                   6973:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   6974: 
                   6975: 2006-01-20  paf
                   6976: 
                   6977:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   6978:          economy fix
                   6979: 
                   6980:        * src/classes/: table.C: merged from HEAD ! bugfix
                   6981:          ^table.save[$.encloser-s now handled properly
                   6982: 
                   6983:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   6984:          handled properly
                   6985: 
                   6986: 2006-01-19  paf
                   6987: 
                   6988:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   6989:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   6990:          helps a lot in our case: after transform we want
                   6991:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   6992: 
                   6993:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   6994:          economy fix
                   6995: 
                   6996:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   6997:          activates merging of free memory blocks which helps a lot in our
                   6998:          case: after transform we want CORD(main.result)->cstr[big
                   6999:          malloc]->transcode[big malloc]
                   7000: 
                   7001: 2006-01-17  paf
                   7002: 
                   7003:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   7004:          before reading them. got rid of reallocs = became quicker and
                   7005:          less fragmentated
                   7006: 
                   7007: 2005-12-29  paf
                   7008: 
1.97      moko     7009:        * INSTALL, Makefile.am, Makefile.in, buildall-with-xml,
                   7010:          buildall-without-xml, configure, configure.in,
                   7011:          src/include/pa_version.h, src/lib/ltdl/Makefile.am,
                   7012:          src/lib/ltdl/Makefile.in, src/lib/ltdl/acconfig.h,
1.95      moko     7013:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   7014:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   7015:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   7016:          src/lib/ltdl/missing: . merged from 3.2.1
                   7017: 
1.97      moko     7018:        * Makefile.am, Makefile.in, src/lib/ltdl/Makefile.am,
                   7019:          src/lib/ltdl/Makefile.in: . now site.m4 also packaged when 'make
                   7020:          dist', so do configure companion files in src/lib/ltdl
                   7021: 
                   7022:        * src/lib/ltdl/: Makefile.am, Makefile.in, acconfig.h,
                   7023:          acinclude.m4, config.guess, config.sub, configure.in, install-sh,
                   7024:          ltmain.sh, missing: . now config_auto.h is created with configure
                   7025:          [were constant]
1.95      moko     7026: 
                   7027:        * INSTALL: . references to documentation and some clarification
                   7028: 
                   7029:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   7030:          indication
                   7031: 
1.97      moko     7032:        * Makefile.am, Makefile.in: . dist+=buildall*
1.95      moko     7033: 
                   7034: 2005-12-28  paf
                   7035: 
                   7036:        * configure: . 3.2.1
                   7037: 
                   7038:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   7039:          simplify build process, see INSTALL
                   7040: 
                   7041: 2005-12-26  paf
                   7042: 
                   7043:        * configure: ver
                   7044: 
                   7045:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   7046:          version
                   7047: 
                   7048: 2005-12-21  paf
                   7049: 
                   7050:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   7051:          compiled with bison 1.875b, it reports unexpected token names
                   7052: 
                   7053: 2005-12-19  paf
                   7054: 
                   7055:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   7056:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   7057: 
                   7058:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   7059:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   7060:          src/main/main.vcproj, src/main/pa_globals.C,
                   7061:          src/targets/cgi/parser3.vcproj,
                   7062:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7063:          configure, configure.in, src/include/pa_version.h: . killing
                   7064:          gdome [what a relief]
                   7065: 
                   7066:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   7067:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   7068:          run_parser.sh, results/001.processed, results/002.processed,
                   7069:          results/003.processed, results/004.processed,
                   7070:          results/005.processed, results/006.processed,
                   7071:          results/008.processed, results/009.processed,
                   7072:          results/010.processed, results/011.processed,
                   7073:          results/012.processed, results/013.processed,
                   7074:          results/014.processed, results/015.processed,
                   7075:          results/016.processed, results/017.processed,
                   7076:          results/018.processed, results/020.processed,
                   7077:          results/021.processed, results/022.processed,
                   7078:          results/023.processed, results/024.processed,
                   7079:          results/025.processed, results/026.processed,
                   7080:          results/027.processed, results/028.processed,
                   7081:          results/029.processed, results/030.processed,
                   7082:          results/031.processed, results/032.processed,
                   7083:          results/033.processed, results/034.processed,
                   7084:          results/035.processed, results/036.processed,
                   7085:          results/037.processed, results/038.processed,
                   7086:          results/039.processed, results/040.processed,
                   7087:          results/041.processed, results/042.processed,
                   7088:          results/043.processed, results/044.processed,
                   7089:          results/045.processed, results/046.processed,
                   7090:          results/047.processed, results/048.processed,
                   7091:          results/049.processed, results/050.processed,
                   7092:          results/051.processed, results/052.processed,
                   7093:          results/053.processed, results/054.processed,
                   7094:          results/055.processed, results/056.processed,
                   7095:          results/057.processed, results/058.processed,
                   7096:          results/059.processed, results/060.processed,
                   7097:          results/061.processed, results/062.processed,
                   7098:          results/063.processed, results/064.processed,
                   7099:          results/065.processed, results/066.processed,
                   7100:          results/067.processed, results/068.processed,
                   7101:          results/069.processed, results/070.processed,
                   7102:          results/071.processed, results/072.processed,
                   7103:          results/073.processed, results/074.processed,
                   7104:          results/075.processed, results/076.processed,
                   7105:          results/077.processed, results/078.processed,
                   7106:          results/079.processed, results/080.processed,
                   7107:          results/081.processed, results/082.processed,
                   7108:          results/083.processed, results/084.processed,
                   7109:          results/085.processed, results/086.processed,
                   7110:          results/087.processed, results/088.processed,
                   7111:          results/089.processed, results/090.processed,
                   7112:          results/091.processed, results/092.processed,
                   7113:          results/093.processed, results/094.processed,
                   7114:          results/095.processed, results/096.processed,
                   7115:          results/097.processed, results/099.processed,
                   7116:          results/100.processed, results/101.processed,
                   7117:          results/102.processed, results/104.processed,
                   7118:          results/105.processed, results/106.processed,
                   7119:          results/107.processed, results/108.processed,
                   7120:          results/109.processed, results/110.processed,
                   7121:          results/111.processed, results/112.processed,
                   7122:          results/113.processed, results/114.processed,
                   7123:          results/115.processed, results/117.processed,
                   7124:          results/119.processed, results/120.processed,
                   7125:          results/121.processed, results/122.processed,
                   7126:          results/123.processed, results/124.processed,
                   7127:          results/125.processed, results/126.processed,
                   7128:          results/127.processed, results/128.processed,
                   7129:          results/129.processed, results/130.processed,
                   7130:          results/131.processed, results/132.processed,
                   7131:          results/133.processed, results/134.processed,
                   7132:          results/135.processed, results/136.processed,
                   7133:          results/138.processed, results/139.processed,
                   7134:          results/140.processed, results/141.processed,
                   7135:          results/142.processed, results/143.processed,
                   7136:          results/144.processed, results/145.processed,
                   7137:          results/146.processed, results/147.processed,
                   7138:          results/148.processed, results/149.processed, results/auto.p: .
                   7139:          now works if we turn off default auto.p
                   7140: 
1.97      moko     7141:        * configure, src/lib/Makefile.in, src/lib/cord/Makefile.in: . makes
1.95      moko     7142: 
                   7143:        * src/types/pa_vxnode.C: . less warnings
                   7144: 
                   7145:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   7146:          tests/145.html, tests/149.html, tests/descript.ion,
                   7147:          tests/outputs/d.cmd, tests/results/142.processed,
                   7148:          tests/results/143.processed, tests/results/144.processed,
                   7149:          tests/results/145.processed, tests/results/146.processed,
                   7150:          tests/results/147.processed, tests/results/148.processed,
                   7151:          tests/results/149.processed: . removed .nodeValue from all node
                   7152:          types other than 5 (grabbed piece from gdome)
                   7153: 
                   7154:        * tests/: 137.html, results/137.processed: . not handled this case
                   7155:          yet. code does not hang from inserting parent into child,
                   7156:          considering thing minor issue -- nodes are removed from source
                   7157:          anyway, don't know why shold that be an error after all
                   7158: 
                   7159:        * src/targets/cgi/parser3.C: . style
                   7160: 
                   7161:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   7162:          xdoc too [were barking "not element"]
                   7163: 
                   7164: 2005-12-16  paf
                   7165: 
                   7166:        * tests/: 146.html, 147.html, 148.html: . more tests
                   7167: 
                   7168:        * src/classes/xnode.C: . also bark on possible errors
                   7169: 
                   7170:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   7171:          props
                   7172: 
                   7173:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   7174:          main/compile.y: merged from HEAD ! fixed overoptimized
                   7175:          ^call(false) case. (confused it with ^call[] case)
                   7176: 
                   7177:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   7178:          ^call(false) case. (confused it with ^call[] case)
                   7179: 
                   7180:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   7181: 
                   7182:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   7183:          results/001.processed, results/002.processed,
                   7184:          results/003.processed, results/004.processed,
                   7185:          results/005.processed, results/006.processed,
                   7186:          results/008.processed, results/009.processed,
                   7187:          results/010.processed, results/011.processed,
                   7188:          results/012.processed, results/013.processed,
                   7189:          results/014.processed, results/015.processed,
                   7190:          results/016.processed, results/017.processed,
                   7191:          results/018.processed, results/019.processed,
                   7192:          results/020.processed, results/021.processed,
                   7193:          results/022.processed, results/023.processed,
                   7194:          results/024.processed, results/025.processed,
                   7195:          results/026.processed, results/027.processed,
                   7196:          results/028.processed, results/029.processed,
                   7197:          results/030.processed, results/031.processed,
                   7198:          results/032.processed, results/033.processed,
                   7199:          results/034.processed, results/035.processed,
                   7200:          results/036.processed, results/037.processed,
                   7201:          results/038.processed, results/039.processed,
                   7202:          results/040.processed, results/041.processed,
                   7203:          results/042.processed, results/043.processed,
                   7204:          results/044.processed, results/045.processed,
                   7205:          results/046.processed, results/047.processed,
                   7206:          results/048.processed, results/049.processed,
                   7207:          results/050.processed, results/051.processed,
                   7208:          results/052.processed, results/053.processed,
                   7209:          results/054.processed, results/055.processed,
                   7210:          results/056.processed, results/057.processed,
                   7211:          results/058.processed, results/059.processed,
                   7212:          results/060.processed, results/061.processed,
                   7213:          results/062.processed, results/063.processed,
                   7214:          results/064.processed, results/065.processed,
                   7215:          results/066.processed, results/067.processed,
                   7216:          results/068.processed, results/069.processed,
                   7217:          results/070.processed, results/071.processed,
                   7218:          results/072.processed, results/073.processed,
                   7219:          results/074.processed, results/075.processed,
                   7220:          results/076.processed, results/077.processed,
                   7221:          results/078.processed, results/079.processed,
                   7222:          results/080.processed, results/081.processed,
                   7223:          results/082.processed, results/083.processed,
                   7224:          results/084.processed, results/085.processed,
                   7225:          results/086.processed, results/087.processed,
                   7226:          results/088.processed, results/089.processed,
                   7227:          results/090.processed, results/091.processed,
                   7228:          results/092.processed, results/093.processed,
                   7229:          results/094.processed, results/095.processed,
                   7230:          results/096.processed, results/097.processed,
                   7231:          results/099.processed, results/101.processed,
                   7232:          results/102.processed, results/104.processed,
                   7233:          results/105.processed, results/106.processed,
                   7234:          results/107.processed, results/108.processed,
                   7235:          results/109.processed, results/110.processed,
                   7236:          results/111.processed, results/112.processed,
                   7237:          results/113.processed, results/114.processed,
                   7238:          results/115.processed, results/116.processed,
                   7239:          results/117.processed, results/118.processed,
                   7240:          results/119.processed, results/120.processed,
                   7241:          results/121.processed, results/122.processed,
                   7242:          results/123.processed, results/124.processed,
                   7243:          results/125.processed, results/126.processed,
                   7244:          results/127.processed, results/128.processed,
                   7245:          results/129.processed, results/130.processed,
                   7246:          results/131.processed, results/132.processed,
                   7247:          results/133.processed, results/134.processed,
                   7248:          results/135.processed, results/136.processed,
                   7249:          results/137.processed, results/138.processed,
                   7250:          results/139.processed, results/140.processed,
                   7251:          results/141.processed: . refreshed old tests, made them work
                   7252:          without auto.p (in utf8) . things noted: . gif got encoded
                   7253:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   7254:          some strange year)
                   7255: 
                   7256:        * INSTALL: . revived linux libgc fix
                   7257: 
                   7258:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   7259:          glib/gdome in INSTALL and patches]
                   7260: 
                   7261:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7262:          include/pa_charset.h, include/pa_config_includes.h,
                   7263:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   7264:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   7265:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7266:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   7267:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   7268:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   7269:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   7270:          types/pa_vxnode.h: . started killing gdome
                   7271: 
                   7272: 2005-12-13  paf
                   7273: 
                   7274:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   7275:          @unhandled_exception thrown another exception, print correct
                   7276:          origin (earlier code in catch of exception inside of
                   7277:          @unhandled_exception grabbed parent_frame(original_exception)
                   7278:          origin and printed it, instead of true origin)
                   7279: 
                   7280:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   7281:          another exception, print correct origin (earlier code in catch of
                   7282:          exception inside of @unhandled_exception grabbed
                   7283:          parent_frame(original_exception) origin and printed it, instead
                   7284:          of true origin)
                   7285: 
                   7286: 2005-12-09  paf
                   7287: 
                   7288:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   7289:          detection problem, due to change in gc6.4 code
                   7290: 
                   7291:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   7292:          ignored in ^string.matched :(
                   7293: 
                   7294:        * src/main/pa_string.C: ! regex tainting were ignored in
                   7295:          ^string.matched :(
                   7296: 
                   7297:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   7298:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   7299:          src/main/compile.y, src/main/compile_tools.h,
                   7300:          src/main/pa_charset.C, src/main/pa_common.C,
                   7301:          src/main/pa_globals.C, src/main/pa_string.C,
                   7302:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   7303:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   7304: 
                   7305: 2005-12-08  paf
                   7306: 
                   7307:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   7308:          500 chars now handled OK [were wrapped on 500th char according to
                   7309:          rfc, but sendmail failed to unwrap it properly]
                   7310: 
                   7311:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   7312:          handled OK [were wrapped on 500th char according to rfc, but
                   7313:          sendmail failed to unwrap it properly]
                   7314: 
                   7315:        * src/targets/isapi/parser3isapi.C: . less warnings
                   7316: 
                   7317:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   7318:          since 3.1.5
                   7319: 
                   7320:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   7321:          link fixes
                   7322: 
                   7323:        * src/: classes/date.C, include/pa_config_fixed.h,
                   7324:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   7325:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   7326:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   7327: 
                   7328:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   7329:          [in current storage scheme there's no place for them. someday we
                   7330:          can add third CORD to store origins and special version of parser
                   7331:          which stores origins there [separate binary]]
                   7332: 
                   7333: 2005-12-07  paf
                   7334: 
                   7335:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   7336: 
                   7337:        * src/include/pa_version.h: makefiles
                   7338: 
                   7339:        * src/include/pa_version.h: . not beta
                   7340: 
                   7341:        * configure, configure.in, src/include/pa_version.h: not beta
                   7342: 
                   7343: 2005-12-06  paf
                   7344: 
                   7345:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   7346:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   7347:          decided to undo the change ^call[$void] passes void. now it will
                   7348:          pass empty string again.
                   7349: 
                   7350:        * src/main/: compile.tab.C, compile.y: . version readded
                   7351: 
                   7352:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   7353:          = ^switch[void] problem
                   7354: 
                   7355: 2005-12-01  paf
                   7356: 
                   7357:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   7358:          caused ^case[string] to be coerced to double since searching
                   7359:          value were not string (it was vvoid)
                   7360: 
                   7361:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   7362:          ^case[string] to be coerced to double since searching value were
                   7363:          not string (it was vvoid)
                   7364: 
                   7365:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   7366:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   7367: 
                   7368: 2005-11-30  paf
                   7369: 
                   7370:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   7371:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   7372: 
                   7373:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   7374:          putenv("TZ="), on unix works only putenv("TZ")
                   7375: 
                   7376:        * INSTALL: . xml libs versions updated
                   7377: 
                   7378:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   7379:          claims that fixed a lot there // 20040920 for now both
                   7380:          workarounds needed. wait for new libxml/xsl versions
                   7381: 
                   7382: 2005-11-28  paf
                   7383: 
                   7384:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   7385:          columns==0
                   7386: 
                   7387:        * src/classes/table.C: ! nameless table has columns==0
                   7388: 
                   7389:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   7390:          earlier [was totally wrong]
                   7391: 
                   7392:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   7393:          wrong]
                   7394: 
                   7395: 2005-11-25  paf
                   7396: 
                   7397:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   7398:          undoing for now...
                   7399: 
                   7400:        * src/include/pa_version.h: -this reduces speed(table::load),
                   7401:          strange. undoing
                   7402: 
                   7403:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   7404: 
                   7405:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   7406: 
                   7407:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   7408:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   7409:          this speeds things up and saves memory a LOT! (not noticed
                   7410:          negative effect on syntetic tests, future will tell...)
                   7411: 
                   7412:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   7413:          changed gc_malloc implementation, which obscured profiling
                   7414: 
                   7415:        * src/classes/table.C: merged from HEAD: + optimized
                   7416:          table::load/sql, now row ArrayString-s allocated with
                   7417:          columns.count() elements and don't always grow from
                   7418:          count=3[realloc,realloc]
                   7419: 
                   7420:        * src/classes/table.C: + optimized table::load/sql, now row
                   7421:          ArrayString-s allocated with columns.count() elements and don't
                   7422:          always grow from count=3[realloc,realloc]
                   7423: 
                   7424:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   7425:          buffer after save
                   7426: 
                   7427:        * src/classes/table.C: . ^table.save unused buffer after save
                   7428: 
                   7429: 2005-11-24  paf
                   7430: 
                   7431:        * configure.in: . merged glib2-config patch
                   7432: 
                   7433:        * configure.in: + trying to find glib2-config
                   7434: 
                   7435:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   7436:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   7437:          file/dir_readable to simple file/dir_exist, this would help in
                   7438:          situations "class not found because .p file has bad rights" << in
                   7439:          that case error would be explicit "access denied to 'this' file"
                   7440: 
1.97      moko     7441:        * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
                   7442:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   7443:          src/Makefile.in, src/classes/Makefile.in,
                   7444:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   7445:          src/lib/Makefile.in, src/lib/cord/Makefile.in,
                   7446:          src/lib/cord/include/Makefile.in,
                   7447:          src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
                   7448:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   7449:          src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
                   7450:          src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
                   7451:          src/lib/smtp/Makefile.in, src/main/Makefile.in,
                   7452:          src/sql/Makefile.in, src/targets/Makefile.in,
                   7453:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   7454:          src/types/Makefile.in: makefiles
1.95      moko     7455: 
                   7456:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   7457:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   7458:          to simple file/dir_exist, this would help in situations "class
                   7459:          not found because .p file has bad rights" << in that case error
                   7460:          would be explicit "access denied to 'this' file"
                   7461: 
1.97      moko     7462:        * src/: include/Makefile.in, main/Makefile.in: makefiles
                   7463: 
1.95      moko     7464:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   7465:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   7466:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   7467:          ^file::exec/cgi[script;$.charset[changed]
                   7468:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   7469:          encoded in $.charset charset
                   7470: 
                   7471:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   7472:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   7473:          encoded in $.charset charset
                   7474: 
                   7475:        * src/: include/Makefile.am, include/pa_common.h,
                   7476:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   7477:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   7478:          separate file [preparation for
                   7479:          ^file::cgi[script;$.form[$.field1[]
                   7480: 
                   7481: 2005-11-22  paf
                   7482: 
                   7483:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   7484: 
                   7485:        * acinclude.m4, configure.in: . merged underquting fixes
                   7486: 
1.97      moko     7487:        * bin/Makefile.in, etc/Makefile.in,
                   7488:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   7489:          src/classes/Makefile.in, src/include/Makefile.in,
                   7490:          src/include/pa_config_auto.h.in, src/lib/Makefile.in,
                   7491:          src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
                   7492:          src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
                   7493:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   7494:          src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
                   7495:          src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
                   7496:          src/lib/smtp/Makefile.in, src/main/Makefile.in,
                   7497:          src/sql/Makefile.in, src/targets/Makefile.in,
                   7498:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   7499:          src/types/Makefile.in: configure+makes
1.95      moko     7500: 
                   7501:        * src/classes/op.C: . overmerged a little
                   7502: 
                   7503:        * src/main/compile.tab.C: Makefile
                   7504: 
                   7505:        * src/main/: pa_common.C: . less gcc warnings
                   7506: 
                   7507:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   7508:          now reports original exception if we have no old cache
                   7509: 
                   7510:        * src/classes/op.C: + $exception.handled[cache] now reports
                   7511:          original exception if we have no old cache
                   7512: 
                   7513:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   7514:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   7515:          \^$.[]|()?*+{}
                   7516: 
                   7517:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   7518:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   7519: 
                   7520:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   7521:          getenv-ed variable, which does not work both on win32&unix.
                   7522:          copied old TZ value now
                   7523: 
                   7524:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   7525:          stored pointer to getenv-ed variable, which does not work both on
                   7526:          win32&unix. copied old TZ value now
                   7527: 
                   7528:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   7529:          getenv-ed variable, which does not work both on win32&unix.
                   7530:          copied old TZ value now
                   7531: 
                   7532:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   7533:          access to internal hash
                   7534: 
                   7535:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   7536:          hash
                   7537: 
                   7538:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   7539:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   7540:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   7541:          very large block" messages to only important onces
                   7542: 
                   7543:        * src/targets/isapi/parser3isapi.C: +
                   7544:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   7545:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   7546:          very large block" messages to only important onces
                   7547: 
                   7548:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   7549:          ^string/int/double:sql{}[$.default[({param style})] ]
                   7550: 
                   7551:        * src/classes/string.C: + removed limitation on
                   7552:          ^string/int/double:sql{}[$.default[({param style})] ]
                   7553: 
                   7554:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   7555:          with ?params or $.form option" limitation
                   7556: 
                   7557:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   7558:          $.form option" limitation
                   7559: 
                   7560:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7561:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   7562:          ^file::base64[encoded] decode
                   7563: 
                   7564:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7565:          main/pa_common.C: + ^file.base64[] encode +
                   7566:          ^file::base64[encoded] decode
                   7567: 
                   7568:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   7569:          ^string:base64[encoded] decode
                   7570: 
                   7571:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   7572:          ^string:base64[in] encode + ^string.base64[] decode
                   7573: 
                   7574: 2005-11-21  paf
                   7575: 
                   7576:        * src/classes/file.C: + merged from HEAD:
                   7577:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   7578: 
                   7579:        * src/classes/file.C: +
                   7580:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   7581: 
                   7582:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   7583:          differes from :download, it does not return content-disposition
                   7584:          at all now [previusely it returned valueless content-disposition]
                   7585: 
                   7586:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   7587:          :download, it does not return content-disposition at all now
                   7588:          [previusely it returned valueless content-disposition]
                   7589: 
                   7590:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   7591:          literals, reverted to just vvod, recreating empty array with each
                   7592:          void_value token. that's absolutely needed, since that array
                   7593:          grows
                   7594: 
                   7595:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   7596:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   7597:          types/pa_vmethod_frame.h: + merged: expression literals:
                   7598:          true/false. ^format[$.indent(true)]
                   7599: 
                   7600:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   7601:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   7602:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   7603:          ^format[$.indent(true)]
                   7604: 
                   7605:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   7606:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   7607:          i386-pc-win32)"
                   7608: 
                   7609:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   7610:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   7611:          i386-pc-win32)"
                   7612: 
                   7613: 2005-11-18  paf
                   7614: 
                   7615:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   7616:          null}[$.default(123)] will now return default value
                   7617: 
                   7618:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   7619:          expiration time
                   7620: 
                   7621:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   7622:          time
                   7623: 
                   7624:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   7625:          failed << Exception.problem_source pointed to local var!
                   7626: 
                   7627:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   7628:          Exception.problem_source pointed to local var!
                   7629: 
                   7630:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   7631:          now loads VFile.ptr!=0, so such files can be saved now
                   7632: 
                   7633:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   7634:          loads VFile.ptr!=0, so such files can be saved now
                   7635: 
                   7636:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   7637:          only . and .. now removed from list [were removed all .*]
                   7638: 
                   7639:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   7640:          .. now removed from list [were removed all .*]
                   7641: 
                   7642:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   7643:          open error now checked, were not :( [stole that piece from apache
                   7644:          1.3 sources]
                   7645: 
                   7646:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   7647:          checked, were not :( [stole that piece from apache 1.3 sources]
                   7648: 
                   7649:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   7650:          untainting of @main result if returned by $result or
                   7651:          $response:body
                   7652: 
                   7653:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   7654:          result if returned by $result or $response:body
                   7655: 
                   7656:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   7657:          issue: now tries to guess content-length and allocates one big
                   7658:          piece if possible [regretfully gc_realloc works as malloc+free,
                   7659:          leaving lots of holes behind]
                   7660: 
                   7661:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   7662:          fixed file load memory issue: now tries to guess content-length
                   7663:          and allocates one big piece if possible [regretfully gc_realloc
                   7664:          works as malloc+free, leaving lots of holes behind]
                   7665: 
                   7666: 2005-11-16  paf
                   7667: 
                   7668:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   7669:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   7670:          table::save with enclosers now doubles them: "->"" !
                   7671:          table::save/load do not remove elements from options hash
                   7672: 
                   7673:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   7674:          [were overoptimized ^if(double_literal), compiler confused
                   7675:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   7676: 
                   7677:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   7678:          [were overoptimized ^if(double_literal), compiler confused
                   7679:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   7680: 
                   7681:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   7682:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   7683:          "->"" ! table::save/load do not remove elements from options hash
                   7684: 
                   7685: 2005-11-03  paf
                   7686: 
1.97      moko     7687:        * src/main/: Makefile.am, Makefile.in, compile.tab.C: removed $<
                   7688:          from .y compilation, not all makefiles liked that
1.95      moko     7689: 
                   7690: 2005-08-30  paf
                   7691: 
                   7692:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   7693: 
                   7694:        * src/classes/op.C: . speedup check of [DEFAULT]
                   7695: 
                   7696: 2005-08-26  paf
                   7697: 
                   7698:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   7699: 
                   7700:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   7701: 
                   7702:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   7703:          complains about bad!=nameless
                   7704: 
                   7705:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   7706:          about bad!=nameless
                   7707: 
                   7708:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   7709:          optional options were allowed to be empty. were checked
                   7710:          if(is_string), changed to !defined||is_string to allow void
                   7711: 
                   7712:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   7713:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   7714:          options were allowed to be empty. were checked if(is_string),
                   7715:          changed to !defined||is_string to allow void
                   7716: 
                   7717:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   7718:          as_junction where they needed as_int/double, so failed with
                   7719:          recent "(const) now no junction" optimization
                   7720: 
                   7721:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   7722:          merged ! many classes/*  used as_junction where they needed
                   7723:          as_int/double, so failed with recent "(const) now no junction"
                   7724:          optimization
                   7725: 
                   7726:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   7727:          classes/op.C, classes/string.C, classes/table.C,
                   7728:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   7729:          used as_junction where they needed as_int/double, so failed with
                   7730:          recent "(const) now no junction" optimization
                   7731: 
                   7732: 2005-08-24  paf
                   7733: 
                   7734:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   7735:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   7736:          stripped it
                   7737: 
                   7738: 2005-08-09  paf
                   7739: 
                   7740:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7741:          not cleared
                   7742: 
                   7743:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7744:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7745:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7746:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7747:          classes/response.C, classes/string.C, classes/table.C,
                   7748:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7749:          include/pa_array.h, include/pa_cache_managers.h,
                   7750:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7751:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7752:          include/pa_dictionary.h, include/pa_dir.h,
                   7753:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7754:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7755:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7756:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7757:          include/pa_sapi.h, include/pa_socks.h,
                   7758:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7759:          include/pa_stack.h, include/pa_string.h,
                   7760:          include/pa_stylesheet_connection.h,
                   7761:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7762:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7763:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7764:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7765:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7766:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   7767:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7768:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7769:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7770:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   7771:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   7772:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   7773:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7774:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7775:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7776:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7777:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7778:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7779:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7780:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7781:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7782:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   7783:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   7784:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   7785:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7786:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   7787:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7788:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7789:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7790:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7791:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7792:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7793:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7794:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7795:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7796:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7797:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7798:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   7799: 
                   7800:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   7801:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   7802:          speedup consequent checks in vmethod_frame
                   7803: 
                   7804:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7805:          not cleared
                   7806: 
                   7807:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   7808:          params: 50 max (were 10)
                   7809: 
                   7810:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   7811:          params: 50 max (were 10)
                   7812: 
                   7813:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   7814:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   7815:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   7816:          empty string) ! simplified (double) speedup consequent checks in
                   7817:          vmethod_frame
                   7818: 
                   7819:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   7820:          optimized constants in expressions vstring->vdouble + optimized
                   7821:          ^call(vdouble), no junction creation, no calls later
                   7822: 
                   7823: 2005-08-08  paf
                   7824: 
                   7825:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   7826:          integrated
                   7827: 
                   7828:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   7829:          integrated
                   7830: 
                   7831:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   7832:          compile_tools.h: merged + optimized constants in expressions
                   7833:          vstring->vdouble + optimized ^call(vdouble), no junction
                   7834:          creation, no calls later
                   7835: 
                   7836:        * src/types/pa_vdouble.h: merged . double values without fractional
                   7837:          part now default printed as %.0f instead of %g
                   7838: 
                   7839:        * src/types/pa_vdouble.h: . double values without fractional part
                   7840:          now default printed as %.0f instead of %g
                   7841: 
                   7842:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   7843:          cause an exception
                   7844: 
                   7845:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   7846:          exception
                   7847: 
                   7848:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   7849:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7850:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7851:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7852:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   7853:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7854:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7855:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7856:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7857:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   7858:          merged VJunction(new Junction) optimization from 3.1.4
                   7859: 
                   7860:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   7861:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   7862:          Junction(params)) to new VJunction(params), thousands of mallocs
                   7863:          removed
                   7864: 
                   7865: 2005-08-05  paf
                   7866: 
                   7867:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   7868:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   7869:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   7870:          creation, no calls later
                   7871: 
                   7872:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7873:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7874:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7875:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7876:          classes/response.C, classes/string.C, classes/table.C,
                   7877:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7878:          include/pa_array.h, include/pa_cache_managers.h,
                   7879:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7880:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7881:          include/pa_dictionary.h, include/pa_dir.h,
                   7882:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7883:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7884:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7885:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7886:          include/pa_sapi.h, include/pa_socks.h,
                   7887:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7888:          include/pa_stack.h, include/pa_string.h,
                   7889:          include/pa_stylesheet_connection.h,
                   7890:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7891:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7892:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7893:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7894:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7895:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   7896:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   7897:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   7898:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   7899:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   7900:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   7901:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   7902:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7903:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7904:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7905:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7906:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7907:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   7908:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   7909:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7910:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   7911:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   7912:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   7913:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   7914:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7915:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   7916:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   7917:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7918:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7919:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7920:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7921:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7922:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7923:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7924:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7925:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7926:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   7927: 
                   7928:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   7929:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   7930:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   7931:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   7932:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7933:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   7934:          optimized constants in expressions vstring->vdouble
                   7935: 
                   7936: 2005-07-29  paf
                   7937: 
                   7938:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   7939: 
                   7940:        * src/types/pa_vclass.C: + property getter can now be overridden
                   7941: 
                   7942:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   7943:          bug fix: static parent fields were not replaced in case
                   7944:          $derived:field[put] + property setter can now be overridden
                   7945: 
                   7946: 2005-07-28  paf
                   7947: 
                   7948:        * configure, configure.in, src/classes/classes.h,
                   7949:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   7950:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   7951:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   7952:          src/classes/xnode.h, src/include/pa_hash.h,
                   7953:          src/include/pa_version.h, src/main/execute.C,
1.97      moko     7954:          src/types/Makefile.am, src/types/Makefile.in,
                   7955:          src/types/pa_method.h, src/types/pa_value.h,
                   7956:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   7957:          src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
                   7958:          src/types/pa_vcookie.C, src/types/pa_vcookie.h,
                   7959:          src/types/pa_vhash.h, src/types/pa_vhashfile.h,
                   7960:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   7961:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   7962:          src/types/pa_vobject.h, src/types/pa_vproperty.h,
                   7963:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   7964:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   7965:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
1.95      moko     7966:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7967:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7968:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   7969:          dynamic_fields_join
                   7970: 
                   7971:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7972:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   7973:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7974:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7975:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7976:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7977:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7978:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7979:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   7980:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7981:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   7982:          restored its checks in vobject.put_element->static fields |
                   7983:          dynamic properties
                   7984: 
                   7985: 2005-07-27  paf
                   7986: 
                   7987:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   7988:          is some old code containing @set_name $name
                   7989: 
                   7990:        * src/types/pa_vobject.h: . fixed warning
                   7991: 
                   7992:        * configure, configure.in, src/include/pa_version.h,
1.97      moko     7993:          src/types/Makefile.am, src/types/Makefile.in: 3.2.0beta started
1.95      moko     7994: 
                   7995:        * src/: classes/xnode.C, include/pa_hash.h,
                   7996:          types/pa_vstateless_class.C: ! new asserts were all false.
                   7997:          regretfully reverted them all to checks
                   7998: 
                   7999:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   8000:          classes/op.C, main/execute.C, types/pa_method.h,
                   8001:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8002:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8003:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   8004:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   8005:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   8006:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   8007:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8008:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   8009:          joined_dynamic_fields: removed unused param from put_method
                   8010:          (returned to 3 params)
                   8011: 
                   8012:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   8013:          joined_dynamic_fields: dynamic get/set works with overriding
                   8014:          props [alpha2]
                   8015: 
                   8016:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   8017:          works [alfa]
                   8018: 
                   8019:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   8020:          classes/op.C, include/pa_hash.h, main/execute.C,
                   8021:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   8022:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8023:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   8024:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   8025:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8026:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8027:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8028:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8029:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   8030:          joined_dynamic_fields: just compiled
                   8031: 
                   8032:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8033:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8034:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   8035:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   8036:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   8037: 
                   8038:        * src/types/pa_vobject.C: . object setters [only started, does not
                   8039:          work yet]
                   8040: 
                   8041:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   8042:          object setters [only started, does not work yet]
                   8043: 
                   8044: 2005-07-26  paf
                   8045: 
                   8046:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   8047:          works [alpha2]. for classes. todo: for objects
                   8048: 
                   8049:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   8050:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8051:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8052:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   8053:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   8054:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   8055:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   8056:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8057:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   8058:          properties: set works [alpha1]
                   8059: 
                   8060: 2005-07-25  paf
                   8061: 
                   8062:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   8063:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   8064:          properties: started, get works [alpha1, other approach]
                   8065: 
                   8066:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   8067:          properties: started, get works [alpha2]
                   8068: 
                   8069:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   8070:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   8071: 
                   8072: 2005-07-15  paf
                   8073: 
                   8074:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   8075:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   8076:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   8077:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   8078:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8079:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   8080:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   8081:          types/pa_vresponse.C, types/pa_vresponse.h,
                   8082:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8083:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8084:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   8085:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   8086:          [getters work but think of changing them too to precaching]
                   8087: 
                   8088: 2005-07-08  paf
                   8089: 
                   8090:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   8091:          gpf
                   8092: 
                   8093: 2005-06-28  paf
                   8094: 
                   8095:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   8096:          in passing empty strings to file::exec/cgi environment
                   8097: 
                   8098: 2005-06-06  paf
                   8099: 
                   8100:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   8101:          ^table:sql ^hash:sql now DO process $.bind option
                   8102: 
                   8103: 2005-05-24  paf
                   8104: 
                   8105:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   8106:          $.limit] now work again [support was broken in 3.1.4]
                   8107: 
                   8108:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   8109:          ALL_INTERIOR_POINTERS
                   8110: 
                   8111: 2005-05-12  paf
                   8112: 
                   8113:        * configure: 3.1.5beta
                   8114: 
                   8115:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   8116: 
                   8117:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   8118:          $.limit] now work again [support was broken in 3.1.4]
                   8119: 
                   8120:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   8121:          line-width  [was refusing to fill if line-width >1, thanks to
                   8122:          Seras <seras@pinxit.lt> for repro case
                   8123: 
                   8124: 2005-04-25  paf
                   8125: 
                   8126:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   8127:          correctly
                   8128: 
                   8129: 2005-04-19  paf
                   8130: 
                   8131:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   8132:          in VString violating invariant!!
                   8133: 
                   8134:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   8135:          getenv("TZ")==null
                   8136: 
                   8137: 2005-04-08  paf
                   8138: 
                   8139:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   8140:          bugfix: when there is no char in charset one byte produces 6
                   8141:          (&#255; <<max). increased buffer size!
                   8142: 
                   8143: 2005-03-23  paf
                   8144: 
                   8145:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   8146:          ^date.sql-string now takes TZ into account
                   8147: 
                   8148: 2005-03-16  paf
                   8149: 
                   8150:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   8151:          gcc 3.4
                   8152: 
                   8153:        * src/types/pa_vhash.C: . warning about eof eol
                   8154: 
                   8155: 2005-02-17  paf
                   8156: 
                   8157:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   8158:          seconds)
                   8159: 
                   8160: 2005-02-02  paf
                   8161: 
                   8162:        * src/classes/xnode.C: beauty: removed needless includes
                   8163: 
                   8164: 2005-01-31  paf
                   8165: 
                   8166:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   8167:          $.partNoNumber now alias to $.part1
                   8168: 
                   8169:        * src/types/pa_vmail.C: change: incoming letter part contains
                   8170:          "content-disposition" header with any value? now considering that
                   8171:          part to be "file#" [for text/plain text/html were $.text#
                   8172:          $.html#]
                   8173: 
                   8174:        * INSTALL: updatet to latest working versions available
                   8175: 
                   8176: 2005-01-20  paf
                   8177: 
                   8178:        * configure.in, src/include/pa_version.h: version
                   8179: 
                   8180: 2005-01-19  paf
                   8181: 
1.97      moko     8182:        * src/: lib/gd/Makefile.am, lib/gd/Makefile.in,
                   8183:          lib/ltdl/Makefile.am, lib/ltdl/Makefile.in,
                   8184:          targets/cgi/parser3.C, types/Makefile.am, types/Makefile.in:
                   8185:          forgotten makefiles.  couple warnings in parser3.C
1.95      moko     8186: 
                   8187: 2004-12-23  paf
                   8188: 
                   8189:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   8190: 
                   8191:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   8192:          dir to directory of script (when shbang used), not to directory
                   8193:          of its interpreter
                   8194: 
                   8195:        * src/include/pa_version.h: compiled on win32...
                   8196: 
                   8197:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   8198:          we need more hspace
                   8199: 
                   8200:        * configure, configure.in, src/include/pa_version.h: configured
                   8201:          host to pa_version. will be displayed everywhere
                   8202: 
                   8203:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   8204:          exception from being logged by setting $exception.handled(1)
                   8205: 
                   8206:        * operators.txt, src/classes/file.C: change:
                   8207:          ^file::sql{query}[[options]] options: $.name[file name]
                   8208:          $.content-type[application/what]
                   8209: 
                   8210:        * src/: include/pa_common.h, main/pa_common.C,
                   8211:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   8212:          new file
                   8213: 
                   8214:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   8215:          bugfix: table->hash now regards _default
                   8216: 
                   8217:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   8218:          created by accessing $name_of_method it acquired bad self=closest
                   8219:          methodframe; instead of proper self (current class)
                   8220: 
                   8221:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   8222:          hashfile produced bad cord
                   8223: 
                   8224: 2004-12-10  paf
                   8225: 
                   8226:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   8227:          subsequent failures though defined in .h
                   8228: 
                   8229:        * src/main/pa_common.C: comment on volatile
                   8230: 
                   8231:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   8232:          alarm function were not used since the beginning due to stupid
                   8233:          error [setsigjmp were not checked in configure.in]
                   8234: 
                   8235:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   8236:          unix too
                   8237: 
                   8238:        * src/main/pa_common.C: http: exception status of send/recv errors
                   8239:          change to most probable http.timeout
                   8240: 
                   8241:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   8242:          works [setsockopt on send/receive]
                   8243: 
                   8244: 2004-12-08  paf
                   8245: 
                   8246:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   8247:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   8248:          proper charset
                   8249: 
                   8250: 2004-11-24  paf
                   8251: 
                   8252:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   8253: 
                   8254:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   8255:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   8256: 
                   8257: 2004-11-12  paf
                   8258: 
                   8259:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   8260:          [since 3.0.4]
                   8261: 
                   8262: 2004-11-09  paf
                   8263: 
                   8264:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   8265:          writes basics to c:\parser3.log
                   8266: 
                   8267: 2004-10-21  paf
                   8268: 
                   8269:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   8270:          tainted strings [were returning clean onces]
                   8271: 
                   8272: 2004-10-15  paf
                   8273: 
                   8274:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   8275:          cycles(i=1; i=2), which was wrong, now does ONE
                   8276: 
                   8277: 2004-10-12  paf
                   8278: 
                   8279:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   8280: 
                   8281: 2004-10-07  paf
                   8282: 
                   8283:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   8284:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   8285:          release asserts
                   8286: 
                   8287:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   8288:          String.dump() to stdout in detailed form  [were String.v() in
                   8289:          short form]
                   8290: 
                   8291:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   8292:          \t\r\n as @#| and truncates long char sequences less
                   8293: 
                   8294: 2004-10-06  paf
                   8295: 
                   8296:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   8297:          win32 beauty: socket errors properly decoded
                   8298: 
                   8299: 2004-10-05  paf
                   8300: 
                   8301:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   8302:          request::configure_user/admin done always, even if no
                   8303:          file-to-process useful in @unhandled_exception [say, if they
                   8304:          would want to mail by SMTP something]
                   8305: 
                   8306:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   8307:          now performed prior to file loading [and @auto executing] thus
                   8308:          making $cookie:value available in @auto and in
                   8309:          @unhandled_exception when IIS is configured to run interpreter
                   8310:          even if no file exist
                   8311: 
                   8312: 2004-09-20  paf
                   8313: 
                   8314:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   8315:          somewhere where it should have called xmlMalloc and it calls
                   8316:          xmlFree when it should have not called it.  inserted two
                   8317:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   8318:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   8319:          author would fix all that.  until that day: we have SLOW garbage
                   8320:          collecting when many xml objects are alive hint: do
                   8321:          ^memory:compact[] before xdoc::create
                   8322: 
                   8323: 2004-09-17  paf
                   8324: 
                   8325:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   8326:          error from 3.0.8 version]
                   8327: 
                   8328: 2004-09-14  paf
                   8329: 
                   8330:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   8331:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   8332:          modified inside
                   8333: 
                   8334: 2004-09-13  paf
                   8335: 
                   8336:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   8337:          [were as octal]
                   8338: 
                   8339:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   8340:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   8341:          safety-check
                   8342: 
                   8343:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   8344:          [not something obscure from sdbm lib]
                   8345: 
                   8346:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   8347:          = strerror now returnes something and we can properly report that
                   8348:          to client
                   8349: 
                   8350:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   8351:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   8352: 
                   8353:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   8354:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   8355:          not be unnecessary optimized away [ruining javascript]
                   8356: 
                   8357:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   8358:          [tainted as-is]
                   8359: 
                   8360:        * src/classes/mail.C: bugfix: typo error
                   8361: 
                   8362: 2004-09-09  paf
                   8363: 
                   8364:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   8365:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   8366:          (bloody yandex.server)
                   8367: 
                   8368: 2004-09-06  paf
                   8369: 
                   8370:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   8371:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   8372:          encoded
                   8373: 
                   8374: 2004-09-01  paf
                   8375: 
                   8376:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   8377:          multipart/related outlook express have no problems showing
                   8378:          unrelated attachments.  todo: someday figure out a way of
                   8379:          multipart/mixed    multipart/related       text/html
                   8380:          image/xxx application/octet-stream << true attachments
                   8381: 
                   8382:        * src/types/pa_vmail.C: new:
                   8383:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   8384:          empty mail header fields removed from letter
                   8385: 
                   8386:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   8387:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   8388:          ^mail:send[    $.file[       $.any[header]
                   8389: 
                   8390: 2004-08-30  paf
                   8391: 
                   8392:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   8393:          warnings
                   8394: 
                   8395:        * src/main/pa_common.C: beauty: do not bother with charset
                   8396:          detection when ^file::load[binary
                   8397: 
                   8398: 2004-08-27  paf
                   8399: 
                   8400:        * src/main/pa_common.C: hack: for yandex.server http server
                   8401: 
                   8402: 2004-08-18  paf
                   8403: 
                   8404:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   8405:          possibly-chunked response
                   8406: 
                   8407: 2004-08-17  paf
                   8408: 
                   8409:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   8410:          $f.content-type now = that of http response
                   8411: 
                   8412:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   8413:          $f.content-type now = that of http response
                   8414: 
                   8415: 2004-07-30  paf
                   8416: 
                   8417:        * src/: include/pa_request.h, main/pa_request.C,
                   8418:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   8419:          win32: system&parser exceptions in release mode reported properly
                   8420:          parser exception in exception handler WERE mistakenly reported as
                   8421:          system exception, without details [in apache & isapi] +some
                   8422:          beauty in exception text
                   8423: 
                   8424:        * src/: include/pa_exception.h, main/pa_request.C,
                   8425:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   8426:          release mode reported properly parser exception in exception
                   8427:          handler WERE mistakenly reported as system exception, without
                   8428:          details
                   8429: 
                   8430:        * src/main/execute.C: beauty: simplified system exception handling
                   8431: 
                   8432: 2004-07-29  paf
                   8433: 
                   8434:        * src/classes/table.C: bugfix:
                   8435:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   8436:          were ignored, and \t used unconditionally]
                   8437: 
1.97      moko     8438:        * src/types/Makefile.in: added vhash.c
                   8439: 
1.95      moko     8440:        * src/types/Makefile.am: added vhash.c
                   8441: 
                   8442: 2004-07-28  paf
                   8443: 
                   8444:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   8445:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   8446:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   8447:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   8448:          failed on russian letters
                   8449: 
                   8450:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   8451:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   8452:          letters
                   8453: 
                   8454:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   8455:          as 'currentDirectory' parameter to CreateProcess
                   8456: 
                   8457: 2004-07-27  paf
                   8458: 
                   8459:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   8460:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   8461:          from release somewhere [to help searching for unhandled system
                   8462:          exceptions]
                   8463: 
                   8464:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   8465:          TZ shift
                   8466: 
                   8467:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   8468:          but also in ctor
                   8469: 
                   8470: 2004-07-26  paf
                   8471: 
                   8472:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   8473:          src/main/pa_request.C, src/types/pa_vfile.h,
                   8474:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   8475:          src/types/types.vcproj: new: $response:body/download[
                   8476:          $.file[name on disk]    $.name[of file for user]
                   8477:          $.mdate[date of last-modified. default from directory] ]
                   8478: 
                   8479:        * src/classes/file.C: moving file:send somewhere else..
                   8480: 
                   8481:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   8482:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   8483:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   8484:          $response:download[ $.filename[filename] $.option[] ,, ]
                   8485: 
                   8486:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   8487: 
                   8488: 2004-07-21  paf
                   8489: 
                   8490:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   8491:          to several lines
                   8492: 
                   8493:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   8494: 
                   8495:          note: ms outlook[!express] shows only first 255 characters of
                   8496:          subject
                   8497: 
                   8498: 2004-07-15  paf
                   8499: 
                   8500:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   8501:          off]
                   8502: 
                   8503: 2004-07-14  paf
                   8504: 
                   8505:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   8506:          according to lang  [were: as-is]
                   8507: 
                   8508: 2004-07-07  paf
                   8509: 
                   8510:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   8511:          checked that
                   8512: 
                   8513:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   8514:          now untainted according to their languages.  were: as-is.
                   8515:          EVERYWHERE
                   8516: 
                   8517:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   8518:          environment string now untainted according to their languages.
                   8519:          were: as-is. EVERYWHERE
                   8520: 
                   8521:        * src/main/pa_exec.C: bufix: on unix environment string now
                   8522:          untainted according to their languages.  were: as-is. on win32:
                   8523:          ok
                   8524: 
                   8525:        * parser3.vssscc: ...would not go unnoticed
                   8526: 
                   8527:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   8528:          fails. in case on input appears nonutf, those bytes will be
                   8529:          printed in %HH form. that can be easily decoded/recovered.
                   8530: 
                   8531:          this form is quite noticable, and hopefully would not go noticed
                   8532: 
                   8533: 2004-07-06  paf
                   8534: 
                   8535:        * src/main/pa_exec.C: bufix: on unix environment string now
                   8536:          untainted according to their languages.  were: as-is. on win32:
                   8537:          ok
                   8538: 
                   8539: 2004-07-01  paf
                   8540: 
                   8541:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   8542:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   8543:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8544:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   8545:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   8546:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   8547:          option: global optimization ON
                   8548: 
                   8549:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   8550:          to do xdoc::create{invalid chars} standard disables chars less
                   8551:          then \x20, except tab, cr, lf.
                   8552: 
                   8553:          changed tainting so that those become '!'
                   8554: 
                   8555: 2004-06-25  paf
                   8556: 
                   8557:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   8558:          int on odd address [prev bugfix failed due to superwize
                   8559:          optimizer, which turned memcpy into same 'ld' asm command]
                   8560: 
                   8561:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   8562:          int on odd address
                   8563: 
                   8564: 2004-06-22  paf
                   8565: 
                   8566:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   8567: 
                   8568:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   8569:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   8570:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   8571:          paf(:a)}[                $.bind[                         $.a[2]
                   8572:                 ]       ] output variables work.  todo: check in out
                   8573:          variables
                   8574: 
                   8575: 2004-06-18  paf
                   8576: 
                   8577:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   8578:          classes/table.C, classes/void.C, include/pa_globals.h,
                   8579:          include/pa_sql_connection.h, main/compile.tab.C,
                   8580:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   8581:                      $.bind[                         $.a[2]          ]
                   8582:          ] input variables work.  todo:output
                   8583: 
                   8584:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   8585:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   8586:          /_bug.html?404;http://hpsv/test/
                   8587:          --------------------------------------------------------------------------------
                   8588:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   8589:          --------------------------------------------------------------------------------
                   8590:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   8591: 
                   8592: 2004-06-16  paf
                   8593: 
                   8594:        * src/targets/cgi/parser3.C: new: iis specific
                   8595:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   8596:          $request:query
                   8597:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   8598:          $form:fields IIS-STATUS="404"
                   8599:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   8600: 
                   8601:          todo: isapi too
                   8602: 
                   8603: 2004-05-26  paf
                   8604: 
                   8605:        * src/include/pa_version.h: 3.1.3
                   8606: 
                   8607:        * operators.txt: beauty: removed outdated level 'table'
                   8608: 
                   8609:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   8610: 
                   8611:        * src/main/pa_string.C: beauty: removed 3 warnings
                   8612: 
                   8613:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   8614:          classes/op.C: beauty: removed outdated level 'table'
                   8615: 
                   8616: 2004-05-25  paf
                   8617: 
                   8618:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   8619:          implementation. mistery: how anything worked
                   8620: 
                   8621:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   8622:          changed, it is now safe to use url if pointers to it are stored
                   8623:          to gc mem
                   8624: 
                   8625:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   8626:          unknown errors reported and not cause SIGSEGV now
                   8627: 
                   8628: 2004-05-24  paf
                   8629: 
                   8630:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8631:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   8632:          less memory: CORD_chars_block originally intended to ...  it was
                   8633:          good that CORD_chars_block were not used: it consumes more memory
                   8634:          [and, might be slow too] undoing that. [and removed that func so
                   8635:          that it would not confuse parser developer in future]
                   8636: 
                   8637:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   8638:          less memory: CORD_chars_block originally intended to
                   8639:          speedup/reduce mem usage were forgotten, and were used stupid
                   8640:          CORD_chars
                   8641: 
                   8642:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   8643: 
                   8644:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   8645:          BIGENDIAN processors space-conserving mech failed, causing
                   8646:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   8647:          (1|2|3));
                   8648: 
                   8649: 2004-05-14  paf
                   8650: 
                   8651:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   8652:          bugfix: void now has vfile value, and $response:body[] works OK
                   8653: 
                   8654: 2004-05-12  paf
                   8655: 
                   8656:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   8657:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   8658:          sources to use is_defined() {return as_bool();} along VBool
                   8659: 
                   8660: 2004-05-11  paf
                   8661: 
                   8662:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   8663:          referencing to local objects
                   8664: 
                   8665:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   8666:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   8667:          left intact
                   8668: 
                   8669: 2004-04-15  paf
                   8670: 
                   8671:        * src/classes/date.C: merged: beauty: unused var removed
                   8672: 
                   8673:        * src/classes/date.C: beauty: unused var removed
                   8674: 
                   8675:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   8676:          provoked bug
                   8677: 
                   8678: 2004-04-09  paf
                   8679: 
                   8680:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   8681: 
                   8682:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   8683: 
                   8684: 2004-04-08  paf
                   8685: 
                   8686:        * src/classes/date.C: new: ^date::create[y-m-d
                   8687:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   8688: 
                   8689:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   8690: 
                   8691:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   8692:          to consult default catalog [usually, that file belongs to other
                   8693:          user/group]
                   8694: 
                   8695: 2004-04-06  paf
                   8696: 
                   8697:        * src/main/pa_common.C: beauty: gcc warning removed
                   8698: 
                   8699:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   8700:          accept that trick, trying other
                   8701: 
                   8702:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   8703:          explicit result problem
                   8704: 
                   8705:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   8706:          explicit result problem
                   8707: 
                   8708:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   8709:          explicit result problem
                   8710: 
                   8711:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   8712: 
                   8713:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8714:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   8715:          failed
                   8716: 
                   8717:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8718:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8719:          gethostbyname failed with such 'domains'] now checked properly,
                   8720:          were: needless reverse/forward dns lookup
                   8721: 
                   8722:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8723:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8724:          gethostbyname failed with such 'domains'] now checked properly,
                   8725:          were: needless reverse/forward dns lookup
                   8726: 
                   8727:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   8728:          @method[][result] means "no string output here" moved to lexical
                   8729:          level [on grammar level it were too difficult]
                   8730: 
                   8731:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   8732:          src/main/compile.y, src/main/compile_tools.h,
                   8733:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   8734:          @method[][result] means "no string output here", implemented part
                   8735:          of that idea: compiler throws away string literal generation
                   8736:          code. and barks nonwhitespace chars
                   8737: 
                   8738:        * operators.txt: truth: removed comment about $ORIGIN
                   8739: 
                   8740: 2004-04-05  paf
                   8741: 
                   8742:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   8743:          src/include/pa_version.h, src/main/pa_common.C,
                   8744:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   8745: 
                   8746:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   8747:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   8748: 
                   8749:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   8750: 
                   8751:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   8752:          interfered with FAR console
                   8753: 
                   8754:        * configure, configure.in: 3.1.3
                   8755: 
                   8756:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   8757: 
                   8758:        * src/main/pa_common.C: removed warning
                   8759: 
                   8760:        * src/include/pa_version.h: 3.1.3
                   8761: 
                   8762: 2004-04-02  paf
                   8763: 
                   8764:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   8765: 
                   8766:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   8767:          allows to specify where to put parser log file
                   8768: 
                   8769: 2004-04-01  paf
                   8770: 
                   8771:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   8772:          without tab and enter were ignored
                   8773: 
                   8774:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   8775:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   8776:          main/pa_socks.C, targets/cgi/parser3.C,
                   8777:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   8778:          bugfix: sql connections now are disconnected
                   8779: 
                   8780: 2004-03-30  paf
                   8781: 
                   8782:        * src/classes/table.C: bugfix: table::load last line without tab
                   8783:          and enter were ignored
                   8784: 
                   8785:        * src/classes/table.C: bufix: if last table lines were commented,
                   8786:          gpfed
                   8787: 
                   8788:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   8789:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   8790:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   8791:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   8792:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   8793:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   8794:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   8795:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   8796:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   8797: 
                   8798: 2004-03-29  paf
                   8799: 
                   8800:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   8801:          causes gpf
                   8802: 
                   8803:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   8804:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   8805:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   8806:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   8807:          value.dox: translated to english
                   8808: 
                   8809: 2004-03-25  paf
                   8810: 
                   8811:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   8812:          parser3project dependency removed
                   8813: 
                   8814:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   8815:          bugfix: refused to compile without xml
                   8816: 
                   8817:        * src/types/pa_vform.C: beauty: removed warning
                   8818: 
                   8819:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   8820:          any folder [removed last ;) folder dependency]
                   8821: 
                   8822:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   8823:          folder [removed last ;) folder dependency]
                   8824: 
                   8825:        * src/include/pa_version.h: release
                   8826: 
                   8827:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   8828: 
                   8829:        * src/classes/table.C: beauty: comment& more meaningful error
                   8830:          message
                   8831: 
                   8832:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   8833:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   8834:          thing]
                   8835: 
                   8836: 2004-03-23  paf
                   8837: 
                   8838:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   8839:          and http status line parsing checked number of columns in table
                   8840:          [user reported an assert]
                   8841: 
                   8842:        * operators.txt: example: on hashfile
                   8843: 
                   8844:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   8845:          bugfix: junction reattach now actually reattaches a junction to
                   8846:          new wcontext [were only assigning it to junction, which caused
                   8847:          junction tracking to loose junction, and it's context were not
                   8848:          killed, and it tried to process in invalid context, gpf]
                   8849: 
                   8850:        * src/targets/cgi/parser3.C: debug helper added
                   8851: 
                   8852: 2004-03-19  paf
                   8853: 
                   8854:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   8855:          "type(type)" in braces
                   8856: 
                   8857: 2004-03-10  paf
                   8858: 
                   8859:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   8860:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   8861:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   8862:          solution to search-in-namespaces problem:
                   8863:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   8864:          $nodes[^xdoc.select[//x:second]]
                   8865: 
                   8866:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   8867:          expression][[NAMESPACES HASH]] allows to search for info in
                   8868:          namespaces
                   8869: 
                   8870:          $nodes[^xdoc.select[//x:second][
                   8871:          $.x[http://pif.design.ru/] ]]
                   8872: 
                   8873: 2004-03-09  paf
                   8874: 
                   8875:        * operators.txt, src/main/pa_common.C: new:
                   8876:          ^file::load[...][options]         $.form[
                   8877:          !$.field1[string]
                   8878:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   8879:               ]         !$.body[string]
                   8880: 
                   8881:          GET ?here notGET(POST, HEAD, others) in content-type:
                   8882:          application/x-www-form-urlencoded
                   8883: 
                   8884:          todo: upload files ability
                   8885: 
                   8886:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   8887:          properly, done
                   8888: 
                   8889: 2004-03-05  paf
                   8890: 
                   8891:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   8892:          GET/POST $.form[$.fields started, not tested yet
                   8893:          todo:$.field[table] for multiple values
                   8894: 
                   8895:        * operators.txt: new: http:// options $.user $.password basic
                   8896:          authorization
                   8897: 
                   8898:        * src/main/pa_common.C: beauty: link to rtf added
                   8899: 
                   8900:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   8901:          new: http:// options $.user $.password basic authorization
                   8902: 
                   8903:        * src/main/pa_common.C: beauty: removed needless vars
                   8904: 
                   8905:        * operators.txt: new: pgsql option [like that recently added to
                   8906:          oracle driver]             ClientCharset=parser-charset <<
                   8907:          charset in which parser thinks client works
                   8908: 
                   8909:        * operators.txt: new: odbc option [like that recently added to
                   8910:          oracle driver]             ClientCharset=parser-charset <<
                   8911:          charset in which parser thinks client works
                   8912: 
                   8913:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   8914: 
                   8915:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   8916:          char!
                   8917: 
                   8918:        * etc/parser3.charsets/windows-1251.cfg: typo
                   8919: 
                   8920: 2004-03-04  paf
                   8921: 
                   8922:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8923:          cached, sql transcoding now goes faster
                   8924: 
                   8925:        * operators.txt: new: mysql option [like that recently added to
                   8926:          oracle driver]             ClientCharset=parser-charset <<
                   8927:          charset in which parser thinks client works
                   8928: 
                   8929:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8930:          typo error
                   8931: 
                   8932:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8933:          chars commented
                   8934: 
                   8935: 2004-03-03  paf
                   8936: 
                   8937:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8938:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8939: 
                   8940: 2004-03-02  paf
                   8941: 
                   8942:        * operators.txt: new[update typo]:     !^void.left(n)
                   8943:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8944:                nothing
                   8945: 
                   8946:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   8947:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   8948:                nothing
                   8949: 
                   8950:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   8951:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   8952:          row with columns:   first: data   second: file name   third:
                   8953:          content-type
                   8954: 
                   8955:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   8956:          ^connect gets properly escaped string, which can be passed to
                   8957:          request now this for mysql only. it's up to parser sql driver to
                   8958:          fix zeros properly
                   8959: 
                   8960:        * INSTALL: note: added on building apache with this option:
                   8961:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8962: 
                   8963: 2004-03-01  paf
                   8964: 
                   8965:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8966:          extension memory:compact befor processingrequest
                   8967: 
                   8968:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   8969:          call sole column of result
                   8970: 
                   8971:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8972:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   8973:          pixel color
                   8974: 
                   8975:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   8976:          beauty: image -- less checks [were ugly impl]
                   8977: 
                   8978:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   8979:          negative values now considered bad
                   8980: 
                   8981:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8982: 
                   8983:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   8984:          options now have unified defaults [after transform
                   8985:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8986:          meant 'true']
                   8987: 
                   8988:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8989:          added [on some platforms gethostbyname failed with such
                   8990:          'domains']
                   8991: 
                   8992:        * src/include/pa_config_auto.h.in: no select check, no define
                   8993: 
                   8994:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8995:          be empty-strings, meaning kind=both chars=whitespaces
                   8996: 
                   8997:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8998:          exist
                   8999: 
                   9000:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   9001:          exception if it is
                   9002: 
                   9003:        * src/classes/string.C: changed: ^string.trim [] << both,
                   9004:          whitespaces [start|both|end] << kind, whitespaces
                   9005:          [start|both|end;chars]  full
                   9006: 
                   9007: 2004-02-27  paf
                   9008: 
                   9009:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   9010:          method: ^string.trim[start|both|end[;chars]]        default
                   9011:          'chars' -- whitespace chars finished
                   9012: 
                   9013:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   9014:          src/main/pa_string.C: new method:
                   9015:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   9016:          whitespace chars   started, only start works
                   9017: 
                   9018:        * src/main/compile.C: bugfix: line numbers after
                   9019:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   9020:          signed
                   9021: 
                   9022:        * src/main/untaint.C: speed: there's no \n chars in output
                   9023:          [normally], so no need to optimize them they could be retrived
                   9024:          from databases, though. but 1. should be replaced 2. if not
                   9025:          optimized, no harm done
                   9026: 
                   9027:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   9028:          ^file::exec/cgi could return invalid status & zombie child can
                   9029:          remain for short period until process exists [very bad in
                   9030:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   9031: 
                   9032:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   9033:          malicious SMTP server to attack as by returning too long status
                   9034:          responses http://i2/tasks/edit/?id=4629448401140924947
                   9035: 
                   9036: 2004-02-26  paf
                   9037: 
                   9038:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   9039:          are         $.main[to what to rename @main]         $.file[file,
                   9040:          from which (user says) goes that CODE]         $.lineno(line
                   9041:          number in that file, where CODE starts. may be negative)
                   9042: 
                   9043:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9044:          src/main/compile.C, src/main/compile_tools.h,
                   9045:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   9046:          options] which are         $.main[to what to rename @main]
                   9047:          $.file[file, from which (user says) goes that CODE]
                   9048:          $.lineno(line number in that file, where CODE starts. may be
                   9049:          negative)
                   9050: 
                   9051: 2004-02-25  paf
                   9052: 
1.97      moko     9053:        * etc/parser3.charsets/: Makefile.am, Makefile.in: bugfix:
                   9054:          @sysconfdir@ used [were old @charsetsdir@ recently erased from
                   9055:          configure.in]
1.95      moko     9056: 
                   9057:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   9058:          produces hash of column=>1
                   9059: 
                   9060:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   9061:          with incomplete errno constants set
                   9062: 
                   9063: 2004-02-24  paf
                   9064: 
                   9065:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   9066:          "man select"
                   9067: 
                   9068:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   9069: 
                   9070:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   9071: 
                   9072:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   9073: 
1.97      moko     9074:        * src/classes/: Makefile.am, Makefile.in: smtp on unix: steps to
                   9075:          work on unix
1.95      moko     9076: 
                   9077:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   9078:          unix: steps to work on unix [extracted 'to']
                   9079: 
                   9080:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   9081: 
                   9082:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   9083: 
1.97      moko     9084:        * src/: lib/smtp/Makefile.am, lib/smtp/Makefile.in,
                   9085:          lib/smtp/comms.C, lib/smtp/smtp.C, lib/smtp/smtp.h,
                   9086:          targets/cgi/Makefile.am, targets/cgi/Makefile.in: started porting
                   9087:          smtp to unix [testing on solaris]
1.95      moko     9088: 
                   9089: 2004-02-20  paf
                   9090: 
                   9091:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   9092:          pointing that out
                   9093: 
                   9094:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   9095:          fixed again [same solution, mistanenly removed one line]
                   9096: 
                   9097: 2004-02-19  paf
                   9098: 
                   9099:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   9100:          date::create from bad datetime in spring daylightsaving hole now
                   9101:          OK for all platforms [on some platforms it failed]
                   9102: 
                   9103:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   9104:          in daylightsaving hole] now throws error
                   9105: 
                   9106:        * src/classes/date.C: comment: mistake fixed
                   9107: 
                   9108: 2004-02-18  paf
                   9109: 
                   9110:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   9111:          now renderes in $request:charset, but in header puts
                   9112:          $response:charset todo: make that default only so that coder
                   9113:          could override that
                   9114: 
                   9115:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   9116:          turns off omit-xml-declaration
                   9117: 
                   9118:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   9119:          /.xsl for sample
                   9120: 
                   9121: 2004-02-17  paf
                   9122: 
                   9123:        * src/classes/xdoc.C: beauty: needless helper class removed
                   9124: 
                   9125:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   9126:          copied extra time
                   9127: 
                   9128:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   9129:          part of libxml
                   9130: 
                   9131:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   9132:          libxml to do the work] <xsl:output        method="html"
                   9133:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   9134:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   9135:          />
                   9136: 
                   9137:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   9138: 
                   9139:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   9140:          caused assertion
                   9141: 
                   9142:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   9143:          could hang. now such add does nothing, sub clears $hash
                   9144: 
                   9145:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   9146:          not made quoted-printable
                   9147: 
                   9148:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   9149:          string invariant
                   9150: 
                   9151: 2004-02-16  paf
                   9152: 
                   9153:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   9154:          cleared [were not cleared properly]
                   9155: 
                   9156: 2004-02-13  paf
                   9157: 
1.97      moko     9158:        * bin/Makefile.in, etc/Makefile.in,
                   9159:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   9160:          src/classes/Makefile.in, src/include/Makefile.in,
                   9161:          src/include/pa_version.h, src/lib/Makefile.in,
                   9162:          src/lib/cord/Makefile.in, src/lib/cord/include/Makefile.in,
                   9163:          src/lib/cord/include/private/Makefile.in, src/lib/gc/Makefile.in,
                   9164:          src/lib/gc/include/Makefile.in, src/lib/gd/Makefile.in,
                   9165:          src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
                   9166:          src/lib/pcre/Makefile.in, src/lib/sdbm/Makefile.in,
                   9167:          src/lib/smtp/Makefile.in, src/main/Makefile.in,
                   9168:          src/sql/Makefile.in, src/targets/Makefile.in,
                   9169:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   9170:          src/types/Makefile.in: prerelease
1.95      moko     9171: 
                   9172:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   9173:          used, introducing dependencies timestamp check
                   9174: 
                   9175:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   9176:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   9177:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   9178:          .xsl.stamp now not used, introducing dependencies timestamp check
                   9179: 
                   9180:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   9181: 
                   9182: 2004-02-12  paf
                   9183: 
                   9184:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   9185:          ruined empty <input type=file> submits. parser thought there were
                   9186:          nameless empty file and $form:field got value of type 'file'
                   9187: 
                   9188:        * INSTALL: --without-threads
                   9189: 
                   9190:        * src/include/pa_sapi.h: 2004
                   9191: 
                   9192: 2004-02-11  paf
                   9193: 
                   9194:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9195:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9196:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9197:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9198:          classes/response.C, classes/string.C, classes/table.C,
                   9199:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9200:          include/pa_array.h, include/pa_cache_managers.h,
                   9201:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9202:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9203:          include/pa_dictionary.h, include/pa_dir.h,
                   9204:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9205:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9206:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9207:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9208:          include/pa_socks.h, include/pa_sql_connection.h,
                   9209:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   9210:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   9211:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9212:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9213:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9214:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9215:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9216:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   9217:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   9218:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9219:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   9220:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   9221:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   9222:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9223:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   9224:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   9225:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   9226:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9227:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   9228:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   9229:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   9230:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   9231:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   9232:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   9233:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   9234:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   9235:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   9236:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9237:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9238:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9239:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9240:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   9241:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   9242:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   9243:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9244:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9245:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   9246: 
                   9247:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   9248:          debug version of gc.dll
                   9249: 
                   9250:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9251:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   9252:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   9253:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   9254:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   9255:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   9256:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   9257:          processes
                   9258: 
                   9259:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   9260:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   9261:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   9262:          changes to reflect libxml xsl new folders
                   9263: 
                   9264:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9265:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   9266:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   9267:          to reflect libxml xsl new folders
                   9268: 
                   9269:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9270:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   9271:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   9272:          types/types.vcproj: started changes to reflect libxml xsl new
                   9273:          folders
                   9274: 
                   9275:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   9276:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9277:          src/main/compile.tab.C, src/main/main.vcproj,
                   9278:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   9279:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9280:          started changes to reflect libxml xsl new folders
                   9281: 
                   9282: 2004-02-10  paf
                   9283: 
                   9284:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   9285:          compile. recommened latest libxml up to date
                   9286: 
                   9287:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   9288:          pattern compilation errors", on which spent 4 hours worktime. use
                   9289:          versions higher than that. recommended now latest up to date
                   9290: 
                   9291: 2004-02-06  paf
                   9292: 
                   9293:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   9294:          beauty: unified destructing style
                   9295: 
                   9296:        * src/main/untaint.C: beauty: removed old def/ifdef
                   9297: 
                   9298:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   9299:          now
                   9300: 
                   9301: 2004-02-03  paf
                   9302: 
                   9303:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   9304:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   9305:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   9306:          then %ld/%lu
                   9307: 
                   9308:        * src/main/pa_common.C: typo: %l -> %u
                   9309: 
                   9310:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   9311:          in attributes or documents-results of transform now not &#04xx;
                   9312: 
                   9313:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   9314: 
                   9315:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   9316: 
                   9317:        * src/main/pa_charset.C: beauty: uncomment
                   9318:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   9319:          libraries
                   9320: 
                   9321: 2004-02-02  paf
                   9322: 
                   9323:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   9324:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   9325: 
                   9326:          $cookie:example[        $.value[]       $.expires[session]
                   9327:          $.path[/there/]         $.domain[test.com] ]
                   9328: 
                   9329:        * src/types/pa_vform.C: bugfix: empty values with
                   9330:          enctype=multipart/form-data now produce entries in $form:tables
                   9331:          <form method=post enctype=multipart/form-data> <input type=hidden
                   9332:          name=a> <input type=hidden name=b>
                   9333: 
                   9334:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   9335:          <hr> <pre>$request:body
                   9336: 
                   9337: 2004-01-30  paf
                   9338: 
                   9339:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   9340:          or documents-results of transform now not &#04xx;
                   9341: 
                   9342:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   9343:          produce exception.
                   9344: 
                   9345:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   9346:          bugfix: ^date::create[invalid fields now produce exception.
                   9347: 
                   9348:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   9349:          year] now produces exception. todo: check other fields
                   9350: 
                   9351: 2004-01-29  paf
                   9352: 
                   9353:        * src/include/pa_memory.h: typo error
                   9354: 
                   9355:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   9356:          more byte then specified, then zeroed it << useless and
                   9357:          potentially harmful(could gpf)
                   9358: 
                   9359: 2004-01-22  paf
                   9360: 
                   9361:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   9362: 
                   9363:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   9364:          optimization
                   9365: 
                   9366:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   9367:          [were bug: ^taint[1 & 2]="1 &2"
                   9368: 
                   9369:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   9370:          errors
                   9371: 
                   9372:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   9373:          overflow
                   9374: 
                   9375:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   9376:          error-reporting code * in parser-error reporting code [when no
                   9377:          @unhandled_exception defined]
                   9378: 
                   9379:          fixed in one place: my *snprintf override
                   9380: 
                   9381: 2004-01-13  paf
                   9382: 
                   9383:        * operators.txt: typo erro
                   9384: 
                   9385: 2003-12-25  paf
                   9386: 
                   9387:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   9388:          garbled  [pieces after zero bytes were removed]
                   9389: 
                   9390: 2003-12-22  paf
                   9391: 
1.97      moko     9392:        * src/include/: Makefile.am, Makefile.in: bugfix: removed from
                   9393:          dist: src/include/pa_config_auto.h which were configured for
1.95      moko     9394:          make-dist-platform and badly updated proper config file in target
                   9395:          [when .tar used for updating existing source tree]
                   9396: 
                   9397:        * ChangeLog, operators.txt, src/classes/op.C,
                   9398:          src/include/pa_sql_connection.h,
                   9399:          src/include/pa_sql_driver_manager.h,
                   9400:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   9401:          feature: sql introducing ability to transcode charsets
                   9402: 
                   9403: 2003-12-19  paf
                   9404: 
                   9405:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   9406:          error message
                   9407: 
                   9408:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   9409:          structure for libxml now allocated properly
                   9410: 
                   9411: 2003-12-17  paf
                   9412: 
                   9413:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   9414: 
                   9415:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   9416: 
                   9417:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   9418: 
                   9419:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   9420:          unreported xmlGenericErrors]
                   9421: 
                   9422: 2003-12-15  paf
                   9423: 
                   9424:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   9425:          works}
                   9426: 
                   9427: 2003-12-11  paf
                   9428: 
                   9429:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   9430:          id
                   9431:              !$status:tid thread id
                   9432: 
                   9433:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   9434:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   9435:          bugfix(solaris): removed dependency on object initialization
                   9436:          order [one more place]
                   9437: 
                   9438:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   9439:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   9440:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   9441:          understand that
                   9442: 
                   9443:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   9444:          classes/xdoc.C, include/pa_cache_managers.h,
                   9445:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9446:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   9447:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   9448:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   9449:          ctor call [relying on implicit String::Body(cstr) call]
                   9450: 
                   9451:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   9452:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   9453:          object initialization order [two places]
                   9454: 
                   9455: 2003-12-10  paf
                   9456: 
                   9457:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   9458:          << time now ok
                   9459: 
                   9460:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   9461:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   9462:          operational
                   9463: 
                   9464:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   9465:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   9466:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   9467:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   9468:          back operational
                   9469: 
                   9470: 2003-12-02  paf
                   9471: 
                   9472:        * src/types/pa_vmail.C: bugfix:
                   9473:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   9474:          as-is forced]
                   9475: 
                   9476:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   9477:          exceptions out of libxml callbacks: reimplemented error handling
                   9478:          of http://localhost, parser://method and safemode check callbacks
                   9479: 
                   9480:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   9481:          [merged from HEAD]
                   9482: 
                   9483:        * src/classes/image.C: nothing: comment removed
                   9484: 
                   9485:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   9486:          addresses to int
                   9487: 
                   9488: 2003-12-01  paf
                   9489: 
                   9490:        * src/main/pa_xml_io.C: bugfix: typo
                   9491: 
                   9492:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   9493: 
                   9494:        * src/classes/xdoc.C: bugfix: typo
                   9495: 
                   9496:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   9497:          exception
                   9498: 
                   9499:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   9500: 
                   9501: 2003-11-28  paf
                   9502: 
                   9503:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   9504:          all xml documents read
                   9505: 
                   9506:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   9507: 
                   9508:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   9509:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   9510:          replaced original open mech of xdoc::create & co to use libxml
                   9511:          open, so that this would work for root document todo: safe mode
                   9512:          checks to libxml: ideally to some 1 point
                   9513: 
                   9514:        * src/main/pa_xml_io.C: comment
                   9515: 
                   9516:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   9517:          http://parser[abscent params]
                   9518: 
                   9519:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   9520:          works.  todo: maybe replace original open mech of xdoc::create &
                   9521:          co to use libxml open, so that this would work for root document
                   9522: 
                   9523:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   9524:          "parser://method/params/here"> <test>   &test^; </test> }]
                   9525: 
                   9526:          ^taint[^xdoc.string[]]
                   9527: 
                   9528:          @method[param] <!ENTITY test
                   9529:          "test-entity-value+$form:user+$param!">
                   9530: 
                   9531: 2003-11-27  paf
                   9532: 
                   9533:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   9534: 
                   9535:        * src/classes/date.C: bugfix: typo error
                   9536: 
                   9537: 2003-11-26  paf
                   9538: 
                   9539:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   9540:          src/main/Makefile.am, src/main/main.vcproj,
                   9541:          src/main/pa_globals.C, src/main/pa_request.C,
                   9542:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   9543:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   9544:          to pa_xml_io.C/h
                   9545: 
                   9546:        * src/types/pa_value.h: warnings: --
                   9547: 
                   9548: 2003-11-25  paf
                   9549: 
                   9550:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   9551:          whatever)
                   9552: 
                   9553:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   9554:          a, (c?x:y, z)
                   9555: 
                   9556:        * src/main/untaint.C: bugfix: consequences of not reading this
                   9557:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   9558:          <= 0 ==> none    */
                   9559: 
                   9560:        * src/include/pa_array.h: removed needless checks
                   9561: 
                   9562: 2003-11-24  paf
                   9563: 
                   9564:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   9565:          removed limit: now $form:xxx can be accessed anytime, even in
                   9566:          @auto/conf [and request/response:charset still can be changed
                   9567:          anytime]
                   9568: 
                   9569:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   9570:          now not transcodes response body
                   9571: 
                   9572:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   9573:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   9574:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   9575:          $xdoc.firstChild.firstChild.nodeValue[different]
                   9576:          ^taint[^xdoc.string[]]
                   9577: 
                   9578:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   9579:          workaround: static Hash::allocates -> static Hash_allocates
                   9580: 
                   9581: 2003-11-21  paf
                   9582: 
1.97      moko     9583:        * Makefile.am, Makefile.in, configure, configure.in,
                   9584:          src/classes/Makefile.am, src/classes/Makefile.in,
                   9585:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   9586:          src/lib/Makefile.in, src/lib/gd/Makefile.in,
                   9587:          src/lib/smtp/Makefile.in, src/targets/cgi/Makefile.am,
                   9588:          src/targets/cgi/Makefile.in, src/types/Makefile.am,
                   9589:          src/types/Makefile.in: rearrange: gd&smtp moved to src/lib
1.95      moko     9590: 
                   9591:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   9592: 
                   9593:        * src/classes/mail.C: bugfix: typo
                   9594: 
                   9595:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.97      moko     9596:          src/lib/gd/Makefile.am, src/lib/gd/Makefile.in,
                   9597:          src/lib/gd/gd.vcproj, src/lib/gd/gif.C, src/lib/gd/gif.h,
                   9598:          src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   9599:          src/lib/smtp/Makefile.am, src/lib/smtp/Makefile.in,
                   9600:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     9601:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   9602: 
                   9603:        * src/main/pa_exec.C: bug in safe mode
                   9604: 
                   9605:        * src/include/Makefile.am: pa_xml_exception.h
                   9606: 
                   9607:        * src/targets/isapi/parser3isapi.C: more warnings --
                   9608: 
                   9609: 2003-11-20  paf
                   9610: 
                   9611:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   9612:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   9613:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   9614:          --
                   9615: 
                   9616:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   9617:          more warnings --
                   9618: 
                   9619:        * src/classes/xdoc.C: more warnings --
                   9620: 
                   9621:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   9622: 
                   9623:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   9624:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   9625: 
                   9626:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9627:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   9628:          classes/table.C, include/pa_cache_managers.h,
                   9629:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   9630:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   9631:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   9632:          --
                   9633: 
                   9634:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   9635:          can't report problem (undefined @unhandled_exception) problem
                   9636:          source string were not reported
                   9637: 
                   9638:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9639:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9640:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9641:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9642:          classes/response.C, classes/string.C, classes/table.C,
                   9643:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9644:          include/pa_array.h, include/pa_cache_managers.h,
                   9645:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9646:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   9647:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   9648:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   9649:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   9650:          include/pa_request.h, include/pa_request_charsets.h,
                   9651:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   9652:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9653:          include/pa_stack.h, include/pa_string.h,
                   9654:          include/pa_stylesheet_connection.h,
                   9655:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9656:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9657:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   9658:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   9659:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9660:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   9661:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   9662:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   9663:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   9664:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   9665:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   9666:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   9667:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   9668:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   9669:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   9670:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   9671:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   9672:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9673:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   9674:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9675:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9676:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9677:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   9678:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   9679:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9680:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9681:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9682:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9683:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   9684:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   9685:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   9686:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9687:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9688:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   9689:          const IDENT
                   9690: 
                   9691:        * src/: include/pa_array.h, include/pa_pool.h,
                   9692:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   9693:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   9694:          types/pa_wcontext.h: more warnings --
                   9695: 
                   9696:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   9697:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   9698:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   9699:          classes/memory.C, classes/op.C, classes/string.C,
                   9700:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9701:          include/pa_config_includes.h, include/pa_operation.h,
                   9702:          include/pa_sql_connection.h, include/pa_table.h,
                   9703:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   9704:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   9705:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   9706:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   9707:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   9708:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   9709:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   9710:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   9711:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   9712:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   9713:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   9714:          types/pa_vmail.C, types/pa_vobject.C,
                   9715:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   9716:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   9717:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   9718:          on all projects (except libltdl=off & libsdbm=level3) found
                   9719:          several unitialized vars
                   9720: 
                   9721: 2003-11-19  paf
                   9722: 
                   9723:        * src/classes/op.C: more ansi C++ comp
                   9724: 
                   9725:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9726:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   9727:          $exception.handled[cache] meaning "get expired cache, if any.
                   9728:          else error"}
                   9729: 
                   9730:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   9731:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   9732:          ^cache[...]{body}{catch code with $exception.cache field}
                   9733: 
                   9734: 2003-11-12  paf
                   9735: 
                   9736:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   9737:          [copy/paste bug]
                   9738: 
                   9739: 2003-11-11  paf
                   9740: 
                   9741:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   9742:          failed]
                   9743: 
                   9744:        * bin/auto.p.dist.in: colno
                   9745: 
                   9746: 2003-11-10  paf
                   9747: 
                   9748:        * src/types/pa_vconsole.h: flush
                   9749: 
                   9750:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   9751:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   9752:          read/write  [for nntp]
                   9753: 
                   9754:        * operators.txt: mysql: transaction support: ?autocommit=0
                   9755: 
                   9756:        * operators.txt: comment: updated
                   9757: 
                   9758:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   9759:          serialize version and exipire now removes entries
                   9760: 
                   9761:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   9762:          dir, if could]
                   9763: 
                   9764:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   9765:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   9766:          removes files altogether [and dir, if could]
                   9767: 
                   9768:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   9769:          nonexistent pair. .c coded that that was error. fixed
                   9770: 
                   9771:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   9772:          file.access [regretfull can't split it to different exceptions
                   9773:          without modifying sdbm source wich would prefer not to]
                   9774: 
                   9775: 2003-11-07  paf
                   9776: 
                   9777:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9778:          classes/hashfile.C, classes/image.C, classes/table.C,
                   9779:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   9780:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   9781:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   9782:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   9783:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   9784:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   9785:          destructing objects at request processing end
                   9786: 
                   9787: 2003-11-06  paf
                   9788: 
                   9789:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   9790:          updates
                   9791: 
                   9792:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   9793:          to include sdbm
                   9794: 
1.97      moko     9795:        * src/include/: Makefile.in, pa_config_includes.h, pa_version.h:
                   9796:          our replacements of max& co only for cpp
1.95      moko     9797: 
                   9798:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   9799:          upper dir, .am updated
                   9800: 
                   9801:        * tests/todo.txt: hashfile: done
                   9802: 
                   9803:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   9804:          expiration [time in value. todo: move time to key]
                   9805: 
                   9806:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   9807: 
                   9808:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   9809:          to do that in foreach, no errors, but surely wrong]
                   9810: 
                   9811:        * operators.txt, src/types/pa_vhashfile.C,
                   9812:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   9813: 
                   9814:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   9815:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   9816:          foreach
                   9817: 
                   9818:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9819:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   9820: 
                   9821:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9822:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   9823: 
                   9824:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   9825:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   9826:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   9827:          get/put [raw]
                   9828: 
                   9829:        * src/: classes/op.C, main/pa_os.C: just linked
                   9830: 
                   9831:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   9832:          XmlException changes
                   9833: 
                   9834:        * src/: include/pa_charset.h, include/pa_globals.h,
                   9835:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   9836:          XmlException changes
                   9837: 
                   9838:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   9839: 
                   9840:        * src/: include/pa_common.h, include/pa_exception.h,
                   9841:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   9842:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   9843:          main/pa_xml_exception.C: locking move to pa_os [along with
                   9844:          pa_sleep] apr-impl locking done
                   9845: 
                   9846:        * configure, configure.in, operators.txt, parser3.sln,
                   9847:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   9848:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   9849:          src/include/pa_exception.h, src/include/pa_globals.h,
                   9850:          src/include/pa_memory.h, src/include/pa_version.h,
                   9851:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   9852:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   9853:          src/main/compile.tab.C, src/main/main.vcproj,
                   9854:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   9855:          src/types/Makefile.am, src/types/pa_vhash.C,
                   9856:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9857:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   9858:          again with sdbm from apache
                   9859: 
                   9860: 2003-11-05  paf
                   9861: 
                   9862:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9863:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   9864:          \parser3project dir anymore
                   9865: 
                   9866:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   9867:          thoughtlessly from xalan]
                   9868: 
                   9869:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   9870:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   9871:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9872: 
                   9873:        * src/main/helpers/CaseFolding.txt:
                   9874:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9875: 
                   9876: 2003-11-04  paf
                   9877: 
                   9878:        * operators.txt: comment: ^mail:send[$.options[
                   9879: 
                   9880:        * src/classes/table.C: compiled on unix
                   9881: 
1.97      moko     9882:        * src/classes/: Makefile.am, Makefile.in: classes.C to rebuild last
1.95      moko     9883: 
                   9884:        * src/classes/mail.C: compiled on unix
                   9885: 
                   9886:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   9887:          src/types/pa_vmail.h:     !^mail:send[
                   9888:                  $.options[unix: string to append to sendmail command
                   9889:          line]
                   9890: 
                   9891:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9892:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9893:          $.encloser["] <nothing> by default
                   9894: 
                   9895:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9896:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9897:          default
                   9898: 
                   9899: 2003-11-03  paf
                   9900: 
                   9901:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9902:          ^table::load[; options:         !$.column-separator[^#09]
                   9903:          !$.column-encloser["]
                   9904: 
                   9905:        * operators.txt, src/include/pa_config_fixed.h,
                   9906:          src/types/pa_vrequest.C: $request:document-root
                   9907: 
                   9908:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9909:          [already included into uri=xxx]
                   9910: 
                   9911:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   9912:          ^image.gif[filename] for $response:download
                   9913: 
                   9914:        * src/classes/date.C: minor precaution
                   9915: 
                   9916:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9917:              !^date.unix-timestamp[]
                   9918: 
                   9919: 2003-10-30  paf
                   9920: 
                   9921:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9922:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9923: 
                   9924:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9925:          $now[^date::create[$undefined]] now is error
                   9926: 
                   9927:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9928:          read -1 bytes'
                   9929: 
                   9930: 2003-10-24  paf
                   9931: 
                   9932:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   9933:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   9934:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9935:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   9936: 
                   9937: 2003-10-22  paf
                   9938: 
                   9939:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9940: 
                   9941: 2003-10-21  paf
                   9942: 
                   9943:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9944:          fixed: string.match[g] without <'> option produced columns with
                   9945:          NULL's, which gpf'ed at table.save time
                   9946: 
                   9947:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9948:          recoursion' message with intensive throw-catches fixed: incorrect
                   9949:          name and line (one name upper then needed) in error message about
                   9950:          problems inside try block
                   9951: 
                   9952: 2003-10-10  paf
                   9953: 
                   9954:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   9955:          check offset argument for validity did that in String::Body::pos
                   9956:          myself http://i2/tasks/edit/?id=4577425257580789777
                   9957: 
                   9958: 2003-10-07  paf
                   9959: 
                   9960:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9961:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9962: 
                   9963: 2003-10-03  paf
                   9964: 
                   9965:        * parser3.sln, src/include/pa_dictionary.h,
                   9966:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9967:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   9968:          precalculating cstr&length
                   9969: 
                   9970: 2003-10-02  paf
                   9971: 
                   9972:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   9973:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   9974:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   9975:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   9976: 
                   9977: 2003-09-30  paf
                   9978: 
                   9979:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9980:          occurrances after lang-mismatched
                   9981: 
                   9982: 2003-09-29  paf
                   9983: 
                   9984:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9985:          helper
                   9986: 
                   9987:        * src/main/pa_string.C: string::serialize bug fix with
                   9988:          zero-terminator
                   9989: 
                   9990:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9991:          \t at the end
                   9992: 
                   9993:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9994:          @postprocess  now takes $response:body/download
                   9995: 
                   9996:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9997:          error message
                   9998: 
                   9999:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   10000: 
                   10001:        * src/classes/table.C: bugfix: flip: must produce nameless
                   10002:          http://i2/tasks/edit/?id=4573405524674081244
                   10003: 
                   10004:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   10005:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   10006: 
                   10007:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   10008:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   10009: 
                   10010: 2003-09-26  paf
                   10011: 
                   10012:        * src/main/untaint.C: removed needless field
                   10013: 
                   10014:        * src/main/untaint.C: removed needless const
                   10015: 
                   10016:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   10017:          String.for_each bug fixed [omited one-char cases]
                   10018: 
                   10019:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   10020:          runtime-executor stack were cleared... BADLY
                   10021: 
                   10022:        * src/main/pa_string.C: ^stirng.replace code used old
                   10023:          param-convention on langs.append, fixed that search fo the like,
                   10024:          found none
                   10025: 
                   10026:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   10027:          string::serialize/deserialize implemented Language enum assigned
                   10028:          meaningful letters [more convinient for debugging. read warning
                   10029:          before adding/changing anything]
                   10030: 
                   10031: 2003-09-25  paf
                   10032: 
                   10033:        * src/: include/pa_string.h, include/pa_version.h,
                   10034:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   10035:          differences on unix
                   10036: 
                   10037:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   10038:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   10039:          src/classes/xdoc.C, src/classes/xnode.C,
                   10040:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   10041:          src/include/pa_charsets.h, src/include/pa_common.h,
                   10042:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   10043:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   10044:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   10045:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   10046:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   10047:          src/main/compile_tools.h, src/main/pa_charset.C,
                   10048:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   10049:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10050:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   10051:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   10052:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   10053:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   10054:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   10055: 
                   10056:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   10057:          functions aligned to that of eeparser3 look
                   10058: 
                   10059:        * src/lib/cord/cordprnt.c: removed warnings
                   10060: 
                   10061: 2003-09-24  paf
                   10062: 
                   10063:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10064:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   10065:          include/pa_cache_managers.h, include/pa_charset.h,
                   10066:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   10067:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10068:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10069:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   10070:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   10071:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10072:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   10073:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   10074:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   10075:          types/pa_vxnode.C: v() functions of String::Body,
                   10076:          String::Languages and String itself StringBody->String::Body
                   10077: 
                   10078:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10079:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   10080:          never optimized anything.  todo: somehow speed up harder cases:
                   10081:          concatenationA+concatenationB when last block of A and first of B
                   10082:          contain same letters
                   10083: 
                   10084:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10085:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   10086:          blocks of same char [CORD_append_block]
                   10087: 
                   10088:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10089:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   10090:          save space by extending blocks when appending block with c ==
                   10091:          lastblock.c
                   10092: 
                   10093:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   10094:          working yet :( but more working &understood :)
                   10095: 
                   10096:        * src/: classes/table.C, include/pa_string.h,
                   10097:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   10098: 
                   10099: 2003-09-23  paf
                   10100: 
                   10101:        * src/main/untaint.C: $a[ok!] $a works!
                   10102: 
                   10103:        * src/main/untaint.C: something even more works :)
                   10104: 
                   10105:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10106:          something more works :)
                   10107: 
                   10108:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10109:          lib/cord/cordxtra.c: something already works :)
                   10110: 
                   10111:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   10112:          serialize&deserialize
                   10113: 
                   10114:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   10115:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   10116:          main/untaint.C: main idea implemented, details left
                   10117: 
                   10118: 2003-09-22  paf
                   10119: 
                   10120:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   10121: 
                   10122:        * src/classes/xnode.C: copy/paste comment bugfix
                   10123: 
                   10124:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   10125:          allocator returns 0, just die.
                   10126:          http://i2/tasks/edit/?id=4570798492410259445
                   10127: 
                   10128:        * src/classes/xdoc.C: copy/paste comment bugfix
                   10129: 
                   10130:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   10131:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   10132:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   10133:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   10134: 
                   10135:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   10136:          chars due to bitwise operation signed-char error]
                   10137: 
                   10138: 2003-09-19  paf
                   10139: 
                   10140:        * src/types/pa_wcontext.C: output message: more practical
                   10141:          suggestion
                   10142: 
                   10143:        * src/main/pa_common.C, operators.txt: merged
                   10144:          $f[^file::load[binary;http://...]] $f.tables
                   10145: 
                   10146: 2003-09-02  paf
                   10147: 
                   10148:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   10149:          flush stdout without referencing 'stdout' symbol. to hell with
                   10150:          non-ansi libraries without 'stdout' symbol
                   10151: 
                   10152:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   10153:          unix (users reported problems with some old libc)
                   10154: 
                   10155:        * src/types/pa_vdate.h: forgot initializer
                   10156: 
                   10157: 2003-09-01  paf
                   10158: 
                   10159:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   10160:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   10161:          zone]
                   10162: 
                   10163:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   10164: 
                   10165: 2003-08-19  paf
                   10166: 
                   10167:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   10168:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   10169:          simplified a little
                   10170: 
                   10171:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   10172:          [lost fix from 3.0.8]
                   10173: 
                   10174:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   10175:          visible here }
                   10176: 
                   10177:          bug fix
                   10178: 
                   10179:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   10180: 
                   10181:        * src/main/compile.tab.C: initialized couple of variables about
                   10182:          which user reported runtime problems when parser were compiled
                   10183:          with VC7, warning level4.  study shows that later in bison
                   10184:          they've fixed that. would migrate to latest bison someday
                   10185: 
                   10186:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   10187:          recoding headers)
                   10188: 
                   10189:        * src/types/pa_vmail.C: works as before, same charset problems:
                   10190:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   10191:          anything for now
                   10192: 
                   10193:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   10194:          problems with body
                   10195: 
                   10196:        * src/types/pa_vmail.C: mail_receive just compiled
                   10197: 
                   10198: 2003-08-18  paf
                   10199: 
                   10200:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   10201:          main/main.vcproj, types/types.vcproj: win32: continued process
                   10202:          detaching from \parser3project directory
                   10203: 
                   10204:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   10205:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   10206:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   10207:          src/lib/pcre/pcre_dftables.dsp,
                   10208:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   10209:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   10210:          src/types/types.dsp: moved to MSVC 7
                   10211: 
                   10212:        * gnu.vcproj.vspscc, parser3.vssscc,
                   10213:          src/classes/classes.vcproj.vspscc,
                   10214:          src/lib/cord/cord.vcproj.vspscc,
                   10215:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   10216:          src/lib/md5/md5.vcproj.vspscc,
                   10217:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   10218:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   10219:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   10220:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   10221:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   10222:          moved to MSVC 7
                   10223: 
                   10224:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   10225:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   10226:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10227:          src/lib/pcre/pcre_dftables.vcproj,
                   10228:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   10229:          src/targets/cgi/parser3.vcproj,
                   10230:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   10231:          new VS project files
                   10232: 
                   10233:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   10234:          .NET to detect Jalindi Igloo capabilities.
                   10235: 
                   10236:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.97      moko     10237:          src/classes/Makefile.in, src/classes/classes.awk,
                   10238:          src/doc/footer.htm, src/include/pa_config_fixed.h,
                   10239:          src/include/pa_version.h, src/lib/Makefile.am,
                   10240:          src/lib/Makefile.in, src/main/compile.tab.C,
1.95      moko     10241:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   10242:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   10243: 
                   10244: 2003-08-15  paf
                   10245: 
                   10246:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   10247:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   10248: 
                   10249:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   10250:          non-ascii <yyy> now encoded correctly
                   10251: 
                   10252: 2003-07-29  paf
                   10253: 
1.97      moko     10254:        * src/classes/: Makefile.am, Makefile.in, classes.awk: classes.awk
                   10255:          added to make dist
1.95      moko     10256: 
                   10257:        * src/types/pa_vmail.C: just started --with-mail-receive
                   10258: 
                   10259: 2003-07-28  paf
                   10260: 
1.97      moko     10261:        * src/: classes/Makefile.am, classes/Makefile.in, lib/Makefile.am,
                   10262:          lib/Makefile.in: removed circular dependence in src/classes,
                   10263:          src/lib/gc now in dist
1.95      moko     10264: 
                   10265:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   10266: 
                   10267: 2003-07-25  paf
                   10268: 
                   10269:        * src/doc/footer.htm: year
                   10270: 
                   10271: 2003-07-24  paf
                   10272: 
                   10273:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   10274:          fix
                   10275: 
                   10276:        * src/include/pa_version.h: release
                   10277: 
1.97      moko     10278:        * src/lib/gc/include/: Makefile.am, Makefile.in, gc.h: moved
                   10279:          tempate_gc to HEAD
1.95      moko     10280: 
                   10281:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   10282:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   10283:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   10284:          getting rid of win32xml pseudo project
                   10285: 
                   10286:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   10287: 
1.97      moko     10288:        * ChangeLog, INSTALL, Makefile.am, Makefile.in, acsite.m4,
                   10289:          configure, configure.in, operators.txt, parser3.dsw,
                   10290:          bin/Makefile.in, etc/Makefile.in,
                   10291:          etc/parser3.charsets/Makefile.in,
1.95      moko     10292:          etc/parser3.charsets/koi8-r.cfg,
1.97      moko     10293:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.in,
                   10294:          src/classes/Makefile.am, src/classes/Makefile.in,
1.95      moko     10295:          src/classes/classes.C, src/classes/classes.awk,
                   10296:          src/classes/classes.dsp, src/classes/classes.h,
                   10297:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   10298:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   10299:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10300:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10301:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10302:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10303:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   10304:          src/doc/string.dox, src/include/Makefile.am,
1.97      moko     10305:          src/include/Makefile.in, src/include/pa_array.h,
                   10306:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   10307:          src/include/pa_charsets.h, src/include/pa_common.h,
                   10308:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   10309:          src/include/pa_config_includes.h, src/include/pa_dictionary.h,
                   10310:          src/include/pa_dir.h, src/include/pa_exception.h,
                   10311:          src/include/pa_exec.h, src/include/pa_globals.h,
                   10312:          src/include/pa_hash.h, src/include/pa_memory.h,
                   10313:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   10314:          src/include/pa_pool.h, src/include/pa_pragma_pack_begin.h,
1.95      moko     10315:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   10316:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   10317:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   10318:          src/include/pa_sql_connection.h,
                   10319:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   10320:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   10321:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   10322:          src/include/pa_threads.h, src/include/pa_types.h,
1.97      moko     10323:          src/include/pa_uue.h, src/lib/Makefile.am, src/lib/Makefile.in,
                   10324:          src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
                   10325:          src/lib/cord/cord.dsp, src/lib/cord/cordbscs.c,
                   10326:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   10327:          src/lib/cord/source.url, src/lib/cord/include/Makefile.am,
                   10328:          src/lib/cord/include/Makefile.in, src/lib/cord/include/cord.h,
1.95      moko     10329:          src/lib/cord/include/ec.h,
                   10330:          src/lib/cord/include/private/Makefile.am,
1.97      moko     10331:          src/lib/cord/include/private/Makefile.in,
1.95      moko     10332:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.97      moko     10333:          src/lib/gc/Makefile.in, src/lib/ltdl/Makefile.in,
                   10334:          src/lib/ltdl/libltdl.dsp, src/lib/md5/Makefile.in,
                   10335:          src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
                   10336:          src/lib/pcre/Makefile.in, src/lib/pcre/pcre.h,
1.95      moko     10337:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.97      moko     10338:          src/main/Makefile.in, src/main/compile.C, src/main/compile.tab.C,
                   10339:          src/main/compile.y, src/main/compile_tools.C,
                   10340:          src/main/compile_tools.h, src/main/execute.C, src/main/main.dsp,
                   10341:          src/main/pa_array.C, src/main/pa_cache_managers.C,
                   10342:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   10343:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   10344:          src/main/pa_dir.C, src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     10345:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   10346:          src/main/pa_request.C, src/main/pa_socks.C,
                   10347:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10348:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.97      moko     10349:          src/main/pa_uue.C, src/main/untaint.C, src/sql/Makefile.in,
                   10350:          src/sql/pa_sql_driver.h, src/targets/Makefile.am,
                   10351:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   10352:          src/targets/cgi/Makefile.in, src/targets/cgi/getopt.c,
                   10353:          src/targets/cgi/getopt.h, src/targets/cgi/pa_pool.C,
                   10354:          src/targets/cgi/pa_threads.C, src/targets/cgi/parser3.C,
                   10355:          src/targets/cgi/parser3.dsp, src/targets/cgi/pool_storage.h,
                   10356:          src/targets/cgi/pp3.cmd, src/targets/isapi/Makefile.am,
                   10357:          src/targets/isapi/Makefile.in, src/targets/isapi/pa_pool.C,
1.95      moko     10358:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10359:          src/targets/isapi/parser3isapi.dsp,
                   10360:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.97      moko     10361:          src/types/Makefile.in, src/types/pa_junction.h,
                   10362:          src/types/pa_method.h, src/types/pa_value.C,
                   10363:          src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     10364:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   10365:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10366:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   10367:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   10368:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   10369:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10370:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   10371:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   10372:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   10373:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   10374:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10375:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10376:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   10377:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   10378:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   10379:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   10380:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   10381:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   10382:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   10383:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10384:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10385:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   10386:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   10387:          HEAD
                   10388: 
                   10389:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   10390:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   10391:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   10392:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   10393:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   10394:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   10395:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   10396:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   10397:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   10398:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   10399:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   10400:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   10401:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   10402:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   10403:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   10404:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   10405:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   10406:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   10407:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   10408:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   10409:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   10410:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   10411:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   10412:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   10413:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   10414:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   10415:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   10416:          outputs/create-dir, results/001.processed, results/002.processed,
                   10417:          results/003.processed, results/004.processed,
                   10418:          results/005.processed, results/006.processed,
                   10419:          results/007.processed, results/008.processed,
                   10420:          results/009.processed, results/010.processed,
                   10421:          results/011.processed, results/012.processed,
                   10422:          results/013.processed, results/014.processed,
                   10423:          results/015.processed, results/016.processed,
                   10424:          results/017.processed, results/018.processed,
                   10425:          results/019.processed, results/020.processed,
                   10426:          results/021.processed, results/022.processed,
                   10427:          results/023.processed, results/024.processed,
                   10428:          results/025.processed, results/026.processed,
                   10429:          results/027.processed, results/028.processed,
                   10430:          results/029.processed, results/030.processed,
                   10431:          results/031.processed, results/032.processed,
                   10432:          results/033.processed, results/034.processed,
                   10433:          results/035.processed, results/036.processed,
                   10434:          results/037.processed, results/038.processed,
                   10435:          results/039.processed, results/040.processed,
                   10436:          results/041.processed, results/042.processed,
                   10437:          results/043.processed, results/044.processed,
                   10438:          results/045.processed, results/046.processed,
                   10439:          results/047.processed, results/048.processed,
                   10440:          results/049.processed, results/050.processed,
                   10441:          results/051.processed, results/052.processed,
                   10442:          results/053.processed, results/054.processed,
                   10443:          results/055.processed, results/056.processed,
                   10444:          results/057.processed, results/058.processed,
                   10445:          results/059.processed, results/060.processed,
                   10446:          results/061.processed, results/062.processed,
                   10447:          results/063.processed, results/064.processed,
                   10448:          results/065.processed, results/066.processed,
                   10449:          results/067.processed, results/068.processed,
                   10450:          results/069.processed, results/070.processed,
                   10451:          results/071.processed, results/072.processed,
                   10452:          results/073.processed, results/074.processed,
                   10453:          results/075.processed, results/076.processed,
                   10454:          results/077.processed, results/078.processed,
                   10455:          results/079.processed, results/080.processed,
                   10456:          results/081.processed, results/082.processed,
                   10457:          results/083.processed, results/084.processed,
                   10458:          results/085.processed, results/086.processed,
                   10459:          results/087.processed, results/088.processed,
                   10460:          results/089.processed, results/090.processed,
                   10461:          results/091.processed, results/092.processed,
                   10462:          results/093.processed, results/094.processed,
                   10463:          results/095.processed, results/096.processed,
                   10464:          results/097.processed, results/098.processed,
                   10465:          results/099.processed, results/100.processed,
                   10466:          results/101.processed, results/102.processed,
                   10467:          results/103.processed, results/104.processed,
                   10468:          results/105.processed, results/106.processed,
                   10469:          results/107.processed, results/108.processed,
                   10470:          results/109.processed, results/110.processed,
                   10471:          results/111.processed, results/112.processed,
                   10472:          results/113.processed, results/114.processed,
                   10473:          results/115.processed, results/116.processed,
                   10474:          results/117.processed, results/118.processed,
                   10475:          results/119.processed, results/120.processed,
                   10476:          results/121.processed, results/122.processed,
                   10477:          results/123.processed, results/124.processed,
                   10478:          results/125.processed, results/126.processed,
                   10479:          results/127.processed, results/128.processed,
                   10480:          results/129.processed, results/130.processed,
                   10481:          results/131.processed, results/132.processed,
                   10482:          results/133.processed, results/134.processed,
                   10483:          results/135.processed, results/136.processed,
                   10484:          results/137.processed, results/138.processed,
                   10485:          results/139.processed, results/140.processed,
                   10486:          results/141.processed: merged(copied) to HEAD from template_gc
                   10487: 
                   10488:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   10489:          towards \parser3project not having to be in root
                   10490: 
                   10491:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   10492:          module compiled [were minor unnecessary changes in lib/md5
                   10493:          interface]
                   10494: 
                   10495:        * src/include/pa_version.h: release
                   10496: 
                   10497:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   10498: 
                   10499:        * src/classes/math.C: merged uuid bugfix
                   10500: 
                   10501:        * tests/: 141.html, results/141.processed: fixed bug with
                   10502:          too-small-a-buffer
                   10503: 
                   10504:        * src/classes/math.C: uuid bugfix
                   10505: 
                   10506:        * tests/: 141.html, Makefile, results/005.processed,
                   10507:          results/030.processed, results/075.processed,
                   10508:          results/078.processed: to reflect date format change (were -
                   10509:          become ' ')
                   10510: 
                   10511:        * src/classes/math.C: uuid bugfix
                   10512: 
                   10513:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   10514:          debug/release changes
                   10515: 
                   10516:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   10517: 
                   10518: 2003-07-23  paf
                   10519: 
                   10520:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   10521:          renamed a little [to move to comman naming conv]
                   10522: 
1.97      moko     10523:        * src/targets/: Makefile.am, Makefile.in: apache13 splitted to
                   10524:          simplify apache build
1.95      moko     10525: 
                   10526:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   10527:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10528:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   10529:          stack top_index() fixed
                   10530: 
                   10531:        * src/main/pa_globals.C: minor style changes
                   10532: 
                   10533:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   10534:          closing/caching fixed [connections were not closed/put to cache]
                   10535: 
                   10536: 2003-07-22  paf
                   10537: 
                   10538:        * INSTALL: gc part updated stightly
                   10539: 
                   10540:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   10541:          new sapi interface
                   10542: 
                   10543:        * src/classes/file.C: comment on OS
                   10544: 
                   10545:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   10546:          one deeper in cord lib]
                   10547: 
                   10548:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   10549: 
                   10550:        * src/main/pa_memory.C: out of memory is no longer coredump
                   10551: 
                   10552:        * INSTALL: disable-threads adviced
                   10553: 
                   10554: 2003-07-21  paf
                   10555: 
1.97      moko     10556:        * src/classes/: Makefile.am, Makefile.in: removed circular
                   10557:          dependency on classes.C
1.95      moko     10558: 
                   10559:        * src/classes/file.C: file::exec/cgi environment variables now must
                   10560:          be UPPERCASE and A-Z 0-9 _-
                   10561: 
                   10562:        * src/classes/file.C: env passing fixed
                   10563: 
                   10564:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   10565: 
                   10566:        * src/main/pa_common.C: http:// CRLF now
                   10567: 
                   10568: 2003-07-02  paf
                   10569: 
                   10570:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   10571:          fields to reflect their real meaning
                   10572: 
                   10573: 2003-06-27  paf
                   10574: 
                   10575:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   10576:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   10577:          file::exec/cgi .charset
                   10578: 
                   10579: 2003-06-26  paf
                   10580: 
                   10581:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   10582:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   10583:          src/classes/table.C: fixed several uninitialized local
                   10584:          structures.  notably ^hash.foreach now inserts delimiters
                   10585:          properly [were inserting it before first body]
                   10586: 
                   10587: 2003-06-24  paf
                   10588: 
                   10589:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   10590: 
                   10591: 2003-06-20  paf
                   10592: 
                   10593:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   10594:          src/main/pa_globals.C: introducing
                   10595:          $f[^file::load[binary;http://...]] $f.tables
                   10596: 
                   10597: 2003-06-06  paf
                   10598: 
                   10599:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   10600:          table. [were method lookup: inconsistent]
                   10601: 
                   10602: 2003-06-02  paf
                   10603: 
                   10604:        * src/include/pa_memory.h: empty string clone fixed to return
                   10605:          writable memory
                   10606: 
                   10607:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   10608:          were not appended] which violated string invariant
                   10609: 
                   10610: 2003-05-30  paf
                   10611: 
                   10612:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   10613:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   10614: 
                   10615:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   10616:          GMT  ; RFC 822, updated by RFC 1123
                   10617: 
                   10618:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   10619:          targets/isapi/parser3isapi.C: initialized request_info properly
                   10620: 
                   10621:        * src/classes/xnode.C: found minor bug, commended for future
                   10622: 
                   10623: 2003-05-28  paf
                   10624: 
                   10625:        * src/classes/form.C: request_info.content_length can't be <0,
                   10626:          size_t for some time
                   10627: 
                   10628: 2003-05-26  paf
                   10629: 
                   10630:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   10631:          forgotten <0 changed to !=STRING_NOT_FOUND
                   10632: 
                   10633:        * src/classes/math.C: merged ffffu from HEAD
                   10634: 
                   10635: 2003-05-11  paf
                   10636: 
                   10637:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   10638: 
                   10639:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   10640:          premature doc free.  transformed document had xmlDoc reference
                   10641:          stored to non-gc-memory (libgdome) added holding-reference
                   10642: 
                   10643: 2003-04-29  paf
                   10644: 
                   10645:        * src/main/pa_globals.C: started digging on double free.  on win32
                   10646:          found that that's perfectly normal.
                   10647: 
                   10648: 2003-04-25  paf
                   10649: 
                   10650:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   10651: 
                   10652:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   10653: 
                   10654:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   10655:          print anything.  changed to quicker and simplier code
                   10656: 
                   10657:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   10658:          strict a check]
                   10659: 
                   10660:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   10661: 
                   10662: 2003-04-24  paf
                   10663: 
                   10664:        * src/include/pa_table.h: too strict assert loosened
                   10665: 
                   10666:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   10667:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   10668:          report
                   10669: 
                   10670: 2003-04-21  paf
                   10671: 
1.97      moko     10672:        * src/targets/cgi/: Makefile.am, Makefile.in: pp3 added to .am
1.95      moko     10673: 
                   10674:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   10675:          memory
                   10676: 
                   10677:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   10678:          xmlMallocAtomic [author agreed to my suggestion], used that
                   10679: 
                   10680:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   10681: 
                   10682:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   10683:          types/pa_vmail.C: attributed_meaning_to_string added
                   10684:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   10685:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   10686:          made that param obligatory
                   10687: 
                   10688:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   10689:          fixed [assert helped]
                   10690: 
                   10691:        * src/include/pa_string.h: assert added [looking for bug]
                   10692: 
                   10693:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   10694:          names on Win32 considered disk-global
                   10695: 
                   10696:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   10697:          considered disk-global
                   10698: 
                   10699: 2003-04-18  paf
                   10700: 
                   10701:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   10702:          filenames
                   10703: 
                   10704:        * src/main/untaint.C: enabled '~' letter in filenames
                   10705: 
                   10706: 2003-04-16  paf
                   10707: 
                   10708:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   10709: 
                   10710:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   10711:          HEAD
                   10712: 
1.97      moko     10713:        * src/: classes/table.C, lib/Makefile.in: fix: gcc reported tiny
                   10714:          error
1.95      moko     10715: 
                   10716: 2003-04-15  paf
                   10717: 
                   10718:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10719:          src/lib/md5/pa_md5c.c, tests/141.html,
                   10720:          tests/results/141.processed: merged from head ^math:uuid[]
                   10721:          ^math:uid64[] ^math:md5[string]
                   10722: 
                   10723:          test added: 141.html
                   10724: 
                   10725:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   10726: 
                   10727:        * src/classes/math.C: ^math:uuid[]
                   10728: 
                   10729:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   10730: 
                   10731:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10732:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   10733: 
                   10734:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   10735:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   10736:          ^file::load[mode;name;     $.offset     $.limit
                   10737: 
                   10738: 2003-04-14  paf
                   10739: 
                   10740:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   10741:          started ^math:md5
                   10742: 
                   10743:        * src/classes/table.C, src/include/pa_array.h,
                   10744:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   10745:          tests/results/140.processed: table $.reverse option works in
                   10746:          create&co table $.distinct[tables] bug fix merged
                   10747: 
                   10748:        * src/: classes/table.C, include/pa_table.h: table
                   10749:          $.distinct[tables] bug fixed
                   10750: 
                   10751:        * src/classes/table.C: more warnings
                   10752: 
                   10753:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   10754:          removed checks in table::set_current, moved them back to
                   10755:          table::locate implemented table::create/join ñ $.reverse
                   10756: 
                   10757:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   10758:          removed checks in table::set_current, moved them back to
                   10759:          table::locate
                   10760: 
                   10761: 2003-04-11  paf
                   10762: 
                   10763:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   10764:          src/include/pa_array.h, src/include/pa_common.h,
                   10765:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10766:          src/include/pa_table.h, src/main/pa_request.C,
                   10767:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10768:          src/main/pa_table.C: merged from HEAD from
                   10769:          before_append_array_limit_sense_change to
                   10770:          after_append_array_limit_sense_change
                   10771: 
                   10772:        * src/classes/table.C: typo
                   10773: 
                   10774:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   10775:          src/include/pa_array.h, src/include/pa_common.h,
                   10776:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   10777:          src/include/pa_table.h, src/main/pa_array.C,
                   10778:          src/main/pa_globals.C, src/main/pa_request.C,
                   10779:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10780:          src/main/pa_table.C: append_array_limit_sense_change locate
                   10781:          accepts options same as create new option: $.reverse(1)   [do not
                   10782:          work in table::create]
                   10783: 
                   10784:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   10785:          (stat xxx,
                   10786: 
                   10787:        * src/classes/: table.C: typo
                   10788: 
                   10789:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   10790:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   10791:          results/130.processed, results/131.processed,
                   10792:          results/132.processed, results/133.processed,
                   10793:          results/134.processed, results/135.processed,
                   10794:          results/136.processed, results/137.processed,
                   10795:          results/138.processed, results/139.processed: added few mustfail
                   10796:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   10797:          date/time 132.html mustfail: access to junction outside of
                   10798:          context 133.html mustfail: access to junction outside of context,
                   10799:          case version 134.html mustfail: hash: adding a key inside of
                   10800:          foreach 135.html mustfail: modifying system class 136.html
                   10801:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   10802:          appendChild without import 138.html mustfail: invalid encoding
                   10803:          inside of xml 139.html mustfail: bad XPath
                   10804: 
                   10805:        * operators.txt, src/classes/table.C, tests/084.html,
                   10806:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   10807:          tests/129.html, tests/results/125.processed,
                   10808:          tests/results/126.processed, tests/results/127.processed,
                   10809:          tests/results/128.processed, tests/results/129.processed: merged
                   10810:          from HEAD ^table.hash[key][$.distinct[tables]]
                   10811: 
                   10812:          maked appropriate tests [changed one old nonconforming]
                   10813: 
                   10814:        * operators.txt, src/classes/table.C:
                   10815:          ^table.hash[key][$.distinct[tables]]
                   10816: 
                   10817:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10818:          merged fix for found very old xml (dom) bug: were passing
                   10819:          domString objects and later ERROREOUSLY freed them
                   10820: 
                   10821:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   10822:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   10823:          libgdome bug can not be worked around
                   10824: 
                   10825: 2003-04-10  paf
                   10826: 
                   10827:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10828:          found very old xml (dom) bug: were passing domString objects and
                   10829:          later ERROREOUSLY freed them
                   10830: 
                   10831:        * src/doc/string.dox, src/include/pa_memory.h,
                   10832:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   10833:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   10834:          tests/123.html, tests/124.html, tests/results/001.processed,
                   10835:          tests/results/002.processed, tests/results/003.processed,
                   10836:          tests/results/004.processed, tests/results/005.processed,
                   10837:          tests/results/006.processed, tests/results/008.processed,
                   10838:          tests/results/009.processed, tests/results/010.processed,
                   10839:          tests/results/011.processed, tests/results/012.processed,
                   10840:          tests/results/013.processed, tests/results/014.processed,
                   10841:          tests/results/015.processed, tests/results/016.processed,
                   10842:          tests/results/017.processed, tests/results/018.processed,
                   10843:          tests/results/020.processed, tests/results/021.processed,
                   10844:          tests/results/022.processed, tests/results/023.processed,
                   10845:          tests/results/024.processed, tests/results/025.processed,
                   10846:          tests/results/026.processed, tests/results/027.processed,
                   10847:          tests/results/028.processed, tests/results/029.processed,
                   10848:          tests/results/030.processed, tests/results/031.processed,
                   10849:          tests/results/032.processed, tests/results/033.processed,
                   10850:          tests/results/034.processed, tests/results/035.processed,
                   10851:          tests/results/036.processed, tests/results/037.processed,
                   10852:          tests/results/038.processed, tests/results/039.processed,
                   10853:          tests/results/040.processed, tests/results/041.processed,
                   10854:          tests/results/042.processed, tests/results/043.processed,
                   10855:          tests/results/044.processed, tests/results/045.processed,
                   10856:          tests/results/046.processed, tests/results/047.processed,
                   10857:          tests/results/048.processed, tests/results/049.processed,
                   10858:          tests/results/050.processed, tests/results/051.processed,
                   10859:          tests/results/052.processed, tests/results/053.processed,
                   10860:          tests/results/054.processed, tests/results/055.processed,
                   10861:          tests/results/056.processed, tests/results/057.processed,
                   10862:          tests/results/058.processed, tests/results/059.processed,
                   10863:          tests/results/060.processed, tests/results/061.processed,
                   10864:          tests/results/062.processed, tests/results/063.processed,
                   10865:          tests/results/064.processed, tests/results/065.processed,
                   10866:          tests/results/066.processed, tests/results/067.processed,
                   10867:          tests/results/068.processed, tests/results/069.processed,
                   10868:          tests/results/070.processed, tests/results/071.processed,
                   10869:          tests/results/072.processed, tests/results/073.processed,
                   10870:          tests/results/074.processed, tests/results/075.processed,
                   10871:          tests/results/076.processed, tests/results/077.processed,
                   10872:          tests/results/078.processed, tests/results/079.processed,
                   10873:          tests/results/080.processed, tests/results/081.processed,
                   10874:          tests/results/082.processed, tests/results/083.processed,
                   10875:          tests/results/084.processed, tests/results/085.processed,
                   10876:          tests/results/086.processed, tests/results/087.processed,
                   10877:          tests/results/088.processed, tests/results/089.processed,
                   10878:          tests/results/090.processed, tests/results/091.processed,
                   10879:          tests/results/092.processed, tests/results/093.processed,
                   10880:          tests/results/094.processed, tests/results/095.processed,
                   10881:          tests/results/096.processed, tests/results/097.processed,
                   10882:          tests/results/101.processed, tests/results/102.processed,
                   10883:          tests/results/104.processed, tests/results/105.processed,
                   10884:          tests/results/106.processed, tests/results/107.processed,
                   10885:          tests/results/108.processed, tests/results/109.processed,
                   10886:          tests/results/110.processed, tests/results/111.processed,
                   10887:          tests/results/112.processed, tests/results/113.processed,
                   10888:          tests/results/114.processed, tests/results/115.processed,
                   10889:          tests/results/116.processed, tests/results/117.processed,
                   10890:          tests/results/118.processed, tests/results/119.processed,
                   10891:          tests/results/120.processed, tests/results/121.processed,
                   10892:          tests/results/122.processed, tests/results/123.processed,
                   10893:          tests/results/124.processed: new convention: char* never 0.
                   10894:          assert in cord on that
                   10895: 
                   10896:        * src/main/pa_charset.C: couple more asserts
                   10897: 
                   10898:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10899:          speedup
                   10900: 
                   10901:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10902:          added [may be those is the case now?]
                   10903: 
                   10904:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10905:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10906:          hope]
                   10907: 
                   10908:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10909:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10910:          hope]
                   10911: 
                   10912:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10913: 
                   10914: 2003-04-09  paf
                   10915: 
                   10916:        * src/classes/date.C: merged ^date.roll changes
                   10917: 
                   10918:        * src/classes/date.C: ^date.roll bug fix
                   10919: 
                   10920:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10921:          shifts handles end of month situation by reducing day number
                   10922:          hour-hole shift reduces hour to recover
                   10923: 
                   10924:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10925:          Sort by function time
                   10926: 
                   10927:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10928:          http://   $.charset[] param done
                   10929: 
                   10930:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10931:          added [after volatile fix. passes on win&intel-solaris]
                   10932: 
                   10933: 2003-04-08  paf
                   10934: 
                   10935:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10936:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10937:          include/pa_common.h, include/pa_request_charsets.h,
                   10938:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10939:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10940:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10941:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10942:          http response charset detection just compiled.  todo:test
                   10943: 
                   10944:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10945: 
                   10946:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10947:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10948:          types/pa_vmail.C: changed transcode param converntion  along with
                   10949:          string creating convention -- all strings are zero-terminated,
                   10950:          this allowed to fix one remaining String("123", 2) case
                   10951: 
                   10952:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10953:          classes/op.C, classes/string.C, classes/table.C,
                   10954:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10955:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10956:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10957:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10958:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10959:          violated String::invariant. started fixing [not compiled now]
                   10960: 
                   10961:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   10962:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   10963:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   10964:          improvements & optimizations
                   10965: 
                   10966:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10967:          :(]
                   10968: 
                   10969:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10970:          [for it's a pointer really]
                   10971: 
                   10972:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10973:          'n' param. worked that around
                   10974: 
                   10975:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10976:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10977:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10978:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10979:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10980: 
                   10981:          Thanks for the bug report and patch.
                   10982: 
                   10983:          I hadn't looked at this code in a while.  Reading it now, it
                   10984:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10985:          comply with the invariant, though that may not matter a lot.  I
                   10986:          changed that, too.
                   10987: 
                   10988:          Hans
                   10989: 
                   10990: 2003-04-07  paf
                   10991: 
                   10992:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10993:          merged from head:safe mode error message now includes numbers
                   10994: 
                   10995:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10996:          problem: as_double returns it's result in fp-register compiler
                   10997:          optimizes access to that register after b->as_double, and just
                   10998:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10999:          from memory.  _SAME_ double values do not match here.  when
                   11000:          forced to REload fp-register, values do match.
                   11001: 
                   11002:          tried to make them volatile.
                   11003: 
                   11004:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   11005:          problem: as_double returns it's result in fp-register compiler
                   11006:          optimizes access to that register after b->as_double, and just
                   11007:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   11008:          from memory.  _SAME_ double values do not match here.  when
                   11009:          forced to REload fp-register, values do match.
                   11010: 
                   11011:          tried to make them volatile.
                   11012: 
                   11013:        * src/types/pa_vobject.h: small style change
                   11014: 
                   11015:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   11016: 
                   11017:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   11018:          mode error message now includes numbers
                   11019: 
                   11020:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   11021:          now causes death
                   11022: 
                   11023: 2003-04-04  paf
                   11024: 
                   11025:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   11026:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   11027:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   11028:          Sent: Thursday, January 23, 2003 9:14 AM
                   11029: 
                   11030:          huge speedup on ^file::cgi with big result
                   11031: 
                   11032:        * src/classes/table.C: sort table with 0 rows bug fixed
                   11033: 
                   11034:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   11035:          fix http://i2/tasks/edit/?id=4493701604654042676
                   11036: 
                   11037:          @main[] $with_default[  $.a[1]  $._default[default from
                   11038:          with_default] ] ^show[$with_default]
                   11039: 
                   11040:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   11041:          =$to_add_to.xxx=<br>
                   11042: 
                   11043:          ^show[$to_add_to]
                   11044: 
                   11045:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   11046:          ^show[$cloned]
                   11047: 
                   11048:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   11049: 
                   11050:          }  <hr>
                   11051: 
                   11052:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   11053:          http://i2/tasks/edit/?id=4493701604654042676
                   11054: 
                   11055:          @main[] $with_default[  $.a[1]  $._default[default from
                   11056:          with_default] ] ^show[$with_default]
                   11057: 
                   11058:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   11059:          =$to_add_to.xxx=<br>
                   11060: 
                   11061:          ^show[$to_add_to]
                   11062: 
                   11063:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   11064:          ^show[$cloned]
                   11065: 
                   11066:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   11067: 
                   11068:          }  <hr>
                   11069: 
                   11070:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   11071:          http://i2/tasks/edit/?id=4507350336410850921
                   11072: 
                   11073:        * src/classes/xdoc.C: memory allocation func bugfix
                   11074:          http://i2/tasks/edit/?id=4499303470368629745
                   11075: 
                   11076:        * src/classes/math.C: allowed random 1...
                   11077: 
                   11078:        * src/classes/math.C: allowed random 0..
                   11079: 
                   11080:        * src/main/pa_globals.C: exif mem leak
                   11081:          http://i2/tasks/edit/?id=4480590323629807263
                   11082: 
                   11083:        * src/: classes/classes.dsp, main/main.dsp,
                   11084:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   11085:          fix http://i2/tasks/edit/?id=4493946731322521294
                   11086:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   11087: 
                   11088:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11089:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   11090:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   11091:          links to xml libs made relative, no need to unpack parser3project
                   11092:          to /parser3project.
                   11093: 
                   11094:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   11095:          column more precise - tab handling bug fixed
                   11096: 
                   11097:        * src/main/: compile.tab.C, compile.y: more understandable error
                   11098:          message in case @CLASS with more then one line inside
                   11099: 
                   11100:        * src/targets/cgi/parser3.C: more understandable error message in
                   11101:          case of errors in @unhandled_exception
                   11102: 
                   11103: 2003-04-03  paf
                   11104: 
1.97      moko     11105:        * src/lib/Makefile.in: removed 'patches'
                   11106: 
1.95      moko     11107:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   11108:          src/main/compile.tab.C, src/main/compile.y,
                   11109:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11110:          src/main/execute.C, src/main/pa_request.C: debug info format
                   11111:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   11112: 
                   11113:          higher limits:   file number (max: 255)   line number (max:
                   11114:          64535)   column number (max: 255)
                   11115: 
                   11116:        * src/classes/math.C: top limit
                   11117: 
                   11118:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   11119:          precise parse error position in case of
                   11120: 
                   11121:          ^bug ]
                   11122: 
                   11123:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   11124:          changed to realities, and passed [bug fixed]
                   11125: 
                   11126:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   11127:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   11128:          main/compile_tools.h, main/pa_request.C: introducing
                   11129:          ^process...[main-method-alias]
                   11130: 
                   11131:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   11132:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11133:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   11134:          params receive zero reference, but they are expected not to look
                   11135:          there]
                   11136: 
                   11137:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   11138:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11139:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11140:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   11141:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11142:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   11143:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   11144:          [methods without params receive zero reference, but they are
                   11145:          expected not to look there]
                   11146: 
                   11147:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11148:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   11149:          ^process...[filename] useful for better error reporting
                   11150:          [file/line/col]
                   11151: 
                   11152:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   11153:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   11154:          '%s', it 2. method undefined in case of ^void[]
                   11155: 
                   11156:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   11157:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   11158:          handling done. now we have error columns todo: test it
                   11159: 
                   11160:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   11161:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   11162: 
                   11163:          this makes life easier: were: bad stack order -- were in
                   11164:          exception catch unwind order, which didn't match execution order
                   11165: 
                   11166:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   11167: 
                   11168:          @first[] ^throw[a;1]
                   11169: 
                   11170:          showed throw a first throw b try
                   11171: 
                   11172:          which is no good
                   11173: 
                   11174:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   11175:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   11176:          trace reset after handled exception [old bug fixed]
                   11177: 
                   11178:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   11179:          fixed.  position reporting made precise [both, in parse erros and
                   11180:          runtime errors]
                   11181: 
                   11182: 2003-04-02  paf
                   11183: 
                   11184:        * src/: include/pa_operation.h, include/pa_request.h,
                   11185:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11186:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11187:          main/pa_exception.C, main/pa_request.C: debug info: started
                   11188:          using.  todo:complete
                   11189: 
                   11190:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   11191:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11192:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11193:          main/pa_request.C: prepared debug info todo:use it
                   11194: 
                   11195:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   11196:          return Operation class->union after switching from autoptrs.
                   11197: 
                   11198:        * tests/: Makefile, results/108.processed, results/117.processed:
                   11199:          meta considered OK [it's up to coder now to remove it not needed]
                   11200: 
                   11201:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   11202:          Dictionary constructor when moved to gc]
                   11203: 
                   11204:        * src/main/pa_common.C: uncommented http:// file loading
                   11205: 
                   11206:        * src/include/pa_array.h, src/main/execute.C,
                   11207:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   11208:          fix [gdGrowingBuf]
                   11209: 
                   11210:        * configure.in, src/lib/Makefile.am: removed patches
                   11211: 
                   11212:        * configure, src/include/pa_config_auto.h.in,
                   11213:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   11214: 
                   11215:        * src/main/pa_common.C: uncommented http:// file loading
                   11216: 
                   11217:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   11218:          xdoc::create/load
                   11219: 
                   11220:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   11221:          classes/string.C, classes/table.C, classes/void.C,
                   11222:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   11223:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   11224:          String::String(str,helper_length) are checked.  found/fixed one
                   11225:          place: $request:body now zero-terminated,
                   11226: 
                   11227:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   11228:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   11229:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   11230:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11231:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11232:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   11233:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   11234:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   11235:          easily optimizable)
                   11236: 
                   11237:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   11238:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   11239: 
                   11240:        * src/: include/pa_array.h, include/pa_stack.h,
                   11241:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   11242:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   11243:          become assertion iterator in methodframe filler
                   11244: 
                   11245:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   11246:          targets/cgi/parser3.C: array::get/put inlined
                   11247: 
                   11248:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   11249:          gc_substitute_memory_management_functions +installed CORD_oom
                   11250:          function
                   11251: 
                   11252:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   11253:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   11254:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   11255:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   11256:          assertions started configure.in --enable-assertions
                   11257: 
                   11258: 2003-04-01  paf
                   11259: 
                   11260:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   11261:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   11262:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   11263:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   11264:          gc misses that and collects valid memory fixed by remembering
                   11265:          xmlDoc from dom object in xdoc.  todo: do something with
                   11266:          premature free of xdoc with xnodes/node values referring into it
                   11267: 
                   11268:        * src/classes/: mail.C: typo fix
                   11269: 
                   11270:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   11271:          changes
                   11272: 
                   11273:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   11274:          main/pa_memory.C: moved memory debugging to global level: to
                   11275:          pa_gc_malloc
                   11276: 
                   11277:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   11278:          debugging showed no errors. todo: debug parser memory
                   11279: 
                   11280:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   11281:          configurations
                   11282: 
                   11283:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   11284:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   11285:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   11286:          types/types.dsp: prepared xml-static configuration
                   11287: 
                   11288: 2003-03-31  paf
                   11289: 
                   11290:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   11291:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   11292:          xml lib memory debugging, simple checks failed: it seems that
                   11293:          library does realloc(bad ptr), and recording those ptrs in heap
                   11294:          [for debugging] was bad: heap situation changes = everything
                   11295:          works fine
                   11296: 
                   11297:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   11298:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   11299:          limit of 10 user-defined charsets]
                   11300: 
                   11301: 2003-03-28  paf
                   11302: 
                   11303:        * src/main/execute.C: execution stack copied to local register
                   11304:          variable, removed lots [~2e7) of memory accesses
                   11305: 
                   11306: 2003-03-27  paf
                   11307: 
                   11308:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   11309:          works in debug, but fails in release todo: fix that
                   11310: 
                   11311:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   11312:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   11313:          replacement from gc branch
                   11314: 
                   11315:        * src/main/pa_exec.C: introducing append_help_length [radical
                   11316:          improvement here]
                   11317: 
                   11318:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   11319:          'not recommened' in gc.h, on win32 noticed no difference]
                   11320: 
                   11321:        * src/include/pa_array.h: returned checked array get [were disabled
                   11322:          for debugging] result:not slower [don't understand that, it were
                   11323:          INLINED] todo: find out a way of inlining it!
                   11324: 
                   11325:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   11326:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   11327:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   11328:          convention changed: all resulting strings are zero-terminated
                   11329: 
                   11330:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11331:          classes/string.C, classes/table.C, classes/void.C,
                   11332:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   11333:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   11334:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   11335:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   11336:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   11337:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   11338:          append_help_length [radical improvement here]
                   11339: 
                   11340:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   11341:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   11342:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   11343:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   11344:          even slower
                   11345: 
                   11346:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   11347:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   11348:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   11349:          clients of &get(): most to use non-ref version, some[in tight
                   11350:          places] to get_unchecked_ref
                   11351: 
                   11352:        * src/doc/memory.dox: forgot to add
                   11353: 
                   11354:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   11355:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   11356:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   11357:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   11358:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11359:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   11360:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   11361:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   11362:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   11363:          func] other Array & removed
                   11364: 
                   11365: 2003-03-26  paf
                   11366: 
                   11367:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   11368:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   11369:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   11370:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11371:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   11372:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   11373:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   11374:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   11375:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   11376:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11377:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   11378:          pre-evaluated .count() in some places
                   11379: 
                   11380:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11381:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   11382:          types/types.dsp: .dsp profiling updated
                   11383: 
                   11384:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   11385:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   11386:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   11387: 
                   11388:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   11389:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   11390:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   11391:          use lib/gc,lib/cord
                   11392: 
1.97      moko     11393:        * acsite.m4, bin/Makefile.in, etc/Makefile.in,
                   11394:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   11395:          src/classes/Makefile.am, src/classes/Makefile.in,
                   11396:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   11397:          src/include/Makefile.in, src/include/pa_common.h,
1.95      moko     11398:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   11399:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   11400:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11401:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.97      moko     11402:          src/lib/Makefile.am, src/lib/Makefile.in,
                   11403:          src/lib/cord/Makefile.am, src/lib/cord/Makefile.in,
1.95      moko     11404:          src/lib/cord/include/Makefile.am,
1.97      moko     11405:          src/lib/cord/include/Makefile.in,
                   11406:          src/lib/cord/include/private/Makefile.am,
                   11407:          src/lib/cord/include/private/Makefile.in,
                   11408:          src/lib/ltdl/Makefile.in, src/lib/md5/Makefile.in,
                   11409:          src/lib/pcre/Makefile.in, src/main/Makefile.am,
                   11410:          src/main/Makefile.in, src/main/pa_exec.C, src/main/pa_string.C,
                   11411:          src/main/untaint.C, src/sql/Makefile.in, src/targets/Makefile.in,
                   11412:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
                   11413:          src/targets/isapi/Makefile.in, src/types/Makefile.am,
                   11414:          src/types/Makefile.in, src/types/pa_vclass.h,
                   11415:          src/types/pa_vcookie.h, src/types/pa_vform.h,
                   11416:          src/types/pa_vhash.h, src/types/pa_vimage.h, src/types/pa_vint.h,
                   11417:          src/types/pa_vmail.h, src/types/pa_vresponse.h,
                   11418:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   11419:          src/types/pa_vstatus.h, src/types/pa_vtable.h,
                   11420:          src/types/pa_vxdoc.h: configured math funcs ported pa_exec
1.95      moko     11421: 
                   11422:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   11423: 
                   11424:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   11425:          bundled gc includes
                   11426: 
                   11427:        * src/: classes/op.C, include/pa_array.h,
                   11428:          include/pa_sql_connection.h, include/pa_string.h,
                   11429:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   11430:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   11431:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   11432:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   11433:          first real site (aval)]
                   11434: 
                   11435: 2003-03-25  paf
                   11436: 
                   11437:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11438:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   11439:          process
                   11440: 
                   11441:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   11442:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   11443: 
                   11444:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   11445: 
                   11446:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   11447:          src/types/pa_value.h, src/types/pa_vfile.h,
                   11448:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11449:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   11450:          tests/results/121.processed: untaint.C L_URI
                   11451: 
                   11452:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   11453:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   11454:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   11455:          src/types/pa_vmemory.h: ^memory:compact[]
                   11456: 
                   11457:        * tests/results/109.processed: it was a bug in parser. updated 109
                   11458:          test result
                   11459: 
                   11460:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   11461: 
                   11462:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   11463:          tests/results/107.processed: fixed dom language [values are now
                   11464:          considered tainted.  it was a bug in parser. updated 107 test
                   11465:          result
                   11466: 
                   11467:        * src/classes/xdoc.C: fixed transform params
                   11468: 
                   11469:        * src/: include/pa_stylesheet_manager.h,
                   11470:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   11471: 
                   11472:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   11473:          overloads for structure handling
                   11474: 
                   11475:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   11476:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   11477:          StringBody(0) ambiguilty, introducting static
                   11478:          StringBody::Format(int)
                   11479: 
                   11480:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   11481:          linked
                   11482: 
                   11483:        * src/types/pa_vxdoc.C: vxdoc compiled
                   11484: 
                   11485:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   11486:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   11487:          finalizers isntalled
                   11488: 
                   11489:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   11490:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   11491:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11492:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   11493:          compiled todo: xnode.C / finalizers
                   11494: 
                   11495:        * src/doc/string.dox: updated: new string internals
                   11496: 
                   11497: 2003-03-24  paf
                   11498: 
                   11499:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11500:          include/pa_charset.h, include/pa_config_fixed.h,
                   11501:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   11502:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   11503:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   11504:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   11505:          types/pa_vxnode.h: started XML
                   11506: 
                   11507:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   11508: 
                   11509:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11510:          include/pa_string.h, main/pa_common.C,
                   11511:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   11512: 
                   11513:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11514:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   11515:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   11516:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   11517:          for eq STRING_NOT_FOUND
                   11518: 
                   11519:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   11520:          optimize bit implemented
                   11521: 
                   11522:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   11523:          String::ArrayFragment::append_positions fixed
                   11524: 
                   11525:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   11526:          String::this_starts fixed
                   11527: 
                   11528:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   11529: 
                   11530:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   11531:          hashcode implemented fully, including per-char callback [it can
                   11532:          be - substr CORD node]
                   11533: 
                   11534:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   11535:          rewritten to rewalloc with 100byte buf ahead
                   11536: 
                   11537:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   11538:          src/include/pa_string.h, src/main/compile.tab.C,
                   11539:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   11540:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   11541:          CORD_ec [bad] would rewrite as realloc now
                   11542: 
                   11543:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11544:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   11545:          include/pa_cache_managers.h, include/pa_charsets.h,
                   11546:          include/pa_common.h, include/pa_request.h,
                   11547:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   11548:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   11549:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   11550:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   11551:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   11552:          types/pa_vstateless_class.h: 2*2 worked :)
                   11553: 
                   11554:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   11555:          src/include/pa_exec.h, src/include/pa_string.h,
                   11556:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   11557:          passed OK
                   11558: 
                   11559:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11560:          types/pa_value.C: all linked todo: debug
                   11561: 
                   11562:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   11563:          types/pa_vstateless_class.C: all compiled.  todo:link
                   11564: 
                   11565:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   11566: 
                   11567:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   11568: 
                   11569:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   11570: 
                   11571:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   11572: 
                   11573:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   11574:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   11575:          pa_vstateless_class.C, pa_vstateless_class.h:
                   11576:          pa_vstateless_class.C compiled
                   11577: 
                   11578:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   11579:          types/pa_vmath.C: pa_vmail.C compiled
                   11580: 
                   11581:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   11582: 
                   11583:        * src/types/pa_vform.C: pa_vform.C compiled
                   11584: 
                   11585:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   11586: 
                   11587:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   11588:          pa_vstateless_class.C: pa_vcookie.C compiled
                   11589: 
                   11590:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   11591:          types/pa_vhash.h: pa_value.C compiled
                   11592: 
                   11593:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   11594:          classes.lib main.lib compiled
                   11595: 
                   11596:        * src/classes/void.C: void.C compiled
                   11597: 
                   11598:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   11599:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   11600:          compiled
                   11601: 
                   11602:        * src/: classes/string.C, include/pa_request.h,
                   11603:          include/pa_string.h, main/pa_string.C: string.C compiled
                   11604: 
                   11605:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   11606:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   11607:          main/pa_request.C, main/pa_string.C: op.C compiled
                   11608: 
                   11609:        * src/classes/: math.C, op.C: math.C compiled
                   11610: 
                   11611:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   11612:          types/pa_vmail.h: mail.C compiled
                   11613: 
                   11614:        * src/classes/: int.C, table.C: int.C compiled
                   11615: 
                   11616:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   11617:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   11618:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   11619:          compiled
                   11620: 
                   11621:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11622:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   11623:          include/pa_sql_connection.h: hash.C compiled
                   11624: 
                   11625:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   11626:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   11627:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11628:          classes/math.C, classes/op.C, classes/response.C,
                   11629:          classes/string.C, classes/table.C, classes/void.C,
                   11630:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   11631:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   11632:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   11633:          file.C table.C compiled
                   11634: 
                   11635:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   11636:          main/untaint.C: main.lib compiled
                   11637: 
                   11638: 2003-03-21  paf
                   11639: 
                   11640:        * src/: classes/op.C, include/pa_cache_managers.h,
                   11641:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11642:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   11643:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   11644:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   11645:          compiled
                   11646: 
                   11647:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   11648:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   11649:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11650:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   11651:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   11652:          pa_request.C compiled
                   11653: 
                   11654:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   11655:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   11656:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11657:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   11658:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11659:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   11660:          compiled
                   11661: 
                   11662:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   11663:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   11664:          on unix
                   11665: 
                   11666:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   11667:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   11668:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   11669:          pa_charsets.C compiled
                   11670: 
                   11671:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   11672:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   11673:          main/compile.y, main/execute.C, main/pa_common.C,
                   11674:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   11675:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   11676:          types/pa_vmethod_frame.h: execute.C compiled
                   11677: 
                   11678:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11679:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11680:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11681:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   11682:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11683:          include/pa_cache_managers.h, include/pa_charsets.h,
                   11684:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   11685:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   11686:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   11687:          include/pa_stylesheet_connection.h,
                   11688:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11689:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11690:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11691:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11692:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   11693:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   11694:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11695:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11696:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11697:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11698:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11699:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11700:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11701:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11702:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11703:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   11704:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11705:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11706:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11707:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11708:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11709:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11710:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11711:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11712:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   11713:          [C++ CORD wrapper]
                   11714: 
                   11715:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   11716: 
                   11717:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   11718:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   11719: 
                   11720:          command line, env values, input got transcoded before call
                   11721:          stdout, stderr got transcoded after call
                   11722: 
                   11723:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   11724:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   11725: 
                   11726:        * src/main/pa_common.C: } typo bug fix
                   11727: 
                   11728:        * src/main/pa_common.C: } typo bug fix
                   11729: 
                   11730: 2003-03-20  paf
                   11731: 
                   11732:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   11733:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   11734: 
                   11735:        * src/include/pa_string.h: more tests
                   11736: 
                   11737:        * src/main/pa_string.C: string.pos fixed
                   11738: 
1.97      moko     11739:        * src/lib/: ltdl/Makefile.in, ltdl/config_fixed.h, ltdl/configure,
                   11740:          ltdl/configure.in, ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h,
                   11741:          pcre/dftables.c, pcre/get.c, pcre/internal.h, pcre/maketables.c,
                   11742:          pcre/pcre.c, pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c:
                   11743:          undone bad replaces
1.95      moko     11744: 
                   11745:        * src/: classes/image.C, include/pa_dictionary.h,
                   11746:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11747:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   11748:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   11749:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   11750: 
                   11751:        * src/include/pa_string.h: warning
                   11752: 
                   11753:        * src/include/pa_string.h: this_starts fixed
                   11754: 
                   11755:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   11756:          new String ctor & append params convention
                   11757: 
                   11758:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   11759:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   11760:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   11761:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   11762:          main/pa_exception.C, main/pa_exec.C,
                   11763:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11764:          main/pa_stylesheet_manager.C, main/untaint.C,
                   11765:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   11766:          types/pa_vmail.C: more tests OK
                   11767: 
                   11768:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   11769:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   11770:          gc/exit runned OK
                   11771: 
                   11772:        * src/types/pa_vmail.C: another naming problem: should not name
                   11773:          vars like that: unpredictable close caused problems with later
                   11774:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   11775:          descriptors missing on startup: stdin; Bad file number
                   11776: 
                   11777:          todo: find out why so many filters(stream) here. probably wrong?
                   11778: 
                   11779:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   11780:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   11781:          main/untaint.C: test compiled
                   11782: 
                   11783:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   11784:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   11785:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   11786:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   11787:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   11788:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11789:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   11790:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   11791:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   11792:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   11793: 
                   11794:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   11795:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   11796:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   11797:          src/include/pa_memory.h, src/include/pa_request.h,
                   11798:          src/include/pa_request_charsets.h,
                   11799:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   11800:          src/main/compile.tab.C, src/main/execute.C,
                   11801:          src/main/pa_charset.C, src/main/pa_common.C,
                   11802:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11803:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11804:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   11805:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   11806:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   11807:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11808:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   11809:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11810:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   11811:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   11812:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11813:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   11814:          pa_common.C [done, without http for now]
                   11815: 
                   11816: 2003-03-19  paf
                   11817: 
                   11818:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   11819:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   11820:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   11821:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   11822:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   11823:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   11824:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   11825:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   11826:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   11827:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   11828:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11829:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11830:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11831:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11832:          types/pa_wwrapper.h: started test
                   11833: 
1.97      moko     11834:        * src/lib/pcre/: Makefile.in, dftables.c, get.c, maketables.c,
                   11835:          pcre.c, pcre.dsp, pcre.h, pcre_parser_ctype.c, study.c: restored
                   11836:          bad replaces
1.95      moko     11837: 
                   11838:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   11839:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   11840:          it
                   11841: 
                   11842:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   11843:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   11844:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   11845:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   11846:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   11847:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   11848:          types/pa_vmethod_frame.h, types/types.dsp: string
                   11849:          reimplementation with cord+array<fragment>: 70%
                   11850: 
                   11851: 2003-03-18  paf
                   11852: 
                   11853:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11854:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   11855:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   11856:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   11857:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   11858:          can ignore lang in cmp and pos really,             but would
                   11859:          split properly!
                   11860: 
                   11861:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   11862:          cord part made parser/src/lib: it's not compiled into libgc by
                   11863:          default
                   11864: 
                   11865:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   11866:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11867:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11868:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11869:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11870:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11871:          src/classes/xnode.C, src/classes/xnode.h,
                   11872:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   11873:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   11874:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   11875:          src/include/pa_exception.h, src/include/pa_exec.h,
                   11876:          src/include/pa_globals.h, src/include/pa_hash.h,
                   11877:          src/include/pa_memory.h, src/include/pa_pool.h,
                   11878:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   11879:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   11880:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11881:          src/include/pa_stylesheet_connection.h,
                   11882:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   11883:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   11884:          src/main/compile.C, src/main/compile.tab.C,
                   11885:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11886:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   11887:          src/main/pa_charsets.C, src/main/pa_common.C,
                   11888:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   11889:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11890:          src/main/pa_pool.C, src/main/pa_request.C,
                   11891:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11892:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   11893:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   11894:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11895:          src/types/pa_junction.h, src/types/pa_method.h,
                   11896:          src/types/pa_value.C, src/types/pa_value.h,
                   11897:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11898:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11899:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11900:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11901:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11902:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11903:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11904:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11905:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11906:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11907:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11908:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11909:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11910:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11911:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11912:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11913:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11914:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11915:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11916:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11917:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11918:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11919:          gc: PA_Object done lots of replacements also
                   11920: 
                   11921:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11922:          gc logging
                   11923: 
                   11924: 2003-03-17  paf
                   11925: 
                   11926:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11927:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   11928:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   11929:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   11930:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   11931:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   11932:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   11933:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11934:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11935:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   11936:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   11937:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   11938:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   11939:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   11940:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11941:          types/pa_vxnode.h: libgc attempt
                   11942: 
                   11943: 2003-03-13  paf
                   11944: 
                   11945:        * src/: include/pa_sql_driver_manager.h,
                   11946:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11947:          called
                   11948: 
                   11949:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   11950:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   11951:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   11952:          types/pa_value.h, types/pa_vobject.h,
                   11953:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   11954:          set_base, set_derived simplified [counter leaks fixed]
                   11955: 
                   11956:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11957:          src/types/types.dsp: incorporated status class patch From:
                   11958:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11959:          2003 8:14 AM
                   11960: 
                   11961:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11962:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11963:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11964: 
                   11965: 2003-03-12  paf
                   11966: 
1.97      moko     11967:        * configure, configure.in, src/lib/ltdl/Makefile.in,
                   11968:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   11969:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
1.95      moko     11970:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11971:          lib/ltdl/configure.in OVERWRITE]
                   11972: 
1.97      moko     11973:        * Makefile.in, configure, configure.in, bin/Makefile.in,
                   11974:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   11975:          src/Makefile.in, src/classes/Makefile.in,
                   11976:          src/include/Makefile.in, src/lib/Makefile.in,
                   11977:          src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
                   11978:          src/main/Makefile.in, src/sql/Makefile.in,
                   11979:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   11980:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   11981:          src/types/Makefile.in: libstdc++ linkage fixed for g++ 3.2.2
1.95      moko     11982: 
                   11983:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11984:          on using privately declared class [fixed]
                   11985: 
                   11986:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11987:          3.2 rightliy complained on using privately declared class [fixed]
                   11988: 
                   11989:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11990:          sigpipe before request constructor now causes death
                   11991: 
                   11992:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11993:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11994:          not cause exception in exception handler
                   11995: 
1.97      moko     11996:        * Makefile.in, configure, configure.in, bin/Makefile.in,
                   11997:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   11998:          src/Makefile.in, src/classes/Makefile.in,
                   11999:          src/include/Makefile.in, src/lib/Makefile.in,
                   12000:          src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
                   12001:          src/main/Makefile.in, src/sql/Makefile.in,
                   12002:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   12003:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   12004:          src/types/Makefile.in: configure now default links libstdc++
                   12005:          statically.  that can be overriden by --with-dynamic-stdcpp
1.95      moko     12006: 
                   12007: 2003-03-11  paf
                   12008: 
                   12009:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   12010:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   12011:          necessity of libstdc++
                   12012: 
                   12013:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   12014: 
                   12015:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   12016: 
                   12017: 2003-03-08  paf
                   12018: 
                   12019:        * tests/Makefile: make install & co
                   12020: 
                   12021:        * src/: include/pa_request.h, classes/op.C: removing
                   12022:          vclass,object.h -> pa_request.h dependency
                   12023: 
                   12024:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   12025:          main/pa_request.C: removing vform,response,cookie.h ->
                   12026:          pa_request.h dependency
                   12027: 
                   12028:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   12029:          dependency [testing...]
                   12030: 
                   12031:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   12032:          return 0; fixed
                   12033: 
                   12034:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   12035:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   12036: 
                   12037:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   12038: 
                   12039:        * src/main/pa_request.C: forgotten: ifdef XML
                   12040: 
                   12041:        * src/main/pa_request.C: forgotten: ifdef XML
                   12042: 
                   12043:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   12044:          win32 and run memleak tests again
                   12045: 
                   12046:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   12047:          old xml lib-- it's internal memory handling has faults
                   12048: 
                   12049:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   12050:          problems when transcode from charset A to A.
                   12051: 
                   12052:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   12053:          todo: still problems when transcode from charset A to A.
                   12054: 
                   12055:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   12056:          classes/table.C, include/pa_array.h,
                   12057:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   12058:          started full-scale-site-test [~ http://parser.ru sources]
                   12059: 
                   12060:          some fixes
                   12061: 
                   12062:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   12063:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   12064:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   12065:          results/110.processed, results/111.processed,
                   12066:          results/112.processed, results/113.processed,
                   12067:          results/114.processed, results/115.processed,
                   12068:          results/116.processed, results/117.processed,
                   12069:          results/118.processed, results/119.processed,
                   12070:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   12071:          selectSingle 111 xdoc.create from tainted & 112
                   12072:          xdoc.create/output with russian attr value 113 xpath
                   12073:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   12074:          116 output media-type change 117 transform by dom stylesheet 118
                   12075:          empty transform result 119 dom setAttribute 120 nbsp letter
                   12076:          output
                   12077: 
                   12078:          =END OF PREPARED XML TESTS=
                   12079: 
                   12080: 2003-03-07  paf
                   12081: 
                   12082:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   12083:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   12084:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   12085:          transform with params [bugs fixed]
                   12086: 
                   12087:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   12088:          from copy/paste bug
                   12089: 
                   12090:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   12091:          src/include/pa_request.h, src/main/execute.C,
                   12092:          src/main/pa_charset.C, src/main/pa_exception.C,
                   12093:          src/main/pa_globals.C, src/main/pa_request.C,
                   12094:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12095:          src/types/pa_vxnode.C, tests/107.html,
                   12096:          tests/results/107.processed: xml: test: 107 bug fixes
                   12097: 
                   12098:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12099:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12100:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   12101: 
                   12102:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   12103:          string
                   12104: 
                   12105:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   12106:          mem alloc functions used for different cases [libxml, libxsl]
                   12107: 
                   12108:        * src/classes/classes.C: fixed: prevent system classes from
                   12109:          modification to lock ALL the classes, not only directly used
                   12110: 
                   12111:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   12112:          linked
                   12113: 
                   12114:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   12115: 
                   12116: 2003-03-06  paf
                   12117: 
                   12118:        * src/classes/xdoc.C: xdoc.C 50%
                   12119: 
                   12120:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   12121:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   12122:          main/pa_globals.C, main/pa_request.C,
                   12123:          main/pa_stylesheet_manager.C: xnode.C compiled
                   12124: 
                   12125:        * src/: include/pa_stylesheet_connection.h,
                   12126:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   12127:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   12128: 
                   12129:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   12130:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12131:          xml: stylesheet&manager STARTED
                   12132: 
                   12133:        * src/: include/pa_globals.h, main/pa_charset.C,
                   12134:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   12135: 
                   12136:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   12137:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   12138:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   12139:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   12140:          charsets
                   12141: 
                   12142:        * tests/023.html: in some cases it rounded up badly. postponing
                   12143:          solution of that problem, making more simple test
                   12144: 
                   12145:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   12146:          -kb now
                   12147: 
                   12148:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   12149:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   12150:          moved to charsets.C
                   12151: 
                   12152: 2003-03-05  paf
                   12153: 
                   12154:        * src/classes/string.C, src/include/pa_string.h,
                   12155:          src/main/pa_string.C, tests/105.html,
                   12156:          tests/results/105.processed: String::match bug fixed
                   12157: 
                   12158:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   12159:          tests/results/104.processed: ^bpt operator added [does int3 in
                   12160:          debug build on win32]
                   12161: 
                   12162:        * tests/: 057.html, results/057.processed: test bug fixed
                   12163: 
1.97      moko     12164:        * src/targets/cgi/: Makefile.am, Makefile.in: linker needed more
                   12165:          tricks to link OK
1.95      moko     12166: 
                   12167:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   12168:          missing
                   12169: 
1.97      moko     12170:        * src/: include/Makefile.am, include/Makefile.in, main/Makefile.am,
                   12171:          main/Makefile.in, types/Makefile.am, types/Makefile.in: forgotten
                   12172:          files added to Makes
1.95      moko     12173: 
                   12174:        * ltmain.sh: ltmain.sh added
                   12175: 
                   12176:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   12177:          change undone ;(
                   12178: 
                   12179:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   12180:          made static
                   12181: 
                   12182:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.97      moko     12183:          lib/Makefile.in, lib/md5/Makefile.in, lib/pcre/Makefile.in,
                   12184:          main/pa_exec.C, targets/Makefile.in, targets/cgi/Makefile.am,
                   12185:          targets/cgi/Makefile.in: gcc more happy. todo:make linker happy
1.95      moko     12186: 
                   12187:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   12188:          env param made optional
                   12189: 
                   12190: 2003-03-04  paf
                   12191: 
                   12192:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   12193:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   12194: 
                   12195:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   12196:          results/103.processed: tests: 103 image.copy transparence test
                   12197: 
                   12198:        * src/main/execute.C, tests/101.html, tests/102.html,
                   12199:          tests/results/101.processed, tests/results/102.processed: tests:
                   12200:          101 method/variable name conflict test 102 form fields change
                   12201:          should not not change anything [bug fix]
                   12202: 
                   12203:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   12204:          results/099.processed, results/100.processed: tests: 57 date
                   12205:          create 2002: added 99,100 response:body/download
                   12206: 
                   12207:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   12208:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   12209: 
                   12210:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   12211:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   12212:          fixed]
                   12213: 
                   12214:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   12215:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   12216:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   12217:          image EXIF  [bug fixed]
                   12218: 
                   12219:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   12220:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   12221:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   12222:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   12223:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   12224:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   12225:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   12226:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   12227:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   12228:          tests/094.html, tests/095.html, tests/results/061.processed,
                   12229:          tests/results/062.processed, tests/results/063.processed,
                   12230:          tests/results/064.processed, tests/results/065.processed,
                   12231:          tests/results/066.processed, tests/results/067.processed,
                   12232:          tests/results/068.processed, tests/results/069.processed,
                   12233:          tests/results/070.processed, tests/results/071.processed,
                   12234:          tests/results/072.processed, tests/results/073.processed,
                   12235:          tests/results/074.processed, tests/results/075.processed,
                   12236:          tests/results/076.processed, tests/results/077.processed,
                   12237:          tests/results/078.processed, tests/results/080.processed,
                   12238:          tests/results/081.processed, tests/results/082.processed,
                   12239:          tests/results/083.processed, tests/results/084.processed,
                   12240:          tests/results/085.processed, tests/results/086.processed,
                   12241:          tests/results/087.processed, tests/results/088.processed,
                   12242:          tests/results/089.processed, tests/results/090.processed,
                   12243:          tests/results/091.processed, tests/results/092.processed,
                   12244:          tests/results/093.processed, tests/results/094.processed,
                   12245:          tests/results/095.processed, tests/079.html,
                   12246:          tests/results/079.processed: tests: 61 file::stat size 62
                   12247:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   12248:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   12249:          string.match simple on long 68 string.match normalized simple on
                   12250:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   12251:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   12252:          date arithmetics 75 response date values/attributes 76 string.pos
                   12253:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   12254:          with local 80 scientific numeric literal in string autoconvert 81
                   12255:          xor: logical and numerical 82 for delims 83 menu delims 84
                   12256:          table.hash distinct 85 long string  replace 86 throw+catch
                   12257:          current language preserve 87 bit shifts 88 junction tests +
                   12258:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   12259:          91 $caller test 92 junction is + def junction tests 93 $caller
                   12260:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   12261: 
                   12262:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   12263:          fixed] 60 string eq string [bug fixed]
                   12264: 
                   12265:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   12266:          058.html, 058_paf2000.png, 059.html, 060.html,
                   12267:          results/053.processed, results/054.processed,
                   12268:          results/055.processed, results/056.processed,
                   12269:          results/057.processed, results/058.processed,
                   12270:          results/059.processed, results/060.processed: test: 53
                   12271:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   12272:          date.create[string] 58 image.measure[png]
                   12273: 
                   12274:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   12275:          outputs/051.processed, results/052.processed: test: 52
                   12276:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   12277:          task: fix that
                   12278: 
                   12279: 2003-03-03  paf
                   12280: 
                   12281:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   12282:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   12283:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   12284:          outputs/049.processed, outputs/050.processed,
                   12285:          outputs/051.processed, results/001.processed,
                   12286:          results/002.processed, results/003.processed,
                   12287:          results/005.processed, results/006.processed,
                   12288:          results/008.processed, results/009.processed,
                   12289:          results/011.processed, results/012.processed,
                   12290:          results/013.processed, results/014.processed,
                   12291:          results/015.processed, results/016.processed,
                   12292:          results/017.processed, results/020.processed,
                   12293:          results/021.processed, results/022.processed,
                   12294:          results/024.processed, results/025.processed,
                   12295:          results/026.processed, results/027.processed,
                   12296:          results/028.processed, results/029.processed,
                   12297:          results/030.processed, results/031.processed,
                   12298:          results/049.processed, results/050.processed,
                   12299:          results/051.processed, results/043.processed,
                   12300:          results/044.processed, results/045.processed,
                   12301:          results/046.processed, results/047.processed,
                   12302:          results/048.processed: tests: 43,44,45 date rolls 46
                   12303:          autoevaluating junction 47 table.select 48 name with subvar 49
                   12304:          hash-creating switch 50 process 51 started parent/child, works as
                   12305:          it were but it were NOT GOOD, created separate task  to fix that
                   12306: 
                   12307:        * tests/: 042.html, results/042.processed: test: 42
                   12308:          exception.handled
                   12309: 
                   12310:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   12311:          expression
                   12312: 
                   12313:        * tests/: 040.html, results/040.processed: test: 39 method result
                   12314:          of type table 40 method param junction auto evaluate
                   12315: 
                   12316:        * tests/: 039.html, results/039.processed: test: 37 method result
                   12317:          of type table
                   12318: 
                   12319:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   12320:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   12321:          tests/038.html, tests/results/033.processed,
                   12322:          tests/results/034.processed, tests/results/035.processed,
                   12323:          tests/results/036.processed, tests/results/037.processed,
                   12324:          tests/results/038.processed: tests: 33 string.replace 34
                   12325:          string.upper 35 table created 36 local/global vars with juntions
                   12326:          37 table clone 38 math PI & number formatting
                   12327: 
                   12328:          math class registring typo fixed
                   12329: 
                   12330:        * src/classes/op.C, src/include/pa_request.h,
                   12331:          src/include/pa_string.h, src/main/execute.C,
                   12332:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   12333:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   12334:          tests/032.html, tests/results/032.processed: uchar changed to
                   12335:          String_UL in all places [was not everywhere] untaint test: 032
                   12336: 
                   12337:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   12338:          tests/results/004.processed, tests/parser-cygwin.sh,
                   12339:          tests/parser-unix.sh: removed -H command line key, now testing
                   12340:          using .sh file with SERVER_SOFTWARE=xxx
                   12341: 
                   12342: 2003-02-26  paf
                   12343: 
                   12344:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   12345:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   12346:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   12347:          tests/results/024.processed, tests/results/025.processed,
                   12348:          tests/results/026.processed, tests/results/027.processed,
                   12349:          tests/results/028.processed, tests/results/029.processed,
                   12350:          tests/results/030.processed, tests/results/031.processed: fixed
                   12351:          bug with name_cstr mutable CharPtr more tests
                   12352: 
                   12353:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   12354:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   12355:          << abort.  die now just exits
                   12356: 
                   12357:        * src/classes/classes.awk, src/classes/classes.h,
                   12358:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12359:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12360:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12361:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   12362:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   12363:          src/classes/xnode.C, src/include/pa_memory.h,
                   12364:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   12365:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   12366:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   12367:          tests/017.html, tests/018.html, tests/019.html,
                   12368:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   12369:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   12370:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   12371:          tests/results/015.processed, tests/results/016.processed,
                   12372:          tests/results/017.processed, tests/results/018.processed,
                   12373:          tests/results/019.processed, tests/results/020.processed,
                   12374:          tests/results/021.processed, tests/results/022.processed,
                   12375:          tests/results/023.processed: methoded_array now contains all Mxxx
                   12376:          classes SAPI::get_env now returns info on pool more tests
                   12377: 
                   12378:        * src/include/pa_array.h, src/include/pa_hash.h,
                   12379:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   12380:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   12381:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   12382:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   12383:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   12384:          tests/results/001.processed, tests/results/002.processed,
                   12385:          tests/results/003.processed, tests/results/004.processed,
                   12386:          tests/results/005.processed, tests/results/006.processed,
                   12387:          tests/results/007.processed, tests/results/008.processed,
                   12388:          tests/results/009.processed, tests/results/010.processed,
                   12389:          tests/results/011.processed, tests/results/012.processed,
                   12390:          tests/results/013.processed, tests/results/014.processed: hash
                   12391:          cloning fixed
                   12392: 
                   12393: 2003-02-25  paf
                   12394: 
                   12395:        * src/main/pa_common.C: typo fixed
                   12396: 
                   12397: 2003-02-24  paf
                   12398: 
                   12399:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   12400:          [one remained]
                   12401: 
                   12402:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   12403:          [should have been get_string(&pool)] todo: check other such calls
                   12404: 
                   12405:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   12406:          test10, bad lookups
                   12407: 
                   12408:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   12409:          object got destructed, and xxx points to sky
                   12410: 
                   12411:        * ChangeLog, src/classes/string.C: match bug fixed
                   12412: 
                   12413:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   12414:          $.charset[specified] now
                   12415: 
                   12416:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   12417:          which failed to handle sigsetjmp+throw: crashed inside of
                   12418:          pre-throw code.  rewritten simplier [though duplicating
                   12419:          closesocket code]
                   12420: 
                   12421:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   12422:          which failed to handle sigsetjmp+throw: crashed inside of
                   12423:          pre-throw code.  rewritten simplier [though duplicating
                   12424:          closesocket code]
                   12425: 
                   12426: 2003-02-21  paf
                   12427: 
                   12428:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   12429:          $cookie:name[$.expires[date << can be now]]
                   12430: 
                   12431:          written makefile with regression tests [raw]
                   12432: 
                   12433:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   12434:          tests' only [it's not forcing CGI mode now] now use -H to output
                   12435:          CGI header when parser used in command line [useful for tests
                   12436:          also]
                   12437: 
                   12438:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   12439:          switches on CGI mode, and is used in regression tests
                   12440: 
                   12441:        * src/: include/pa_request.h, main/pa_request.C,
                   12442:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   12443:          fixed
                   12444: 
                   12445:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   12446:          handling pa_*
                   12447: 
                   12448:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   12449:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   12450:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   12451:          memory handling files
                   12452: 
                   12453:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   12454: 
                   12455:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   12456:          compiles OK test to show benefits of free
                   12457: 
                   12458:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12459:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   12460:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   12461:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   12462:          use pool [as the one in ^process]
                   12463: 
                   12464:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   12465:          -- some must use pool [as the one in ^process]
                   12466: 
                   12467: 2003-02-20  paf
                   12468: 
                   12469:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12470:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   12471:          classes/math.C, classes/op.C, classes/response.C,
                   12472:          classes/string.C, classes/table.C, classes/void.C,
                   12473:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   12474:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   12475:          string cmp fixed
                   12476: 
                   12477:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   12478:          values passed OK now
                   12479: 
                   12480: 2003-02-19  paf
                   12481: 
                   12482:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   12483:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   12484:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   12485:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   12486:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   12487:          all remaning leaks resulted from pooled::malloc calls [excluding
                   12488:          in gd -- planning complete rewrite extremely ugly code]
                   12489: 
                   12490:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   12491:          files
                   12492: 
                   12493: 2003-02-17  paf
                   12494: 
                   12495:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12496:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12497:          classes/response.C, classes/string.C, classes/table.C,
                   12498:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   12499:          include/pa_stylesheet_connection.h,
                   12500:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   12501:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   12502:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   12503:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   12504:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   12505:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   12506:          of unitialized simple-typed field
                   12507: 
                   12508:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   12509:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   12510:          simple-typed field fixed.  todo: find&kill all like that one
                   12511: 
                   12512:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   12513:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   12514:          debug output fixed
                   12515: 
                   12516:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   12517:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   12518:          object_ptr from delete[them]
                   12519: 
                   12520:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   12521:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   12522:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   12523:          main/pa_charset.C, main/pa_common.C,
                   12524:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   12525:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   12526:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   12527:          calls
                   12528: 
                   12529:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   12530:          couple mem leaks rusulted from old pooled::malloc usage.
                   12531:          todo:find more like those
                   12532: 
                   12533:        * src/main/: compile.C, compile_tools.C: 2*2!
                   12534: 
                   12535:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   12536:          stackItem fixed [there were no string on stack before]
                   12537: 
                   12538:        * src/: main/execute.C, main/pa_request.C,
                   12539:          types/pa_vmethod_frame.C: first letters out OK
                   12540: 
                   12541:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   12542:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   12543:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   12544:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   12545:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   12546:          type not initialized with zeros :( while class fields of class
                   12547:          types initialized with default constructors.  learn C++
                   12548: 
                   12549:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   12550:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   12551:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   12552:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   12553:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   12554: 
                   12555: 2003-02-14  paf
                   12556: 
                   12557:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   12558:          13 link errors
                   12559: 
                   12560:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   12561:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   12562:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12563:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   12564:          errors :)
                   12565: 
                   12566:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   12567:          classes/hash.C, classes/mail.C, classes/op.C,
                   12568:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   12569:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   12570:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   12571:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   12572: 
                   12573:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   12574:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   12575:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   12576:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   12577:          types/pa_vint.h, types/types.dsp: op compiled
                   12578: 
                   12579:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   12580:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   12581:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   12582: 
                   12583: 2003-02-07  paf
                   12584: 
                   12585:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   12586: 
                   12587: 2003-02-06  paf
                   12588: 
                   12589:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   12590:          mail compiled
                   12591: 
                   12592:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   12593:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   12594:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   12595: 
                   12596:        * src/classes/: file.C, form.C: form compiled
                   12597: 
                   12598:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   12599:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   12600:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   12601: 
                   12602:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   12603:          types/pa_vmath.h: math compiled [win32]
                   12604: 
                   12605:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   12606:          types/pa_vstring.h: hash compiled
                   12607: 
                   12608: 2003-02-04  paf
                   12609: 
                   12610:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   12611:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   12612:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   12613:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   12614:          types/pa_vhash.h: hash 50% compiled
                   12615: 
                   12616:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12617:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   12618:          classes/string.C, classes/table.C, classes/xdoc.C,
                   12619:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   12620:          main/pa_string.C: date compiled
                   12621: 
                   12622:        * src/classes/: classes.dsp, double.C: double compiled
                   12623: 
                   12624:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12625:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   12626:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   12627:          classes/string.C, classes/table.C, classes/void.C,
                   12628:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   12629:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   12630:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   12631:          compiled
                   12632: 
                   12633:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12634:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   12635:          classes/math.C, classes/op.C, classes/response.C,
                   12636:          classes/string.C, classes/table.C, classes/void.C,
                   12637:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12638:          types/pa_vvoid.h: void  compiled :)
                   12639: 
                   12640:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   12641:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12642:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12643:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   12644:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   12645:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   12646:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   12647:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   12648:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   12649:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   12650:          value_includes.h
                   12651: 
                   12652:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   12653:          trying to remove stupid value_includes.h
                   12654: 
                   12655:        * src/main/pa_exec.C: pa_exec compiled on win32
                   12656: 
                   12657:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   12658: 
                   12659:        * src/: include/pa_globals.h, include/pa_request.h,
                   12660:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   12661:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   12662:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   12663:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   12664:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   12665: 
                   12666:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   12667:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   12668:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   12669: 
                   12670:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   12671:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   12672:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   12673:          compiled
                   12674: 
                   12675:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   12676:          name conflicts)
                   12677: 
                   12678:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   12679:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   12680:          yelds "virtual memory exhausted" while trying to compile
                   12681:          execute.C [eating up to 127MB]
                   12682: 
                   12683: 2003-02-03  paf
                   12684: 
                   12685:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   12686:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   12687:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   12688:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   12689:          types/pa_vint.h, types/pa_vjunction.h,
                   12690:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   12691:          started gcc compiling pa_common compiled
                   12692: 
                   12693:        * src/: include/pa_exception.h, include/pa_pool.h,
                   12694:          main/pa_exception.C: exception gcc change #1
                   12695: 
1.97      moko     12696:        * src/include/: Makefile.am, Makefile.in, pa_hash.h, pa_pool.h: gcc
                   12697:          refused to compile _P identifier. it replaced it to some strange
                   12698:          0x0000040
1.95      moko     12699: 
                   12700:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   12701: 
                   12702:        * src/types/pa_vtable.C: vtable compiled
                   12703: 
                   12704:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   12705: 
                   12706:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   12707:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   12708: 
                   12709:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   12710: 
                   12711:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   12712: 
                   12713:        * src/types/pa_vrequest.C: vrequest compiled
                   12714: 
                   12715:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   12716:          pa_vobject.C, pa_vobject.h: vobject compiled
                   12717: 
                   12718:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   12719:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12720:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   12721:          compiled
                   12722: 
                   12723:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   12724: 
                   12725:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   12726:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   12727:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   12728:          compiled
                   12729: 
                   12730:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12731:          main.lib - 0 error(s), 0 warning(s)
                   12732: 
                   12733:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12734:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   12735: 
                   12736: 2003-01-31  paf
                   12737: 
                   12738:        * src/: include/pa_array.h, include/pa_operation.h,
                   12739:          include/pa_request.h, main/execute.C, main/main.dsp,
                   12740:          types/pa_vjunction.h: started last file from main library:
                   12741:          execute
                   12742: 
                   12743:        * src/: include/pa_request.h, include/pa_sapi.h,
                   12744:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12745:          main/pa_request.C, targets/cgi/parser3.C,
                   12746:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   12747:          types/pa_vhash.h: pa_request compiled
                   12748: 
                   12749:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   12750:          include/pa_globals.h, include/pa_request.h,
                   12751:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   12752:          main/execute.C, main/main.dsp, main/pa_common.C,
                   12753:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12754:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   12755:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   12756:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12757:          types/types.dsp: most pa_request compiled
                   12758: 
                   12759:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12760:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12761:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12762:          classes/op.C, classes/response.C, classes/string.C,
                   12763:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   12764:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12765:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12766:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12767:          include/pa_dictionary.h, include/pa_dir.h,
                   12768:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12769:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   12770:          include/pa_pool.h, include/pa_request.h,
                   12771:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12772:          include/pa_sapi.h, include/pa_socks.h,
                   12773:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12774:          include/pa_stack.h, include/pa_string.h,
                   12775:          include/pa_stylesheet_connection.h,
                   12776:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12777:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12778:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   12779:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   12780:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   12781:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   12782:          main/compile.C, main/compile.tab.C, main/compile.y,
                   12783:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12784:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   12785:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12786:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12787:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   12788:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12789:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12790:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   12791:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   12792:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12793:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   12794:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12795:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   12796:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   12797:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   12798:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12799:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12800:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12801:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12802:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12803:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   12804:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12805:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12806:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12807:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12808:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12809:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12810:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12811:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12812:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   12813: 
                   12814:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   12815:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12816:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12817:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   12818:          src/include/pa_exec.h, src/include/pa_pool.h,
                   12819:          src/include/pa_request.h, src/include/pa_sapi.h,
                   12820:          src/include/pa_sql_connection.h,
                   12821:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   12822:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   12823:          src/main/compile.tab.C, src/main/compile_tools.C,
                   12824:          src/main/compile_tools.h, src/main/main.dsp,
                   12825:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   12826:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   12827:          src/main/pa_exception.C, src/main/pa_exec.C,
                   12828:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12829:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   12830:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   12831:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   12832:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12833:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12834:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   12835:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   12836:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   12837:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   12838:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12839:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12840:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12841:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12842:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12843:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   12844:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   12845:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   12846:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   12847:          died, long live StringPtr
                   12848: 
                   12849: 2003-01-30  paf
                   12850: 
                   12851:        * src/: include/pa_charset.h, include/pa_request.h,
                   12852:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   12853:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   12854:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   12855: 
                   12856:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   12857:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   12858:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   12859:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12860:          types/types.dsp: vstateless_class compiled
                   12861: 
                   12862:        * src/main/compile.C: compile compiled
                   12863: 
                   12864:        * src/: include/pa_array.h, include/pa_operation.h,
                   12865:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   12866:          main/pa_table.C: compile_tools compiled
                   12867: 
                   12868:        * src/: include/pa_operation.h, main/compile.y,
                   12869:          main/compile_tools.C, main/compile_tools.h: started
                   12870:          compile_tools. vagues ideas of how to free compiled code
                   12871: 
                   12872:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   12873:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   12874:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   12875:          compiled
                   12876: 
                   12877: 2003-01-29  paf
                   12878: 
                   12879:        * src/: include/pa_globals.h, include/pa_request.h,
                   12880:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12881:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   12882:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   12883:          compiled
                   12884: 
                   12885:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   12886:          now
                   12887: 
                   12888:        * src/: include/pa_array.h, include/pa_exception.h,
                   12889:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   12890: 
                   12891:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   12892:          compiled
                   12893: 
                   12894:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12895:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12896:          types/pa_vfile.h: vfile compiled
                   12897: 
                   12898:        * src/: include/pa_common.h, include/pa_globals.h,
                   12899:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12900:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12901:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12902: 
                   12903:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12904:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12905:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12906:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12907:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12908: 
                   12909:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12910:          main/main.dsp, main/untaint.C: more compiled
                   12911: 
                   12912:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12913:          include/pa_request_info.h, include/pa_string.h,
                   12914:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12915:          types/pa_vresponse.h: vrequest compiled
                   12916: 
                   12917:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12918:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12919:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12920: 
                   12921:        * src/: classes/classes.h, include/pa_charset.h,
                   12922:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12923:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12924:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12925:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12926:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12927:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12928:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12929:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12930: 
                   12931:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12932:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12933:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12934:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12935:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12936:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12937:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12938:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12939:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12940: 
                   12941: 2003-01-28  paf
                   12942: 
                   12943:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12944:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12945:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12946:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12947:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12948:          compile_tools
                   12949: 
                   12950:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12951:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12952:          untaint compiled
                   12953: 
                   12954:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12955:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12956:          more compiled.  struck with string::store_to needing to know
                   12957:          source/client charsets
                   12958: 
                   12959:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12960:          types/pa_vfile.h: uue compiled
                   12961: 
                   12962:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12963:          table compiled
                   12964: 
                   12965:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12966:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12967: 
                   12968:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12969:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12970:          introduced]
                   12971: 
                   12972:        * src/: classes/date.C, include/pa_charset.h,
                   12973:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12974:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12975:          pa_charsets compiled
                   12976: 
                   12977:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12978:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12979: 
                   12980:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12981:          common compiled
                   12982: 
                   12983:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12984:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12985: 
                   12986:        * src/: include/pa_array.h, include/pa_charset.h,
                   12987:          include/pa_charsets.h, include/pa_pool.h,
                   12988:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12989:          include/pa_stack.h, include/pa_string.h,
                   12990:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12991:          sql_driver_manager compiled
                   12992: 
                   12993:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12994:          letter i with two dots added to koi, all ukranian letters added
                   12995:          to win1251.
                   12996: 
                   12997:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12998:          abscent from koi]
                   12999: 
                   13000: 2003-01-27  paf
                   13001: 
                   13002:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   13003:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13004:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   13005:          sql/pa_sql_driver.h: paused on sql_manager
                   13006: 
                   13007:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   13008:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13009:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   13010:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   13011: 
                   13012:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   13013:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13014:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   13015:          main/pa_table.C: table compiled
                   13016: 
                   13017:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   13018:          cache_managers compiled
                   13019: 
                   13020:        * src/: include/pa_array.h, include/pa_charset.h,
                   13021:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   13022: 
                   13023:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   13024: 
                   13025:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   13026:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   13027:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   13028:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   13029:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   13030: 
                   13031: 2003-01-24  paf
                   13032: 
                   13033:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   13034:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   13035:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   13036:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   13037:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   13038:          types/pa_vint.h, types/pa_vjunction.h,
                   13039:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13040:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   13041: 
                   13042:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   13043:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   13044:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   13045:          main/pa_string.C, main/pa_table.C: string compiled
                   13046: 
                   13047:        * src/: include/pa_array.h, include/pa_common.h,
                   13048:          include/pa_dictionary.h, include/pa_exception.h,
                   13049:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   13050:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   13051:          main/pa_string.C: dictionary compiled
                   13052: 
                   13053: 2003-01-23  paf
                   13054: 
                   13055:        * src/: include/pa_array.h, include/pa_common.h,
                   13056:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   13057:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   13058:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   13059:          types/pa_value.h: resurrected pool in new sense: now it's
                   13060:          factory, producing&accounting memory chunks for read[autofree]
                   13061:          buffers
                   13062: 
                   13063:        * src/: include/pa_array.h, include/pa_exception.h,
                   13064:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   13065:          main/pa_exception.C, main/pa_table.C: table compiled
                   13066: 
                   13067:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   13068:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   13069:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   13070:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   13071:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   13072:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   13073:          main/pa_table.C: aint that easy
                   13074: 
                   13075:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   13076:          main/main.dsp: continued with Hash
                   13077: 
                   13078:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   13079:          stack] now. and exception can be reported OK now [can be reported
                   13080:          outside of pro c with that stack]
                   13081: 
                   13082: 2003-01-22  paf
                   13083: 
                   13084:        * src/: include/pa_array.h, include/pa_charset.h,
                   13085:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   13086:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   13087:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   13088:          base: contains references_count.  auto_ptr template calls
                   13089:          add_ref/release
                   13090: 
                   13091: 2003-01-21  paf
                   13092: 
                   13093:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13094:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13095:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13096:          classes/op.C, classes/response.C, classes/string.C,
                   13097:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   13098:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13099:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13100:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13101:          include/pa_dictionary.h, include/pa_dir.h,
                   13102:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13103:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13104:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13105:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13106:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13107:          include/pa_stack.h, include/pa_string.h,
                   13108:          include/pa_stylesheet_connection.h,
                   13109:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13110:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13111:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13112:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   13113:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13114:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13115:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13116:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13117:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13118:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13119:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13120:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13121:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13122:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13123:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13124:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13125:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   13126:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13127:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13128:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13129:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13130:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   13131:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13132:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13133:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13134:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13135:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13136:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13137:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13138:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13139:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13140:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13141:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   13142:          2002->2003
                   13143: 
                   13144: 2003-01-16  paf
                   13145: 
                   13146:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13147:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   13148: 
                   13149:        * operators.txt, src/include/pa_config_fixed.h,
                   13150:          src/main/pa_common.C: http request now return status. and not
                   13151:          fail on status!=200
                   13152: 
1.97      moko     13153:        * bin/Makefile.in, etc/Makefile.in,
                   13154:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   13155:          src/classes/Makefile.in, src/include/Makefile.in,
                   13156:          src/lib/Makefile.in, src/lib/md5/Makefile.in,
                   13157:          src/lib/pcre/Makefile.in, src/main/Makefile.in,
                   13158:          src/sql/Makefile.in, src/targets/Makefile.in,
                   13159:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   13160:          src/types/Makefile.in: proper AC_LANG_ switching to fix qsort
                   13161:          detection bug
                   13162: 
1.95      moko     13163: 2003-01-15  paf
                   13164: 
                   13165:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   13166: 
                   13167: 2003-01-14  paf
                   13168: 
                   13169:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   13170:          mkinstalldirs: removed some ancient files [they in / really]
                   13171: 
                   13172:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   13173:          regretfully needed patch in two places.  in config_fixed.h made
                   13174:          stubs for lib to compile in MSVC
                   13175: 
                   13176: 2003-01-13  paf
                   13177: 
                   13178:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   13179:          configure.in(libtool) hacks
                   13180: 
1.97      moko     13181:        * src/lib/ltdl/: COPYING.LIB, Makefile.in, acinclude.m4, config.h,
1.95      moko     13182:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   13183:          ltdl.h: moved to latest libtool (1.4.3)
                   13184: 
                   13185: 2003-01-10  paf
                   13186: 
                   13187:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   13188: 
                   13189:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   13190:          patches.        libxml2 >= 2.5.1
                   13191:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   13192:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   13193:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   13194: 
                   13195:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   13196:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   13197:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   13198:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   13199: 
                   13200: 2003-01-09  paf
                   13201: 
                   13202:        * INSTALL: xml,xslt,gdome lib urls updated
                   13203: 
                   13204:        * config.guess, config.sub, missing, mkinstalldirs,
1.97      moko     13205:          bin/Makefile.in, etc/Makefile.in,
                   13206:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   13207:          src/classes/Makefile.in, src/include/Makefile.in,
                   13208:          src/include/pa_config_auto.h.in, src/lib/Makefile.in,
                   13209:          src/lib/ltdl/Makefile.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     13210:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.97      moko     13211:          src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
                   13212:          src/main/Makefile.in, src/sql/Makefile.in,
                   13213:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   13214:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   13215:          src/types/Makefile.in: moved to autoconf 2.57 & automake 1.7.2
1.95      moko     13216: 
                   13217:        * depcomp: moving to automake 1.7.2
                   13218: 
                   13219: 2002-12-27  paf
                   13220: 
                   13221:        * src/include/pa_version.h: 0007
                   13222: 
                   13223:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   13224:          outdated parts, made links to language docs
                   13225: 
                   13226:        * src/include/pa_config_auto.h.in: comment
                   13227: 
                   13228: 2002-12-26  paf
                   13229: 
                   13230:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   13231:          not contain trailing / fixed.
                   13232: 
                   13233:        * INSTALL: changing SAFE_MODE politics
                   13234: 
                   13235:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   13236: 
                   13237:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   13238: 
                   13239: 2002-12-25  paf
                   13240: 
                   13241:        * src/main/pa_globals.C: optimized-xml
                   13242: 
                   13243:        * src/main/pa_globals.C: optimized-as-is
                   13244: 
                   13245: 2002-12-24  paf
                   13246: 
                   13247:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   13248:          fixed [were really called with zero size when .html?a=&b=]
                   13249: 
                   13250:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   13251:          with --with-sendmail
                   13252: 
                   13253:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   13254:          fixed]
                   13255: 
                   13256: 2002-12-23  paf
                   13257: 
                   13258:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   13259:          ignoring parameters & were storing only string with default
                   13260:          expires
                   13261: 
                   13262:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   13263:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   13264:          December 23, 2002 4:22 AM Subject: bug â
                   13265:          Charset::transcode_buf2xchar
                   13266: 
                   13267: 2002-12-20  paf
                   13268: 
                   13269:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   13270:          non-cgi [script] runs
                   13271: 
                   13272: 2002-12-19  paf
                   13273: 
                   13274:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   13275:          [tested on elik]] moreover, it's not needed there [parser
                   13276:          registers charsets itself]
                   13277: 
                   13278:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   13279:          [tested on elik]]
                   13280: 
                   13281:        * operators.txt, src/include/pa_globals.h,
                   13282:          src/include/pa_request.h, src/main/pa_globals.C,
                   13283:          src/main/pa_request.C: $response:download
                   13284: 
                   13285:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   13286:          compiler [win32]].
                   13287: 
                   13288: 2002-12-18  paf
                   13289: 
                   13290:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   13291: 
                   13292: 2002-12-17  paf
                   13293: 
                   13294:        * src/targets/cgi/parser3.C: merged die&iis changes
                   13295: 
                   13296:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   13297:          to exit(1) 2. more flexible iilegal call check
                   13298: 
                   13299: 2002-12-16  paf
                   13300: 
1.97      moko     13301:        * Makefile.in: ltmain.sh silly required for stupid automake added
                   13302: 
1.95      moko     13303:        * ltmain.sh: some automakes silly insist on having this handy
                   13304: 
                   13305:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   13306:          'p' bug fix
                   13307: 
                   13308: 2002-12-15  paf
                   13309: 
                   13310:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   13311:          'p'
                   13312: 
                   13313:        * configure.in, src/include/pa_config_auto.h.in,
                   13314:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   13315:          from branch 6 to HEAD
                   13316: 
                   13317:        * src/main/compile.C: removed warning
                   13318: 
                   13319:        * src/main/pa_common.C: ftruncate having checked
                   13320: 
                   13321:        * configure.in, src/include/pa_version.h: new version
                   13322: 
                   13323: 2002-12-14  paf
                   13324: 
                   13325:        * src/classes/table.C: removed unnecessary code
                   13326: 
                   13327:        * src/sql/pa_sql_driver.h: exception type fixed
                   13328: 
                   13329: 2002-12-09  paf
                   13330: 
                   13331:        * src/types/pa_vvoid.h: $void.store[now] error
                   13332: 
                   13333:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   13334: 
                   13335:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   13336:          tries to write core dump
                   13337: 
                   13338:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   13339: 
                   13340:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13341:          classes/void.C, main/pa_sql_driver_manager.C,
                   13342:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   13343:          handlers #2
                   13344: 
                   13345:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   13346:          exception handling mech in sql handlers
                   13347: 
                   13348:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   13349:          handlers
                   13350: 
                   13351:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13352:          classes/void.C, main/pa_sql_driver_manager.C,
                   13353:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   13354:          handlers
                   13355: 
1.97      moko     13356:        * configure.in, bin/Makefile.in, etc/Makefile.in,
                   13357:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   13358:          src/classes/Makefile.in, src/include/Makefile.in,
                   13359:          src/lib/Makefile.in, src/lib/ltdl/Makefile.in,
                   13360:          src/lib/md5/Makefile.in, src/lib/pcre/Makefile.in,
                   13361:          src/main/Makefile.in, src/sql/Makefile.in,
                   13362:          src/targets/Makefile.in, src/targets/cgi/Makefile.in,
                   13363:          src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
                   13364:          configure.in:AC_LIBTOOL, it caused automake to write makefile
                   13365:          which used libtool to install things, which is not needed
1.95      moko     13366: 
                   13367: 2002-12-06  paf
                   13368: 
                   13369:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   13370:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   13371: 
                   13372: 2002-12-05  paf
                   13373: 
                   13374:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   13375:          cc/bcc OK now
                   13376: 
                   13377:        * src/main/untaint.C: mail header closed properly
                   13378: 
                   13379:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   13380:          header ',' allowed.  still bugs in smtp [only one receiptient
                   13381:          works, cc, bcc ignored now, and MAILED ;)]
                   13382: 
                   13383:          [strncpy killed, memnchr used]
                   13384: 
                   13385:        * src/main/pa_table.C: table-copy now current=0
                   13386: 
                   13387:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   13388:          lowlevel proc
                   13389: 
                   13390:        * src/targets/cgi/parser3.C: more checks on
                   13391:          http://domain/parser.cgi start [maybe some getenv returns "",
                   13392:          checked that now
                   13393: 
                   13394:        * src/targets/cgi/parser3.C: more checks on
                   13395:          http://domain/parser.cgi start [maybe some getenv returns "",
                   13396:          checked that now
                   13397: 
                   13398:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   13399:          out-of-mem errors reached log]
                   13400: 
                   13401:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   13402:          mail:send MIME-Version default
                   13403: 
                   13404:        * src/main/main.dsp: pa_version included into main.dsp
                   13405: 
                   13406: 2002-12-04  paf
                   13407: 
                   13408:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   13409: 
                   13410:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   13411:          lib/libltdl -> lib/ltdl Win32 changes. s
                   13412: 
                   13413:        * src/classes/classes.awk: more strict *.C$
                   13414: 
                   13415:        * gnu.dsp: restored
                   13416: 
1.97      moko     13417:        * configure.in, gnu.dsp, bin/Makefile.in, etc/Makefile.in,
                   13418:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   13419:          src/classes/Makefile.in, src/include/Makefile.in,
                   13420:          src/lib/Makefile.am, src/lib/Makefile.in,
                   13421:          src/lib/ltdl/Makefile.am, src/lib/ltdl/Makefile.in,
                   13422:          src/lib/ltdl/README, src/lib/ltdl/acinclude.m4,
                   13423:          src/lib/ltdl/config.guess, src/lib/ltdl/config.h,
                   13424:          src/lib/ltdl/config.sub, src/lib/ltdl/config_auto.h.in,
                   13425:          src/lib/ltdl/config_fixed.h, src/lib/ltdl/configure,
                   13426:          src/lib/ltdl/configure.in, src/lib/ltdl/install-sh,
                   13427:          src/lib/ltdl/libltdl.dsp, src/lib/ltdl/ltdl.c,
                   13428:          src/lib/ltdl/ltdl.h, src/lib/md5/Makefile.in,
                   13429:          src/lib/pcre/Makefile.in, src/main/Makefile.in,
                   13430:          src/sql/Makefile.in, src/targets/Makefile.in,
                   13431:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   13432:          src/types/Makefile.in: src/lib/ltdl/Makefile now created with
                   13433:          /configure, not ltdl/configure, so it does have no problems with
                   13434:          automake.  ltdl/configure AC_OUTPUT(Makefile<<removed)
1.95      moko     13435: 
                   13436: 2002-12-02  paf
                   13437: 
                   13438:        * operators.txt: removed outdated status:db
                   13439: 
                   13440:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   13441:          src/main/pa_common.C, src/main/pa_request.C,
                   13442:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   13443:          tainted parts becomes http-header
                   13444: 
                   13445: 2002-11-29  paf
                   13446: 
                   13447:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   13448:          dates now objects of type date
                   13449: 
                   13450:        * src/classes/image.C: file.seek removed [it were used in image.C
                   13451:          only, and for parser user this  means that jpeg image has bad
                   13452:          size in fragment's header] now used image.format
                   13453: 
                   13454:        * src/: include/pa_common.h, main/pa_common.C,
                   13455:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   13456:          now handled exactly like $response:header values.  e.g. can be
                   13457:          hash [can have subattributes] & contain date values.
                   13458: 
                   13459:        * src/main/pa_common.C: http:// param values lang forced URI
                   13460: 
                   13461:        * src/main/pa_common.C: http:// tainted partes now %xx
                   13462: 
                   13463: 2002-11-28  paf
                   13464: 
                   13465:        * operators.txt: http.timeout
                   13466: 
                   13467:        * src/classes/image.C: ^image.length now counts interchar space.
                   13468:          plus space after last char
                   13469: 
                   13470:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   13471: 
                   13472:        * src/classes/image.C: ^image.font width measurer now scans full
                   13473:          height [were -1]
                   13474: 
                   13475:        * configure.in: stopped double libltdl/Makefile generation
                   13476: 
                   13477:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   13478:          chars [one top horizontal line of 1pixel height were missing]
                   13479: 
                   13480:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   13481:          'false' to go into (Hash *) parameter
                   13482: 
                   13483: 2002-11-27  paf
                   13484: 
                   13485:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   13486:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   13487:          returns content-disposition: >>attachment<<
                   13488: 
                   13489:        * src/classes/image.C: ^image.font << bad font file-size now
                   13490:          properly reported
                   13491: 
                   13492: 2002-11-26  paf
                   13493: 
                   13494:        * src/main/pa_request.C: fixed lang in reponse header
                   13495: 
                   13496:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   13497: 
                   13498:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   13499:          made exception: http.status with source=bad status#
                   13500: 
                   13501: 2002-11-25  paf
                   13502: 
                   13503:        * configure.in, src/classes/image.C,
                   13504:          src/include/pa_config_auto.h.in,
                   13505:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.97      moko     13506:          src/main/Makefile.in, src/main/pa_common.C,
                   13507:          src/main/pa_globals.C: http:// and image const void related probs
                   13508:          fixed
1.95      moko     13509: 
                   13510:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   13511: 
                   13512:          $file[^file::load[http://there]] $file.SERVER
                   13513: 
                   13514:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   13515:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   13516:          http options [invalid onces now reported] made default
                   13517:          user-agent: paf
                   13518: 
                   13519:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   13520:          src/classes/xdoc.C, src/include/pa_common.h,
                   13521:          src/include/pa_globals.h, src/main/pa_common.C,
                   13522:          src/main/pa_globals.C, src/main/pa_request.C,
                   13523:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   13524:          now understand http:// prefix and additional params, sample:
                   13525:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   13526:          $.USER-AGENT[parser3] ]]
                   13527: 
                   13528: 2002-11-22  paf
                   13529: 
                   13530:        * src/classes/image.C, src/include/pa_globals.h,
                   13531:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   13532:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   13533:          $image.exif.DateTime & co
                   13534: 
                   13535: 2002-11-21  paf
                   13536: 
                   13537:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   13538:          _PASS_APPENDED)
                   13539: 
                   13540:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   13541:          EXIF information [were big block and it's size were considered
                   13542:          negative :(]
                   13543: 
                   13544:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   13545:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   13546:          internals rewritten. no there's reader.seek, and all's ready for
                   13547:          EXIF extraction [now we fail to measure files with EXIF info]
                   13548: 
                   13549:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   13550:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   13551:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   13552: 
                   13553: 2002-11-20  paf
                   13554: 
                   13555:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   13556: 
                   13557:        * configure.in, src/include/pa_config_auto.h.in,
                   13558:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   13559:          comment
                   13560: 
                   13561:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   13562: 
                   13563:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   13564:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   13565:          currently processed document SIGPIPE >> interrupts request
                   13566:          processing [exception = DB rollback]
                   13567: 
                   13568:        * src/main/pa_exec.C: comment
                   13569: 
                   13570:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   13571: 
                   13572:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   13573:          << disable HTTP-POST repassing
                   13574: 
                   13575:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   13576:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   13577:          pipe read errors now checked
                   13578: 
                   13579: 2002-11-19  paf
                   13580: 
                   13581:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   13582:          CGI: Illegal call
                   13583: 
                   13584: 2002-11-01  paf
                   13585: 
                   13586:        * src/main/execute.C: comment
                   13587: 
                   13588: 2002-10-31  paf
                   13589: 
                   13590:        * src/main/execute.C: found out why, checked that for now.  todo:
                   13591:          find out a way for that user could do that
                   13592: 
                   13593:        * src/types/pa_vstateless_object.h: object put replaces static
                   13594:          parent if any
                   13595: 
                   13596:        * src/types/pa_vobject.C: object put replaces static parent if any
                   13597: 
                   13598:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13599:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   13600:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13601:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13602:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13603:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13604:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13605:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13606:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13607:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13608:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13609:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13610:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   13611:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   13612:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13613:          types/pa_wwrapper.h: static fix merged
                   13614: 
                   13615:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   13616:          $virtual_fields in dynamic, but one can reach derived
                   13617:          static[class] variable from base
                   13618: 
                   13619:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   13620:          types/pa_vobject.C, types/pa_vobject.h,
                   13621:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   13622:          statics, left $virtual_fields in dynamic
                   13623: 
                   13624:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   13625:          one can't remember derivates in base class: there's so many of
                   13626:          them.  also there can be no virtual method calls in static
                   13627:          classes
                   13628: 
                   13629:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13630:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   13631:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13632:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13633:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   13634:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13635:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   13636:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   13637:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13638:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13639:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13640:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13641:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   13642:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   13643:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13644:          types/pa_wwrapper.h: static call $self fixed
                   13645: 
                   13646:        * src/main/execute.C: comment
                   13647: 
                   13648:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   13649:          ^process[$caller.self]{...} now compiles to last derived object
                   13650:          part of that 'self'
                   13651: 
                   13652: 2002-10-29  paf
                   13653: 
                   13654:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   13655:          re-passing [iis to blame]
                   13656: 
                   13657:        * src/classes/string.C: changed string.save to pass current sql
                   13658:          connection to cstr thus one can ^connect[some server]{
                   13659:          $s[insert into table x (x) values (^taint[sql]{value})]
                   13660:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   13661:          properly escaped.  [tried in mssql->mysql export->import of
                   13662:          binary data]
                   13663: 
                   13664: 2002-10-25  paf
                   13665: 
                   13666:        * src/types/pa_vresponse.C: case insensitive response user fields
                   13667:          get/put
                   13668: 
                   13669:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   13670:          types/pa_vresponse.C: saving for maybe-future
                   13671: 
                   13672: 2002-10-23  paf
                   13673: 
                   13674:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   13675:          ^table.hash(expr)...
                   13676: 
                   13677:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   13678: 
                   13679: 2002-10-22  paf
                   13680: 
                   13681:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   13682:          VForm::Append...(...Value)
                   13683: 
                   13684:        * src/main/execute.C: $.name outside of $name[...] checked
                   13685: 
                   13686:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   13687:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   13688: 
                   13689: 2002-10-21  paf
                   13690: 
                   13691:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   13692:          $form:qtail $form:imap.x/y
                   13693: 
                   13694:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   13695:          "?value&...", "...&value&...", "...&value"
                   13696: 
                   13697:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   13698: 
                   13699:        * operators.txt, src/classes/file.C: /some/page.html:
                   13700:          ^file:fullpath[a.gif] => /some/a.gif
                   13701: 
                   13702: 2002-10-17  paf
                   13703: 
                   13704:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   13705:          a little: logical not and bitwise negation precedence made
                   13706:          highest, << and >> bitshits precedence made equal [were << higher
                   13707:          than >>]
                   13708: 
                   13709:        * src/classes/op.C: exception handling fixed [were bad with
                   13710:          contexts]
                   13711: 
                   13712: 2002-10-16  paf
                   13713: 
                   13714:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   13715:          main/pa_request.C: Request::self considered equal to
                   13716:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   13717:          VMethodFrame.self()
                   13718: 
                   13719:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   13720:          $hash in open field now gives old good error meesage
                   13721: 
                   13722: 2002-10-15  paf
                   13723: 
                   13724:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   13725:          use ^if($junction is junction){was and now true}
                   13726: 
                   13727:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   13728:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   13729:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   13730:          points to place where value left xml library and came to parser:
                   13731:          place of dom field extraction/call
                   13732: 
                   13733:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   13734:          main/compile.tab.C, main/compile.y, main/execute.C,
                   13735:          types/pa_vmethod_frame.h: removed last pieces of old code
                   13736:          allowing $junction.xxx at compile time
                   13737: 
                   13738:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   13739:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   13740:          objects also considered [were only classes]
                   13741: 
                   13742:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   13743:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   13744:          with CLASS self.  [   (request&method_frame).self temporarily
                   13745:          changed   ]
                   13746: 
                   13747:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   13748:          no exception to native calls.  for&foreach changed to use
                   13749:          method_frame.caller for their var's name context
                   13750: 
                   13751:        * src/: main/execute.C, targets/cgi/parser3.C,
                   13752:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   13753:          compiling to system classes disabled
                   13754: 
                   13755:        * operators.txt, src/classes/op.C:
                   13756:          ^process[$caller.CLASS]{code-string} added
                   13757: 
                   13758:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   13759:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   13760:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   13761:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   13762:          src/types/types.dsp: removed $junction.get $junction.set[]
                   13763:          introducing $caller
                   13764: 
                   13765:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   13766:          find them lower by inheritance tree
                   13767: 
                   13768:        * src/types/pa_vjunction.C: ident
                   13769: 
                   13770: 2002-10-14  paf
                   13771: 
                   13772:        * src/classes/op.C: process compiles to code's class class
                   13773: 
                   13774:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13775:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   13776:          main/compile.y, main/execute.C, main/pa_request.C,
                   13777:          types/pa_vstateless_class.h: operators now main-class-methods
                   13778: 
                   13779:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   13780:          better stack trace [has "call" & co there]
                   13781: 
                   13782:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13783:          operators @auto now executed in MAIN context
                   13784: 
                   13785:        * src/main/execute.C: operator execution context now = MAIN, not
                   13786:          closest stack frame
                   13787: 
                   13788:          @touchit[] $i[after]
                   13789: 
                   13790:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   13791:          were 'after'
                   13792: 
                   13793:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   13794:          'after'
                   13795: 
                   13796:        * src/main/execute.C: comment
                   13797: 
                   13798:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   13799:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   13800:          action]
                   13801: 
                   13802:        * src/types/pa_vxnode.C: misreplace fixed
                   13803: 
                   13804:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13805:          src/types/pa_vstatus.C, operators.txt:
                   13806:          $status:rusage.tv_secs/usecs introduced
                   13807: 
                   13808: 2002-10-09  paf
                   13809: 
                   13810:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   13811:          on empty string [or uses (default)]
                   13812: 
                   13813: 2002-10-08  paf
                   13814: 
                   13815:        * src/main/untaint.C: mail header quoted printable changed after
                   13816:          RFC reread
                   13817: 
                   13818:        * operators.txt: plan on ^if(method
                   13819: 
                   13820:        * src/types/pa_vxnode.C: misreplace
                   13821: 
                   13822: 2002-09-24  paf
                   13823: 
1.97      moko     13824:        * src/targets/cgi/: Makefile.am, Makefile.in: LIBS were bad name in
                   13825:          .am
1.95      moko     13826: 
                   13827:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   13828:          mailreceive would compile on freebsd now
                   13829: 
                   13830:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   13831:          configure, configure.in, src/include/pa_config_auto.h.in,
1.97      moko     13832:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
                   13833:          HAVE_TIMEZONE & co now checked and mailreceive would compile on
                   13834:          freebsd now
1.95      moko     13835: 
                   13836:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   13837:          changed: now there are only few chars are untainted: * ? ' " < >
                   13838:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   13839:          one should use ^untaint[uri]{...} now]
                   13840: 
                   13841:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   13842:          $list.name, not tainted as filespec
                   13843: 
                   13844:          @russianindex[] #dir with files with russian-lang names
                   13845:          $where[dir]
                   13846: 
                   13847:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   13848:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   13849: 
                   13850: 2002-09-23  paf
                   13851: 
                   13852:        * src/types/pa_vdouble.h: double->int round added
                   13853: 
                   13854:        * src/classes/date.C: date bug fix, now
                   13855:          round(floatDays*secondsPerDay)
                   13856: 
                   13857:        * src/classes/date.C: date bug fix, now
                   13858:          round(floatDays*secondsPerDay)
                   13859: 
                   13860: 2002-09-20  paf
                   13861: 
                   13862:        * src/main/execute.C: code junction calls disabled [before: code
                   13863:          was compiled in such a way, that there were no code-junctions in
                   13864:          OP_CALL]
                   13865: 
                   13866:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13867: 
                   13868:          @badjunctioncallinside[code] ^code[]
                   13869: 
                   13870:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   13871:          expanding to include ^junction.method
                   13872: 
                   13873:        * src/main/pa_common.C: -d "DIR/" now true
                   13874: 
                   13875:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   13876:          as internal xdoc encoding, and after decoding attributes set by
                   13877:          dom functions now encoded OK, not as digital entities
                   13878: 
                   13879:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13880:          now returns empty file, not raises stupid error about "stat-ed
                   13881:          file"
                   13882: 
                   13883:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   13884:          allowed
                   13885: 
                   13886:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13887:          write iterators now:
                   13888: 
                   13889:          ^user-foreach[key;value]{$key=$value<br>}
                   13890: 
                   13891:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13892:          $code.value($i*2)       $code }
                   13893: 
                   13894:        * src/main/compile_tools.h: mistype
                   13895: 
1.97      moko     13896:        * src/targets/cgi/: Makefile.am, Makefile.in: binaries now depend
                   13897:          on makefiles, thus taking linking options configure changes into
                   13898:          account [were: ignoring]
1.95      moko     13899: 
                   13900:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13901:          $junction.get/put(1) one can write iterators now:
                   13902: 
                   13903:          ^user-foreach[key;value]{$key=$value<br>}
                   13904: 
                   13905:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13906:          $code.value($i*2)       $code }
                   13907: 
                   13908:        * src/: include/pa_opcode.h, include/pa_request.h,
                   13909:          main/compile.tab.C, main/compile.y, main/execute.C,
                   13910:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   13911:          introducing $junction.get/put(1) one can write iterators now:
                   13912: 
                   13913:          ^user-foreach[key;value]{$key=$value<br>}
                   13914: 
                   13915:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13916:          $code.value($i*2)       $code }
                   13917: 
                   13918: 2002-09-19  paf
                   13919: 
1.97      moko     13920:        * Makefile.am, Makefile.in: new: make commit
1.95      moko     13921: 
                   13922:        * aclocal.m4: forced to be older
                   13923: 
                   13924: 2002-09-18  paf
                   13925: 
                   13926:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13927:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   13928: 
                   13929:        * src/: include/pa_common.h, include/pa_request.h,
                   13930:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13931:          - now this - fatal error
                   13932: 
                   13933:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   13934:          that one can pass binary data there
                   13935: 
                   13936:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   13937:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13938:          classes/op.C, classes/response.C, classes/string.C,
                   13939:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   13940:          include/pa_request.h: pa_request contexts made privated, plus
                   13941:          get_{self/method_frame} to read.  Request_context_saver used in
                   13942:          ^try to save flang too.  [were not saved]
                   13943: 
                   13944:        * src/types/pa_vresponse.C: header value chains joined before
                   13945:          output, this should help $.subject[$var $var] from being
                   13946:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13947: 
                   13948: 2002-09-17  paf
                   13949: 
                   13950:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13951:          removed changes, operators executed with calling self.  lots of
                   13952:          code with ^include code relies on defined/defining self variables
                   13953: 
                   13954:          $a[1] ^include[print_a.p] print_a.p: $a
                   13955: 
                   13956:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13957: 
                   13958:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   13959:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   13960:          types/pa_vstateless_class.h: operators now executed with MAIN
                   13961:          self.  it's for ^include sake, too strong a change
                   13962: 
                   13963:        * src/classes/op.C: made place for ^process to compile it's code to
                   13964:          in case of no self
                   13965: 
                   13966:        * src/main/execute.C: found ancient param to Junction, removed.
                   13967:          allowed passing self to native_code_operators [for ^process to
                   13968:          work, she needs self]
                   13969: 
                   13970:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13971:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13972:          removed.  allowed passing self to native_code_operators [for
                   13973:          ^process to work, she needs self]
                   13974: 
                   13975:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   13976:          types/pa_value.h, types/pa_vmethod_frame.h,
                   13977:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   13978:          checked that in VMethodFrame get/put and $self.
                   13979: 
                   13980:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   13981:          copy options options checked, wrong option now fatal error
                   13982: 
                   13983:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   13984:          pieces boundaries]
                   13985: 
                   13986:        * bin/auto.p.dist.in: strange \n
                   13987: 
                   13988:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13989:          .dll on cygwin, .so in other cases)
                   13990: 
1.97      moko     13991:        * Makefile.in, configure, configure.in, bin/auto.p.dist.in,
                   13992:          bin/Makefile.in, etc/Makefile.in,
                   13993:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   13994:          src/classes/Makefile.in, src/include/Makefile.in,
                   13995:          src/lib/Makefile.in, src/lib/md5/Makefile.in,
                   13996:          src/lib/pcre/Makefile.in, src/main/Makefile.in,
                   13997:          src/sql/Makefile.in, src/targets/Makefile.in,
                   13998:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   13999:          src/types/Makefile.in: .so now detected [can be .sl on hpux, .dll
                   14000:          on cygwin, .so in other cases)
1.95      moko     14001: 
                   14002:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   14003:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   14004:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   14005:          record taken [were last]
                   14006: 
                   14007:        * src/: classes/hash.C, classes/table.C,
                   14008:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   14009:          now errors
                   14010: 
                   14011:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   14012: 
                   14013:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   14014:          ,2,3]
                   14015: 
                   14016: 2002-09-16  paf
                   14017: 
                   14018:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   14019:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   14020:          stdout to be binary.  now detected closest header break.
                   14021: 
                   14022:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   14023:          closed right
                   14024: 
                   14025: 2002-09-13  paf
                   14026: 
                   14027:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   14028:          src/main/compile_tools.h: (expression #comment)
                   14029: 
                   14030:          (multiline expression #comment  line2  #comment )
                   14031: 
                   14032:          (expression #comment with (brackets) comment) << OK
                   14033: 
                   14034:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   14035:          bitwise !|| numerical xor now [preparing for expression
                   14036:          #comments]
                   14037: 
                   14038:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   14039:          error
                   14040: 
                   14041:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   14042:          cheched in pa_socks.C
                   14043: 
1.97      moko     14044:        * Makefile.in, configure, configure.in,
                   14045:          src/include/pa_config_auto.h.in: HAVE_WINSOCK_H created in
                   14046:          configure.in
1.95      moko     14047: 
                   14048:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   14049:          cookie date now clean [were mistakenly tainted & that worked bad
                   14050:          with opera -- 'happily' that worked OK with msie]
                   14051: 
                   14052: 2002-09-12  paf
                   14053: 
                   14054:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   14055:          VClass get_element now first looks to fields, next to methods &
                   14056:          co todo: the rest reason: more speed
                   14057: 
                   14058:        * src/main/untaint.C: quoted printable encoding stops before
                   14059:          \s*<...>$
                   14060: 
                   14061:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   14062:          stops before <...>$
                   14063: 
                   14064: 2002-09-11  paf
                   14065: 
                   14066:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   14067:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   14068:          forgot to check users of those funcs. not all were using that
                   14069:          return value convention
                   14070: 
                   14071:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   14072:          windows-1254 added
                   14073: 
                   14074: 2002-09-10  paf
                   14075: 
                   14076:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   14077:          VCodeFrame parent param were specified badly
                   14078: 
                   14079:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   14080:          WWrapper which used in constructing objects(second param to sql
                   14081:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   14082:          code in hash to survivi
                   14083: 
                   14084:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   14085:          param to execute [stack said 'thanks']
                   14086: 
                   14087:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   14088:          types/pa_value.h, types/pa_vcode_frame.h,
                   14089:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   14090:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   14091:          responsibility to wcontext
                   14092: 
                   14093:        * src/classes/file.C: decided not to log exec's with stderr, that
                   14094:          could be warnings, and it's up to scritper to log/show them
                   14095: 
                   14096:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   14097:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   14098:          double/string converstion, which were loosing time&precesion
                   14099: 
                   14100:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   14101:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   14102:          case of unfinished in buffer processing, causing accidental
                   14103:          transcode stop [in case that source enc != utf-8 & there is
                   14104:          incomplete utf-8 sequence at the end of 16000block iside of
                   14105:          libxml lib] tfm readed & code updated
                   14106: 
                   14107: 2002-09-04  paf
                   14108: 
                   14109:        * configure: makes with sjlj
                   14110: 
                   14111:        * INSTALL, src/include/pa_config_fixed.h,
                   14112:          src/include/pa_sql_connection.h,
                   14113:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   14114:          checked.  on win32 it made default
                   14115: 
                   14116:        * src/include/pa_config_auto.h.in: sjlj define
                   14117: 
                   14118:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   14119:          can not work with longjump/throw pair, and one must switch that
                   14120:          on there.  todo: detect that automatically]
                   14121: 
                   14122:        * src/types/pa_vxnode.C: removed too strong checks of
                   14123:          xnode.elements.  now, for instance, if element does not have any
                   14124:          attributes, $xnode.attributes is void, not error
                   14125: 
                   14126: 2002-09-02  paf
                   14127: 
                   14128:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   14129:          removed double_result, didn't help
                   14130: 
                   14131:        * src/main/execute.C: double_result made to move that var away from
                   14132:          hungry g++ optimizer (-O2), before: it were optimized and
                   14133:          comparison operators worked badly
                   14134: 
                   14135:        * src/types/pa_vdate.h: removed debug
                   14136: 
1.97      moko     14137:        * Makefile.am, Makefile.in, src/types/pa_vdate.h: happy now only
                   14138:          install-exec
1.95      moko     14139: 
                   14140:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   14141:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   14142:          unknown reason.
                   14143: 
                   14144: 2002-08-29  paf
                   14145: 
                   14146:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   14147:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   14148:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   14149:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   14150:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   14151:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   14152:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   14153:          [called less frequent, allowed to remove ugly
                   14154:          Junction.change_context-s from many places, switch,
                   14155:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   14156:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   14157:          [speed up]
                   14158: 
                   14159: 2002-08-28  paf
                   14160: 
                   14161:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   14162:          tainted
                   14163: 
                   14164:        * src/types/pa_vcookie.C: fixed cookie delete when
                   14165:          $cookie:name[$.value[]]
                   14166: 
                   14167:        * operators.txt, src/classes/string.C:
                   14168:          ^string.split[delim[;options]]
                   14169: 
                   14170: 2002-08-27  paf
                   14171: 
1.97      moko     14172:        * etc/parser3.charsets/: Makefile.am, Makefile.in: merged from
                   14173:          3.0.0005
1.95      moko     14174: 
                   14175:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   14176:          delimiter
                   14177: 
                   14178:        * INSTALL: recommended latest gmime 1.0.5
                   14179: 
                   14180: 2002-08-26  paf
                   14181: 
                   14182:        * configure, configure.in: apache13/hook added to make dist.
                   14183: 
                   14184: 2002-08-23  paf
                   14185: 
                   14186:        * src/: include/pa_common.h, main/pa_common.C,
                   14187:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   14188:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   14189:          whatever] it's error now
                   14190: 
                   14191: 2002-08-21  paf
                   14192: 
1.97      moko     14193:        * Makefile.am, Makefile.in: can use: make happy equals to make
                   14194:          update install
1.95      moko     14195: 
                   14196:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14197:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   14198:          class".  compiled as if here they named base class
                   14199: 
                   14200:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   14201:          cloning constructor]
                   14202: 
                   14203:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   14204: 
                   14205:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   14206:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   14207:          $mail.received.file.value.content-type fixed
                   14208: 
                   14209: 2002-08-20  paf
                   14210: 
                   14211:        * src/classes/file.C: fixed language of file:file result
                   14212: 
                   14213:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   14214:          from 3.0.0005
                   14215: 
                   14216:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   14217: 
                   14218:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   14219:          3.0.0005
                   14220: 
                   14221:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   14222: 
                   14223: 2002-08-19  paf
                   14224: 
                   14225:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   14226:          work now
                   14227: 
                   14228:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   14229:          error in xnode, which were not catched in xdoc]
                   14230: 
                   14231:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   14232:          prepared:        // validate each document after load/create (?)
                   14233:                 //xmlDoValidityCheckingDefaultValue = 1;
                   14234: 
                   14235: 2002-08-15  paf
                   14236: 
                   14237:        * src/classes/classes.h: write to static var caused useless
                   14238:          Exception, introduced Methoded::put_element wich consumes those
                   14239: 
                   14240:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   14241:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   14242:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   14243:          $response:field[date] $response:field[$.xxx[date]]
                   14244: 
                   14245:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14246:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   14247:          ^hash::sql{bad}
                   14248: 
                   14249:        * operators.txt: $request:body unprecessed POST request body
                   14250: 
                   14251:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   14252: 
                   14253:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   14254:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   14255: 
                   14256:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   14257:          src/include/pa_request.h, src/main/pa_pool.C,
                   14258:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   14259:          $request:body r.post_data now const
                   14260: 
                   14261:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   14262:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   14263:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   14264:          types/pa_vtable.h: instead of type() checking everywhere used
                   14265:          Value.as now user descendants can be used in params.
                   14266: 
                   14267:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   14268:          ^if($xtable) now OK
                   14269: 
                   14270:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   14271:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   14272:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   14273: 
                   14274: 2002-08-14  paf
                   14275: 
                   14276:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   14277:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   14278:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14279:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   14280:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14281:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   14282:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   14283:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14284:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14285:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14286:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14287:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14288:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14289:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   14290:          & VClass
                   14291: 
                   14292:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   14293: 
                   14294:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   14295:          removed fixopt stupidity. on stupid linux use cd /document/root
                   14296:          ../cgi/parser3 script
                   14297: 
                   14298:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   14299:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   14300: 
                   14301:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   14302:          fixopt.h: fixopt now preprocesses command line params, splitting
                   14303:          them by space, excluding argv[0], argv[argc-1]
                   14304: 
                   14305:        * src/targets/cgi/parser3.C: -f config file
                   14306: 
                   14307:        * src/targets/cgi/parser3.C: fixed .log file dir
                   14308: 
                   14309: 2002-08-13  paf
                   14310: 
                   14311:        * src/types/pa_vobject.C: allow override parent variables, useful
                   14312:          for form descendants [in vobject too, were in vclass]
                   14313: 
                   14314:        * src/types/pa_vclass.C: allow override parent variables, useful
                   14315:          for form descendants
                   14316: 
1.97      moko     14317:        * src/types/Makefile.in: added vobject.c & vclass
                   14318: 
1.95      moko     14319:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   14320:          overwritten in derived(table)
                   14321: 
                   14322:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   14323:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   14324:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   14325:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14326:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   14327:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14328:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   14329:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14330:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14331:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   14332:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14333:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14334:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14335:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14336:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   14337:          Value::get_element(..., bool looking_down) [needed to exclude
                   14338:          endless recoursion]
                   14339: 
                   14340:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   14341:          fix bug with put endless recoursion todo: check 'as'
                   14342: 
                   14343:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   14344:          reorganized modules todo: fix bug with put endless recoursion
                   14345:          todo: check 'as'
                   14346: 
1.97      moko     14347:        * src/types/Makefile.in: VAliased removed
                   14348: 
1.95      moko     14349:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   14350:          in derived(table)
                   14351: 
                   14352:        * src/types/pa_vobject.h: derived classes can have fields of their
                   14353:          own now
                   14354: 
                   14355:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   14356:          fixed error message on using non-created table
                   14357: 
                   14358:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   14359:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   14360:          main/compile.C, main/compile.tab.C, main/execute.C,
                   14361:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   14362:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14363:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   14364:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14365:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   14366:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14367:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14368:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14369:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14370:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14371:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14372:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14373:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   14374:          looking down/up tree todo: fix error message on non-constructed
                   14375:          parents
                   14376: 
                   14377: 2002-08-12  paf
                   14378: 
                   14379:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   14380:          derived OK
                   14381: 
                   14382:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   14383:          thorough testing
                   14384: 
                   14385:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   14386:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   14387:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   14388:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   14389:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   14390:          ^base:create[] dynamic call rewritten todo: thorough testing
                   14391: 
                   14392:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   14393:          now instantates base class, remembers it and saves child in
                   14394:          parent VObject.get_class now returns last child = downward
                   14395:          virtual calls OK
                   14396: 
                   14397:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   14398:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14399:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   14400:          types/pa_vobject.h, types/pa_vresponse.h,
                   14401:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14402:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   14403:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   14404:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   14405:          instance]
                   14406: 
                   14407:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   14408: 
                   14409:        * bin/auto.p.dist.in: fixed sendmail default comment
                   14410: 
                   14411:        * src/main/pa_request.C: $response:body[file] content-type check
                   14412:          fixed [were bad when content-type is hash]
                   14413: 
                   14414: 2002-08-09  paf
                   14415: 
                   14416:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   14417:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   14418: 
                   14419: 2002-08-08  paf
                   14420: 
                   14421:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   14422:          src/main/pa_globals.C: year column in month calendar [week year]
                   14423: 
                   14424:        * src/main/execute.C: error reporting on object writes to MAIN
                   14425:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   14426: 
                   14427:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   14428:          $date.daylightsaving
                   14429: 
                   14430:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   14431:          use tainted data now. only she must specify the language.
                   14432: 
                   14433:          ^mail:send[     $.from[paf@mail.design.ru]
                   14434:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   14435:                $.text[^taint[uri][ìîñêâà]=] ]
                   14436: 
                   14437:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   14438:          now prints more precise origin
                   14439: 
                   14440:        * src/include/pa_string.h: String::first_char now not fails on
                   14441:          empty strings ^if(-f '') now ok and in 3 other places.
                   14442: 
                   14443:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14444:          String::first_char now not fails on empty strings ^if(-f '') now
                   14445:          ok and in 3 other places.
                   14446: 
                   14447: 2002-08-07  paf
                   14448: 
                   14449:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   14450:          fixed
                   14451: 
                   14452:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   14453: 
                   14454:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   14455:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   14456:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   14457:          mistakenly not completely transparent to object writes.
                   14458:          $hash[^if(1){$hash}] now works
                   14459: 
                   14460:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   14461:          now erasing cache file [there were bad check on that]
                   14462: 
                   14463:        * src/: classes/classes.dsp, classes/table.C,
                   14464:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   14465:          all Debug dirs in .dsp now named 'Debug'
                   14466: 
1.97      moko     14467:        * etc/parser3.charsets/: Makefile.am, Makefile.in: all included
                   14468:          into dist
1.95      moko     14469: 
                   14470:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   14471: 
                   14472:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   14473: 
                   14474:        * src/types/pa_vmail.C: mail:send empty  email checked
                   14475: 
                   14476: 2002-08-06  paf
                   14477: 
                   14478:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   14479:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   14480:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   14481: 
                   14482:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   14483:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   14484:          #  $.default() }
                   14485: 
                   14486:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   14487: 
                   14488:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   14489:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   14490:          $file.content-type [instead of .mime-type] now works for
                   14491:          file::stat also
                   14492: 
                   14493:        * src/main/pa_request.C: case insensitive mime_type_of
                   14494: 
                   14495:        * bin/auto.p.dist.in: jpeg
                   14496: 
                   14497: 2002-08-05  paf
                   14498: 
                   14499:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   14500: 
                   14501:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   14502: 
                   14503:        * operators.txt: comment on date:calendar week column
                   14504: 
                   14505:        * src/main/pa_common.C: write checked
                   14506: 
                   14507:        * src/main/: pa_common.C: write checked
                   14508: 
                   14509:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   14510: 
                   14511:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   14512:          month calendar week column [ISO 8601 Week Numbers]
                   14513: 
                   14514: 2002-08-02  paf
                   14515: 
                   14516:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   14517:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   14518:          DEBUG*
                   14519: 
                   14520:        * configure, configure.in, src/include/pa_version.h: release
                   14521:          3_0_0005
                   14522: 
                   14523:        * bin/auto.p.dist.in: unhandled_exception comments
                   14524: 
                   14525:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   14526:          multipart post fixed
                   14527: 
                   14528:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   14529:          response transcoded source->client only when text/* or simple
                   14530:          onoverridden $response:body
                   14531: 
                   14532: 2002-08-01  paf
                   14533: 
                   14534:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14535:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14536:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14537:          classes/op.C, classes/response.C, classes/string.C,
                   14538:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14539:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14540:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14541:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14542:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14543:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   14544:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   14545:          include/pa_socks.h, include/pa_sql_connection.h,
                   14546:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14547:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14548:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14549:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14550:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14551:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   14552:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14553:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   14554:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14555:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14556:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   14557:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14558:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14559:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   14560:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   14561:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   14562:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14563:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   14564:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   14565:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   14566:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14567:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   14568:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14569:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   14570:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14571:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   14572:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   14573:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14574:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14575:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14576:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14577:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14578:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14579:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14580:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   14581: 
                   14582:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   14583:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14584:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14585:          classes/math.C, classes/op.C, classes/response.C,
                   14586:          classes/string.C, classes/table.C, classes/void.C,
                   14587:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14588:          include/pa_array.h, include/pa_cache_managers.h,
                   14589:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14590:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14591:          include/pa_dictionary.h, include/pa_dir.h,
                   14592:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14593:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   14594:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14595:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   14596:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14597:          include/pa_stack.h, include/pa_string.h,
                   14598:          include/pa_stylesheet_connection.h,
                   14599:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14600:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14601:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   14602:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14603:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   14604:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14605:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14606:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   14607:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   14608:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14609:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14610:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   14611:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14612:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14613:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14614:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   14615:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   14616:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   14617:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   14618:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14619:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14620:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14621:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   14622:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   14623:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14624:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14625:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14626:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14627:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   14628:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   14629:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14630:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14631:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14632:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   14633:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   14634:          types/Makefile.am: ident.C* removed
                   14635: 
                   14636:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   14637:          file:find[/can/do/this/now.txt]
                   14638: 
                   14639:        * src/targets/cgi/parser3.C: usage to stdout now
                   14640: 
                   14641: 2002-07-31  paf
                   14642: 
                   14643:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   14644: 
                   14645:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   14646:          default "postmaster"
                   14647: 
                   14648:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   14649:          -f postmaster now default sendmail key word "postmaster"
                   14650:          replaced to $.from
                   14651: 
                   14652: 2002-07-30  paf
                   14653: 
1.97      moko     14654:        * Makefile.in, configure, configure.in,
                   14655:          src/targets/cgi/Makefile.in,
                   14656:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C:
                   14657:          removed pa_config_paths.h
1.95      moko     14658: 
                   14659:        * src/main/pa_charset.C: comment
                   14660: 
                   14661:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   14662:          table, &#decimal;
                   14663: 
                   14664:        * src/main/pa_request.C: comment
                   14665: 
                   14666:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   14667:          paragraf]
                   14668: 
                   14669: 2002-07-11  paf
                   14670: 
                   14671:        * src/main/pa_exec.C: build command line badly added params twice
                   14672:          [and first time without ' ']. double wrong. fixed.
                   14673: 
                   14674:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   14675:          wich parser did not provide = reported badly.  fixed that.
                   14676: 
                   14677:        * src/classes/mail.C: $MAIL[ # xxx ]
                   14678: 
                   14679:          now ok
                   14680: 
                   14681:        * operators.txt: plan: sql detailed exception
                   14682: 
                   14683: 2002-07-01  paf
                   14684: 
                   14685:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   14686:          [MForm.configure_admin were called when request.main_class ==0
                   14687: 
                   14688:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   14689: 
                   14690:        * src/classes/form.C: content_length type fix
                   14691: 
                   14692: 2002-06-30  paf
                   14693: 
                   14694:        * src/classes/mail.C: merged from 4
                   14695: 
                   14696:        * src/classes/mail.C: restored $MAIL
                   14697: 
                   14698: 2002-06-28  paf
                   14699: 
                   14700:        * configure, configure.in: removed paths.h
                   14701: 
1.97      moko     14702:        * Makefile.in, configure, src/include/pa_version.h,
1.95      moko     14703:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   14704:          merged, makes updated
                   14705: 
                   14706:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   14707:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14708:          src/include/pa_pool.h, src/include/pa_version.h,
                   14709:          src/main/pa_charset.C, src/main/pa_pool.C,
                   14710:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14711:          src/types/pa_vmail.C: merged latest updates to head
                   14712: 
                   14713: 2002-06-27  paf
                   14714: 
                   14715:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   14716:          not error now
                   14717: 
                   14718:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   14719:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   14720:          src/main/pa_charset.C, src/main/pa_pool.C:
                   14721:          ^xdoc::create[[uri]]... base uri for document being created,
                   14722:          imports and other relative file names would be relative to this
                   14723:          uri default uri=path_translated
                   14724: 
                   14725:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   14726: 
                   14727: 2002-06-26  paf
                   14728: 
                   14729:        * configure, configure.in, src/include/pa_version.h:
                   14730:          release_3_0_0004
                   14731: 
                   14732:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   14733:          0 now
                   14734: 
                   14735:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   14736: 
                   14737: 2002-06-25  paf
                   14738: 
                   14739:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   14740:          considered bad number now
                   14741: 
                   14742:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   14743:          now
                   14744: 
                   14745:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   14746:          name: optimize
                   14747: 
                   14748:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   14749:          library configured
                   14750: 
                   14751:        * src/main/pa_request.C: configure_admin forced if no @conf
                   14752: 
                   14753:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   14754:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   14755:          when needed and to call system crypt() if not $apr1$ prefix
                   14756: 
                   14757: 2002-06-24  paf
                   14758: 
                   14759:        * INSTALL: --with-static/shared-mailreceive described
                   14760: 
                   14761:        * src/include/pa_config_fixed.h: ssize_t fixed
                   14762: 
1.97      moko     14763:        * Makefile.in, configure, configure.in, bin/Makefile.in,
                   14764:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   14765:          src/Makefile.in, src/classes/Makefile.in,
                   14766:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   14767:          src/lib/Makefile.in, src/lib/pcre/Makefile.in,
                   14768:          src/main/Makefile.in, src/sql/Makefile.in,
                   14769:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   14770:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   14771:          src/types/Makefile.am, src/types/Makefile.in,
1.95      moko     14772:          src/types/pa_vmail.C: $mail:received makes update
                   14773: 
                   14774:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   14775:          WITH_MAILRECEIVE
                   14776: 
                   14777:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   14778: 
                   14779:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   14780:          option, for $mail:receive
                   14781: 
                   14782:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   14783:          introducting $message:received ^mail:send rewritten with backward
                   14784:          comp
                   14785: 
                   14786:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   14787:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14788:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   14789:          now
                   14790: 
                   14791:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   14792:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14793:          src/include/pa_request.h, src/include/pa_string.h,
                   14794:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   14795:          src/main/pa_globals.C, src/main/pa_request.C,
                   14796:          src/main/pa_string.C, src/main/pa_uue.C,
                   14797:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   14798:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14799:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   14800:          uue to separate file introducting $message:received ^mail:send
                   14801:          rewritten with backward comp
                   14802: 
                   14803: 2002-06-21  paf
                   14804: 
1.97      moko     14805:        * src/lib/: Makefile.am, Makefile.in, md5/pa_md5.h: lib restructure
                   14806:          apache .am & co changes
1.95      moko     14807: 
1.97      moko     14808:        * Makefile.in, configure, configure.in, src/Makefile.in,
                   14809:          src/classes/Makefile.in, src/lib/Makefile.in,
                   14810:          src/lib/md5/Makefile.am, src/lib/md5/pa_md5c.c,
                   14811:          src/lib/pcre/Makefile.in, src/main/Makefile.in,
                   14812:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
                   14813:          src/types/Makefile.in: lib restructure .in and .am files
                   14814:          appropriate changes
1.95      moko     14815: 
                   14816:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14817:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14818:          targets ^math:crypt[password;$apr1$salt]
                   14819: 
                   14820:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14821:          src/Makefile.am, src/classes/Makefile.am,
                   14822:          src/classes/classes.dsp, src/classes/math.C,
                   14823:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.97      moko     14824:          src/lib/pcre/Makefile.am, src/lib/pcre/Makefile.in,
                   14825:          src/lib/pcre/README, src/lib/pcre/Tech.Notes,
                   14826:          src/lib/pcre/dftables.c, src/lib/pcre/get.c,
                   14827:          src/lib/pcre/ibm-1250.ucm, src/lib/pcre/ibm-1251.ucm,
                   14828:          src/lib/pcre/ibm-1257.ucm, src/lib/pcre/internal.h,
                   14829:          src/lib/pcre/maketables.c, src/lib/pcre/pcre-2_08.tar.gz,
                   14830:          src/lib/pcre/pcre.3, src/lib/pcre/pcre.3.html,
                   14831:          src/lib/pcre/pcre.3.txt, src/lib/pcre/pcre.c,
                   14832:          src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     14833:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14834:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14835:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14836:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14837:          src/main/compile.tab.C, src/main/main.dsp,
                   14838:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14839:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14840:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   14841:          to libs/ added libs/md5 which is linked to non-apache targets
                   14842:          ^math:crypt[password;$apr1$salt]
                   14843: 
                   14844: 2002-06-20  paf
                   14845: 
                   14846:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.97      moko     14847:          bin/Makefile.in, bin/auto.p.dist.in, src/classes/file.C,
                   14848:          src/classes/op.C, src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     14849:          src/include/pa_request.h, src/main/execute.C,
                   14850:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14851:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   14852:          marged latest HEAD updates, mainly file:justname&co &
                   14853:          @auto/conf[filespec
                   14854: 
                   14855:        * operators.txt, src/classes/file.C:
                   14856:          !^file:dirname[/a/some.tar.gz]=/a
                   14857:              !^file:dirname[/a/b/]=/a
                   14858:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14859:              !^file:justname[/a/some.tar.gz]=some.tar
                   14860:              !^file:justext[/a/some.tar.gz]=gz
                   14861: 
                   14862:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   14863:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   14864:          @conf/auto[filespec]
                   14865: 
                   14866:        * bin/auto.p.dist.in: <noindex>
                   14867: 
1.97      moko     14868:        * configure, bin/Makefile.in: parser3.conf renamed to auto.p
                   14869:          autoconf changes
1.95      moko     14870: 
                   14871:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14872:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   14873:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14874:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   14875: 
                   14876: 2002-06-18  paf
                   14877: 
                   14878:        * configure, configure.in, src/include/pa_version.h: version to
                   14879:          configure.in
                   14880: 
                   14881:        * INSTALL: reflected .conf.dist dir change
                   14882: 
1.97      moko     14883:        * Makefile.am, Makefile.in, configure, configure.in,
                   14884:          bin/Makefile.am, bin/Makefile.in, etc/Makefile.in,
                   14885:          etc/parser3.charsets/Makefile.am,
                   14886:          etc/parser3.charsets/Makefile.in: parser3.conf.dist moved to bin,
1.95      moko     14887:          .in & *.am updated
                   14888: 
                   14889:        * src/classes/file.C: strncasecmp
                   14890: 
                   14891:        * src/classes/file.C: strcasecmp
                   14892: 
1.97      moko     14893:        * bin/Makefile.am, bin/Makefile.in, etc/Makefile.am:
                   14894:          bin/parser3.conf.dist [moved from etc
1.95      moko     14895: 
                   14896:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14897:          insensitive check now
                   14898: 
                   14899:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   14900: 
                   14901:        * configure, configure.in, src/include/pa_pool.h,
                   14902:          src/include/pa_types.h: pack configure.in detection simplified.
                   14903:          figured out that gcc on sparc not that stupid as thought
                   14904:          previously: on sparc: when it sees packed class it modifies it's
                   14905:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14906:          operations [st, lduh] so packed must be all parts of packed
                   14907:          class, i.e. it's parents&fields(classes).  for now it's only
                   14908:          String that packed and what was wrong is that it's parent -
                   14909:          Pooled, were not packed. fixed that.
                   14910: 
                   14911: 2002-06-14  paf
                   14912: 
                   14913:        * operators.txt: more precise xml-to-text options
                   14914: 
                   14915:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14916:          attribute_node.name/value xnode pi.node.data
                   14917: 
                   14918: 2002-06-12  paf
                   14919: 
1.97      moko     14920:        * Makefile.in, configure, configure.in, etc/Makefile.in,
                   14921:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   14922:          src/classes/Makefile.in, src/include/Makefile.in,
                   14923:          src/main/Makefile.in, src/sql/Makefile.in,
                   14924:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   14925:          src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
                   14926:          src/targets/isapi/Makefile.in, src/types/Makefile.in: removed
                   14927:          root conf define creation
1.95      moko     14928: 
                   14929:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14930:          src/include/pa_globals.h, src/include/pa_request.h,
                   14931:          src/main/compile.tab.C, src/main/pa_globals.C,
                   14932:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14933:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   14934: 
                   14935:        * src/classes/mail.C: sendmail -ti [default now]
                   14936: 
                   14937:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14938:          to be strings. for convinient #ing
                   14939: 
                   14940:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14941:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   14942: 
                   14943:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14944:          main/pa_globals.C, main/pa_request.C: @conf
                   14945: 
                   14946: 2002-06-11  paf
                   14947: 
                   14948:        * src/classes/file.C: check simplified
                   14949: 
                   14950:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   14951:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   14952:          valid prefix
                   14953: 
                   14954:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   14955:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   14956:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   14957: 
                   14958: 2002-06-10  paf
                   14959: 
                   14960:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14961:          src/main/pa_common.C: lock failures reported now
                   14962: 
                   14963:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   14964:          string->double @ compile time were not-enough-checking...
                   14965: 
                   14966:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   14967:          autoconvert now ignored
                   14968: 
                   14969:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   14970:          check
                   14971: 
                   14972:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14973:          $response:body content-type:name
                   14974: 
                   14975:        * configure, configure.in: hpux check, nsl link, no socket
                   14976: 
                   14977:        * operators.txt: old merge conflict removed
                   14978: 
                   14979:        * configure, configure.in: pack even address access on sparc&co
                   14980:          arch checked in configure
                   14981: 
                   14982:        * configure, src/include/pa_version.h: makes
                   14983: 
                   14984:        * configure, configure.in, src/include/pa_version.h: makes
                   14985: 
                   14986:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14987:          with charset even when all letters were 7bit one
                   14988: 
                   14989:        * src/main/pa_common.C: merged fixed -d (bug)
                   14990: 
                   14991:        * src/main/pa_common.C: fixed -d (bug)
                   14992: 
                   14993: 2002-06-03  paf
                   14994: 
                   14995:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   14996:          src/classes/classes.dsp, src/main/compile.tab.C,
                   14997:          src/main/main.dsp, src/main/pa_globals.C,
                   14998:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14999:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   15000:          .dsp-s along with reorganized cvs modules dirs structure
                   15001: 
                   15002:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   15003:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   15004:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   15005:          modules
                   15006: 
                   15007: 2002-05-28  paf
                   15008: 
                   15009:        * src/targets/cgi/parser3.C: info.uri now ""
                   15010: 
                   15011: 2002-05-17  paf
                   15012: 
                   15013:        * src/classes/: table.C: ^table.save << checked empty
                   15014:          pre/match/post columns
                   15015: 
                   15016: 2002-05-16  paf
                   15017: 
                   15018:        * src/classes/image.C: image::measure can png now
                   15019: 
                   15020: 2002-05-15  paf
                   15021: 
                   15022:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   15023:          added
                   15024: 
                   15025:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   15026: 
                   15027:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   15028:          %H[:%M[:%S]]]]]] [-%m now
                   15029: 
                   15030: 2002-05-14  paf
                   15031: 
                   15032:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   15033: 
                   15034: 2002-05-07  paf
                   15035: 
                   15036:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   15037:          src/include/pa_globals.h, src/include/pa_request.h,
                   15038:          src/include/pa_table.h, src/main/compile.tab.C,
                   15039:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   15040:          src/main/pa_request.C, src/main/pa_table.C,
                   15041:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   15042:          src/targets/isapi/parser3isapi.dsp,
                   15043:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   15044:          name2number field now &.  main_method_name now on Request pool
                   15045:          rather on global_pool [Junction+VJunction created on same pool as
                   15046:          name = were created on global pool, causing mem leaks]
                   15047: 
                   15048:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   15049:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   15050:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   15051:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   15052:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   15053:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   15054:          field now &.  main_method_name now on Request pool rather on
                   15055:          global_pool [Junction+VJunction created on same pool as name =
                   15056:          were created on global pool, causing mem leaks]
                   15057: 
                   15058: 2002-05-06  paf
                   15059: 
                   15060:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   15061:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   15062:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   15063: 
                   15064:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   15065:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   15066:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   15067: 
                   15068: 2002-04-30  paf
                   15069: 
                   15070:        * configure, src/include/pa_version.h: version now not b
                   15071: 
                   15072:        * src/targets/cgi/parser3.C: request.uri now never 0
                   15073: 
                   15074: 2002-04-29  paf
                   15075: 
                   15076:        * configure.in: removed b
                   15077: 
                   15078:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   15079:          Exception::comment/type checked in (), no there's no empty
                   15080:          type/comment by default
                   15081: 
                   15082:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   15083:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   15084:          src/doc/value.dox, src/include/pa_exception.h,
                   15085:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   15086:          0001
                   15087: 
                   15088: 2002-04-26  paf
                   15089: 
                   15090:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   15091:          size reduced
                   15092: 
                   15093: 2002-04-25  paf
                   15094: 
                   15095:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   15096:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   15097:          now that took into account
                   15098: 
                   15099:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   15100:          01:03:04]
                   15101: 
                   15102:        * ChangeLog, operators.txt, src/classes/date.C:
                   15103:          ^date::create[2002-12-33 01:03:04]
                   15104: 
                   15105:        * ChangeLog: updated changelog
                   15106: 
                   15107:        * src/classes/table.C: removed restriction on column count to
                   15108:          ^table.hash to work, now must be >0 [were >1]
                   15109: 
                   15110: 2002-04-24  paf
                   15111: 
                   15112:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   15113:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15114:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   15115:          targets
                   15116: 
                   15117: 2002-04-23  paf
                   15118: 
                   15119:        * operators.txt, src/classes/string.C:
                   15120:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   15121:          "junction used outside of context"]
                   15122: 
                   15123: 2002-04-22  paf
                   15124: 
                   15125:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   15126:          src/main/pa_string.C, src/types/pa_vstring.C,
                   15127:          src/types/pa_vstring.h: ^string.optimize[]
                   15128: 
                   15129:        * src/: include/pa_globals.h, include/pa_table.h,
                   15130:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   15131:          table template
                   15132: 
                   15133:        * src/classes/: string.C: optimize removed from string
                   15134:          .left/right/pos
                   15135: 
                   15136:        * src/main/execute.C: rolled back to
                   15137:          before_killing_userjunction_contexts
                   15138: 
                   15139:        * src/main/execute.C: user junctions context killed
                   15140: 
                   15141:        * src/main/execute.C: junctions to local contexts got
                   15142:          cleanized&checked later
                   15143: 
                   15144: 2002-04-19  paf
                   15145: 
                   15146:        * src/: classes/string.C, include/pa_request.h,
                   15147:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   15148:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   15149:          prior to .left .right .mid .pos .match when that is profitable,
                   15150:          and always before .replace when $ORIGINS(1) optimization disabled
                   15151:          economy from not wasting mem on lots of strings which occur by
                   15152:          lots of String:mid calls to get parts of source string between
                   15153:          found_occurances
                   15154: 
                   15155:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   15156:          ^file:list
                   15157: 
                   15158:        * src/: include/pa_globals.h, include/pa_table.h,
                   15159:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   15160:          globalized, not created @ each ^match anymore economy:
                   15161:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   15162: 
                   15163:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   15164:          removed from each String::match replace iteration, and made
                   15165:          stacked sizeof(VTable)=12bytes economy on each replace code
                   15166: 
                   15167:        * src/doc/footer.htm: 2001,
                   15168: 
                   15169:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   15170:          string.match[]['] option enables generation of $match.prematch
                   15171:          .match .postmatch columns
                   15172: 
                   15173:        * src/main/pa_string.C: String::match options analized without
                   15174:          cstr-ing them now
                   15175: 
                   15176:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   15177:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   15178:          config updated to doxygen 1.2.15, created helper which fixes
                   15179:          minor bugs in chm project files & htm tree.  changed extension to
                   15180:          .htm
                   15181: 
                   15182: 2002-04-18  paf
                   15183: 
                   15184:        * src/doc/doxygen.cfg: .chi generation disabled
                   15185: 
                   15186:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   15187:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   15188:          fields&methods
                   15189: 
                   15190:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   15191:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   15192:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   15193:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   15194:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   15195:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   15196:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15197:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   15198:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   15199:          VStateless_class to VObject
                   15200: 
                   15201:        * src/: main/pa_request.C, types/pa_valiased.h,
                   15202:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15203:          types/pa_vstring.h: VStateless_string_object speicalized light
                   15204:          version of VStateless_object
                   15205: 
                   15206:        * src/classes/op.C: ^throw comment param made optional
                   15207: 
                   15208:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   15209:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   15210:          and implemented down in VClass, fclass_alias removed,
                   15211: 
                   15212:        * src/types/pa_value.C: forced to cut that from .h because of
                   15213:          VStateless_class usage [undefined in .h]
                   15214: 
                   15215:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15216:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15217:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   15218:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   15219:          on each CALL]
                   15220: 
                   15221:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   15222:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   15223:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   15224:          classes/response.C, classes/string.C, classes/table.C,
                   15225:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   15226:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   15227:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   15228:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   15229:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15230:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   15231:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   15232:          removed Value::fname
                   15233: 
                   15234: 2002-04-17  paf
                   15235: 
                   15236:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   15237:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   15238:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   15239:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   15240:          state, PTHROW freshen to throw & co
                   15241: 
                   15242:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   15243: 
                   15244:        * src/classes/op.C: taint local result var bug fixed
                   15245: 
                   15246: 2002-04-16  paf
                   15247: 
                   15248:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   15249:          Attic asm.txt as most interesting
                   15250: 
                   15251:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   15252:          check, preventing content-length: 0 from appearing
                   15253: 
                   15254:        * src/main/execute.C: $result in @main now taken into account as in
                   15255:          usual functions
                   15256: 
                   15257:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   15258:          & @unhandled_exception now taken into account as in usual
                   15259:          functions
                   15260: 
                   15261:        * src/doc/postbuild.txt: instructions on post .html build
                   15262: 
                   15263:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   15264: 
                   15265:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   15266:          tainted
                   15267: 
                   15268:        * src/main/pa_request.C: uri in error log
                   15269: 
                   15270:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   15271:          cheched date:create(days) param for validity [later were assumed
                   15272:          valid and crashed on invalid onces]
                   15273: 
                   15274:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15275:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   15276:          and used that for removing VString wrapper
                   15277: 
                   15278:        * src/classes/op.C: exception2vhash file now tainted
                   15279: 
                   15280:        * src/classes/op.C: _process pseudo origin copied from local var to
                   15281:          heap
                   15282: 
                   15283:        * src/classes/op.C: extra check on empty file in origin in _execute
                   15284: 
                   15285: 2002-04-15  paf
                   15286: 
                   15287:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   15288: 
                   15289:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   15290:          functions
                   15291: 
                   15292:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   15293:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   15294:          started dual write_xxx_lang functions, if checked & works
                   15295: 
                   15296:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   15297:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   15298:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   15299:          unnecessary VString shells
                   15300: 
                   15301:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   15302:          prev changes]
                   15303: 
                   15304:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   15305:          classes/table.C, include/pa_request.h, main/execute.C,
                   15306:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   15307:          StringOrValue wcontext result, now ready for dual writes
                   15308: 
                   15309:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   15310:          checked that
                   15311: 
                   15312:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   15313:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   15314:          changed to OP_WRITE_VALUE in var get cases
                   15315: 
                   15316:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   15317:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   15318:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15319:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   15320:          switch in hash constructor fixed [were problems with using of
                   15321:          stacked wwrapper after it's death]
                   15322: 
                   15323: 2002-04-12  paf
                   15324: 
                   15325:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   15326: 
                   15327: 2002-04-11  paf
                   15328: 
                   15329:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   15330:          Request::process_internal codeFrame & wwrapper stacked [not
                   15331:          wasting  heap anymore]
                   15332: 
                   15333: 2002-04-10  paf
                   15334: 
                   15335:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   15336:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   15337:          classes/string.C, classes/table.C, classes/void.C,
                   15338:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   15339:          main/pa_string.C: killed Request::process() wrapping
                   15340:          VString(String) in case we need only String
                   15341: 
                   15342:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15343:          killed 8 bytes from String.head
                   15344: 
                   15345: 2002-04-09  paf
                   15346: 
                   15347:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   15348:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   15349:          local*/char b[...];      a=b; situations
                   15350: 
                   15351:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   15352: 
                   15353:        * src/classes/xdoc.C: xslt params fixed
                   15354: 
                   15355:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   15356:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   15357:          not pool.malloc(MAX_NUMBER) but really neaded
                   15358: 
1.97      moko     15359:        * etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   15360:          src/classes/Makefile.in, src/sql/Makefile.in,
                   15361:          src/targets/Makefile.in, src/targets/cgi/Makefile.in,
                   15362:          src/targets/isapi/Makefile.in, src/types/Makefile.in: makse
                   15363: 
1.95      moko     15364:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   15365:          int/double.int/double(default)
                   15366: 
                   15367: 2002-04-04  paf
                   15368: 
                   15369:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   15370:          [when reconstructing pieces were split by
                   15371:          max_integral(piece.size), thus some strings to replace happen to
                   15372:          be split into two = not replaced)
                   15373: 
                   15374:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   15375:          standalone version = current dir
                   15376: 
                   15377:        * src/targets/cgi/parser3.C: document root in standalone version =
                   15378:          current dir
                   15379: 
                   15380: 2002-04-03  paf
                   15381: 
                   15382:        * configure, configure.in: more checks on nonexistent charset
                   15383: 
1.97      moko     15384:        * INSTALL, Makefile.in, configure, configure.in, etc/Makefile.in,
                   15385:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   15386:          src/include/Makefile.in, src/main/Makefile.in: root config
                   15387:          configure options
1.95      moko     15388: 
                   15389: 2002-04-02  paf
                   15390: 
                   15391:        * src/main/compile.C: parser.compile [exception name more like in
                   15392:          doc]
                   15393: 
                   15394: 2002-04-01  paf
                   15395: 
                   15396:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   15397:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   15398:          .content-type.charset, not .charset
                   15399: 
                   15400: 2002-03-29  paf
                   15401: 
                   15402:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   15403: 
                   15404:        * operators.txt, src/classes/date.C: ^date::create now may not
                   15405:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   15406:          days' year.  | 31.05->31.04   roll
                   15407: 
                   15408: 2002-03-28  paf
                   15409: 
                   15410:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   15411:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15412:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   15413:          ^cache(seconds)    ^cache[date] }
                   15414: 
                   15415:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   15416:          param
                   15417: 
                   15418: 2002-03-27  paf
                   15419: 
                   15420:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   15421:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   15422:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   15423:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   15424:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15425:          src/classes/xnode.C, src/include/pa_exception.h,
                   15426:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   15427:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   15428:          src/main/pa_array.C, src/main/pa_charset.C,
                   15429:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15430:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15431:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   15432:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   15433:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   15434:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   15435:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   15436:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   15437:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   15438:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   15439:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   15440:          src/types/pa_wwrapper.h: assigned exception types
                   15441: 
                   15442:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   15443:          src/include/pa_request.h, src/main/execute.C,
                   15444:          src/main/pa_request.C: decided agains resetting exception_trace,
                   15445:          just changed name
                   15446: 
                   15447: 2002-03-26  paf
                   15448: 
                   15449:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   15450:          fixed
                   15451: 
                   15452:        * src/classes/op.C: forced language of $source field of exception
                   15453:          to 'tainted', so that sql-langed-frags could be outputed outside
                   15454:          of connect
                   15455: 
                   15456:        * operators.txt: removed date.roll limit of +-1 offset
                   15457: 
                   15458:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   15459: 
                   15460:        * operators.txt, src/classes/date.C: fixed date roll on
                   15461:          daylightsaving days mktime took into account tm_isdst flag, which
                   15462:          remained from BEFORE roll, but should have been reset
                   15463: 
                   15464: 2002-03-25  paf
                   15465: 
                   15466:        * operators.txt, src/targets/cgi/parser3.C:
                   15467:          http_site_config_filespec
                   15468: 
                   15469:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   15470:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   15471:          with any/both --disable-foreign-group-files --disable-execs
                   15472: 
                   15473:        * INSTALL: "--with=sendmail=COMMAND" comment
                   15474: 
                   15475:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   15476:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.97      moko     15477:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in:
                   15478:          --disable-foreign-group-files now disables execs also.
                   15479:          introducing --sendmail
1.95      moko     15480: 
                   15481:        * operators.txt: pgsql options comment
                   15482: 
                   15483:        * INSTALL: comment on --disable-link-stdcpp
                   15484: 
1.97      moko     15485:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
                   15486:          src/targets/cgi/Makefile.in: libstdc++ link skipping configure
                   15487:          option
1.95      moko     15488: 
                   15489:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   15490:          with error were put to cache with 'marked_to_rollback' flag, all
                   15491:          consequent even OK requests rolled back
                   15492: 
                   15493: 2002-03-22  paf
                   15494: 
                   15495:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   15496:          false return
                   15497: 
                   15498:        * operators.txt: few comments on sets
                   15499: 
                   15500: 2002-03-18  paf
                   15501: 
                   15502:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   15503:          src/include/pa_globals.h, src/include/pa_request.h,
                   15504:          src/include/pa_stack.h, src/main/pa_globals.C,
                   15505:          src/main/pa_request.C: introducing ^try
                   15506: 
                   15507:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   15508:          types/pa_vdouble.h: removed some tested @tests
                   15509: 
                   15510: 2002-03-15  paf
                   15511: 
                   15512:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   15513: 
                   15514: 2002-03-13  paf
                   15515: 
                   15516:        * src/main/pa_exception.C: checked not-pooled malloc
                   15517: 
                   15518: 2002-03-11  paf
                   15519: 
                   15520:        * INSTALL, configure, configure.in,
                   15521:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   15522: 
                   15523:        * src/main/pa_common.C: --disable-foreign-group-files
                   15524: 
                   15525:        * INSTALL: --disable-execs
                   15526: 
                   15527:        * src/main/pa_exec.C: --disable-execs
                   15528: 
                   15529:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15530:          --disable-execs
                   15531: 
                   15532:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   15533: 
                   15534:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   15535:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   15536: 
                   15537: 2002-03-05  paf
                   15538: 
                   15539:        * operators.txt, src/classes/date.C: date week calendar columns
                   15540:          named
                   15541: 
                   15542:        * operators.txt, src/classes/date.C: date week calendar columns
                   15543:          named
                   15544: 
                   15545:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   15546:          requires headers to be terminated with \r\n manually [refuses to
                   15547:          separate header/body itself]
                   15548: 
                   15549:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   15550:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   15551: 
                   15552: 2002-03-04  paf
                   15553: 
                   15554:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   15555:          in PASS language
                   15556: 
                   15557:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   15558:          deserialize checks on broken file
                   15559: 
                   15560:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   15561:          parser3isapi.dsp: isapi updated
                   15562: 
                   15563: 2002-03-01  paf
                   15564: 
                   15565:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   15566: 
                   15567: 2002-02-28  paf
                   15568: 
                   15569:        * src/main/untaint.C: removed some debug comments
                   15570: 
                   15571:        * src/main/pa_charsets.C: when placing charset to cache using
                   15572:          global name now [were request]
                   15573: 
                   15574:        * configure, configure.in: apache module updated
                   15575: 
                   15576:        * src/main/pa_string.C: origin by first piece preferred before last
                   15577:          piece
                   15578: 
                   15579: 2002-02-27  paf
                   15580: 
                   15581:        * src/main/pa_charset.C: size_t
                   15582: 
                   15583:        * INSTALL: shared/static-xml with-pathlink
                   15584: 
                   15585:        * operators.txt: SMTP comment
                   15586: 
                   15587: 2002-02-26  paf
                   15588: 
                   15589:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   15590: 
                   15591:        * src/classes/xnode.C: in some situation, xpath query returned
                   15592:          result with type NODESET, but empty nodeset member field, checked
                   15593:          that
                   15594: 
                   15595: 2002-02-22  paf
                   15596: 
                   15597:        * INSTALL: without-zlib comment
                   15598: 
                   15599:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   15600: 
                   15601:        * configure, configure.in: glib###.a detection fixed
                   15602: 
                   15603:        * INSTALL: hashfile removed from INSTALL
                   15604: 
1.97      moko     15605:        * Makefile.am, Makefile.in: make update
1.95      moko     15606: 
                   15607:        * src/main/pa_string.C: string iterators fixed again, so were
                   15608:          String::join_chain
                   15609: 
                   15610:        * src/main/pa_string.C: string iterators fixed again, so were
                   15611:          String::join_chain
                   15612: 
                   15613:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   15614:          fixed again, so were String::join_chain
                   15615: 
                   15616:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   15617: 
                   15618:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   15619:          "session"
                   15620: 
1.97      moko     15621:        * Makefile.in, configure, configure.in,
                   15622:          src/include/pa_config_auto.h.in: --with-shared-xml
                   15623:          --with-static-xml
1.95      moko     15624: 
                   15625:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   15626:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   15627:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   15628:          xalan&xml
                   15629: 
                   15630:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   15631: 
                   15632:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   15633:          src/types/types.dsp: removed hashfile support from sources for
                   15634:          now
                   15635: 
1.97      moko     15636:        * Makefile.in, configure, configure.in, etc/Makefile.in,
                   15637:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   15638:          src/classes/Makefile.am, src/classes/Makefile.in,
1.95      moko     15639:          src/classes/hashfile.C, src/include/Makefile.am,
1.97      moko     15640:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   15641:          src/include/pa_db_connection.h, src/include/pa_db_manager.h,
                   15642:          src/include/pa_db_table.h, src/main/Makefile.am,
                   15643:          src/main/Makefile.in, src/main/pa_db_connection.C,
1.95      moko     15644:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.97      moko     15645:          src/main/pa_globals.C, src/sql/Makefile.in,
                   15646:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   15647:          src/targets/cgi/Makefile.in, src/targets/isapi/Makefile.in,
                   15648:          src/types/Makefile.am, src/types/Makefile.in,
                   15649:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: removed
                   15650:          hashfile support for now
1.95      moko     15651: 
                   15652: 2002-02-21  paf
                   15653: 
                   15654:        * src/main/untaint.C: removed debug code, activated commented-for
                   15655:          debug parts
                   15656: 
1.97      moko     15657:        * Makefile.am, Makefile.in: make cvsupdate
1.95      moko     15658: 
                   15659:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   15660:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   15661:          append_row, not at link zero now string to string appending works
                   15662: 
                   15663: 2002-02-20  paf
                   15664: 
                   15665:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   15666:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   15667:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   15668: 
                   15669:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15670:          economy: 22%
                   15671: 
                   15672:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15673:          space uptimized: string::link_row removed
                   15674: 
                   15675:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   15676:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   15677:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15678:          types/pa_vstring.h: speed uptimized: string::is_empty
                   15679: 
                   15680:        * operators.txt, src/include/pa_common.h,
                   15681:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   15682:          src/include/pa_types.h, src/main/compile.tab.C,
                   15683:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   15684:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   15685:          string append optimiziation idea and estimates
                   15686: 
                   15687: 2002-02-19  paf
                   15688: 
                   15689:        * src/classes/math.C: not used directly [but erroreously reported
                   15690:          that 'is', thus registering twice&other probs]
                   15691: 
                   15692:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   15693:          to node [element]
                   15694: 
                   15695:        * src/main/compile.C: without string_origins parse error
                   15696:          file+line+col possible
                   15697: 
                   15698:        * src/main/: compile.C: without string_origins not worked
                   15699: 
                   15700: 2002-02-18  paf
                   15701: 
                   15702:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   15703:          trick i've installed into double::as_string
                   15704: 
                   15705:        * src/main/pa_globals.C: extern "C" was removed too fast
                   15706: 
                   15707:        * src/: include/pa_opcode.h, include/pa_request.h,
                   15708:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15709:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   15710:          with string/nonstring values, now in expressions double/int
                   15711:          values are passed as-is, without stupid tostring/fromstring
                   15712:          conversions
                   15713: 
                   15714:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   15715:          __cplusplus } #endif
                   15716: 
                   15717:        * src/main/compile.tab.C: bison env set so one could compile
                   15718:          without cygwin installed
                   15719: 
                   15720:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   15721:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   15722:          gnome xml libs parser .dsp-s changed accordingly
                   15723: 
                   15724:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   15725: 
                   15726:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   15727:          with backward comp
                   15728: 
                   15729:        * src/classes/math.C: math:random range check fixed
                   15730: 
                   15731:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   15732: 
                   15733:        * INSTALL: local install comment
                   15734: 
1.97      moko     15735:        * Makefile.in, ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     15736: 
1.97      moko     15737:        * Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
                   15738:          etc/Makefile.in, etc/parser3.charsets/Makefile.in,
                   15739:          src/Makefile.in, src/classes/Makefile.in,
                   15740:          src/include/Makefile.in, src/include/pa_config_auto.h.in,
                   15741:          src/include/pa_config_includes.h, src/main/Makefile.in,
                   15742:          src/sql/Makefile.in, src/targets/Makefile.in,
                   15743:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
                   15744:          src/targets/cgi/parser3.C, src/targets/isapi/Makefile.in,
                   15745:          src/types/Makefile.in: removed libtool usage from build mech
1.95      moko     15746: 
                   15747:        * operators.txt: \ comment
                   15748: 
                   15749: 2002-02-13  paf
                   15750: 
                   15751:        * src/include/pa_config_includes.h: sys/time time both included
                   15752:          now.  vaguely remember confilicts on this on some system [not on
                   15753:          six|ablv] so when would see them again would think up proper
                   15754:          check
                   15755: 
1.97      moko     15756:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am,
                   15757:          src/targets/cgi/Makefile.in: --with-glib-config CXXLINK=$(CC) for
                   15758:          targets/cgi/parser3
1.95      moko     15759: 
                   15760:        * src/main/pa_common.C: truncation never occured when writing files
                   15761:          on unix [since i've changed cache mech] fix
                   15762: 
                   15763:        * src/main/pa_common.C: strnchr: sanity check added
                   15764: 
                   15765:        * etc/parser3.charsets/windows-1257.cfg: id added
                   15766: 
                   15767:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   15768:          baltic charset file generated, in generation script ispunct check
                   15769:          added
                   15770: 
                   15771: 2002-02-08  paf
                   15772: 
1.97      moko     15773:        * src/: include/Makefile.am, include/Makefile.in, sql/Makefile.am,
                   15774:          sql/Makefile.in, targets/isapi/Makefile.am,
                   15775:          targets/isapi/Makefile.in: forgotten makes
1.95      moko     15776: 
                   15777:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   15778:          forgotten
                   15779: 
                   15780:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   15781: 
                   15782:        * INSTALL, README: install&others updated
                   15783: 
                   15784:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   15785: 
1.97      moko     15786:        * Makefile.am, Makefile.in, configure, configure.in,
                   15787:          etc/parser3.charsets/Makefile.am,
                   15788:          etc/parser3.charsets/Makefile.in, src/Makefile.am,
                   15789:          src/Makefile.in, src/classes/Makefile.am,
                   15790:          src/classes/Makefile.in, src/main/Makefile.am,
                   15791:          src/main/Makefile.in, src/main/pa_status_provider.C,
                   15792:          src/targets/Makefile.am, src/targets/Makefile.in,
                   15793:          src/targets/cgi/Makefile.am, src/targets/cgi/Makefile.in,
                   15794:          src/types/Makefile.am, src/types/Makefile.in: 'make dist' works
1.95      moko     15795: 
                   15796:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15797:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15798:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15799:          classes/math.C, classes/op.C, classes/response.C,
                   15800:          classes/string.C, classes/table.C, classes/void.C,
                   15801:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15802:          include/pa_array.h, include/pa_cache_managers.h,
                   15803:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15804:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15805:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15806:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15807:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15808:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15809:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15810:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15811:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15812:          include/pa_stack.h, include/pa_string.h,
                   15813:          include/pa_stylesheet_connection.h,
                   15814:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15815:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15816:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15817:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15818:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15819:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15820:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15821:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15822:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15823:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15824:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15825:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15826:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15827:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15828:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15829:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15830:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15831:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15832:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15833:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15834:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15835:          types/pa_vrequest.h, types/pa_vresponse.h,
                   15836:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15837:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15838:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15839:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15840:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15841:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15842:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15843:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15844:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15845:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15846:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15847: 
                   15848:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15849:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15850:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15851:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15852:          classes/string.C, classes/table.C, classes/void.C,
                   15853:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15854:          include/pa_array.h, include/pa_cache_managers.h,
                   15855:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15856:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15857:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15858:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15859:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15860:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15861:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15862:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15863:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15864:          include/pa_stack.h, include/pa_string.h,
                   15865:          include/pa_stylesheet_connection.h,
                   15866:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15867:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15868:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15869:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15870:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15871:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15872:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15873:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15874:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15875:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15876:          main/pa_status_provider.C, main/pa_string.C,
                   15877:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   15878:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15879:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15880:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15881:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15882:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15883:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15884:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15885:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15886:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15887:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15888:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15889:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15890:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15891:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15892:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15893:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15894:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15895:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15896:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15897:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15898:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   15899: 
                   15900: 2002-02-07  paf
                   15901: 
                   15902:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15903: 
1.97      moko     15904:        * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
                   15905:          targets/cgi/Makefile.in, types/Makefile.in: makes
                   15906: 
                   15907:        * configure, configure.in, src/classes/Makefile.in,
                   15908:          src/include/pa_config_auto.h.in, src/main/Makefile.in,
                   15909:          src/main/pa_common.C, src/main/pa_socks.C,
                   15910:          src/targets/Makefile.in, src/targets/cgi/Makefile.in,
                   15911:          src/types/Makefile.in: compiled under cygwin added yet another
                   15912:          locking function: fcntl
1.95      moko     15913: 
                   15914:        * config.sub: on cygwin configure passes it with strange i1586
                   15915:          const, hacked it to mean i586
                   15916: 
                   15917:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15918:          disabled $if reference due to conflicts with local variables
                   15919: 
                   15920:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15921:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15922: 
                   15923:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15924:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   15925:          table::create now // 'set' name obsolete now table clone.
                   15926: 
                   15927:        * operators.txt, src/classes/string.C,
                   15928:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15929:          ^int/double/string.format now can be called with normal []
                   15930:          brackets, not stupid {} as it were implemented for some strange
                   15931:          reason.  retaining backward compatibility due to some
                   15932:          already-implemented servers
                   15933: 
                   15934:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15935:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15936:          operators now detected by check at name_without_curly_rdive_read
                   15937:          rule whether diving code constists only of
                   15938:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15939:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15940:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15941: 
                   15942: 2002-02-06  paf
                   15943: 
                   15944:        * configure, configure.in: prefix expanded, grr
                   15945: 
                   15946:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15947: 
                   15948: 2002-02-05  paf
                   15949: 
                   15950:        * operators.txt: regex options commented
                   15951: 
                   15952:        * src/main/: pa_exec.C: argv0 now correct
                   15953: 
                   15954:        * src/types/pa_vstatus.C: status:rusage 3
                   15955: 
                   15956:        * src/types/pa_vstatus.C: status:rusage 2
                   15957: 
                   15958:        * operators.txt: status:rusage described int operators
                   15959: 
                   15960:        * src/types/pa_vstatus.C: status:rusage 1
                   15961: 
                   15962:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15963:          src/types/types.dsp: status:rusage
                   15964: 
                   15965:        * configure.in, operators.txt, src/classes/file.C,
                   15966:          src/classes/op.C, src/include/pa_common.h,
                   15967:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15968:          src/main/pa_common.C: rewritten ^cache to use
                   15969:          non-blocking-exclusive-caches
                   15970: 
                   15971:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15972:          [speed impact. was off for debugging purpose, but forgotten
                   15973:          afterwards]
                   15974: 
                   15975: 2002-02-01  paf
                   15976: 
                   15977:        * src/classes/op.C: file_write does EX lock after create, while
                   15978:          file_read does SH after open, so there's a moment after create
                   15979:          but before EX lock when read can sneak into, and read
                   15980:          just-created-for-writing-and-not-yet-locked file, added a check
                   15981:          for that in ^cache...read
                   15982: 
                   15983: 2002-01-31  paf
                   15984: 
                   15985:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15986:          ^xxx:
                   15987: 
                   15988:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15989:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15990: 
                   15991:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15992:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15993:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15994:          operators check 6.1 rewritten. now check is done at compile time
                   15995: 
                   15996:        * src/main/execute.C: operators check 5 floated up old error of
                   15997:          staying in 'entered class/object' state after $a($a..) it
                   15998:          prevented operators from being called thereafter
                   15999: 
                   16000:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16001:          main/execute.C: operators check 4 floated up old error of staying
                   16002:          in 'entered object' state after ^a.a(a) it prevented operators
                   16003:          from being called thereafter
                   16004: 
                   16005:        * src/main/execute.C: operators check 3 floated up old error of
                   16006:          staying in 'entered class' state after $a:a(a) it prevented
                   16007:          operators from being called thereafter
                   16008: 
                   16009:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   16010:          floated up old error of staying in 'entered class' state after
                   16011:          $a:a[a] it prevented operators from being called thereafter
                   16012: 
                   16013:        * src/main/execute.C: operators check, thay mistakenly seen in
                   16014:          $class:operator   $object.operators contexts
                   16015: 
                   16016:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   16017:          win32
                   16018: 
1.97      moko     16019:        * INSTALL, Makefile.in, configure, configure.in, ident.awk,
                   16020:          etc/Makefile.am, etc/Makefile.in,
                   16021:          etc/parser3.charsets/Makefile.in, src/Makefile.in,
                   16022:          src/classes/Makefile.am, src/classes/Makefile.in,
                   16023:          src/main/Makefile.am, src/main/Makefile.in,
                   16024:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   16025:          src/targets/cgi/Makefile.in,
1.95      moko     16026:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.97      moko     16027:          src/types/Makefile.am, src/types/Makefile.in: lowered indent.awk
                   16028:          back to src/
1.95      moko     16029: 
1.97      moko     16030:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
                   16031:          NEWS, README, acinclude.m4, aclocal.m4, asm.txt, config.guess,
                   16032:          config.sub, configure, configure.in, form.txt, ident.awk,
                   16033:          install-sh, lang.txt, ltconfig, ltmain.sh, missing,
                   16034:          mkinstalldirs, operators.txt, parser3.dsw, sql.txt, types.txt,
                   16035:          etc/Makefile.am, etc/Makefile.in,
1.95      moko     16036:          etc/parser3.charsets/Makefile.am,
1.97      moko     16037:          etc/parser3.charsets/Makefile.in,
1.95      moko     16038:          etc/parser3.charsets/koi8-r.cfg,
                   16039:          etc/parser3.charsets/windows-1250.cfg,
                   16040:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.97      moko     16041:          src/Makefile.in, src/classes/Makefile.am,
                   16042:          src/classes/Makefile.in, src/include/pa_config_auto.h.in,
                   16043:          src/main/Makefile.am, src/main/Makefile.in,
                   16044:          src/targets/Makefile.in, src/targets/cgi/Makefile.am,
                   16045:          src/targets/cgi/Makefile.in, src/targets/cgi/parser3.C,
                   16046:          src/types/Makefile.am, src/types/Makefile.in: moved etc&www out
                   16047:          of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     16048:          straightened installation scripts procedure made
                   16049:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   16050:          change
                   16051: 
                   16052: 2002-01-30  paf
                   16053: 
                   16054:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   16055:          removed] those comments were a mistake, and prevented libltdl
                   16056:          from function properly
                   16057: 
                   16058: 2002-01-29  paf
                   16059: 
1.97      moko     16060:        * src/: Makefile.am, Makefile.in, classes/Makefile.am,
                   16061:          classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
                   16062:          targets/cgi/Makefile.in, types/Makefile.in: removed
                   16063:          libltdl/libtool creation [modified acinclude.m4 which were
                   16064:          creating int into just assignment LIBTOOL=../libtool] added
                   16065:          default system config&charsetts prepared 'make install', now it
                   16066:          installs targets/cgi/parser3 into bin directory etc/parser3.conf
                   16067:          & etc/parser3.charsets/* into $sysconfdir and
1.95      moko     16068:          $sysconfdir/parser3.charsets respectively
                   16069: 
                   16070:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   16071:          main/pa_globals.C: few forgotten ifdef XML added
                   16072: 
                   16073: 2002-01-28  paf
                   16074: 
1.97      moko     16075:        * src/: classes/Makefile.am, classes/Makefile.in,
                   16076:          targets/cgi/Makefile.am, targets/cgi/Makefile.in: xalan-patch
1.95      moko     16077:          removed
                   16078: 
                   16079:        * src/main/pa_exception.C: dom|generic error output fix
                   16080: 
                   16081:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   16082: 
                   16083:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   16084: 
                   16085:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   16086:          [fixed as_node helper func to accept docs]
                   16087: 
                   16088:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   16089:          xdoc.importNode 0
                   16090: 
                   16091:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   16092: 
1.97      moko     16093:        * src/Makefile.in: stupid make runs automake on ths
                   16094: 
1.95      moko     16095: 2002-01-25  paf
                   16096: 
                   16097:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   16098:          @SPECIAL now works OK
                   16099: 
                   16100:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   16101: 
                   16102:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   16103:          violation that added
                   16104: 
                   16105:        * src/classes/hash.C: unified  hash::sql, now
                   16106:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   16107: 
                   16108:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   16109:          ^file:lock[filename]{code}
                   16110: 
                   16111:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   16112:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   16113:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   16114:          to some pa_common funcs
                   16115: 
                   16116:        * src/: include/pa_charset.h, main/pa_globals.C:
                   16117:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   16118: 
                   16119:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16120:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   16121:          not stupid illegal define
                   16122: 
                   16123: 2002-01-24  paf
                   16124: 
                   16125:        * src/include/pa_version.h: changed version number
                   16126: 
                   16127:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   16128:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16129:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16130:          main/pa_db_connection.C, main/pa_db_table.C,
                   16131:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   16132:          hashfile without logfiles
                   16133: 
                   16134:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   16135:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   16136:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   16137:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   16138:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   16139:          cluttered disk without huge need]
                   16140: 
                   16141:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   16142:          handy macro, which is strangly abscent in dome lib
                   16143: 
                   16144:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   16145: 
                   16146:        * src/classes/xdoc.C: checked empty response
                   16147: 
                   16148:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   16149:          /, not self node]
                   16150: 
                   16151:        * src/classes/xnode.C: xnode.select returns array always now, in
                   16152:          case 'nothing found' returns empty array
                   16153: 
                   16154:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   16155:          be more tender with ctrl/c/v
                   16156: 
                   16157: 2002-01-23  paf
                   16158: 
                   16159:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   16160:          substituted.         // 2. when dom tree with entites goes under
                   16161:          transform text nodes        // got [erroreosly] cut on first
                   16162:          entity occurance
                   16163: 
                   16164:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   16165:          twice-converting
                   16166: 
                   16167:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   16168:          'e' in output this is for regretful twice-converting here:
                   16169:          $a(double value) when they write double falue  they convert it to
                   16170:          string first, thus %g were losing precesion.
                   16171: 
                   16172:          todo: think up some way to remove double->string string->double
                   16173:          twice-converting
                   16174: 
                   16175:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   16176:          %.20E now default float format this is for regretful
                   16177:          twice-converting here: $a(double value) when they write double
                   16178:          falue  they convert it to string first, thus %g were losing
                   16179:          precesion.
                   16180: 
                   16181:          todo: think up some way to remove double->string string->double
                   16182:          twice-converting
                   16183: 
                   16184:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   16185:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   16186:          reasons in comment inside
                   16187: 
                   16188:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   16189:          statically linked]
                   16190: 
                   16191:        * src/: include/pa_exception.h, main/compile.tab.C,
                   16192:          main/pa_exception.C: removed exception va_list constructor.  1.
                   16193:          not needed anymore 2. there were a conflict[causing errors]
                   16194:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   16195:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   16196:          ctor(, va_list) which, of course, caused gpf
                   16197: 
                   16198:        * src/main/pa_globals.C: removed debug xslt messages
                   16199: 
                   16200: 2002-01-22  paf
                   16201: 
                   16202:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   16203:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   16204:          helps compiling stylesheet properly.  example: this refused to
                   16205:          work,             <b>&laquo;<xsl:value-of select="@title"
                   16206:          />&raquo;</b> stranly worked only this way:
                   16207:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   16208: 
                   16209:          docs says "set it to 1", never going into details, so I decided
                   16210:          to try NOT to do that
                   16211: 
                   16212:        * src/classes/table.C: join behaived badly in case named tables
                   16213:          structure mismatched: 0 strings sneaked into dest failing
                   16214:          afterwards.  replaced them with empty strings
                   16215: 
                   16216: 2002-01-21  paf
                   16217: 
                   16218:        * src/main/pa_charset.C: checked empty transcoders in
                   16219:          transcode_cstr|buf
                   16220: 
                   16221:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   16222: 
                   16223:        * src/classes/xdoc.C: transform error source now
                   16224:          stylesheet_filespec
                   16225: 
1.97      moko     16226:        * src/: classes/Makefile.in, classes/xdoc.C, classes/xnode.C,
1.95      moko     16227:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   16228:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.97      moko     16229:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am,
                   16230:          targets/cgi/Makefile.in: autoconf gnome
1.95      moko     16231: 
                   16232:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16233:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   16234:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   16235:          xslt generic error 1
                   16236: 
                   16237:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   16238:          xml generic message 1
                   16239: 
                   16240:        * src/classes/table.C: ^table::load empty lines or #comments before
                   16241:          headline
                   16242: 
                   16243:        * src/: include/pa_array.h, include/pa_globals.h,
                   16244:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   16245:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16246:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   16247:          errors 0
                   16248: 
                   16249: 2002-01-16  paf
                   16250: 
                   16251:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   16252:          classes/table.C, classes/void.C, classes/xdoc.C,
                   16253:          include/pa_db_connection.h, include/pa_request.h,
                   16254:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16255:          include/pa_stylesheet_connection.h,
                   16256:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   16257:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16258:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   16259:          stylesheet_connection auto destroyers to remaining gnome objects
                   16260: 
                   16261:        * src/classes/xdoc.C: few comments
                   16262: 
                   16263: 2002-01-15  paf
                   16264: 
                   16265:        * src/classes/xdoc.C: xdoc   file   save   string
                   16266: 
                   16267:          ready.  todo: error handling
                   16268: 
                   16269:        * src/classes/xdoc.C: xdoc save rewritten using
                   16270:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   16271:          result
                   16272: 
                   16273:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   16274:          started output options parsing
                   16275: 
                   16276: 2002-01-14  paf
                   16277: 
                   16278:        * src/classes/xdoc.C: method
                   16279: 
                   16280:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16281:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16282:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   16283:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   16284:          xslt transform0.  TODO:   use output options   handle errors
                   16285: 
                   16286:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   16287: 
                   16288: 2002-01-11  paf
                   16289: 
                   16290:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16291:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   16292:          partial logical && || evaluation
                   16293: 
                   16294:        * src/classes/xnode.C: xpath selectNodes
                   16295: 
                   16296:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   16297:          string/number/bool
                   16298: 
                   16299:        * src/classes/xnode.C: xpath selectNode 2
                   16300: 
                   16301:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   16302:          xpath selectNode 1
                   16303: 
                   16304: 2002-01-10  paf
                   16305: 
                   16306:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   16307: 
                   16308:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16309:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   16310:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   16311:          refcounter]
                   16312: 
                   16313: 2001-12-29  paf
                   16314: 
                   16315:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   16316:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   16317:          glib works 0
                   16318: 
                   16319: 2001-12-28  paf
                   16320: 
                   16321:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   16322:          main/pa_exception.C: started glib transcoders
                   16323: 
                   16324:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   16325: 
                   16326:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   16327:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   16328:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   16329:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   16330:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   16331:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   16332:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   16333:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   16334: 
                   16335: 2001-12-27  paf
                   16336: 
                   16337:        * src/: include/pa_charset.h, include/pa_common.h,
                   16338:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16339:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   16340:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   16341:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16342:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   16343:          from xalan&xerces, started the process.  globals [initialization
                   16344:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   16345:          calls
                   16346: 
                   16347:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   16348:          anymore
                   16349: 
                   16350: 2001-12-26  paf
                   16351: 
                   16352:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16353:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   16354:          key globalized [bug]
                   16355: 
                   16356: 2001-12-25  paf
                   16357: 
                   16358:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   16359:          main/pa_string.C: table set & append changed splitting languages,
                   16360:          separators now can be clean AND as-is same to mail command line
                   16361:          $MAIN:MAIL.progX arguments
                   16362: 
                   16363: 2001-12-24  paf
                   16364: 
                   16365:        * src/classes/mail.C: one parted text messages - no multipart
                   16366:          mime-type anymore.  for convinient if $.attach-ments
                   16367: 
                   16368:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   16369:          main/pa_string.C: read from cache size check updated
                   16370: 
                   16371:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   16372: 
                   16373: 2001-12-21  paf
                   16374: 
                   16375:        * src/classes/date.C: date:sql-string now returns localtime
                   16376: 
                   16377:        * src/main/pa_request.C: $result in @main actually not working, to
                   16378:          hell with it for now
                   16379: 
                   16380:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16381:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   16382:          @postprocess @exception
                   16383: 
                   16384:        * src/main/execute.C: junction evaluation canceled - endless
                   16385:          recursion detected
                   16386: 
                   16387: 2001-12-19  paf
                   16388: 
                   16389:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   16390:          intermediate
                   16391: 
                   16392:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   16393: 
                   16394:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   16395: 
                   16396:        * src/classes/op.C: ^cache keypath now relative
                   16397: 
                   16398:        * src/classes/mail.C: changed weighting prior to sort
                   16399: 
                   16400:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   16401:          were missing
                   16402: 
                   16403: 2001-12-17  paf
                   16404: 
                   16405:        * src/main/pa_charset.C: ifndef XML were bad type
                   16406: 
                   16407:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   16408:          outdated unset services_pool
                   16409: 
                   16410:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   16411:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   16412:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   16413: 
                   16414:        * src/main/untaint.C: allowed space in filespec
                   16415: 
                   16416:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   16417: 
                   16418:        * src/classes/image.C: no govno
                   16419: 
                   16420:        * src/classes/image.C: govno
                   16421: 
                   16422: 2001-12-16  paf
                   16423: 
1.97      moko     16424:        * src/: main/Makefile.in, targets/cgi/Makefile.in,
                   16425:          types/Makefile.in: makes
                   16426: 
1.95      moko     16427:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   16428: 
                   16429:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   16430:          charset_connection&manager replaced by charset&charsets
                   16431: 
                   16432:        * src/main/pa_charset.C: name_cstr 0
                   16433: 
                   16434:        * src/main/untaint.C: uri lang now knows about client/source
                   16435:          charsets
                   16436: 
                   16437:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   16438:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16439:          include/pa_array.h, include/pa_cache_managers.h,
                   16440:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   16441:          include/pa_common.h, include/pa_db_connection.h,
                   16442:          include/pa_db_manager.h, include/pa_db_table.h,
                   16443:          include/pa_dictionary.h, include/pa_exception.h,
                   16444:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   16445:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   16446:          include/pa_sapi.h, include/pa_socks.h,
                   16447:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16448:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16449:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16450:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   16451:          main/pa_charset.C, main/pa_charset_connection.C,
                   16452:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   16453:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   16454:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   16455:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   16456:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16457:          types/types.dsp: introducing Charset
                   16458: 
                   16459: 2001-12-14  paf
                   16460: 
                   16461:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   16462:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   16463:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   16464:          uri lang
                   16465: 
                   16466:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   16467: 
                   16468:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   16469: 
                   16470:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   16471:          defalts_name global
                   16472: 
                   16473:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   16474:          include/pa_request.h, main/main.dsp,
                   16475:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   16476:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   16477:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   16478:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   16479:          changed charset model.  now important: $request:charset
                   16480:          $response:charset while $response:content-type.charset become
                   16481:          unimportant [informational]
                   16482: 
                   16483: 2001-12-13  paf
                   16484: 
                   16485:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   16486: 
                   16487:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   16488:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   16489:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   16490:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   16491:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   16492:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16493: 
                   16494:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   16495:          auto_ptr part other way, because of stupid gcc 2.96
                   16496:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   16497:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   16498:          FormatterListener] /usr/include/g++-3/memory:48:
                   16499:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   16500:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16501: 
                   16502:        * src/classes/xdoc.C: removed extra inc
                   16503: 
                   16504:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   16505: 
                   16506:        * src/include/pa_types.h: msvc head debugging flag
                   16507: 
                   16508:        * src/classes/xdoc.C: freed up listener
                   16509: 
                   16510:        * src/classes/string.C: change msg '... code is not code'
                   16511: 
                   16512:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16513:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16514:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   16515:          [past/future prob]
                   16516: 
                   16517:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16518:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   16519:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16520:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   16521: 
                   16522:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16523:          main/pa_string.C: removed signed mismatch warnings
                   16524: 
                   16525:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   16526:          'expires' from header outputs
                   16527: 
                   16528:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   16529:          row ptr
                   16530: 
                   16531:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   16532:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   16533: 
                   16534:        * src/classes/xdoc.C: lang list updated
                   16535: 
                   16536: 2001-12-10  paf
                   16537: 
                   16538:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   16539: 
                   16540:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   16541:          erase files like that, knowing their full name introducing   //
                   16542:          theoretical problem with, for instance, "_2B" and "." fragments,
                   16543:          // they would yield the same    // because
                   16544:          need_file_encode('_')=false  // but we need to delete such files
                   16545:          somehow, getting names from ^index
                   16546: 
                   16547:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   16548:          string::join_chank break]
                   16549: 
                   16550: 2001-12-07  paf
                   16551: 
                   16552:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   16553:          include/pa_common.h, include/pa_config_auto.h.in,
                   16554:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16555:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   16556:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   16557:          types/pa_vhashfile.C: merged from r14_simple_cache
                   16558: 
                   16559:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   16560:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   16561:             lduh  [ %i2 + 1 ], %l0
                   16562: 
                   16563:          bus error, fixed that
                   16564: 
                   16565:        * src/main/pa_string.C: strange string deserialize bug on
                   16566:          client[pmts], a bit shortened,
                   16567: 
                   16568:        * src/include/pa_config_auto.h.in: makes
                   16569: 
                   16570:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   16571:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   16572:          file write shared lock file read
                   16573: 
                   16574:        * src/: classes/op.C, include/pa_common.h,
                   16575:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   16576: 
                   16577: 2001-12-06  paf
                   16578: 
                   16579:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16580:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   16581: 
                   16582:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   16583:          info
                   16584: 
                   16585:        * src/classes/hashfile.C: removed transaction from ^cache
                   16586: 
                   16587: 2001-12-05  paf
                   16588: 
                   16589:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   16590:          IIS5 there were a prob with illegal call check
                   16591: 
                   16592: 2001-12-04  paf
                   16593: 
                   16594:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16595:          main/pa_request.C: measures to log
                   16596: 
                   16597: 2001-11-23  paf
                   16598: 
                   16599:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16600:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   16601:          types/pa_vhashfile.C: merged from _0014, 1
                   16602: 
                   16603:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16604:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   16605:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   16606:          ^cache(33) would change
                   16607: 
                   16608:          0660 bits in file_write & hashfile create
                   16609: 
                   16610:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   16611:          after pa_string optimization]
                   16612: 
                   16613: 2001-11-22  paf
                   16614: 
                   16615:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   16616:          table.offset[whence]
                   16617: 
                   16618:        * src/classes/op.C: process cstr(,connection)
                   16619: 
                   16620:        * src/classes/op.C: process now gets its body on current language,
                   16621:          not as-is
                   16622: 
                   16623:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   16624: 
                   16625:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   16626:          bit
                   16627: 
1.97      moko     16628:        * src/: Makefile.in, classes/xdoc.C, targets/Makefile.in,
                   16629:          targets/cgi/Makefile.in: cached xslt [removed nocache forcing]
1.95      moko     16630: 
                   16631: 2001-11-21  paf
                   16632: 
                   16633:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   16634:          <xsl:output output options made identical to xsl:output
                   16635:          attributes exclusion:    cdata-section-elements what xalan can do
                   16636:          but that not used now:    it can escape and remove CDATA sections
                   16637: 
                   16638:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   16639:          produced by xslt
                   16640: 
                   16641:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   16642: 
                   16643:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   16644: 
                   16645:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   16646:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   16647:          default language for {code}, it happen to change it's language
                   16648:          from CLEAN, so later refused to split by CLEAN \t
                   16649: 
                   16650: 2001-11-20  paf
                   16651: 
1.97      moko     16652:        * src/: classes/Makefile.am, classes/Makefile.in, classes/table.C,
                   16653:          main/Makefile.am, main/Makefile.in, main/pa_exception.C,
                   16654:          types/Makefile.am, types/Makefile.in: moved ident.C & co to
1.95      moko     16655:          bottom of dependeces, so that errors would popup quicklier, fixed
                   16656:          line numbering in table::sql
                   16657: 
                   16658: 2001-11-19  paf
                   16659: 
                   16660:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   16661:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   16662:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   16663:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   16664:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   16665:          at wcontext.write
                   16666: 
1.97      moko     16667:        * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.am,
                   16668:          targets/Makefile.in, targets/cgi/Makefile.in,
                   16669:          targets/cgi/parser3.C, types/Makefile.in: #if _MSC_VER
1.95      moko     16670:          _set_new_handler
                   16671: 
1.97      moko     16672:        * src/: Makefile.in, targets/cgi/parser3.C,
                   16673:          targets/isapi/parser3isapi.C: set_new_handler in apache&isapi
1.95      moko     16674: 
                   16675: 2001-11-16  paf
                   16676: 
                   16677:        * src/targets/cgi/parser3.C: pool debug @ die
                   16678: 
                   16679:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   16680:          removed 8 bytes from String, 2 bytes from
                   16681:          string::chunk::row::item
                   16682: 
                   16683:        * src/main/pa_string.C: removed 1+4 bytes from String
                   16684: 
                   16685:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16686:          types/pa_vstring.C: removed 1+4 bytes from String
                   16687: 
                   16688:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   16689:          0
                   16690: 
                   16691:        * src/: include/pa_globals.h, include/pa_string.h,
                   16692:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   16693:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   16694:          targets/cgi/parser3.C: introducing estimating
                   16695:          String::cstr_bufsize, 0
                   16696: 
                   16697:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   16698: 
                   16699:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   16700: 
                   16701:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   16702:          include/pa_pool.h: die in pool::fail
                   16703: 
                   16704: 2001-11-15  paf
                   16705: 
                   16706:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   16707:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   16708:          dynamic buffer re-back now with counter
                   16709: 
                   16710:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   16711:          static buffer back
                   16712: 
                   16713:        * src/targets/cgi/parser3.C: std::
                   16714: 
                   16715:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   16716:          include/pa_config_includes.h: setnewhandler check
                   16717: 
1.97      moko     16718:        * src/: include/pa_config_auto.h.in, main/Makefile.in: makes
                   16719: 
                   16720:        * src/Makefile.in: configure set_new_handler check added
1.95      moko     16721: 
                   16722:        * src/targets/cgi/parser3.C: set_new_handler started
                   16723: 
                   16724: 2001-11-14  paf
                   16725: 
                   16726:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16727:          was wrong
                   16728: 
                   16729:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16730:          was wrong
                   16731: 
                   16732:        * src/main/pa_request.C: z
                   16733: 
                   16734:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   16735:          full returns win32 -1 solaris >buffer_size
                   16736: 
                   16737:          checked all that
                   16738: 
                   16739:        * src/classes/op.C: ^untaint{body} as-is default now
                   16740: 
                   16741:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16742:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   16743:          with no_bad_constructors_try
                   16744: 
                   16745:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16746:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   16747:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   16748:          $bred[^int::int[]]
                   16749: 
                   16750:          now VObject creation moved into overriden
                   16751:          VClass::create_new_value, thus 0 from create_new_value means that
                   16752:          class has no ctors
                   16753: 
                   16754: 2001-11-13  paf
                   16755: 
                   16756:        * src/classes/classes.C: returned accedently removed if in foreach
                   16757:          callbacks [when hash no-0-restructure]
                   16758: 
                   16759: 2001-11-12  paf
                   16760: 
                   16761:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   16762:          passed as-is to method, xalan makes & into &amp; itself
                   16763: 
                   16764:        * src/classes/date.C: date.roll parser2 alg used
                   16765: 
                   16766:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   16767:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16768:          main/pa_dictionary.C, main/pa_hash.C,
                   16769:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   16770:          now does not containt 0 values. put 0 actullay removes.  no check
                   16771:          on 0 value in foreach now required
                   16772: 
                   16773: 2001-11-11  paf
                   16774: 
                   16775:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   16776: 
                   16777:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   16778: 
                   16779:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   16780:          driver initialize not const
                   16781: 
                   16782: 2001-11-10  paf
                   16783: 
                   16784:        * src/main/pa_exec.C: doc
                   16785: 
                   16786: 2001-11-09  paf
                   16787: 
                   16788:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   16789:          param properly
                   16790: 
                   16791:        * src/classes/string.C: string.save now does untainting before
                   16792:          saving
                   16793: 
                   16794:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   16795:          still cstr oriented]
                   16796: 
                   16797:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16798:          line endings fixing got rid of cstr, now must work ok with post
                   16799:          multipart
                   16800: 
                   16801:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16802:          not file  also now
                   16803: 
                   16804: 2001-11-08  paf
                   16805: 
                   16806:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16807:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16808:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16809:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16810:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16811:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16812:          call virtual from second parent]
                   16813: 
1.97      moko     16814:        * src/: Makefile.in, include/pa_common.h, main/Makefile.am,
                   16815:          main/Makefile.in, targets/cgi/pa_pool.C: makes
1.95      moko     16816: 
                   16817:        * src/: include/pa_request.h, main/pa_request.C,
                   16818:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   16819:          'status' class enabler
                   16820: 
                   16821:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16822: 
                   16823:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16824:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16825:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16826:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16827:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16828:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16829:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16830:          todo: apache 'status' class enabler
                   16831: 
                   16832: 2001-11-05  paf
                   16833: 
                   16834:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16835:          debug to normal
                   16836: 
                   16837:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16838:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16839:          check cleaned cache items manually. few more checks.
                   16840: 
                   16841:          expiring to 0 time was wrong, changed to 'now' time
                   16842: 
                   16843:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16844:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16845:          on apache already done :)
                   16846: 
                   16847:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16848:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16849:          cache items manually
                   16850: 
                   16851:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16852:          parser_multithreaded check was wrong
                   16853: 
                   16854:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16855:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16856:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16857:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16858:          classes/string.C, classes/table.C, classes/void.C,
                   16859:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16860:          include/pa_array.h, include/pa_charset_connection.h,
                   16861:          include/pa_charset_manager.h, include/pa_common.h,
                   16862:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16863:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16864:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16865:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16866:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16867:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16868:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16869:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16870:          include/pa_stack.h, include/pa_string.h,
                   16871:          include/pa_stylesheet_connection.h,
                   16872:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16873:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16874:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16875:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16876:          main/pa_charset_manager.C, main/pa_common.C,
                   16877:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16878:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16879:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16880:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16881:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16882:          main/pa_status_provider.C, main/pa_string.C,
                   16883:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   16884:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16885:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16886:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16887:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16888:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16889:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16890:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16891:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16892:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16893:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16894:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16895:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16896:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16897:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16898:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16899:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16900:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16901:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16902:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16903:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16904:          $status:db fixed used not initialized in db_connection & db_table
                   16905: 
                   16906:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16907:          $status:charset
                   16908: 
                   16909:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16910:          include/pa_stylesheet_connection.h,
                   16911:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   16912:          types/pa_vstatus.h: $status:stylesheet
                   16913: 
                   16914:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16915:          include/pa_request.h, include/pa_sql_connection.h,
                   16916:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16917:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16918:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16919:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16920:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   16921:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   16922: 
                   16923: 2001-11-01  paf
                   16924: 
                   16925:        * src/include/pa_config_auto.h.in: makes
                   16926: 
                   16927:        * src/main/pa_hash.C: removed old extra include
                   16928: 
                   16929:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16930:          checks [for hp, there are such in math.h]
                   16931: 
                   16932:        * src/classes/op.C: ^for endless loop check strightened
                   16933: 
                   16934:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16935:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16936:          co can use r.root to write their i & key,value there
                   16937: 
1.97      moko     16938:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   16939:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   16940:          makes
                   16941: 
1.95      moko     16942:        * src/classes/op.C: detected for var storage bug, fixed.
                   16943:          todo:foreach
                   16944: 
                   16945:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16946:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16947:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16948:          changing of hash inside of foreach
                   16949: 
                   16950:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   16951:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16952:          were hash.foreach
                   16953: 
                   16954:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   16955:          types/pa_vstring.C, types/pa_vstring.h:
                   16956:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16957: 
                   16958:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   16959:          types/pa_vcookie.C: ^hash.delete[key]
                   16960: 
                   16961: 2001-10-31  paf
                   16962: 
                   16963:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16964:          considered "read", not ignored [not perfect trick used]
                   16965: 
                   16966:        * src/main/pa_common.C: simplier common ifdefs
                   16967: 
                   16968:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16969: 
                   16970:        * src/main/pa_db_connection.C: z
                   16971: 
                   16972:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16973:          lockdetector flags
                   16974:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16975: 
                   16976:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16977:          from accidental show [imagine user forgot @exception]
                   16978: 
                   16979:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   16980: 
                   16981:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16982:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   16983:          main/pa_common.C: ^string.save[[append;]path]
                   16984: 
                   16985:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16986:          main/execute.C: \ in expression: int divide 10/3=3
                   16987: 
                   16988:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16989:          inside of ^cache
                   16990: 
                   16991:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   16992:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16993:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16994:          needed
                   16995: 
                   16996: 2001-10-30  paf
                   16997: 
                   16998:        * src/: classes/classes.dsp, main/main.dsp,
                   16999:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17000:          types/types.dsp: enabled debug incremental compile
                   17001: 
                   17002:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   17003:          form post data line endings not reformatted now.
                   17004: 
                   17005:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   17006:          now required [had bug when file= has no value]
                   17007: 
                   17008:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   17009:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   17010:          cstr(asis) default param removed
                   17011: 
                   17012:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   17013: 
                   17014:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   17015: 
                   17016:        * src/include/pa_dir.h: LOAD_DIR fixed
                   17017: 
                   17018:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   17019:          was broken} fix_line_breaks
                   17020: 
                   17021:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   17022:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   17023:          packed with #pragma pack
                   17024: 
1.97      moko     17025:        * src/: Makefile.in, include/pa_config_auto.h.in: pragma detection
1.95      moko     17026: 
                   17027: 2001-10-29  paf
                   17028: 
                   17029:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   17030: 
                   17031:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   17032:          string hash.puts
                   17033: 
                   17034:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   17035: 
                   17036:        * src/include/pa_sql_connection.h: there were one wrong
                   17037:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   17038: 
                   17039:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   17040:          param.someday either ifdef or remove it
                   17041: 
                   17042:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   17043: 
                   17044:        * src/main/untaint.C: optimizing returned after debugging
                   17045: 
                   17046:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   17047:          main/untaint.C: memory hunging #pragma pack(1)
                   17048: 
                   17049:          16 419 844 13 169 394
                   17050: 
                   17051:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   17052:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   17053:          places [todo:Array]
                   17054: 
                   17055:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17056:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   17057:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   17058: 
                   17059:          total 5 652 652/158731 total 5 469 332/158731
                   17060: 
                   17061:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   17062:          Array:: without cache in get/put now
                   17063: 
                   17064:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   17065:          18:25:27 2001] total 5 652 652/158731
                   17066: 
                   17067:        * src/: include/pa_string.h, main/pa_string.C,
                   17068:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   17069:          now
                   17070: 
                   17071:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   17072:          18:11:53 2001] total 5796092/158731
                   17073: 
                   17074:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   17075:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   17076:          key ref now
                   17077: 
                   17078:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   17079:          17:11:17 2001] total 16867948/202658
                   17080: 
                   17081:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   17082:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   17083:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   17084:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17085:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   17086:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   17087:          string::as_int/double now usually uses stack, not heap [200K out
                   17088:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   17089: 
                   17090:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   17091:          hiding bug]
                   17092: 
                   17093:        * src/Makefile.am: .am order
                   17094: 
                   17095:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   17096:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17097:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   17098:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   17099:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   17100:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   17101:          required "friend class"
                   17102: 
                   17103:          ../include/pa_request.h:51: friend declaration requires
                   17104:          class-key, i.e. `friend    class Temp_lang'
                   17105: 
                   17106:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   17107:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   17108:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   17109: 
                   17110:          the idea is to #1 jump to C++ some function to main body, where
                   17111:          every function stack frame has exception unwind information and
                   17112:          from there... #2 propagate_exception()
                   17113: 
                   17114: 2001-10-28  paf
                   17115: 
                   17116:        * src/main/pa_db_connection.C: removed old consts
                   17117: 
                   17118:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   17119:          with wrong type/cast]
                   17120: 
                   17121:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   17122:          translation
                   17123: 
1.97      moko     17124:        * src/: classes/Makefile.am, classes/Makefile.in,
                   17125:          targets/cgi/Makefile.am, targets/cgi/Makefile.in: db makes.
1.95      moko     17126:          remember to build DB2 with -fexceptions!!!
                   17127: 
                   17128:        * src/main/pa_db_table.C: DB_RMW defed
                   17129: 
                   17130:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   17131:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17132:          include/pa_db_table.h, main/pa_db_connection.C,
                   17133:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   17134: 
                   17135: 2001-10-27  paf
                   17136: 
                   17137:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17138:          include/pa_db_table.h, main/pa_db_connection.C,
                   17139:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   17140:          types/pa_vhashfile.C: DB2 ifdefs
                   17141: 
1.97      moko     17142:        * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
                   17143:          include/pa_config_fixed.h, main/Makefile.am, main/Makefile.in,
                   17144:          targets/Makefile.in, targets/cgi/Makefile.am,
                   17145:          targets/cgi/Makefile.in, types/Makefile.am, types/Makefile.in:
1.95      moko     17146:          makes with DB2
                   17147: 
1.97      moko     17148:        * src/: Makefile.in, classes/Makefile.in,
                   17149:          include/pa_config_auto.h.in, main/Makefile.am, main/Makefile.in,
                   17150:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.am,
                   17151:          types/Makefile.in: makes db
1.95      moko     17152: 
                   17153:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   17154:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   17155:          globals.C
                   17156: 
                   17157:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17158:          include/pa_db_table.h, main/pa_db_connection.C,
                   17159:          main/pa_db_table.C: ^hashfile.clear[]
                   17160: 
                   17161:        * src/classes/classes.awk: no $ in var names
                   17162: 
                   17163:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   17164:          connection&table [forgotten calls]
                   17165: 
                   17166: 2001-10-26  paf
                   17167: 
                   17168:        * src/main/pa_db_connection.C: db checkpoints
                   17169: 
                   17170:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   17171:          checkpoints
                   17172: 
                   17173:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   17174:          default. but entities still reparsed. todo: tothink
                   17175: 
                   17176:        * src/main/pa_db_connection.C: db recover mech 2
                   17177: 
                   17178:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17179:          include/pa_db_manager.h, include/pa_db_table.h,
                   17180:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   17181:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   17182:          types/pa_vhashfile.h: db connections & tables now cached at
                   17183:          create time & multithreaded
                   17184: 
                   17185:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   17186:          parsed_source
                   17187: 
                   17188:        * src/main/pa_db_connection.C: about to remove connection from
                   17189:          vhashfile
                   17190: 
                   17191:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   17192:          transaction commit/rollback responsibility left to parent [as it
                   17193:          sould - else there were a bug with double free]
                   17194: 
                   17195:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   17196:          responsibility left to parent [as it sould - else there were a
                   17197:          bug with double free]
                   17198: 
                   17199: 2001-10-25  paf
                   17200: 
                   17201:        * src/: classes/hashfile.C, include/pa_common.h,
                   17202:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17203:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   17204:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   17205:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   17206:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   17207:          yet]
                   17208: 
                   17209:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   17210: 
                   17211:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   17212:          transaction parent passed
                   17213: 
                   17214: 2001-10-24  parser
                   17215: 
1.97      moko     17216:        * src/classes/: Makefile.am, Makefile.in: makes
1.95      moko     17217: 
                   17218:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   17219:          isapi/pool_storage.h: pool_storage fixed
                   17220: 
                   17221:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   17222:          types/pa_vform.h: form fix_line_breaks
                   17223: 
1.97      moko     17224:        * src/: classes/Makefile.in, main/Makefile.in,
                   17225:          targets/cgi/Makefile.in, targets/cgi/pool_storage.h: makes
1.95      moko     17226: 
                   17227:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   17228:          targets/cgi/pool_storage.h: makes
                   17229: 
                   17230:        * src/sql/pa_sql_driver.h: version
                   17231: 
                   17232:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   17233:          types/pa_vform.C, types/pa_vform.h: .am
                   17234: 
                   17235:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   17236:          this: DB_RMW Acquire write locks instead of read locks when doing
                   17237:          the retrieval. Setting this flag may decrease the likelihood of
                   17238:          deadlock during a read-modify-write cycle by immediately
                   17239:          acquiring the write lock during the read part of the cycle so
                   17240:          that another thread of control acquiring a read lock for the same
                   17241:          item, in its own read-modify-write cycle, will not result in
                   17242:          deadlock
                   17243: 
                   17244:        * src/targets/isapi/parser3isapi.dsp: doc
                   17245: 
                   17246:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   17247: 
                   17248:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   17249: 
                   17250:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17251:          main/pa_db_connection.C: hashfile expired deleted from db when
                   17252:          get & iterate
                   17253: 
                   17254:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   17255:          expiring 1
                   17256: 
                   17257:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   17258: 
                   17259:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   17260:          db_connection not bothers with key when not returning expired
                   17261:          data
                   17262: 
                   17263:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   17264:          types/pa_vhashfile.C: db_cursor constructor public now
                   17265: 
                   17266:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   17267:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   17268:          stamped, todo: put_element analize
                   17269: 
                   17270:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   17271:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   17272:          serialize. todo stamp
                   17273: 
                   17274: 2001-10-23  parser
                   17275: 
                   17276:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   17277:          classes/image.C, classes/mail.C, classes/response.C,
                   17278:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17279:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   17280:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   17281:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   17282:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   17283:          types/pa_vtable.C: ^hashfile.hash[]
                   17284: 
                   17285:        * src/: classes/hashfile.C, classes/xdoc.C,
                   17286:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   17287:          main/pa_globals.C: ifdefs so it compiled without db
                   17288: 
                   17289:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17290:          include/pa_db_manager.h, main/pa_db_connection.C,
                   17291:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   17292:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   17293:          ^hashfile.delete[key]
                   17294: 
                   17295: 2001-10-22  parser
                   17296: 
                   17297:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   17298:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   17299: 
                   17300:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   17301:          classes/xnode.C, include/pa_charset_connection.h,
                   17302:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17303:          include/pa_exception.h, include/pa_sapi.h,
                   17304:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17305:          include/pa_stylesheet_connection.h,
                   17306:          include/pa_stylesheet_manager.h,
                   17307:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17308:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17309:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   17310:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17311:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   17312:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   17313:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   17314:          types/types.dsp: hashfile 0
                   17315: 
                   17316:        * src/types/pa_vhashfile.C: z
                   17317: 
                   17318:        * src/: classes/classes.dsp, classes/hashfile.C,
                   17319:          include/pa_config_fixed.h, main/execute.C,
                   17320:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   17321:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   17322: 
                   17323:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   17324: 
                   17325:        * src/: include/pa_exception.h, include/pa_request.h,
                   17326:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   17327:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17328:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   17329: 
                   17330: 2001-10-19  parser
                   17331: 
                   17332:        * src/include/pa_pool.h: header
                   17333: 
                   17334:        * src/main/pa_pool.C: auto compiled on gcc
                   17335: 
                   17336:        * src/classes/image.C: comment
                   17337: 
1.97      moko     17338:        * src/: Makefile.in, classes/Makefile.in, include/pa_pool.h,
                   17339:          main/Makefile.in, main/pa_common.C, targets/Makefile.in,
                   17340:          targets/cgi/Makefile.in, types/Makefile.in: makes
1.95      moko     17341: 
                   17342:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17343:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17344:          types/pa_vxnode.h: xnode clone got freed
                   17345: 
                   17346:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17347:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   17348:          can free up xalandomstring resulting from pool::transcode
                   17349: 
                   17350:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   17351:          include/pa_config_fixed.h, include/pa_exception.h,
                   17352:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   17353:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   17354:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   17355:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   17356:          from non-xml compile
                   17357: 
                   17358:        * src/main/pa_request.C: pool:: context - get_context
                   17359: 
                   17360:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17361:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17362:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17363:          classes/string.C, classes/table.C, classes/void.C,
                   17364:          include/pa_config_fixed.h, include/pa_exception.h,
                   17365:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   17366:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17367:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   17368:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17369:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17370:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   17371:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17372:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   17373:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   17374:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   17375:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   17376:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   17377:          exceptions 0
                   17378: 
                   17379:        * src/classes/classes.awk: $ removed
                   17380: 
                   17381: 2001-10-18  parser
                   17382: 
                   17383:        * src/types/pa_vcookie.C: cookie:CLASS
                   17384: 
                   17385:        * src/main/main.dsp: project
                   17386: 
                   17387:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   17388:          set_document & ctor question "who owns document" solved
                   17389: 
                   17390:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   17391: 
                   17392:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17393:          main/pa_pool.C: encoding in dom creating funcs
                   17394: 
                   17395:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   17396:          be transformed now
                   17397: 
                   17398:        * src/classes/xdoc.C: dom created by create can be transformed now
                   17399: 
                   17400:        * src/classes/xdoc.C: z
                   17401: 
                   17402:        * src/classes/xdoc.C: comment
                   17403: 
                   17404:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   17405:          create now uses XercesDocumentBridge, appendChild&co now works
                   17406: 
                   17407:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   17408:          @ recompile
                   17409: 
                   17410:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   17411:          $origin @exception[
                   17412: 
                   17413:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   17414:          tag names forced to XML lang
                   17415: 
                   17416:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   17417:          leechy-found bugs in code&doc fixed
                   17418: 
                   17419: 2001-10-17  parser
                   17420: 
                   17421:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   17422:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   17423:          n functionality preserved
                   17424: 
                   17425:        * src/types/pa_vimage.h: removed unused vimage::save
                   17426: 
                   17427: 2001-10-16  parser
                   17428: 
                   17429:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   17430: 
                   17431:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   17432: 
                   17433:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   17434: 
                   17435:        * src/classes/image.C: image.copy tolerance
                   17436: 
                   17437:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   17438:          ineffective, but works for small paleted image
                   17439: 
                   17440:        * src/types/pa_vimage.C: comment
                   17441: 
                   17442:        * src/classes/image.C: gd size/resize bugfix
                   17443: 
                   17444:        * src/: classes/classes.dsp, main/main.dsp,
                   17445:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17446:          types/types.dsp: ident >nul 2>&1
                   17447: 
                   17448:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   17449:          systems
                   17450: 
                   17451:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   17452:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   17453: 
                   17454: 2001-10-15  parser
                   17455: 
                   17456:        * src/main/execute.C: z
                   17457: 
                   17458:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   17459: 
                   17460:        * src/types/pa_vxnode.C:     document_type_node.
                   17461:                  !readonly attribute DOMString name
                   17462:              !notation_node.
                   17463:                  !readonly attribute DOMString publicId
                   17464:                  !readonly attribute DOMString systemId
                   17465: 
1.97      moko     17466:        * src/: Makefile.in, types/pa_vcode_frame.h, types/pa_wcontext.C:
                   17467:          code_frame fixed - ::write badly passed string too transparently
                   17468:          [failed to intercept it]
1.95      moko     17469: 
                   17470:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   17471:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   17472:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17473:          types/pa_vxnode.h: DOM1 major addtion, only few
                   17474:          attributes/methods left
                   17475: 
                   17476: 2001-10-13  parser
                   17477: 
                   17478:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17479:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   17480:          in main handler
                   17481: 
                   17482:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   17483:          cleanups & frees order
                   17484: 
                   17485:        * src/types/pa_vcode_frame.h: couple comments
                   17486: 
                   17487:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   17488:          transparent enough to handle hash if creation&passing
                   17489: 
                   17490:        * src/: include/pa_config_fixed.h, main/execute.C,
                   17491:          main/pa_exception.C: noticed that vcodeframe not transparent
                   17492:          enough, would change now
                   17493: 
                   17494: 2001-10-12  parser
                   17495: 
                   17496:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   17497:          fixed. initialization&free on each thread!
                   17498: 
                   17499:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   17500:          handling changed: now type of default param analized always, not
                   17501:          only at problem time, thus helping early problem spotting
                   17502: 
                   17503:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   17504:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   17505:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   17506:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   17507:          multithread bug fixed. initialization&free on each thread!
                   17508: 
                   17509: 2001-10-11  parser
                   17510: 
                   17511:        * src/classes/xnode.C: xnode.selectSingle now
                   17512: 
                   17513:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   17514:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   17515:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   17516:          convertors out of Pool into Exception
                   17517: 
                   17518:        * src/main/pa_string.C: const
                   17519: 
                   17520:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   17521:          linked pieces of same language together prior to String::replace
                   17522: 
                   17523:        * src/classes/hash.C:     !^hash.add[addme]
                   17524:              !^hash.sub[subme]
                   17525:              !^a.union[b] = new
                   17526:              !^a.intersection[b] = new
                   17527:              !^a.intersects[b] = bool
                   17528: 
                   17529:        * src/classes/hash.C:     !^hash::append[append_from]
                   17530: 
                   17531:        * src/: classes/hash.C, types/pa_vhash.h:
                   17532:          !^hash::create[[copy_from]]
                   17533: 
                   17534:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   17535:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   17536:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   17537:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   17538:          exception but somebody[value.bark] tried to throw it on it's pool
                   17539: 
1.97      moko     17540:        * src/Makefile.in: makes
                   17541: 
                   17542:        * src/: Makefile.in, classes/Makefile.in: makes. stdc++ lib added
                   17543:          to apache libraries
                   17544: 
                   17545:        * src/: Makefile.in, classes/Makefile.in,
                   17546:          include/pa_config_auto.h.in, main/Makefile.in,
                   17547:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   17548:          makes
                   17549: 
                   17550:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   17551:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   17552:          makes
1.95      moko     17553: 
                   17554: 2001-10-10  parser
                   17555: 
                   17556:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   17557: 
                   17558:        * src/main/: compile.tab.C, compile.y: ^a[
                   17559: 
                   17560:          @next_method  << now unclosed ] would be reported here
                   17561: 
                   17562:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   17563:          compile error
                   17564: 
                   17565: 2001-10-09  parser
                   17566: 
1.97      moko     17567:        * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
                   17568:          main/Makefile.am, main/Makefile.in, targets/Makefile.in,
                   17569:          targets/cgi/Makefile.am, targets/cgi/Makefile.in,
                   17570:          types/Makefile.am, types/Makefile.in: makes
                   17571: 
                   17572:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   17573:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   17574:          makes
1.95      moko     17575: 
                   17576:        * src/classes/Makefile.am: makes
                   17577: 
                   17578:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   17579:          win32 errors intercepted [xalan transformer patched and
                   17580:          incorporated]
                   17581: 
                   17582:        * src/: classes/classes.dsp, classes/xdoc.C,
                   17583:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17584:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17585:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   17586:          patches starting
                   17587: 
                   17588:        * src/classes/: string.C, table.C: ^string.save[file]
                   17589: 
                   17590:        * src/classes/: date.C, table.C: calendar moved to date
                   17591: 
                   17592:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   17593:          string/table]  now
                   17594: 
                   17595:        * src/classes/: op.C, table.C: z
                   17596: 
                   17597:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   17598:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   17599:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   17600:          be code [be string..]
                   17601: 
                   17602:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   17603:          table.C: lots of
                   17604:          params->as_int/double/as_string/as_junction/as_no_junction
                   17605:          messages added
                   17606: 
                   17607: 2001-10-08  parser
                   17608: 
                   17609:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   17610:          classes/table.C, classes/void.C, include/pa_request.h:
                   17611:          params->as_int/double message added
                   17612: 
                   17613:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   17614: 
                   17615:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   17616:          image:sector removed image:html internal "line-*" attribs
                   17617: 
                   17618:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   17619:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   17620: 
                   17621:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   17622:          way
                   17623: 
                   17624:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   17625:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   17626:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   17627: 
                   17628:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   17629:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   17630:          @ SAPI::log
                   17631: 
                   17632:        * src/main/untaint.C: \r to ' ' in origins mode
                   17633: 
                   17634:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   17635:          set]
                   17636: 
                   17637:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   17638:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   17639:          nonstandard liaison freed up
                   17640: 
                   17641: 2001-10-07  parser
                   17642: 
                   17643:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   17644:          project
                   17645: 
                   17646: 2001-10-05  parser
                   17647: 
                   17648:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   17649:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   17650:          from outputing to cerr.  lots of "todos"
                   17651: 
                   17652:        * src/main/untaint.C: http_header tainting more gentle with
                   17653:          enquoting now
                   17654: 
                   17655:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   17656:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   17657:          xml errorhandler.  fixed string.replace a little, read @test
                   17658: 
                   17659:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   17660:          *) does not have limit, and looks further eos, fixing....
                   17661: 
                   17662:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   17663: 
                   17664:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   17665: 
                   17666:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   17667:          bugfix
                   17668: 
1.97      moko     17669:        * src/: Makefile.in, main/compile.tab.C, main/compile.y: disabled
                   17670:          ^literals in names $result[^[$p^]z] now works fine
1.95      moko     17671: 
                   17672:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   17673:          wrong. fixed it
                   17674: 
                   17675:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   17676:          of totable appered to be vital
                   17677: 
                   17678: 2001-10-04  parser
                   17679: 
                   17680:        * src/classes/image.C: ^image.length[text]
                   17681: 
                   17682: 2001-10-03  parser
                   17683: 
                   17684:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   17685: 
                   17686:        * src/main/pa_request.C: restored pcre defaulting in request
                   17687:          [mindlessly "optimized" yesterday] comment left
                   17688: 
                   17689: 2001-10-02  parser
                   17690: 
                   17691:        * src/: main/pa_charset_manager.C,
                   17692:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   17693:          needed
                   17694: 
                   17695:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   17696:          forgot non-xml pool.*charset needed
                   17697: 
                   17698:        * src/classes/table.C: # config comments fixed
                   17699: 
                   17700:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   17701:          charset_connection #comment now
                   17702: 
                   17703:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   17704:          options fixed to use release msvcrt lib
                   17705: 
1.97      moko     17706:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   17707:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   17708:          makes
                   17709: 
1.95      moko     17710:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   17711:          removed default - pcre handles that internally fixed bug on
                   17712:          not-cleaning tables [previously was calloced, now member]
                   17713: 
                   17714:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   17715:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   17716:          inside removed default - pcre handles that internally fixed bug
                   17717:          on not-cleaning tables [previously was calloced, now member]
                   17718: 
                   17719:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   17720:          tested charset reload on file change @ apache version = OK tested
                   17721:          freeing up prev encoding on adding new = OK
                   17722: 
                   17723: 2001-10-01  parser
                   17724: 
                   17725:        * src/main/pa_charset_connection.C: removed entitify external hack
                   17726:          [internal installed]
                   17727: 
1.97      moko     17728:        * src/main/: Makefile.am, Makefile.in: makes+removed dtd
1.95      moko     17729: 
                   17730:        * src/: include/pa_charset_connection.h,
                   17731:          include/pa_charset_manager.h,
                   17732:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17733:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   17734:          main/pa_request.C: charset loading & caching mech 0
                   17735: 
                   17736:        * src/: include/pa_stylesheet_connection.h,
                   17737:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17738:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   17739:          & caching mech now
                   17740: 
                   17741: 2001-09-30  parser
                   17742: 
                   17743:        * src/main/pa_request.C: forgot to fill toTable
                   17744: 
                   17745:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   17746:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   17747:          failed on win32 for now..
                   17748: 
                   17749:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   17750:          now charsets table configuration variable is: CHARSETS
                   17751: 
                   17752:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   17753:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   17754: 
                   17755:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17756:          include/pa_request.h, main/pa_request.C: started ctype with
                   17757:          unicode values
                   17758: 
                   17759: 2001-09-28  parser
                   17760: 
                   17761:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   17762:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   17763:          string passed AS-IS now
                   17764: 
                   17765:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   17766:          way of user-configuring... todo: implement
                   17767: 
                   17768: 2001-09-27  parser
                   17769: 
                   17770:        * src/classes/table.C: table.sort changed to sort table itself
                   17771: 
                   17772:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   17773:          X^.getElementsByTagName[tagname] = array of xnode
                   17774:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   17775:          nodes removed - regretfully not supported @ xalan. maybe someday
                   17776:          would reimplement, if needed.
                   17777: 
                   17778:          win32build system: solved long waiting anti-non-started-apache
                   17779:          problem
                   17780: 
                   17781:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   17782:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17783:          types/types.dsp: win32 ident make system so not to rebuild
                   17784:          library [ident.C.new]
                   17785: 
                   17786: 2001-09-26  parser
                   17787: 
                   17788:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   17789:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   17790:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17791:          types/pa_vxnode.C, types/types.dsp: z
                   17792: 
                   17793:        * src/classes/classes.C: forgot one non-xml check
                   17794: 
1.97      moko     17795:        * src/: Makefile.am, classes/Makefile.am, classes/Makefile.in,
                   17796:          main/Makefile.am, main/Makefile.in, targets/Makefile.in,
                   17797:          targets/cgi/Makefile.am, targets/cgi/Makefile.in,
                   17798:          types/Makefile.am, types/Makefile.in: makes with clases.awk
1.95      moko     17799: 
                   17800:        * src/targets/cgi/parser3.C: z
                   17801: 
                   17802:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   17803:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   17804: 
                   17805:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   17806:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17807:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   17808:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   17809:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17810:          types/types.dsp: xdoc&xnode now
                   17811: 
                   17812:        * src/: classes/classes.C, classes/classes.awk,
                   17813:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   17814:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   17815:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17816:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17817:          classes/op.C, classes/response.C, classes/string.C,
                   17818:          classes/table.C, classes/void.C, include/pa_array.h,
                   17819:          include/pa_common.h, include/pa_config_fixed.h,
                   17820:          include/pa_config_includes.h, include/pa_dictionary.h,
                   17821:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17822:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17823:          include/pa_socks.h, include/pa_sql_connection.h,
                   17824:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17825:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17826:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   17827:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   17828:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   17829:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   17830:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17831:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17832:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17833:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17834:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   17835:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17836:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17837:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17838:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17839:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   17840:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17841:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17842:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17843:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17844:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   17845:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17846:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   17847:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17848:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17849:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   17850:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17851:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   17852:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17853:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17854:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   17855:          main.dsp splitted to main+classes+types along to .am
                   17856: 
                   17857:        * src/classes/Makefile.am: removed useless var
                   17858: 
                   17859:        * src/: classes/classes.cmd, main/main.dsp,
                   17860:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17861:          main.dsp
                   17862: 
                   17863: 2001-09-25  parser
                   17864: 
                   17865:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17866:          1251 though, todo ICU
                   17867: 
1.97      moko     17868:        * src/: Makefile.am, Makefile.in, classes/Makefile.am,
                   17869:          classes/Makefile.in, classes/dom.C,
1.95      moko     17870:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.97      moko     17871:          main/Makefile.in, main/pa_pool.C, targets/Makefile.in,
                   17872:          targets/cgi/Makefile.am, targets/cgi/Makefile.in,
                   17873:          types/Makefile.am, types/Makefile.in, types/pa_vdom.h: xml
                   17874:          configure makes
1.95      moko     17875: 
                   17876: 2001-09-24  parser
                   17877: 
1.97      moko     17878:        * src/: Makefile.in, classes/Makefile.am, classes/Makefile.in,
                   17879:          include/pa_config_auto.h.in, main/Makefile.in,
                   17880:          targets/Makefile.in, types/Makefile.am, types/Makefile.in: makes
1.95      moko     17881: 
1.97      moko     17882:        * src/targets/cgi/: Makefile.am, Makefile.in: makefiles
1.95      moko     17883: 
                   17884:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17885:          started unix makes update
                   17886: 
                   17887:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17888:          started unix makes update
                   17889: 
                   17890:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17891: 
                   17892:        * src/types/pa_value.h: z
                   17893: 
                   17894:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17895:          bugs with usinge hash/table in expressions
                   17896: 
                   17897:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17898:          resolved conflicts fixed [const]
                   17899: 
                   17900:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   17901:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   17902:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17903:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   17904:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17905:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17906:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17907:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17908:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17909:          with before_xml [merge2 actually didn't happen - i've created
                   17910:          tags on wrong branch. so this merge is in fact re-merge]
                   17911: 
                   17912: 2001-09-21  parser
                   17913: 
                   17914:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17915:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17916:          produced "" in make file and sadly wrong interpreted on load]
                   17917: 
1.97      moko     17918:        * src/: Makefile.in, classes/classes.h, classes/hash.C,
                   17919:          classes/op.C, classes/table.C, doc/doxygen.cfg,
                   17920:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17921:          include/pa_sapi.h, include/pa_sql_driver_manager.h,
                   17922:          include/pa_string.h, main/compile.tab.C, main/main.dsp,
                   17923:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17924:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp: merged
                   17925:          with before_xml
1.95      moko     17926: 
                   17927:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17928:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   17929:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17930:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17931:          main/pa_pool.C, main/pa_request.C,
                   17932:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17933:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17934:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17935:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17936:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17937:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17938:          types/pa_vrequest.C, types/pa_vresponse.h,
                   17939:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   17940:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17941:          created new projects for sql drivers [planning to remove sql
                   17942:          drivers from main cvs project] first, will join latest changes
                   17943: 
                   17944:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17945:          pool.get_charset
                   17946: 
                   17947:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17948:          pool.get_charset
                   17949: 
                   17950:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17951:          pool.get_charset
                   17952: 
                   17953:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   17954:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17955:          methods encoding to pool.get_charset
                   17956: 
                   17957:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17958:          transcoder were created right "unsupported encoding" message.
                   17959:          not @ set time, but @ use time, so until xml output functions
                   17960:          .string, .file, .save used - no encoding name check occur
                   17961: 
                   17962:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17963:          registration needed, pools are officially destructured
                   17964: 
                   17965: 2001-09-20  parser
                   17966: 
                   17967:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17968: 
                   17969:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   17970:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17971: 
                   17972:        * src/: classes/dnode.C, classes/dom.C,
                   17973:          include/pa_config_includes.h, include/pa_globals.h,
                   17974:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17975:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17976:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17977:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   17978:          Pool::transcode 0
                   17979: 
                   17980:        * src/classes/dom.C: dom. string save file moved output xml options
                   17981:          to last param and made it optional
                   17982: 
                   17983:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17984:          dnodes
                   17985:              !$attributenode.specified = boolean
                   17986:                      true if the attribute received its value explicitly
                   17987:          in the XML document,
                   17988:                      or if a value was assigned programatically with the
                   17989:          setValue function.
                   17990:                  false if the attribute value came from the default value
                   17991:          declared in the document's DTD.
                   17992:              !$pinode.target = target of this processing instruction
                   17993:                  XML defines this as being the first token following the
                   17994:          markup
                   17995:                  that begins the processing instruction.
                   17996:                  XPath:
                   17997:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17998:          1->node1
                   17999:              !^node.select-single[xpath/query/expression] = first node if
                   18000:          any
                   18001: 
                   18002:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   18003:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   18004:          some 'const's added
                   18005: 
                   18006:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   18007:          expression context now, there value = size and boolean value
                   18008:          size!=0
                   18009: 
                   18010:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   18011:          can be used in expression context now, there value = size and
                   18012:          boolean value size!=0
                   18013: 
                   18014:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   18015:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   18016:          due to strange xalan bug
                   18017: 
                   18018: 2001-09-18  parser
                   18019: 
                   18020:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   18021:          classes/image.C, classes/op.C, classes/table.C,
                   18022:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   18023:          include/pa_sql_driver_manager.h, main/compile.C,
                   18024:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   18025:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   18026:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   18027:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18028:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   18029:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   18030:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   18031:          before_xml branch ^if(def $hash) now true only when
                   18032:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   18033: 
                   18034:        * src/: classes/op.C, main/execute.C: operators self changed to
                   18035:          root ^for variable context changed to self
                   18036: 
                   18037:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   18038:          dnode 1
                   18039: 
                   18040:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   18041:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   18042: 
                   18043:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   18044:          poly* fixed
                   18045: 
                   18046: 2001-09-17  parser
                   18047: 
                   18048:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   18049:          types/pa_vdom.h: started dnode+dom
                   18050: 
                   18051:          dnode     DOM methods:     $node.name     $node.value
                   18052:          ...others...
                   18053: 
                   18054:              ^node.xpath[/rates/USD] = hash
                   18055:                  $hash[
                   18056:                          $.0[node0]
                   18057:                          $.1[node1]
                   18058:                  ]
                   18059: 
                   18060:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   18061:          applies to all linear primitives
                   18062: 
                   18063:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   18064:          include/pa_stylesheet_connection.h, main/main.dsp,
                   18065:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   18066:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   18067:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   18068:          dom(dnode)
                   18069: 
                   18070:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   18071:          main/compile.y, main/compile_tools.h, main/execute.C,
                   18072:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   18073:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   18074:          name after '.'
                   18075: 
                   18076: 2001-09-15  parser
                   18077: 
                   18078:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   18079:          image: $line-width ^line(...)[****   style]
                   18080: 
                   18081:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   18082:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   18083:          pool_storage - cleanups first, allocations second.  apache wisely
                   18084:          does just like that
                   18085: 
                   18086:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   18087:          rewritten using template, no bugs now
                   18088: 
                   18089:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   18090:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   18091:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   18092:          poorly started isapi pool_storage, would rewrite using template
                   18093:          now
                   18094: 
                   18095:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   18096:          include/pa_stylesheet_connection.h, main/main.dsp,
                   18097:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   18098:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   18099:          xalan objects freed up [introducing Pool::register_cleanup]
                   18100: 
                   18101:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   18102:          comments
                   18103: 
                   18104: 2001-09-14  parser
                   18105: 
                   18106:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   18107:          z
                   18108: 
                   18109:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   18110:          classes/mail.C, include/pa_common.h,
                   18111:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   18112:          include/pa_stylesheet_connection.h,
                   18113:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   18114:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   18115:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   18116:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   18117:          compiled&cached
                   18118: 
                   18119: 2001-09-13  parser
                   18120: 
                   18121:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   18122:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   18123: 
                   18124:        * src/classes/dom.C: dom:file content-type(.method)
                   18125: 
                   18126:        * src/: include/pa_common.h, include/pa_globals.h,
                   18127:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   18128:          string now more informative error messages
                   18129: 
                   18130:        * src/: include/pa_globals.h, include/pa_request.h,
                   18131:          main/pa_request.C, targets/cgi/parser3.C,
                   18132:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   18133:          ParserSiteConfig .../parser3.conf
                   18134: 
                   18135:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   18136: 
                   18137: 2001-09-12  parser
                   18138: 
                   18139:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   18140:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   18141:          precise error reporting: "connection string must start with
                   18142:          protocol://" now
                   18143: 
                   18144:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   18145:          braced
                   18146: 
                   18147:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   18148:          lexer on LS_USER level did [] matching without setting nestage,
                   18149:          introduced special LS_NAME_SQUARE_PART state
                   18150: 
                   18151: 2001-09-11  parser
                   18152: 
                   18153:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   18154:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   18155:          languages+=xml
                   18156: 
                   18157:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   18158: 
                   18159:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   18160:          options:     $.method[xml|html|text] detection fixed
                   18161: 
                   18162:        * src/types/pa_vdom.h: messages
                   18163: 
                   18164:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   18165:          options:     $.method[xml|html|text] detection fixed
                   18166: 
                   18167: 2001-09-10  parser
                   18168: 
                   18169:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   18170:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   18171: 
                   18172:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   18173:          added]
                   18174: 
                   18175:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   18176:          ^dom.xslt[stylesheet filename] 0
                   18177: 
                   18178:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   18179:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   18180: 
                   18181:        * src/classes/dom.C: ^dom.file[encoding] = file
                   18182: 
                   18183:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   18184:          ^dom.save[encoding;filename]
                   18185: 
                   18186:        * src/classes/dom.C: ^dom.string[] 0
                   18187: 
                   18188:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   18189: 
                   18190:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   18191:          types/pa_vform.h: ^dom.save[b.xml] 0
                   18192: 
                   18193: 2001-09-08  parser
                   18194: 
                   18195:        * src/types/pa_vform.C: $form:tables.name.field
                   18196: 
                   18197: 2001-09-07  parser
                   18198: 
                   18199:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   18200:          $table)...
                   18201: 
                   18202:        * src/targets/cgi/parser3.C: z
                   18203: 
                   18204:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   18205:          from '' to int/double is 0]
                   18206: 
                   18207:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   18208:          $table) is false when table is empty
                   18209: 
                   18210:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   18211:          !$form:tables $atable[$form:tables.a]
                   18212:          ^atable.menu{a=$atable.element}[,]
                   18213: 
                   18214:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   18215:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   18216: 
1.97      moko     18217:        * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     18218:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   18219:          of dom
                   18220: 
                   18221:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   18222:          types/pa_vform.C, types/pa_vform.h: z
                   18223: 
                   18224:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   18225:          element [not last]
                   18226: 
1.97      moko     18227:        * src/: Makefile.in, classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     18228:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   18229: 
                   18230: 2001-09-06  parser
                   18231: 
                   18232:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   18233:          table with one column 'element' and two rows: 1 and 2
                   18234: 
                   18235:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   18236:          table with one column 'element' and two rows: 1 and 2
                   18237: 
                   18238:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   18239:          bad int/double conversions, and now $form:nonexistent.int(88)
                   18240:          would return 88
                   18241: 
                   18242:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   18243:          types/pa_vhash.h: now there's special hash key '_default'
                   18244:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   18245:          $._default[xx] ] $hash.c
                   18246: 
                   18247:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   18248:          fixed [thanks, fif], ^; were treated there non-literally
                   18249: 
                   18250:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   18251:          doxygen
                   18252: 
                   18253:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18254:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   18255:          types/pa_vtable.C: few #ifndef DOXYGEN
                   18256: 
                   18257: 2001-09-05  parser
                   18258: 
                   18259:        * src/classes/: string.C, table.C: sql options can be void [same as
                   18260:          image:html the other day]
                   18261: 
1.97      moko     18262:        * src/targets/cgi/Makefile.in: makes
                   18263: 
1.95      moko     18264:        * src/targets/cgi/Makefile.am: .am undo
                   18265: 
                   18266:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18267:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   18268:          macro expantion on param, simply qoutes whatever passed, undone
                   18269: 
                   18270:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18271:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   18272:          STRINGIZE(name) #name invented
                   18273: 
                   18274:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   18275:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   18276:          MAIN_SQL_DRIVERS_NAME "drivers"
                   18277: 
                   18278:          moved to be availible to all users
                   18279: 
                   18280:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   18281:          SQL_DRIVER_CREATE_FUNC_NAME
                   18282: 
1.97      moko     18283:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18284:          types/Makefile.in: makes
                   18285: 
1.95      moko     18286:        * src/classes/mail.C: MAIN:MAIL check fixed
                   18287: 
                   18288: 2001-09-04  parser
                   18289: 
                   18290:        * src/classes/image.C: image.html now can accept void params
                   18291: 
                   18292:        * src/targets/isapi/parser3isapi.C: z
                   18293: 
                   18294:        * src/targets/cgi/parser3.C: full_file_spec bug
                   18295: 
                   18296:        * src/targets/cgi/parser3.C: getenvcheck
                   18297: 
                   18298:        * src/targets/cgi/parser3.C: zz
                   18299: 
                   18300:        * src/targets/cgi/parser3.C: zzz
                   18301: 
                   18302:        * src/classes/date.C: date
                   18303: 
                   18304:        * src/classes/date.C: date:sql-string is now without ''
                   18305: 
1.97      moko     18306:        * src/: include/pa_config_auto.h.in, targets/Makefile.in,
                   18307:          targets/cgi/Makefile.am, targets/cgi/Makefile.in,
1.95      moko     18308:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   18309:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   18310: 
1.97      moko     18311:        * src/: Makefile.in, include/pa_config_auto.h.in,
                   18312:          targets/cgi/Makefile.in: makes
1.95      moko     18313: 
                   18314: 2001-09-03  parser
                   18315: 
                   18316:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   18317: 
                   18318: 2001-09-01  parser
                   18319: 
                   18320:        * src/classes/image.C: letter_spacing
                   18321: 
                   18322:        * src/classes/image.C: image: font params changed
                   18323: 
                   18324:        * src/classes/image.C: image: as_int as_string used
                   18325: 
                   18326:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   18327:          analized
                   18328: 
                   18329: 2001-08-31  parser
                   18330: 
                   18331:        * src/targets/cgi/parser3.C: z
                   18332: 
1.97      moko     18333:        * src/: Makefile.in, include/pa_dir.h, targets/Makefile.in,
                   18334:          targets/cgi/parser3.C: compiled under cygwin
1.95      moko     18335: 
                   18336:        * src/classes/void.C: void:int/double += (default)
                   18337: 
                   18338:        * src/classes/image.C: image:font added space param image:font
                   18339:          changed charwidth alg, added kerning const[for now]
                   18340: 
                   18341:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   18342: 
                   18343: 2001-08-29  parser
                   18344: 
                   18345:        * src/main/pa_exception.C: exception redundant debug info
                   18346: 
                   18347: 2001-08-28  parser
                   18348: 
                   18349:        * src/classes/image.C: image error msgs
                   18350: 
                   18351:        * src/classes/image.C: image: gifsize little endian
                   18352: 
1.97      moko     18353:        * src/Makefile.in: makes
                   18354: 
1.95      moko     18355:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   18356:          doxygeneration
                   18357: 
1.97      moko     18358:        * src/: classes/Makefile.in, main/Makefile.in,
                   18359:          targets/cgi/Makefile.in, types/Makefile.in: make.ins
                   18360: 
1.95      moko     18361:        * src/: classes/Makefile.am, main/Makefile.am,
                   18362:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   18363: 
                   18364:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   18365:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   18366: 
                   18367:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   18368: 
1.97      moko     18369:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18370:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   18371:          makefiles
                   18372: 
1.95      moko     18373:        * src/classes/table.C: NO_STRING_ORIGIN check
                   18374: 
                   18375:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   18376:          storage class specifiers invalid in friend function declarations
                   18377: 
                   18378:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   18379:          main/untaint.C, targets/cgi/parser3.C,
                   18380:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   18381:          case of limit
                   18382: 
                   18383:        * src/: classes/file.C, main/pa_common.C: file:move
                   18384:          autocreate/remove dest/src dir
                   18385: 
                   18386:        * src/: classes/string.C, include/pa_dictionary.h,
                   18387:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   18388:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   18389:          to directory constructor.  string:replace
                   18390: 
                   18391: 2001-08-27  parser
                   18392: 
                   18393:        * src/classes/image.C: fixed jpgsize alg
                   18394: 
                   18395:        * src/classes/image.C: fixed jpgsize alg
                   18396: 
                   18397:        * src/main/pa_exception.C: z
                   18398: 
                   18399:        * src/main/pa_common.C: removed debug info from pa_common
                   18400: 
                   18401:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   18402:          [auto.p from current dir loading]
                   18403: 
1.97      moko     18404:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18405:          main/pa_common.C, main/pa_exception.C,
                   18406:          main/pa_sql_driver_manager.C, targets/Makefile.in,
                   18407:          targets/cgi/Makefile.am, targets/cgi/Makefile.in,
                   18408:          types/Makefile.in: configure for solaris -lsocket
1.95      moko     18409: 
                   18410: 2001-08-24  parser
                   18411: 
                   18412:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   18413: 
                   18414:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   18415: 
                   18416:        * src/targets/cgi/parser3.C: not cgi extra \n
                   18417: 
                   18418:        * src/main/pa_sql_driver_manager.C: z
                   18419: 
                   18420:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   18421:          sql* removed services from disconnect - cross-request ideological
                   18422:          probs.
                   18423: 
                   18424:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   18425:          cross-request ideological probs.  oracle - fixed bug: cs
                   18426:          allocated on request.pool and got freed before disconnect
                   18427: 
                   18428:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   18429:          mallocs fixed
                   18430: 
                   18431: 2001-08-23  parser
                   18432: 
                   18433:        * src/classes/file.C: minor bug in file:save fixed
                   18434: 
                   18435:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   18436: 
                   18437: 2001-08-22  parser
                   18438: 
                   18439:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   18440:          types/pa_vfile.h: file:load|save[text|binary;
                   18441: 
                   18442:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   18443: 
                   18444: 2001-08-21  parser
                   18445: 
                   18446:        * src/classes/: file.C, table.C: ^file:list
                   18447: 
                   18448: 2001-08-20  parser
                   18449: 
                   18450:        * src/: main/compile.tab.C, main/compile.y,
                   18451:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   18452:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   18453:          recousively caused problems: inc incremeted 123 literal!! fixed
                   18454: 
                   18455: 2001-08-10  parser
                   18456: 
                   18457:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   18458: 
                   18459:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   18460:          added
                   18461: 
                   18462:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   18463:          added
                   18464: 
                   18465:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   18466: 
                   18467:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   18468:          ''
                   18469: 
                   18470:        * src/main/: pa_request.C: wanted to make const int
                   18471:          MAX_EXECUTE_SECONDS=1;
                   18472: 
                   18473:          but couldnt, set_callback_and_alarm appeared to be not exported
                   18474:          :(
                   18475: 
                   18476:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   18477:          check but it weren't wise enough
                   18478: 
                   18479:          @parse[dateString][tmp]
                   18480:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   18481:          #end
                   18482: 
                   18483:          @main[] ^parse[2001-02-03]
                   18484: 
                   18485:        * src/classes/: table.C: table:sort now default desc
                   18486: 
                   18487:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18488:          table.sort now creates new sorted table
                   18489: 
                   18490: 2001-08-09  parser
                   18491: 
                   18492:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   18493: 
                   18494:        * src/classes/hash.C: hash:_default now [was hash:default]
                   18495: 
                   18496:        * src/classes/op.C: case without switch check added
                   18497: 
                   18498:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   18499:          precise $ORIGINS(1)
                   18500: 
1.97      moko     18501:        * src/main/Makefile.in: make.in
                   18502: 
1.95      moko     18503:        * src/main/Makefile.am: .am
                   18504: 
                   18505:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18506:          fixed
                   18507: 
                   18508:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18509:          fixed
                   18510: 
                   18511: 2001-08-07  parser
                   18512: 
                   18513:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18514:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   18515:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   18516:          string, table
                   18517: 
                   18518:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   18519:          srand made working
                   18520: 
                   18521: 2001-08-06  parser
                   18522: 
                   18523:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   18524:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   18525:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   18526:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   18527:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   18528: 
                   18529:        * src/main/pa_exec.C: exec win32 real filename
                   18530: 
                   18531:        * src/classes/file.C: exec stderr out
                   18532: 
                   18533:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   18534: 
                   18535: 2001-08-03  parser
                   18536: 
                   18537:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   18538: 
                   18539: 2001-08-02  parser
                   18540: 
                   18541:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   18542:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   18543: 
                   18544:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   18545:          get@execute, but needs array iterator, separate from array to
                   18546:          avoid it & use caching
                   18547: 
                   18548:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   18549:          bug fixed
                   18550: 
                   18551:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   18552:          main/execute.C, main/pa_globals.C: found another multithread bug
                   18553:          in op.C (last, last global var killed) :)
                   18554: 
                   18555: 2001-08-01  parser
                   18556: 
                   18557:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   18558:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   18559:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   18560:          main/untaint.C: speeded up typo-html replacements. introducing
                   18561:          Dictionary with first-char caching
                   18562: 
                   18563: 2001-07-31  parser
                   18564: 
                   18565:        * src/types/Makefile.am: pa_vtable.C added to .am
                   18566: 
                   18567:        * src/main/compile.tab.C: added, so that could be compiled even on
                   18568:          non-bison-enabled platforms
                   18569: 
                   18570: 2001-07-28  parser
                   18571: 
                   18572:        * src/classes/table.C: table:hash always produces hash, when can't
                   18573:          - empty
                   18574: 
                   18575:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   18576:          skipped \n
                   18577: 
                   18578: 2001-07-27  parser
                   18579: 
                   18580:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   18581:          on int/double/string :sql without result and default
                   18582: 
                   18583: 2001-07-26  parser
                   18584: 
                   18585:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   18586:          OP
                   18587: 
                   18588:        * src/main/compile.y: $man[$.age[zzz]]  0
                   18589: 
                   18590:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   18591:          creation syntax problem persists. restored $: for a while.
                   18592:          thinking of $man[$.age[zzz]] syntax now
                   18593: 
                   18594:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18595:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   18596:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   18597:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   18598:          types/pa_wwrapper.h: fixing :: realization #1
                   18599: 
                   18600:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   18601:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   18602:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   18603:          prefix.  ordinary : remains for static accesses
                   18604: 
                   18605: 2001-07-25  parser
                   18606: 
                   18607:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   18608:          fields 2. methods 3. columns
                   18609: 
                   18610:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   18611:          quote.  optimized double&int tostring-s
                   18612: 
                   18613:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   18614:          whitespace before first method decl
                   18615: 
                   18616:        * src/classes/table.C: allowed nontable result in table:sql,
                   18617:          results in empty table
                   18618: 
                   18619:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   18620:          lines before first method decl
                   18621: 
                   18622:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   18623:          types/pa_vtable.h: ^table.record[] now $table.fields
                   18624: 
                   18625:        * src/main/compile.y: $var[] is now empty string, not void
                   18626: 
                   18627:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   18628:          void
                   18629: 
                   18630:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   18631:          main/pa_globals.C: match replace code context moved to implicit
                   18632:          $match context
                   18633: 
                   18634:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   18635:          main/compile_tools.h, main/execute.C: with killed, code storage
                   18636:          introduced with former 'with' syntax
                   18637: 
                   18638: 2001-07-24  parser
                   18639: 
                   18640:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   18641:          types/pa_value.h: first get_element, next get operator
                   18642: 
                   18643:        * src/main/compile.y: removed @end handling
                   18644: 
                   18645:        * src/main/: compile.C, compile.y: @end handling method2
                   18646: 
                   18647:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18648:          file:move
                   18649: 
                   18650:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   18651:          fixed
                   18652: 
                   18653: 2001-07-23  parser
                   18654: 
                   18655:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   18656:          driver
                   18657: 
                   18658:        * src/classes/hash.C: changed sql driver query interface
                   18659: 
                   18660:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18661:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   18662:          changed sql driver query interface
                   18663: 
                   18664: 2001-07-20  parser
                   18665: 
                   18666:        * src/types/pa_vrequest.C: X!$browser:type
                   18667: 
                   18668:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   18669:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   18670:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   18671:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   18672:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   18673:          types/pa_vobject.h, types/pa_vrequest.C,
                   18674:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   18675:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   18676:          BASE element globally removed
                   18677: 
                   18678: 2001-07-18  parser
                   18679: 
                   18680:        * src/classes/file.C: file:exec/cgi msg
                   18681: 
                   18682:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   18683: 
                   18684:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   18685: 
1.97      moko     18686:        * src/: classes/Makefile.in, main/Makefile.in, targets/Makefile.in,
                   18687:          targets/cgi/Makefile.in, types/Makefile.in: $id in .in's from
                   18688:          .am's removed
                   18689: 
                   18690:        * src/: Makefile.am, Makefile.in, classes/Makefile.am,
                   18691:          main/Makefile.am, targets/Makefile.am, targets/cgi/Makefile.am,
                   18692:          types/Makefile.am: removed $id from *.in *.am
1.95      moko     18693: 
                   18694:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   18695:          abbrevations
                   18696: 
                   18697:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   18698:          classes/string.C, classes/table.C, include/pa_globals.h,
                   18699:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   18700:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   18701:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   18702:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   18703:          $ORIGINS(1) output tracing mode
                   18704: 
1.97      moko     18705: 2001-07-17  parser
                   18706: 
                   18707:        * src/: Makefile.in, classes/Makefile.in: == wrong
                   18708: 
1.95      moko     18709: 2001-07-13  parser
                   18710: 
                   18711:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18712:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   18713:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   18714:          second would not call first @auto
                   18715: 
                   18716:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   18717:          wrong, fixed
                   18718: 
                   18719: 2001-07-12  parser
                   18720: 
                   18721:        * src/types/pa_value.h: pa_value.putelement modification of system
                   18722:          classes prevented
                   18723: 
                   18724: 2001-07-11  parser
                   18725: 
                   18726:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   18727:          table $piece
                   18728: 
                   18729:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   18730:          types/pa_vstateless_class.h: $file created by file:state +=
                   18731:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   18732:          get_junction-created objects [they were on wrong pool]
                   18733: 
                   18734: 2001-07-09  parser
                   18735: 
                   18736:        * src/main/untaint.C: qp wrong name
                   18737: 
                   18738:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   18739:          main/compile.y: date format 0
                   18740: 
                   18741: 2001-07-07  parser
                   18742: 
                   18743:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   18744:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   18745:          roll table calendar
                   18746: 
                   18747:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   18748:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   18749:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   18750:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   18751:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   18752:          string.  todo: sql, calendar
                   18753: 
                   18754: 2001-07-06  parser
                   18755: 
                   18756:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   18757:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   18758: 
                   18759: 2001-07-03  parser
                   18760: 
                   18761:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   18762:          classes/random.C, main/main.dsp: class random renamed to math,
                   18763:          operators became methods
                   18764: 
                   18765:        * src/classes/op.C:  pow sqrt
                   18766: 
                   18767:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   18768: 
                   18769: 2001-07-02  parser
                   18770: 
                   18771:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   18772:          'column'
                   18773: 
                   18774:        * src/classes/hash.C: ^hash.keys[]
                   18775: 
                   18776:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   18777: 
                   18778:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   18779:          'strings'
                   18780: 
                   18781: 2001-06-29  parser
                   18782: 
                   18783:        * src/main/: execute.C: /0  %0 checkes ver 2
                   18784: 
                   18785:        * src/main/execute.C: /0  %0 checke
                   18786: 
1.97      moko     18787:        * src/: Makefile.in, classes/Makefile.in: makes
                   18788: 
1.95      moko     18789:        * src/classes/Makefile.am: nothing - void
                   18790: 
                   18791:        * src/classes/table.C: empty strings @ sql
                   18792: 
                   18793: 2001-06-28  parser
                   18794: 
                   18795:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18796:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18797:          classes/op.C, classes/random.C, classes/response.C,
                   18798:          classes/string.C, classes/table.C, classes/void.C,
                   18799:          main/compile.C, main/compile_tools.C, main/execute.C,
                   18800:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18801:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18802:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18803:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18804:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   18805:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   18806:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   18807:          $";
                   18808: 
                   18809:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18810:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18811:          classes/op.C, classes/random.C, classes/response.C,
                   18812:          classes/string.C, classes/table.C, classes/void.C,
                   18813:          main/compile.C, main/compile.y, main/compile_tools.C,
                   18814:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18815:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18816:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18817:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18818:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   18819:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   18820: 
                   18821:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   18822:          $class:name: == ${class:name}:
                   18823: 
                   18824:        * src/classes/string.C: exactly one
                   18825: 
                   18826: 2001-06-27  parser
                   18827: 
                   18828:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   18829:          types/pa_vvoid.h: nothing renamed to void
                   18830: 
                   18831:        * src/classes/op.C: ^switch ^case
                   18832: 
                   18833:        * src/main/compile.y: nothing renamed to void
                   18834: 
                   18835:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   18836:          main/execute.C, main/main.dsp, main/pa_request.C,
                   18837:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   18838:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   18839:          void
                   18840: 
                   18841:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   18842: 
                   18843: 2001-05-28  parser
                   18844: 
                   18845:        * src/doc/html2chm.cmd: removed >a
                   18846: 
                   18847:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   18848:          project options [some bugs]
                   18849: 
                   18850:        * src/doc/sources2html.cmd: z
                   18851: 
                   18852:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18853:          main/execute.C: operators are not in root class again
                   18854: 
                   18855: 2001-05-24  parser
                   18856: 
                   18857:        * src/targets/cgi/parser3.dsp: project file
                   18858: 
1.97      moko     18859:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18860:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   18861:          makes
                   18862: 
1.95      moko     18863:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   18864:          ^log ^exp
                   18865: 
                   18866:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   18867:          conversions in @exception[params]
                   18868: 
                   18869:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   18870: 
                   18871: 2001-05-23  parser
                   18872: 
                   18873:        * src/main/pa_string.C: string cmp bug
                   18874: 
                   18875:        * src/classes/: mail.C, op.C: rem max 1000
                   18876: 
                   18877:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   18878:          LS_DEF_NAME
                   18879: 
                   18880: 2001-05-22  parser
                   18881: 
                   18882:        * src/classes/op.C: if params code-required
                   18883: 
                   18884: 2001-05-21  parser
                   18885: 
1.97      moko     18886:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18887:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   18888:          makes
                   18889: 
1.95      moko     18890:        * src/types/pa_vstring.C: eoleof
                   18891: 
                   18892:        * src/classes/Makefile.am: .AM
                   18893: 
                   18894:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   18895: 
                   18896:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18897: 
                   18898:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18899:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   18900:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18901:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18902:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18903:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18904:          'nothing'
                   18905: 
                   18906:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18907:          vstring::set_string
                   18908: 
                   18909:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   18910: 
                   18911:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18912:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   18913:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   18914: 
                   18915:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   18916:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18917:          hash:sql moved to main trunc. operators.txt updated
                   18918: 
                   18919:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   18920: 
                   18921:        * src/classes/op.C: z
                   18922: 
                   18923:        * src/: main/compile.C, classes/classes.C: 1
                   18924: 
                   18925:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18926:          main/execute.C: 0
                   18927: 
                   18928:        * src/main/execute.C: z
                   18929: 
1.97      moko     18930:        * src/: Makefile.in, classes/Makefile.in, main/Makefile.in,
                   18931:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   18932:          make system timestamps
                   18933: 
                   18934:        * src/Makefile.in: file stamps to remove autoreconf
                   18935: 
1.95      moko     18936:        * src/targets/cgi/parser3.C: z
                   18937: 
                   18938:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18939:          site_auto_path "." in that case
                   18940: 
1.97      moko     18941:        * src/targets/cgi/Makefile.in: z
                   18942: 
1.95      moko     18943:        * src/targets/cgi/: parser3.C: z
                   18944: 
                   18945:        * src/main/pa_request.C: .am
                   18946: 
                   18947:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   18948:          pcre_tables=pcre_default_tables;
                   18949: 
                   18950: 2001-05-19  parser
                   18951: 
                   18952:        * src/main/pa_string.C: z
                   18953: 
                   18954:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18955:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18956:          target.
                   18957: 
                   18958:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   18959:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18960:          used, 4* mem wasted
                   18961: 
                   18962:        * src/classes/string.C: root context in match replace body now
                   18963:          unchanged
                   18964: 
                   18965:        * src/types/pa_value.h: parameter # 1 based
                   18966: 
                   18967:        * src/main/pa_common.C: common:  actual filename '%s'
                   18968: 
                   18969:        * src/classes/string.C: z
                   18970: 
1.97      moko     18971:        * src/classes/Makefile.in: clean
                   18972: 
1.95      moko     18973:        * src/classes/Makefile.am: classes/.am
                   18974: 
                   18975:        * src/classes/: Makefile.am: classes/.am
                   18976: 
                   18977:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18978:          targets/cgi/pa_pool.C: classes/.am
                   18979: 
                   18980: 2001-05-18  parser
                   18981: 
1.97      moko     18982:        * src/: Makefile.in, classes/Makefile.in,
                   18983:          include/pa_config_auto.h.in, main/Makefile.in,
                   18984:          targets/Makefile.in, targets/cgi/Makefile.in,
                   18985:          targets/cgi/pa_pool.C, types/Makefile.in: .am pa_threads.C ins
1.95      moko     18986: 
                   18987:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   18988: 
                   18989: 2001-05-17  parser
                   18990: 
                   18991:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18992:          include/pa_config_includes.h, main/compile.y,
                   18993:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18994:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18995:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18996:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18997:          most .C
                   18998: 
                   18999:        * src/doc/html2chm.cmd: z
                   19000: 
                   19001:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   19002:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   19003: 
                   19004:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   19005:          get_connection_from_cache
                   19006: 
                   19007:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   19008: 
                   19009:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   19010:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   19011:          cache expiration[use SQL_Driver::disconnect]
                   19012: 
                   19013:        * src/main/pa_table.C: table.locate current restored on "not found"
                   19014: 
                   19015:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   19016:          line no
                   19017: 
                   19018:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   19019:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   19020: 
                   19021:        * src/: classes/op.C, include/pa_sql_connection.h,
                   19022:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   19023:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   19024:          1driver and set_services fight for driver::fservices. before fix
                   19025: 
                   19026:        * src/: classes/op.C, include/pa_config_fixed.h,
                   19027:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19028:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   19029:          own 1driver and set_services fight for driver::fservices. before
                   19030:          fix
                   19031: 
                   19032:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   19033:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   19034:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   19035:          pa_threads.C
                   19036: 
                   19037:        * src/include/pa_threads.h: removed targets/parser
                   19038: 
                   19039:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   19040:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   19041:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   19042:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   19043:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   19044:          headers
                   19045: 
                   19046:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   19047:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   19048:          order prevented sqlmanager to see MULTYTHREAD define
                   19049: 
                   19050:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   19051:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   19052:          put/gets
                   19053: 
                   19054:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   19055:          from hash.h
                   19056: 
                   19057:        * src/: classes/op.C, include/pa_sql_connection.h,
                   19058:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   19059:          from cache ->set_services(&services);
                   19060: 
                   19061: 2001-05-16  parser
                   19062: 
                   19063:        * src/targets/cgi/parser3.C: z
                   19064: 
                   19065:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   19066:          debug, #ifdefed some.  would debug later, on more precise sample
                   19067:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   19068:          $name.$tail[$tail!] $name.$tail } ok3
                   19069: 
                   19070:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   19071:          removed array debug. before vstring rebasing
                   19072: 
                   19073:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   19074:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   19075:          array debugged; adjusted
                   19076: 
                   19077:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   19078:          SQL_Driver_manager line no for connect/charset errors
                   19079: 
                   19080: 2001-05-15  parser
                   19081: 
                   19082:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   19083:          main/pa_string.C: string+array made linear grows
                   19084: 
                   19085:        * src/: include/pa_string.h, main/pa_string.C,
                   19086:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   19087:          grow lineary, not exponentialy
                   19088: 
                   19089:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   19090:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   19091:          with fullchunk cmps
                   19092: 
                   19093:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   19094:          70041=           81
                   19095: 
                   19096:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   19097:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   19098:          malloc 27809390/368771, calloc 3232/83. would test now
                   19099: 
                   19100:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   19101:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   19102:          numbered params had wrong name - for instance: bad error message
                   19103:          in ^for[] bad body type. fixed
                   19104: 
                   19105: 2001-05-14  parser
                   19106: 
                   19107:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   19108:          main/untaint.C: ^string.upper|lower[]
                   19109: 
                   19110: 2001-05-11  parser
                   19111: 
                   19112:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   19113:          classes/string.C, classes/table.C, classes/unknown.C,
                   19114:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   19115:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   19116:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   19117: 
                   19118:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   19119:          .dsp for win32tools
                   19120: 
                   19121: 2001-05-11  paf
                   19122: 
                   19123:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   19124:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   19125:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   19126:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   19127: 
                   19128: 2001-05-10  paf
                   19129: 
                   19130:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   19131:          for C++, that's all
                   19132: 
1.97      moko     19133:        * src/: Makefile.in, classes/Makefile.in,
                   19134:          include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   19135:          include/pa_config_includes.h, main/Makefile.in,
                   19136:          targets/Makefile.in, targets/cgi/Makefile.in, types/Makefile.in:
                   19137:          inline wonders
1.95      moko     19138: 
                   19139:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   19140:          doc/doxygen.cmd: hash.C added
                   19141: 
                   19142:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   19143: 
                   19144:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   19145:          menthod
                   19146: 
                   19147:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   19148:          pa_vstateless_object.h: changed priority: field before method
                   19149:          lookup in vclass & vobject
                   19150: 
                   19151:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   19152:          grammar: priorities changes [lowerd && prior] vobject: now first
                   19153:          fields, next methods
                   19154: 
                   19155: 2001-05-08  paf
                   19156: 
                   19157:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   19158:          bark=false. fixed
                   19159: 
                   19160:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   19161:          types/pa_vmethod_frame.h: hash:default works at last!
                   19162: 
                   19163:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   19164:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   19165:          hash:default
                   19166: 
                   19167:        * src/classes/table.C: z
                   19168: 
                   19169:        * src/classes/table.C: table:hash always hash of hash now
                   19170: 
                   19171:        * src/classes/table.C: table:empty return bool now
                   19172: 
                   19173:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   19174:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   19175:          types/pa_vtable.h: table:hash
                   19176: 
                   19177:        * src/classes/table.C: table:record have name
                   19178: 
                   19179:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   19180:          returns vunknown
                   19181: 
                   19182:        * src/classes/: double.C, int.C, op.C, string.C:
                   19183:          int,double,string:int[] double[] string:length[] results now have
                   19184:          hames
                   19185: 
                   19186:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   19187:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   19188:          now return bool
                   19189: 
                   19190:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   19191:          in method checkparams again. fixed
                   19192: 
                   19193: 2001-05-07  paf
                   19194: 
                   19195:        * src/doc/chm.cmd: cmd
                   19196: 
                   19197:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   19198:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   19199:          types/pa_value.h: method reported errors on wrong pool
                   19200: 
                   19201:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   19202:          now
                   19203: 
                   19204:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   19205:          include/code.h, include/pa_opcode.h, main/compile.C,
                   19206:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   19207:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19208:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   19209:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   19210:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19211:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19212:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19213:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   19214:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   19215:          types/pa_wwrapper.h: pa_code.h
                   19216: 
                   19217:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   19218: 
                   19219:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   19220:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   19221:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   19222:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   19223:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   19224:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   19225:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   19226:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   19227:          types/pa_vtable.h: dox, split by not clean parts also
                   19228: 
                   19229:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   19230:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   19231:          'dir' fields & co. more
                   19232: 
                   19233:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   19234:          so to enable 'dir' fields & co.
                   19235: 
                   19236:        * src/main/compile.y: grammar: @end
                   19237: 
                   19238: 2001-05-04  paf
                   19239: 
                   19240:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19241:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   19242: 
                   19243:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   19244:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   19245:          classes/op.C, classes/random.C, classes/response.C,
                   19246:          classes/string.C, classes/table.C, classes/unknown.C,
                   19247:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   19248:          method dox
                   19249: 
                   19250: 2001-05-03  paf
                   19251: 
                   19252:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   19253:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   19254:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   19255:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   19256:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   19257:          main/pa_request.C: dox splitted .dox files and added some
                   19258: 
                   19259:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   19260: 
                   19261: 2001-05-02  paf
                   19262: 
                   19263:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   19264:          by file_name  language now
                   19265: 
                   19266: 2001-04-28  paf
                   19267: 
                   19268:        * src/classes/classes.inc: removed classes.inc
                   19269: 
                   19270:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   19271:          from .am
                   19272: 
                   19273:        * src/classes/classes.awk: skipped classes in .awk
                   19274: 
                   19275:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   19276:          classes/classes.inc, classes/double.C, classes/file.C,
                   19277:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   19278:          classes/string.C, classes/table.C, classes/unknown.C,
                   19279:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   19280:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19281:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   19282:          pa_methoded back to classes/classes.h
                   19283: 
                   19284:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   19285: 
                   19286:        * src/: classes/Makefile.am, classes/classes.awk,
                   19287:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   19288:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   19289: 
                   19290:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   19291:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   19292:          classes/response.C, classes/string.C, classes/table.C,
                   19293:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   19294:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   19295:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   19296:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   19297:          include|main/pa_methoded
                   19298: 
                   19299:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   19300:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   19301: 
                   19302:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   19303:          moved some configured data to request::classes_conf moved some
                   19304:          string crations from globals to M...  [works]
                   19305: 
                   19306:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19307:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   19308:          main/pa_request.C: moved some configured data to
                   19309:          request::classes_conf moved some string crations from globals to
                   19310:          M...
                   19311: 
                   19312:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   19313:          about to move configured data to special request hash
                   19314: 
                   19315:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   19316:          classes/form.C, classes/mail.C, include/pa_request.h,
                   19317:          main/pa_request.C: configure started
                   19318: 
                   19319:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   19320:          2. todo: methoded-configure
                   19321: 
                   19322:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19323:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19324:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19325:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   19326:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19327:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19328:          classes/random.C, classes/response.C, classes/string.C,
                   19329:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   19330:          include/pa_request.h, main/compile.y, main/execute.C,
                   19331:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19332:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19333:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   19334:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   19335:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19336:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19337:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   19338:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   19339:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   19340:          methoded-configure
                   19341: 
                   19342:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   19343:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   19344:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   19345:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   19346: 
                   19347:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   19348:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19349:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19350:          classes/random.C, classes/response.C, classes/string.C,
                   19351:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   19352:          main/compile.y, main/execute.C, main/pa_globals.C,
                   19353:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   19354:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19355:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   19356:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   19357:          beautifying just compiled. todo: debug, configure
                   19358: 
                   19359: 2001-04-27  paf
                   19360: 
                   19361:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   19362:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   19363:          beautifying -99
                   19364: 
                   19365:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   19366:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   19367:          classes/classes.h, classes/double.C, classes/file.C,
                   19368:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   19369:          classes/op.C, classes/random.C, classes/response.C,
                   19370:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   19371:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19372:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19373:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   19374:          types/pa_vunknown.h: beautifying -100
                   19375: 
                   19376:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   19377: 
                   19378:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   19379:          classes/_op.h, classes/_random.h, classes/_table.h,
                   19380:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   19381:          classes/op.C, classes/random.C, classes/response.C,
                   19382:          classes/string.C, classes/table.C, classes/unknown.C,
                   19383:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19384:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19385:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   19386:          beautifying
                   19387: 
                   19388: 2001-04-26  paf
                   19389: 
                   19390:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   19391: 
                   19392:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   19393:          documentation ++
                   19394: 
                   19395:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   19396:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19397:          targets/cgi/pa_pool.C: code documentation ++
                   19398: 
                   19399:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   19400:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19401:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   19402:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   19403:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19404:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19405:          types/pa_vrequest.C, types/pa_vrequest.h,
                   19406:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   19407:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   19408:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   19409:          code documentation ++
                   19410: 
                   19411:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   19412:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   19413:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   19414:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   19415:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19416:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19417:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19418:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   19419: 
                   19420:        * src/main/: pa_request.C, pa_string.C: z
                   19421: 
                   19422:        * src/: include/pa_common.h, include/pa_types.h,
                   19423:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   19424:          connection caching fixed.  request-pooled-url were stored into
                   19425:          global connectioncache
                   19426: 
                   19427: 2001-04-25  paf
                   19428: 
                   19429:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   19430:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   19431: 
                   19432:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   19433:          main/execute.C, main/pa_common.C: -d
                   19434: 
                   19435:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   19436:          illegal call check a bit improved, but still under iis no mapping
                   19437:          of dir with parser allowed!
                   19438: 
                   19439: 2001-04-24  paf
                   19440: 
1.97      moko     19441:        * src/targets/Makefile.in: apache makefile.in s
                   19442: 
1.95      moko     19443:        * src/targets/Makefile.am: apache module lib .am
                   19444: 
                   19445:        * src/main/pa_exec.C: windows32 buildCommand
                   19446: 
                   19447: 2001-04-23  paf
                   19448: 
                   19449:        * src/targets/cgi/Makefile.am: win32 conditional
                   19450: 
                   19451:        * src/targets/cgi/Makefile.am: win32 conditional
                   19452: 
                   19453:        * src/targets/cgi/Makefile.am: liblink
                   19454: 
                   19455:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   19456:          vfile fields return type
                   19457: 
                   19458:        * src/types/pa_vfile.h: vfile fields return type
                   19459: 
                   19460:        * src/include/pa_config_auto.h.in: .h.in
                   19461: 
1.97      moko     19462:        * src/targets/Makefile.in: makefiles&co
                   19463: 
1.95      moko     19464:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   19465:          types/Makefile: makefiles removed
                   19466: 
1.97      moko     19467:        * src/: classes/Makefile.in, main/Makefile.in,
                   19468:          targets/cgi/Makefile.in, types/Makefile.in, Makefile.in: makefile
                   19469:          ins
                   19470: 
1.95      moko     19471:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   19472:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   19473: 
                   19474:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   19475:          [tested: i & g ]
                   19476: 
                   19477:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   19478:          @test noticed series in isapi, check how initialize_random_class
                   19479:          is called! [must be called only once]
                   19480: 
                   19481:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   19482:          would not be 'unknown column'
                   19483: 
                   19484:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   19485:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   19486: 
                   19487:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   19488:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   19489:          [now doesnt]
                   19490: 
                   19491:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   19492: 
                   19493:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   19494:          /cgi-bin/parser3/auto.p
                   19495: 
                   19496:        * src/main/untaint.C: untaint without charset
                   19497: 
                   19498:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19499:          main/pa_common.C: common: file_write /// @test mkdirs
                   19500:          file_delete rmdirs
                   19501: 
                   19502:        * src/main/untaint.C: mail header only once to =?
                   19503: 
                   19504:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   19505:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   19506:          main/untaint.C: untaint -        @test optimize whitespaces for
                   19507:          all but 'html'
                   19508: 
                   19509:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   19510:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19511:          main/untaint.C: untaint -  @test mail-header
                   19512: 
                   19513: 2001-04-20  paf
                   19514: 
                   19515:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19516:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   19517:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19518:          targets/cgi/parser3.C: $MAIN:LOCALE
                   19519: 
                   19520:        * src/main/untaint.C: z
                   19521: 
                   19522:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   19523: 
                   19524: 2001-04-19  paf
                   19525: 
                   19526:        * src/main/compile_tools.h: $a$b bugfix
                   19527: 
                   19528:        * src/targets/cgi/parser3.C: z
                   19529: 
                   19530:        * src/classes/file.C: z
                   19531: 
                   19532:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   19533:          done: header to $fields. waits for header '\' tricks
                   19534: 
                   19535:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19536:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   19537:          changed urlencode here and in untaint.C to HTTP standard's " and
                   19538:          \" mech
                   19539: 
                   19540:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   19541:          http://alx/~paf/ doesnt load /auto.p
                   19542: 
                   19543: 2001-04-18  paf
                   19544: 
                   19545:        * src/main/pa_request.C: 1
                   19546: 
                   19547:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   19548:          linux @alx
                   19549: 
                   19550: 2001-04-17  paf
                   19551: 
                   19552:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   19553:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   19554:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   19555:          enabled
                   19556: 
                   19557:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19558:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19559:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19560:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19561:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   19562:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   19563:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19564:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   19565:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   19566:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   19567:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   19568:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   19569:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   19570:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   19571: 
                   19572:        * src/: include/pa_sql_driver_manager.h,
                   19573:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19574:          types/pa_vimage.h: sql driver interface now has initialize(client
                   19575:          .so)
                   19576: 
                   19577: 2001-04-16  paf
                   19578: 
                   19579:        * src/Makefile.am: compile2 cygwin
                   19580: 
                   19581:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   19582:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   19583: 
                   19584:        * src/targets/cgi/Makefile.am: compile0 jav
                   19585: 
                   19586:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19587:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19588:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19589:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19590:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   19591:          classes/mail.C, classes/op.C, classes/random.C,
                   19592:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19593:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   19594:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   19595:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19596:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   19597:          compile-1
                   19598: 
                   19599: 2001-04-15  paf
                   19600: 
                   19601:        * src/classes/op.C: z
                   19602: 
                   19603:        * src/classes/table.C: table:empty +=process
                   19604: 
                   19605:        * src/types/pa_value.h: MethodParams !junction
                   19606: 
                   19607:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   19608:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19609:          classes/random.C, classes/response.C, classes/string.C,
                   19610:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   19611:          MethodParams everywhere
                   19612: 
                   19613:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   19614:          types/pa_vmethod_frame.h: MethodParams in op.C
                   19615: 
                   19616: 2001-04-12  paf
                   19617: 
                   19618:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   19619: 
                   19620:        * src/: classes/_unknown.h, classes/unknown.C,
                   19621:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19622:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   19623: 
                   19624:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   19625: 
                   19626:        * src/classes/image.C: image:gif now does not have params
                   19627: 
                   19628:        * src/classes/image.C:
                   19629:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   19630: 
                   19631:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   19632:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19633:          for var now written not to r.wcontext, but to r.root cleared
                   19634:          "entered_object" state
                   19635: 
                   19636: 2001-04-11  paf
                   19637: 
                   19638:        * src/classes/image.C: image:create image:load
                   19639: 
                   19640:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   19641:          just compiled
                   19642: 
                   19643:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19644:          todo: gif without file
                   19645: 
                   19646:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19647:          started porting to Pooled descendant
                   19648: 
                   19649:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   19650:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   19651:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   19652:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   19653: 
                   19654:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   19655:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   19656:          end. switching to python imaging lib
                   19657: 
                   19658:        * src/main/main.dsp: gd+smtp made separate libs
                   19659: 
                   19660:        * src/: include/pa_globals.h, include/pa_string.h,
                   19661:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19662:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   19663:          length
                   19664: 
                   19665:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   19666:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   19667:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   19668:          UL_FILE_NAME of posted file name
                   19669: 
                   19670:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   19671:          post [broke when moved post read to core]
                   19672: 
                   19673: 2001-04-10  paf
                   19674: 
                   19675:        * src/classes/image.C: image:html done
                   19676: 
                   19677:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   19678: 
                   19679:        * src/classes/image.C: z
                   19680: 
                   19681:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   19682:          forgotten!
                   19683: 
                   19684:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   19685:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19686:          types/pa_vimage.h: image:measure -90
                   19687: 
                   19688:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19689:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   19690:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19691:          classes/_table.h, classes/file.C, classes/mail.C,
                   19692:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   19693:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   19694:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   19695:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   19696:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   19697:          compiled
                   19698: 
                   19699:        * src/classes/mail.C: minor bug with unclear from/to
                   19700: 
                   19701:        * src/classes/mail.C: sendmail unix skipping defaults
                   19702: 
                   19703:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   19704:          sendmail unix added defaults
                   19705: 
                   19706:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   19707: 
                   19708:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   19709: 
                   19710: 2001-04-09  paf
                   19711: 
                   19712:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   19713:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   19714:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19715:          targets/isapi/parser3isapi.dsp: all targets exec
                   19716: 
                   19717:        * src/: include/pa_sapi.h, include/pa_string.h,
                   19718:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19719:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   19720:          args in apache:util.script
                   19721: 
                   19722:        * src/include/pa_string.h: written but not tested exec with env for
                   19723:          unix
                   19724: 
                   19725:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   19726:          targets/cgi/parser3.C: exec win32 env
                   19727: 
                   19728:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   19729:          0
                   19730: 
                   19731:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   19732:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19733:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   19734:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   19735: 
                   19736:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   19737:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   19738: 
                   19739:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   19740:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   19741: 
                   19742:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   19743:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   19744:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19745:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19746:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   19747:          exec class just compiled. moved post read to request core
                   19748: 
                   19749:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   19750:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   19751:          main/pa_globals.C, targets/cgi/parser3.C,
                   19752:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   19753:          are already read by vform
                   19754: 
                   19755: 2001-04-08  paf
                   19756: 
                   19757:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   19758:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   19759:          uuencode. string<<
                   19760: 
                   19761: 2001-04-07  paf
                   19762: 
                   19763:        * src/classes/mail.C: z
                   19764: 
                   19765:        * src/classes/mail.C: z
                   19766: 
                   19767:        * src/classes/mail.C: ^mail[$attach
                   19768: 
                   19769:        * src/classes/mail.C: ^attach dead end
                   19770: 
                   19771:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   19772:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19773:          targets/isapi/parser3isapi.C: mail:send 1
                   19774: 
                   19775:        * src/: classes/mail.C, main/pa_request.C: z
                   19776: 
                   19777:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   19778:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   19779:          compiled
                   19780: 
                   19781:        * src/classes/mail.C: +=
                   19782: 
                   19783:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   19784:          prepared
                   19785: 
                   19786:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   19787:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   19788:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19789:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   19790: 
                   19791: 2001-04-06  paf
                   19792: 
                   19793:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   19794:          main/pa_string.C: table:dir 1
                   19795: 
                   19796:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   19797:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   19798: 
                   19799:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   19800:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   19801:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   19802:          main/pa_request.C: renamed 'root' to 'op'
                   19803: 
                   19804:        * src/classes/: _op.h, op.C: renamed from 'root'
                   19805: 
                   19806:        * src/types/pa_valiased.C: another root inherititance skipped
                   19807: 
                   19808:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   19809:          root methods of parent class. just 'ROOT' class
                   19810: 
                   19811:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   19812:          @office
                   19813: 
                   19814:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   19815: 
                   19816: 2001-04-05  paf
                   19817: 
                   19818:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   19819:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   19820:          constructor flag dropped at get_method_frame and remembered into
                   19821:          method_frame
                   19822: 
                   19823:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19824:          classes/table.C, main/pa_request.C: junction to code&expression
                   19825:          in errors
                   19826: 
                   19827:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19828:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   19829:          $LOCALE:ctype[Russian_Russia.1251]
                   19830: 
                   19831:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19832:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   19833:          main/pa_table.C: hash now not thread-safe.
                   19834: 
                   19835:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19836:          main/untaint.C: z
                   19837: 
                   19838:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19839:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   19840:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   19841:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   19842:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   19843: 
                   19844:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19845:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   19846: 
                   19847:        * src/classes/table.C: select * from hren error contains statement
                   19848: 
                   19849:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19850:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   19851:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   19852: 
                   19853:        * src/: classes/root.C, include/pa_sql_connection.h,
                   19854:          include/pa_sql_driver.h, main/main.dsp,
                   19855:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   19856:          services for conv memory & error reporting
                   19857: 
                   19858: 2001-04-04  paf
                   19859: 
                   19860:        * src/doc/doxygen.cfg: z
                   19861: 
                   19862:        * src/include/pa_sql_driver.h: mysql connect
                   19863: 
                   19864:        * src/include/pa_sql_driver.h: mysql info
                   19865: 
                   19866:        * src/: classes/root.C, include/pa_sql_driver.h,
                   19867:          include/pa_sql_driver_manager.h, main/main.dsp,
                   19868:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   19869: 
                   19870:        * src/sql/Makefile.am: forgot to add mysql client
                   19871: 
                   19872:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   19873:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   19874:          [forgot to add libltdl, added]
                   19875: 
                   19876:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   19877:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   19878:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19879:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19880:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19881:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   19882:          -1000 just compiled
                   19883: 
                   19884:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19885:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   19886:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   19887: 
                   19888: 2001-04-03  paf
                   19889: 
                   19890:        * src/types/pa_vform.C: z
                   19891: 
                   19892:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   19893:          assigned lang
                   19894: 
                   19895:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   19896:          {}[]< empty []
                   19897: 
                   19898:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   19899:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   19900:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   19901: 
                   19902:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19903:          string:match replace strange matches
                   19904: 
                   19905:        * src/classes/string.C: string:match replace 0
                   19906: 
                   19907:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   19908:          prepared 2
                   19909: 
                   19910:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19911:          string:match replace prepared
                   19912: 
                   19913:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19914:          string:match replace -11
                   19915: 
                   19916:        * src/: classes/string.C, include/pa_globals.h,
                   19917:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   19918:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   19919: 
                   19920:        * src/: classes/string.C, include/pa_globals.h,
                   19921:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   19922:          main/pa_string.C: string:match [search] -1 just compiled
                   19923: 
                   19924:        * src/types/pa_vstring.C: z
                   19925: 
                   19926:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19927:          classes/int.C, classes/response.C, classes/root.C,
                   19928:          classes/string.C, classes/table.C, include/pa_string.h,
                   19929:          main/pa_string.C: string:match -10 [frame]
                   19930: 
                   19931:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19932:          main/pa_request.C: z
                   19933: 
                   19934:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19935:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19936:          todo/tests
                   19937: 
                   19938:        * src/include/pa_common.h: z
                   19939: 
                   19940:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19941:          main/pa_request.C, targets/cgi/parser3.C,
                   19942:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19943:          content-disposition
                   19944: 
                   19945:        * src/: include/pa_common.h, include/pa_globals.h,
                   19946:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19947:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   19948: 
                   19949:        * src/: include/pa_common.h, include/pa_request.h,
                   19950:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19951:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19952:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19953:          response:body
                   19954: 
                   19955:        * src/classes/table.C: table:append now uses string::split
                   19956: 
                   19957:        * src/classes/table.C: z
                   19958: 
                   19959:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19960:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19961:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19962:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   19963:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19964:          string::pos & cmp & piece bugs fixed.  string::split new
                   19965:          table:load separated from set table:set implemented with clean \n
                   19966:          \t searches
                   19967: 
                   19968: 2001-04-02  paf
                   19969: 
                   19970:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19971:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19972:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19973:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19974:          it in table:set/load
                   19975: 
                   19976:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   19977:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   19978: 
                   19979:        * src/classes/random.C: random:generate 1
                   19980: 
                   19981:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19982:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19983:          types/pa_value.h: random:generate
                   19984: 
                   19985: 2001-03-30  paf
                   19986: 
                   19987:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19988:          todo: table flip and append. string::pos
                   19989: 
                   19990:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19991:          classes/response.C, classes/root.C, classes/string.C,
                   19992:          classes/table.C, main/compile.y, main/execute.C,
                   19993:          types/pa_value.h, types/pa_vstateless_class.C,
                   19994:          types/pa_vstateless_class.h: static|dynamic|any method
                   19995:          registration
                   19996: 
                   19997:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   19998:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19999:          table:flip
                   20000: 
                   20001: 2001-03-29  paf
                   20002: 
                   20003:        * src/classes/string.C: string:xsplit forgot that they must result
                   20004:          in 1 row N column [not vice versa]
                   20005: 
                   20006:        * src/classes/string.C: z
                   20007: 
                   20008:        * src/classes/string.C: string: rsplit
                   20009: 
                   20010:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   20011:          string: lsplit
                   20012: 
                   20013:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   20014:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   20015:          lsplit -1
                   20016: 
                   20017:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20018:          string: pos
                   20019: 
                   20020:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   20021:          string: pos -1
                   20022: 
                   20023:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   20024:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   20025:          main/untaint.C: string: left right mid
                   20026: 
                   20027:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   20028:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   20029:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   20030:          and [;] are different now.
                   20031: 
                   20032:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   20033:          main/untaint.C: pool.request undone
                   20034: 
                   20035:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   20036:          main/untaint.C: pool.request
                   20037: 
                   20038: 2001-03-28  paf
                   20039: 
                   20040:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   20041:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20042:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   20043:          $request:browser [.type .version]; unknown.get_double now = 0.
                   20044: 
                   20045:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   20046:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   20047:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   20048:          types/pa_vform.C: file:load autodetection of mime-type by
                   20049:          user-file-name
                   20050: 
                   20051:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   20052:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   20053:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   20054: 
                   20055:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   20056:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   20057:          write. must be self.set
                   20058: 
                   20059:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20060:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   20061: 
                   20062:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   20063:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   20064:          types/pa_vtable.h: table:locate just compiled
                   20065: 
                   20066: 2001-03-27  paf
                   20067: 
                   20068:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   20069:          code-params2, fixed ntfs hardlink slow dir update
                   20070: 
                   20071:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   20072:          types/pa_wcontext.h: fixed r/w context of code-params
                   20073: 
                   20074:        * src/: classes/table.C, main/execute.C: about to change junction
                   20075:          rcontext!!
                   20076: 
                   20077:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20078:          classes/string.C, classes/table.C, main/compile_tools.C,
                   20079:          main/execute.C, main/pa_request.C, main/untaint.C,
                   20080:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   20081:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   20082:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   20083:          types/pa_vunknown.h: sort 0
                   20084: 
                   20085:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   20086:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   20087:          renamed to are_static_calls_disabled
                   20088: 
                   20089:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   20090:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   20091:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   20092:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   20093: 
                   20094:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   20095: 
                   20096:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   20097:          started table:sort fixed minor bug in #...^{
                   20098: 
                   20099:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   20100:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   20101:          decided to have as it were. stepped back.  grammar: added 'in'
                   20102:          'is' 'lt'&co follow-space check
                   20103: 
                   20104: 2001-03-26  paf
                   20105: 
                   20106:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20107:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   20108:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20109:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   20110:          invocation in ^process
                   20111: 
                   20112:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   20113: 
                   20114:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   20115:          main/pa_array.C: table:record
                   20116: 
                   20117:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   20118:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20119:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   20120:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   20121:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   20122:          types/pa_vtable.h: z
                   20123: 
                   20124:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   20125:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   20126:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   20127:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   20128:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   20129:          method realisations on 'self' validity - they now can simply
                   20130:          assume that 'self' is V{Proper} .
                   20131: 
                   20132: 2001-03-25  paf
                   20133: 
                   20134:        * src/main/untaint.C: z
                   20135: 
                   20136:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   20137:          lowlevel - it initialization could be skipped if failed in @auto.
                   20138:          so that exception report would use some table
                   20139: 
                   20140:        * src/main/pa_request.C: table empty lines ignored. system-default
                   20141:          content type assigned in output:result [can fail in main:auto and
                   20142:          skipped normal defaults extraction]
                   20143: 
                   20144:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   20145:          bug
                   20146: 
                   20147:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   20148:          processing to table [except preliminary \r\n \r \n replacements
                   20149:          to "\n"]
                   20150: 
                   20151:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   20152:          move all the processing to table
                   20153: 
                   20154:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   20155:          main/pa_table.C, main/untaint.C: returned table originating.
                   20156:          useful for reporting typo table problems origin. think would be
                   20157:          useful somewhere else
                   20158: 
                   20159:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   20160: 
                   20161:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   20162:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   20163:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   20164:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20165:          types/pa_vcookie.h: typo & typo-default
                   20166: 
                   20167: 2001-03-24  paf
                   20168: 
                   20169:        * src/main/pa_common.C: z
                   20170: 
                   20171:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20172:          targets/cgi/parser3.C: html-typo 2
                   20173: 
                   20174:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   20175:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   20176:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   20177:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   20178:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20179:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20180:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   20181:          noticed double default content-type prob. run cgi.cmd tomorrow
                   20182:          first html-typo sample. detected << problem: they become ltlt too
                   20183:          fast
                   20184: 
                   20185:        * src/main/compile.y: z
                   20186: 
                   20187:        * src/main/: compile.y, compile_tools.h: #comment
                   20188: 
                   20189:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   20190:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   20191:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   20192:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   20193:          stringified
                   20194: 
                   20195:        * src/types/pa_valiased.C: decided to String-ify file_read
                   20196: 
                   20197:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   20198:          isapi/parser3isapi.dsp: cgi: sapi::log
                   20199: 
                   20200:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   20201:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   20202:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   20203:          error log experiments failed - cgi under iis got no access to
                   20204:          log. registereventsource simply failed with 5(illegal call) code,
                   20205:          while worked OK as standalone executable.  isapi: used
                   20206:          HSE_APPEND_LOG_PARAMETER feature
                   20207: 
                   20208:        * src/: include/pa_common.h, include/pa_globals.h,
                   20209:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20210:          targets/isapi/parser3isapi.C: fixed default content-type
                   20211:          allocation storage
                   20212: 
                   20213:        * src/: include/pa_globals.h, include/pa_request.h,
                   20214:          main/pa_globals.C, main/pa_request.C: z
                   20215: 
                   20216:        * src/: include/pa_array.h, include/pa_hash.h,
                   20217:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   20218:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   20219:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   20220:          content-type
                   20221: 
                   20222:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   20223:          sanity
                   20224: 
                   20225:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   20226:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   20227:          away freeze mech.  no danger now for you can't do
                   20228:          ^request:process[@new-method[] body] trick anymore.  still
                   20229:          remains $some_instance.process[@new-method[] possibility] but
                   20230:          would leave it as a feature.  see index for sample
                   20231: 
                   20232:        * src/: include/pa_common.h, main/pa_common.C,
                   20233:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   20234:          monkey every target
                   20235: 
                   20236:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   20237:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   20238:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   20239: 
                   20240: 2001-03-23  paf
                   20241: 
                   20242:        * src/: include/pa_pool.h, main/pa_request.C,
                   20243:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   20244:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20245:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   20246: 
                   20247:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   20248: 
                   20249:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   20250:          it would be better to rewrite as filter then to deal with pool
                   20251: 
                   20252:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   20253:          now like in cgi, not from APPL_PHYSICAL_PATH
                   20254: 
                   20255:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   20256:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20257:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   20258:          include/pa_version.h, main/compile.y, main/execute.C,
                   20259:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   20260:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20261:          main/untaint.C, targets/cgi/parser3.C,
                   20262:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   20263:          cgi: reinvent document_root and request_uri under iis. autoconf
                   20264:          updated. introducing ap_config_includes
                   20265: 
                   20266:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   20267: 
                   20268:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   20269: 
                   20270:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   20271:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   20272:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   20273:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   20274: 
                   20275:        * src/: include/pa_globals.h, main/pa_request.C,
                   20276:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20277:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   20278:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   20279: 
                   20280:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   20281:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   20282:          isapi minor env beauty
                   20283: 
                   20284:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   20285:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   20286:          isapi document_root 0
                   20287: 
                   20288: 2001-03-22  paf
                   20289: 
                   20290:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   20291: 
                   20292:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   20293:          isapi/parser3isapi.C: z
                   20294: 
                   20295:        * src/: include/pa_pool.h, main/pa_request.C,
                   20296:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   20297: 
                   20298:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   20299:          kill.pl: isapi added utils
                   20300: 
                   20301:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   20302:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20303:          types/pa_vform.C: isapi 0
                   20304: 
                   20305:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   20306:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20307:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20308:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   20309:          started isapi
                   20310: 
                   20311:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   20312:          some comments
                   20313: 
                   20314:        * src/: include/pa_globals.h, include/pa_request.h,
                   20315:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20316:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   20317:          parser_root_auto_path parser_site_auto_path
                   20318: 
                   20319:        * src/types/pa_vcookie.C: cookie attr decoded
                   20320: 
                   20321: 2001-03-21  paf
                   20322: 
                   20323:        * src/targets/cgi/parser3.C: z
                   20324: 
                   20325:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   20326: 
                   20327:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   20328:          types/pa_venv.h: in cookie & env. todo:post
                   20329: 
                   20330:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   20331:          classes/root.C, classes/table.C, include/pa_array.h,
                   20332:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   20333:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   20334:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   20335:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20336:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   20337:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20338:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   20339:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   20340:          shifted apache branch on main trunc
                   20341: 
                   20342:        * src/: include/pa_common.h, include/pa_globals.h,
                   20343:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20344:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   20345:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   20346:          starting mod_parser3
                   20347: 
                   20348:        * src/targets/cgi/parser3.C: starting mod_parser3
                   20349: 
                   20350: 2001-03-20  paf
                   20351: 
                   20352:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   20353:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   20354:          win32 ifdefs work and add ifdef unistd
                   20355: 
                   20356:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   20357:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   20358:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   20359:          z
                   20360: 
                   20361:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   20362:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   20363:          locking
                   20364: 
                   20365:        * src/: classes/Makefile.am, types/Makefile.am: z
                   20366: 
                   20367:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   20368:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   20369:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   20370:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20371:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   20372:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20373:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   20374: 
                   20375:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   20376:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   20377: 
                   20378:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   20379:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   20380:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   20381:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   20382:          types/pa_vform.h: z
                   20383: 
                   20384:        * src/include/pa_string.h: z
                   20385: 
                   20386:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   20387:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   20388:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   20389:          :Value
                   20390: 
                   20391:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   20392:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   20393:          :VStateless_object
                   20394: 
                   20395:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   20396:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   20397:          :VStateless_object
                   20398: 
                   20399:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20400:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   20401: 
                   20402:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   20403:          types/pa_valiased.h, types/pa_value.h,
                   20404:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20405:          types/pa_vstateless_object.h: moved common get_element part from
                   20406:          stateless object&class into VAliased
                   20407: 
                   20408:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   20409:          classes/table.C, main/execute.C, main/main.dsp,
                   20410:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   20411:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   20412:          now :Value
                   20413: 
                   20414:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   20415:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   20416:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   20417: 
                   20418:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   20419:          doxx
                   20420: 
                   20421:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   20422:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   20423:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   20424:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   20425:          and ^file:save
                   20426: 
                   20427: 2001-03-19  paf
                   20428: 
                   20429:        * src/types/pa_vfile.C: z
                   20430: 
                   20431:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   20432:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   20433:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   20434:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   20435: 
                   20436:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   20437:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   20438:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   20439:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   20440:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   20441:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   20442:          types/pa_vfile.h: file class just compiled
                   20443: 
                   20444:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   20445:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   20446:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   20447:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   20448:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   20449: 
                   20450:        * src/include/pa_pool.h: z
                   20451: 
                   20452:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   20453:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   20454:          Hash::Value to Val so to doxygen would finlly stop confusing
                   20455:          those Value-s
                   20456: 
                   20457:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   20458:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   20459:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20460:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20461:          include/pa_types.h, main/compile.C, main/compile.y,
                   20462:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20463:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   20464:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   20465:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20466:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   20467: 
                   20468:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   20469:          derivates somehow unlinked. don't know why yet
                   20470: 
                   20471:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   20472:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   20473:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20474:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20475:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20476:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20477:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   20478: 
                   20479:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   20480:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   20481:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   20482:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   20483:          types/pa_vrequest.h: doc: detected Value derivates prob
                   20484: 
                   20485:        * src/include/pa_globals.h: z
                   20486: 
                   20487:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   20488:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   20489:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   20490:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   20491:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20492:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   20493:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20494:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   20495: 
                   20496: 2001-03-18  paf
                   20497: 
                   20498:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   20499:          cookie: allowed access to hash-assigned
                   20500: 
                   20501:        * src/targets/cgi/parser3.C: z
                   20502: 
                   20503:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   20504:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   20505:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   20506:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20507:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20508:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   20509:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20510:          types/pa_vunknown.h: cookie class
                   20511: 
                   20512:        * src/main/pa_request.C: zero length output allowed
                   20513: 
                   20514:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   20515:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   20516: 
                   20517:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   20518:          lang switch
                   20519: 
                   20520:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   20521:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20522:          types/pa_value.h, types/pa_vhash.h:
                   20523:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   20524: 
                   20525:        * src/main/execute.C: z
                   20526: 
                   20527:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   20528:          targets/cgi/parser3.C: taint[uri
                   20529: 
                   20530:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   20531:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20532:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   20533:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   20534: 
                   20535:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   20536:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20537:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   20538:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   20539:          bool tainted) ctor
                   20540: 
                   20541:        * src/: include/pa_hash.h, include/pa_request.h,
                   20542:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   20543:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20544:          targets/cgi/parser3.C: proper @exceptions params tainting
                   20545: 
                   20546:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   20547:          response fields to header
                   20548: 
                   20549:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20550:          z
                   20551: 
                   20552:        * src/: classes/_response.h, classes/response.C,
                   20553:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20554:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   20555:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20556:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   20557:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   20558:          $response: 0  request::core exception rethrow
                   20559: 
                   20560: 2001-03-16  paf
                   20561: 
                   20562:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   20563:          types/pa_vrequest.h: native method' class call with less params
                   20564:          then needed error reporting
                   20565: 
                   20566:        * src/: classes/_request.h, classes/request.C,
                   20567:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   20568:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20569:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   20570:          types/pa_vrequest.h: $request : query :uri
                   20571: 
                   20572:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   20573:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   20574:          types/pa_wcontext.h: $result
                   20575: 
                   20576:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   20577: 
                   20578:        * src/: classes/double.C, include/code.h, main/compile.y,
                   20579:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   20580:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   20581: 
                   20582:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   20583:          main/compile.y, main/execute.C, types/pa_value.h,
                   20584:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   20585:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   20586:          wcontext conflict
                   20587: 
                   20588:        * src/: main/execute.C, types/pa_value.h,
                   20589:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   20590:          $string.field
                   20591: 
                   20592: 2001-03-15  paf
                   20593: 
                   20594:        * src/main/pa_request.C: news sample
                   20595: 
                   20596:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   20597:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   20598: 
                   20599:        * src/main/: compile.y, execute.C: z
                   20600: 
                   20601:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   20602:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   20603:          pre pre works
                   20604: 
                   20605:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20606:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   20607:          fillfields just compiled
                   20608: 
                   20609: 2001-03-14  paf
                   20610: 
                   20611:        * src/: include/pa_request.h, main/pa_request.C,
                   20612:          targets/cgi/parser3.C: z
                   20613: 
                   20614:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20615:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   20616:          types/pa_vstring.h: limits -1
                   20617: 
                   20618:        * src/: include/pa_globals.h, include/pa_request.h,
                   20619:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   20620:          main/pa_request.C, targets/cgi/parser3.C,
                   20621:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   20622:          request_info -1
                   20623: 
                   20624:        * src/: include/pa_globals.h, main/pa_globals.C,
                   20625:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20626:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   20627:          vform_fields_fill
                   20628: 
                   20629:        * src/targets/cgi/parser3.C: #  if MSVC
                   20630: 
                   20631:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   20632:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   20633: 
                   20634:        * src/targets/cgi/parser3.C: z
                   20635: 
                   20636:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   20637:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   20638:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20639:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   20640:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   20641:          types/pa_vunknown.h: global handler, exceptions in parser3
                   20642: 
                   20643: 2001-03-13  paf
                   20644: 
                   20645:        * src/: classes/form.C, main/compile.y, main/core.C,
                   20646:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   20647:          types/pa_vform.h, types/pa_vstateless_class.C,
                   20648:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   20649:          instead
                   20650: 
                   20651:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20652:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   20653:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   20654:          started cgi target
                   20655: 
                   20656:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20657:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   20658:          before error show with parser
                   20659: 
                   20660:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   20661:          include/pa_request.h, main/core.C, main/pa_request.C,
                   20662:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   20663: 
                   20664:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   20665: 
                   20666:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   20667:          parser3.C: renamed targets/ parser to cgi
                   20668: 
                   20669:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   20670:          classes/root.C, classes/string.C, classes/table.C,
                   20671:          include/pa_request.h, types/pa_vhash.h: z
                   20672: 
                   20673:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20674:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   20675:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   20676:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20677:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   20678:          [historical moment :)]
                   20679: 
                   20680:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   20681:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   20682: 
                   20683:        * src/types/pa_venv.h: $ENV 1
                   20684: 
                   20685:        * src/main/execute.C: z
                   20686: 
                   20687:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   20688:          future methods of ENV constructor if
                   20689: 
                   20690:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   20691:          class
                   20692: 
                   20693:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20694:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20695:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20696:          classes/string.C, classes/table.C, include/pa_request.h,
                   20697:          main/compile.C, main/compile_tools.h, main/core.C,
                   20698:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20699:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20700:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20701:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20702:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20703:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20704: 
                   20705:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20706:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20707:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20708:          classes/string.C, classes/table.C, include/pa_request.h,
                   20709:          main/compile.C, main/compile_tools.h, main/core.C,
                   20710:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20711:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20712:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20713:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20714:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20715:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20716: 
                   20717:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   20718:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   20719:          yesterdays bad decision on execute_static_method
                   20720: 
                   20721:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   20722: 
                   20723:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20724:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   20725: 
                   20726:        * src/main/pa_request.C: z
                   20727: 
                   20728:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20729:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   20730: 
                   20731:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20732:          include/pa_pool.h, main/pa_request.C:
                   20733:          restructure_exceptions_dead_end
                   20734: 
                   20735:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   20736:          allowed ; inside {} to break params
                   20737: 
                   20738:        * src/classes/root.C: ^eval
                   20739: 
                   20740:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   20741:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   20742:          string ^format
                   20743: 
                   20744:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   20745:          'bad' but not 'enough'
                   20746: 
                   20747:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   20748:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   20749:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   20750:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   20751:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   20752: 
                   20753:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20754:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   20755:          types/pa_vint.h: ^for
                   20756: 
                   20757: 2001-03-12  paf
                   20758: 
                   20759:        * src/classes/table.C: table ^empty
                   20760: 
                   20761:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   20762: 
                   20763:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   20764:          ^offset ^line ^count
                   20765: 
                   20766:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   20767:          ^abs()  ^sign()
                   20768: 
                   20769:        * src/classes/: root.C, table.C: ^use
                   20770: 
                   20771:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20772:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   20773:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20774:          ^while. switched off wcontext.constructing after write(value) or
                   20775:          auto-vhash-constructing
                   20776: 
                   20777:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20778:          main/pa_request.C: fail_if_junction_ helper func
                   20779: 
                   20780:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   20781:          include/pa_request.h, main/execute.C, main/main.dsp,
                   20782:          main/pa_common.C, main/pa_request.C: ^process error point by
                   20783:          actual method_name, not source.  ^load
                   20784: 
                   20785:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   20786: 
                   20787:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   20788:          classes/_table.h, classes/table.C, main/untaint.C: z
                   20789: 
                   20790:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   20791:          include/pa_table.h, main/core.C, main/execute.C,
                   20792:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   20793:          types/pa_value.h: table:set 0
                   20794: 
                   20795:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   20796:          include/pa_request.h, include/pa_table.h, main/core.C,
                   20797:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   20798:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   20799:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   20800:          types/pa_vstring.h: freeze, ^table:create[] -1
                   20801: 
                   20802:        * src/: classes/root.C, types/pa_value.h: z
                   20803: 
                   20804:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   20805:          get_method in couple places optimizing them
                   20806: 
                   20807:        * src/classes/root.C: z
                   20808: 
                   20809:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   20810:          zeroing
                   20811: 
                   20812:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20813:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   20814:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   20815:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20816:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20817:          types/pa_vmframe.h: ^process. actual names to store param and
                   20818:          check_actual_numbered_params for better place diagnostics
                   20819: 
                   20820:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   20821:          method-junctions bug fixed
                   20822: 
                   20823:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   20824:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   20825: 
                   20826: 2001-03-11  paf
                   20827: 
                   20828:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   20829:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   20830:          VDouble VInt base now VObject_base - without fields
                   20831: 
                   20832:        * src/: classes/root.C, include/core.h, main/core.C: z
                   20833: 
                   20834:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20835:          classes/string.C, include/core.h, include/pa_hash.h,
                   20836:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   20837:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   20838: 
                   20839:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20840:          include/pa_request.h, main/execute.C: intercept_string
                   20841: 
                   20842:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20843:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   20844: 
                   20845:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   20846:          ^inc-s(expr)
                   20847: 
                   20848:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20849:          classes/_root.h, classes/_string.h, classes/double.C,
                   20850:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20851:          include/code.h, include/core.h, include/pa_array.h,
                   20852:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20853:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20854:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20855:          include/pa_types.h, main/compile.C, main/compile.y,
                   20856:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20857:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20858:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   20859:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20860:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20861:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20862:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20863:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20864:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20865:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   20866: 
                   20867:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   20868: 
                   20869:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20870:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   20871: 
                   20872:        * src/: include/pa_valiased.h, include/pa_value.h,
                   20873:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20874:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20875:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20876:          include/pa_vobject.h, include/pa_vstring.h,
                   20877:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20878:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   20879:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   20880:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   20881:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20882:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20883:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20884:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20885:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20886:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   20887:          include/
                   20888: 
                   20889: 2001-03-10  paf
                   20890: 
                   20891:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20892:          main/pa_request.C: run+auto=run
                   20893: 
                   20894:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   20895: 
                   20896:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20897:          classes/_root.h, classes/_string.h, classes/double.C,
                   20898:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20899:          include/code.h, include/core.h, include/pa_array.h,
                   20900:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20901:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20902:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20903:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   20904:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20905:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20906:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20907:          include/pa_vobject.h, include/pa_vstring.h,
                   20908:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20909:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   20910:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20911:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   20912:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   20913:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20914:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   20915:          main/pa_wcontext.C: sources header
                   20916: 
                   20917:        * src/main/pa_request.C: auto..
                   20918: 
                   20919:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20920:          main/pa_request.C: auto tree0
                   20921: 
                   20922:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   20923:          main/core.C, main/pa_request.C: names to core.C
                   20924: 
                   20925:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20926:          include/pa_request.h, main/core.C, main/execute.C,
                   20927:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20928: 
                   20929:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20930:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20931:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20932:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20933: 
                   20934:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20935:          @auto[] realised. auto.p scan togo
                   20936: 
                   20937:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20938:          code-junctions result now have names
                   20939: 
                   20940:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20941:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20942:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20943:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20944: 
                   20945:        * src/classes/env.C: env:file/line
                   20946: 
                   20947:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20948:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20949:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20950:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20951:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20952:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20953:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20954: 
                   20955:        * src/include/pa_vclass.h: const fight to go
                   20956: 
                   20957:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20958:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20959:          main/main.dsp: env0
                   20960: 
                   20961:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20962:          classes/_string.h, classes/double.C, classes/int.C,
                   20963:          classes/root.C, classes/string.C, include/pa_request.h,
                   20964:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20965:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20966:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20967:          main/pa_wcontext.C: ^lang prepare0
                   20968: 
                   20969: 2001-03-09  paf
                   20970: 
                   20971:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20972:          construct proper naming
                   20973: 
                   20974:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20975:          classes/double.C, classes/int.C, classes/root.C,
                   20976:          classes/string.C, include/code.h, include/pa_value.h,
                   20977:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20978:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20979:          main/compile.y, main/compile_tools.C, main/core.C,
                   20980:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20981:          and ^double[]. fixed expr type
                   20982: 
                   20983:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20984:          ^string.length[]
                   20985: 
                   20986: 2001-03-08  paf
                   20987: 
                   20988:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20989: 
                   20990:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20991:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20992:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20993:          derivated from vobject
                   20994: 
                   20995:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20996:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20997: 
                   20998:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20999:          remained clone conseqs
                   21000: 
                   21001:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   21002: 
                   21003:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   21004: 
                   21005:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   21006:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   21007:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   21008:          include/pa_vobject.h, include/pa_vstring.h,
                   21009:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   21010:          main/execute.C: withoud cloning. didn't need it actually, params
                   21011:          got passed from out unnamed ewpool
                   21012: 
                   21013:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   21014:          include/pa_vjunction.h, include/pa_vobject.h,
                   21015:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   21016: 
                   21017:        * src/: include/pa_bool.h, include/pa_double.h,
                   21018:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   21019:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   21020:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21021:          include/pa_vobject.h, include/pa_vstring.h,
                   21022:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   21023:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   21024:          to give params proper names
                   21025: 
                   21026:        * src/main/pa_wcontext.C: z
                   21027: 
                   21028:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   21029:          unknown values in get_element and unfilled params. removed wrong
                   21030:          name change in get_element
                   21031: 
                   21032:        * src/main/execute.C: z
                   21033: 
                   21034:        * src/main/execute.C: fixed problems calling operators in
                   21035:          constructors
                   21036: 
                   21037:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   21038:          detected problems calling operators in constructors
                   21039: 
                   21040:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   21041:          autocalc def to string
                   21042: 
                   21043:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   21044:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   21045: 
                   21046:        * src/classes/root.C: added root.c
                   21047: 
                   21048:        * src/: include/pa_request.h, include/pa_value.h,
                   21049:          include/pa_vcframe.h, include/pa_vmframe.h,
                   21050:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   21051:          main/core.C, main/execute.C, main/pa_cframe.C,
                   21052:          main/pa_wcontext.C: 'if' just compiled
                   21053: 
                   21054:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   21055:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21056:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   21057:          main/pa_wcontext.C: z
                   21058: 
                   21059:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   21060:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   21061:          with parameter names  in operator methods
                   21062: 
                   21063:        * src/main/compile.y: minor renamings in .y
                   21064: 
                   21065:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   21066:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   21067:          @BASE.  changed 'RUN' assignment mech
                   21068: 
                   21069:        * src/main/execute.C: z
                   21070: 
                   21071:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   21072:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   21073:          static. so to enable runtime ^use
                   21074: 
                   21075:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   21076: 
                   21077:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   21078:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   21079: 
                   21080:        * src/main/execute.C: root root in code-junction
                   21081: 
                   21082: 2001-03-07  paf
                   21083: 
                   21084:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   21085:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   21086: 
                   21087:        * src/: include/pa_stack.h, include/pa_value.h,
                   21088:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   21089:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   21090:          fixed rwcontext of {} params up
                   21091: 
                   21092:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   21093: 
                   21094:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   21095: 
                   21096:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   21097:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   21098:          main/pa_hash.C: expr def in -f
                   21099: 
                   21100:        * src/main/: compile.y, execute.C: expr calls
                   21101: 
                   21102:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   21103:          fixed
                   21104: 
                   21105:        * src/main/compile.y: expr quoted code
                   21106: 
                   21107:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   21108:          support0
                   21109: 
                   21110:        * src/main/compile.y: expr string comparisons 0
                   21111: 
                   21112:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   21113:          main/pa_string.C: just compiled lt&co
                   21114: 
                   21115:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   21116:          $field not a $var.field
                   21117: 
                   21118: 2001-03-06  paf
                   21119: 
                   21120:        * src/main/compile.y: .y expr visible-shorter
                   21121: 
                   21122:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   21123:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   21124:          logical
                   21125: 
                   21126:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   21127:          skipping whitespace in yylex
                   21128: 
                   21129:        * src/include/pa_vbool.h: forgot this
                   21130: 
                   21131:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   21132:          string ops in expressions 0
                   21133: 
                   21134:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   21135:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   21136:          main/execute.C, main/main.dsp: !~
                   21137: 
                   21138:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   21139:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   21140:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   21141:          include/pa_vunknown.h, include/pa_wcontext.h,
                   21142:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   21143:          main/compile_tools.h, main/execute.C: +-*/
                   21144: 
                   21145:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   21146:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   21147: 
                   21148:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   21149:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   21150: 
                   21151:        * src/main/compile.y: expr grammar-1
                   21152: 
                   21153:        * src/main/compile.y: expr lexx1
                   21154: 
                   21155:        * src/main/: compile.y, execute.C, main.dsp: z
                   21156: 
                   21157:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   21158:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   21159:          main/execute.C: expr lex0 exec-1
                   21160: 
                   21161:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   21162: 
                   21163: 2001-02-26  paf
                   21164: 
                   21165:        * src/main/compile.y: max_string in yyerror bug fix
                   21166: 
                   21167: 2001-02-25  paf
                   21168: 
                   21169:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   21170:          include/pa_wcontext.h, main/execute.C: VAliased3
                   21171: 
                   21172:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   21173: 
                   21174:        * src/main/execute.C: VAliased1
                   21175: 
                   21176:        * src/: include/pa_request.h, include/pa_value.h,
                   21177:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   21178:          VAliased0
                   21179: 
                   21180:        * src/: include/pa_pool.h, include/pa_request.h,
                   21181:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   21182:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   21183:          VAliased just compiled
                   21184: 
                   21185:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   21186:          include/pa_vobject.h, main/execute.C: alias dead end
                   21187: 
                   21188:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21189:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   21190:          main/main.dsp: no not get fields into interm VFielded class.
                   21191:          fields & staticfields 1
                   21192: 
                   21193:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   21194:          include/pa_vobject.h, include/pa_wcontext.h,
                   21195:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   21196:          main/main.dsp: would now get fields into interm VFielded class
                   21197: 
                   21198:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   21199:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   21200:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   21201:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   21202:          main/pa_wcontext.C: virtuals2
                   21203: 
                   21204:        * src/main/compile.y: : 1
                   21205: 
                   21206:        * src/main/compile.y: rethought to $class:static.field.subfield
                   21207: 
                   21208:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   21209:          $class:element
                   21210: 
                   21211:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   21212:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   21213:          main/pa_wcontext.C: before execute class calls rewrite
                   21214: 
                   21215:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   21216:          name RUN, also alias
                   21217: 
                   21218:        * src/main/compile.y: escaping bug
                   21219: 
                   21220:        * src/: include/pa_request.h, include/pa_value.h,
                   21221:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   21222:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   21223: 
                   21224:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   21225:          include/pa_vmframe.h, include/pa_vobject.h,
                   21226:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   21227:          main/compile_tools.h, main/execute.C: ^class:method() just
                   21228:          compiled
                   21229: 
                   21230: 2001-02-24  paf
                   21231: 
                   21232:        * src/main/main.dsp: no bison -d
                   21233: 
                   21234:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   21235:          class' err msg wrong
                   21236: 
                   21237:        * src/main/compile.y: z
                   21238: 
                   21239:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   21240: 
                   21241:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   21242:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   21243: 
                   21244:        * src/: include/pa_vclass.h, main/core.C: z
                   21245: 
                   21246:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21247:          include/pa_vobject.h, main/main.dsp: vobject00
                   21248: 
                   21249:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   21250:          60% from 1 were 0
                   21251: 
                   21252:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   21253:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   21254:          as bad as you've named it: wcontext.value() was not a perfect
                   21255:          idea
                   21256: 
                   21257:        * src/main/execute.C: codeframe1
                   21258: 
                   21259:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   21260:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   21261:          include/pa_vjunction.h, include/pa_vmframe.h,
                   21262:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   21263:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   21264:          just compiled
                   21265: 
                   21266:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   21267:          ideology @: ^x{$a()) must construct current wcontext element, so
                   21268:          smart wcontext handling needed
                   21269: 
                   21270:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   21271:          klinch
                   21272: 
                   21273:        * src/main/: compile.y, execute.C: fixed empty constructor
                   21274:          optimized empty case. failed on calls - produced empty string
                   21275:          param
                   21276: 
                   21277:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   21278: 
                   21279:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   21280:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   21281:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   21282:          main/execute.C: code junctions0. something wrong with last \n
                   21283:          macrotemplate strip
                   21284: 
                   21285:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   21286:          main/pa_value.C: minor error reporting format beautifyings
                   21287: 
                   21288:        * src/: include/pa_value.h, include/pa_vclass.h,
                   21289:          include/pa_vframe.h, main/core.C, main/execute.C,
                   21290:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   21291:          junctions0
                   21292: 
                   21293: 2001-02-23  paf
                   21294: 
                   21295:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   21296:          pa_wwrapper.h: lara came, can't work, sorry :(
                   21297: 
                   21298:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   21299:          junction
                   21300: 
                   21301:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   21302:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   21303:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   21304: 
                   21305:        * src/: include/pa_hash.h, include/pa_value.h,
                   21306:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   21307:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   21308:          done
                   21309: 
                   21310:        * src/include/pa_wcontext.h: z
                   21311: 
                   21312:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   21313:          wrong grammar in complex constructor case
                   21314: 
                   21315:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   21316: 
                   21317:        * src/main/execute.C: with result rwpool
                   21318: 
                   21319:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   21320:          main/main.dsp: value named
                   21321: 
                   21322:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   21323:          strign 2 value in 2 places in execute
                   21324: 
                   21325:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   21326:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   21327:          wcontext.put_element when wcontext fvalue==0
                   21328: 
                   21329: 2001-02-22  paf
                   21330: 
                   21331:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   21332:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   21333:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   21334: 
                   21335:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   21336:          erroreos checkout
                   21337: 
                   21338:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   21339: 
                   21340:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   21341:          main/compile_tools.h, main/pa_array.C: $self.get
                   21342: 
                   21343:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   21344: 
                   21345:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   21346:          bit. finished now.
                   21347: 
                   21348:        * src/main/compile.y: $: finished
                   21349: 
                   21350:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   21351: 
                   21352:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   21353:          main/execute.C: OP_STRING better then some xxx _VALUE
                   21354: 
                   21355:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   21356:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21357:          string to vstring it .y all
                   21358: 
                   21359:        * src/: include/pa_request.h, include/pa_stack.h,
                   21360:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   21361:          all
                   21362: 
                   21363:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   21364:          precise parse error line:col
                   21365: 
                   21366:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   21367:          main/pa_hash.C, main/pa_pool.C: TRY...
                   21368: 
                   21369:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21370:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   21371:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21372:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   21373:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   21374:          main/pa_table.C: removed exception from request
                   21375: 
                   21376:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   21377:          some forgotten
                   21378: 
                   21379:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   21380:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   21381:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   21382:          get/put simple vars to VClass works0
                   21383: 
                   21384:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   21385:          main/pa_string.C: in process, but found that exceptions are too
                   21386:          global
                   21387: 
                   21388:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   21389:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   21390:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   21391:          seems wcontext must write strings regardles of fvalue!=0
                   21392: 
                   21393: 2001-02-21  paf
                   21394: 
                   21395:        * src/main/execute.C: tired :)
                   21396: 
                   21397:        * src/main/: compile.C, compile.y, execute.C: store0
                   21398: 
                   21399:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   21400:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   21401:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   21402:          main/execute.C, main/main.dsp, main/pa_array.C,
                   21403:          main/pa_request.C: get put -1 [just compiled]
                   21404: 
                   21405:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   21406:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   21407:          main/main.dsp, main/pa_request.C: request core methods0
                   21408: 
                   21409:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   21410:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   21411:          execute
                   21412: 
                   21413:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   21414:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   21415:          methods and one_big_piece. now compile returns array<method*>
                   21416: 
                   21417:        * src/main/compile.y: more straightforward yylex[end]
                   21418: 
                   21419:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21420:          string.operator==(char*)
                   21421: 
                   21422:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   21423:          main/execute.C, main/pa_array.C: after array.const get wonders
                   21424: 
                   21425:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   21426:          pa_string.h, pa_value.h: struck with const array.gets
                   21427: 
                   21428:        * src/main/: execute.C: z
                   21429: 
                   21430:        * src/main/: compile.y, execute.C: z
                   21431: 
                   21432:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   21433:          processing in eval & yyerror so it wouldn't cause memleaks.
                   21434: 
                   21435:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   21436:          parse error positions. leaving RIGHTMOST position as
                   21437:          @file[line:col]
                   21438: 
                   21439:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   21440:          main/compile_tools.h: line numbers needed. would add them to .y
                   21441:          now internally. externally it's not as precise as needed
                   21442: 
                   21443:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   21444:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21445:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   21446:          compiler works ok
                   21447: 
                   21448: 2001-02-20  paf
                   21449: 
                   21450:        * src/main/: compile.C, compile.y, compile_tools.C,
                   21451:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   21452:          not perfect
                   21453: 
                   21454:        * src/: include/code.h, include/compile.h, include/execute.h,
                   21455:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   21456:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21457:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21458:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   21459:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   21460:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   21461:          compiled.  execute=dump for now
                   21462: 
                   21463:        * src/main/core.C: core rewrite using yacc investigations now will
                   21464:          be compile[yacc]/execute[opcodes]
                   21465: 
                   21466: 2001-02-15  paf
                   21467: 
                   21468:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   21469:          rewrite as turing machine? for it seems it would be it's too many
                   21470:          ifs with this syntax now
                   21471: 
                   21472: 2001-02-14  paf
                   21473: 
                   21474:        * src/main/core.C: get_params 1
                   21475: 
                   21476:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   21477:          :( ]
                   21478: 
                   21479:        * src/main/core.C: varios breaks
                   21480: 
                   21481:        * src/main/core.C: get names 3
                   21482: 
                   21483:        * src/main/core.C: get names 2
                   21484: 
                   21485:        * src/main/core.C: get names 1
                   21486: 
                   21487:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   21488:          names 0
                   21489: 
                   21490:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   21491:          text repassing2 operator static vars
                   21492: 
                   21493:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   21494:          main/pa_string.C: process text repassing
                   21495: 
                   21496:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21497:          module:calls changes
                   21498: 
                   21499: 2001-02-13  paf
                   21500: 
                   21501:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21502:          ^class:calls[] started
                   21503: 
                   21504:        * src/: include/pa_value.h, main/core.C: z
                   21505: 
                   21506:        * src/main/core.C: operators : and self. prefixes
                   21507: 
                   21508:        * src/main/core.C: z
                   21509: 
                   21510:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   21511:          tested
                   21512: 
                   21513:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   21514:          optimized
                   21515: 
                   21516:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   21517:          would change privates to better support optimization
                   21518: 
                   21519:        * src/: include/pa_string.h, main/pa_string.C:
                   21520:          String_iterator::skip_to todo:optimize
                   21521: 
                   21522: 2001-02-12  paf
                   21523: 
                   21524:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   21525:          String_iterator
                   21526: 
                   21527:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   21528:          comments
                   21529: 
                   21530:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   21531:          self/methodref joined
                   21532: 
                   21533: 2001-02-11  paf
                   21534: 
                   21535:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   21536:          main/main.dsp: core started.  core.C, context&value .h
                   21537: 
                   21538:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21539:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21540:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   21541: 
                   21542: 2001-01-30  paf
                   21543: 
                   21544:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   21545:          comments
                   21546: 
                   21547:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   21548:          main/pa_pool.C: moved pa_pool.C to be target specific
                   21549: 
                   21550:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21551:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   21552:          to & changes
                   21553: 
                   21554:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21555:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   21556:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   21557:          re-associated. that's much better even removed 'die' necessety
                   21558: 
                   21559:        * src/: include/pa_error.h, include/pa_exception.h,
                   21560:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   21561:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   21562:          targets/Makefile.am: lowered targets/parser into subdir, added
                   21563:          parser_Pool(Pool) failed to add. would think..
                   21564: 
                   21565:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   21566:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   21567:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   21568:          hence lots of 'const'
                   21569: 
                   21570:        * src/: include/pa_error.h, include/pa_request.h,
                   21571:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   21572:          main/pa_table.C: Error fixed
                   21573: 
                   21574: 2001-01-29  paf
                   21575: 
                   21576:        * src/: include/pa_array.h, include/pa_common.h,
                   21577:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   21578:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   21579:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   21580:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   21581: 
                   21582:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21583:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21584:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   21585:          main/pa_string.C, main/pa_table.C: Request Error Table
                   21586: 
                   21587:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   21588:          templates"
                   21589: 
                   21590:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   21591:          main/main.dsp, main/pa_array.C: templates failed no template
                   21592:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   21593:          2.95.2-6 from latest cygwin]
                   21594: 
                   21595:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21596:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21597:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   21598:          main/pa_table.C: Table started would test template Array now
                   21599: 
                   21600:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21601:          String originating
                   21602: 
                   21603:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   21604:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   21605:          SYNCHRONIZED(thread_safe)
                   21606: 
                   21607:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   21608:          parts to top
                   21609: 
                   21610:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   21611:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   21612:          see: needed only in global Hash now, made Hash:: put/get
                   21613:          SYNCHRONIZED
                   21614: 
                   21615:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   21616:          main/pa_threads.C: added pa_threads
                   21617: 
                   21618:          Mutex
                   21619: 
                   21620:        * src/include/pa_hash.h: some comments
                   21621: 
                   21622:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   21623:          Array& operator += (Array& src)
                   21624: 
                   21625:        * src/main/pa_array.C: expand not convinient, would rewrite
                   21626: 
                   21627:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   21628:          (Array& src)
                   21629: 
                   21630:          rethought, would change now
                   21631: 
                   21632: 2001-01-27  paf
                   21633: 
                   21634:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   21635:          caching
                   21636: 
                   21637:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21638:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   21639:          cache rethought to chunk caching
                   21640: 
                   21641:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21642:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21643:          main/pa_hash.C, main/pa_string.C: Array 0
                   21644: 
                   21645:        * src/main/pa_string.C: String::operator ==
                   21646: 
                   21647:        * src/main/pa_hash.C: String(&String)
                   21648: 
                   21649:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   21650: 
                   21651:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   21652:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   21653:          pa_hash[forgotten]
                   21654: 
                   21655: 2001-01-26  paf
                   21656: 
                   21657:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21658:          removed templates [vc++ suxx]
                   21659: 
                   21660:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   21661:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   21662: 
                   21663:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   21664: 
                   21665:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   21666: 
                   21667:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   21668:          check
                   21669: 
                   21670:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   21671:          dynamic row_count
                   21672: 
                   21673:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21674:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21675:          targets/Makefile.am: Initial revision
                   21676: 
                   21677:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21678:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21679:          targets/Makefile.am: creating parser3 module
                   21680: 

E-mail: