Annotation of parser3/ChangeLog, revision 1.101

1.101   ! moko        1: 2015-10-29  moko
        !             2: 
        !             3:        * operators.txt: updated for 3.4.4
        !             4: 
        !             5:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
        !             6: 
        !             7:        * src/main/pa_exec.C: get_exit_status implemented for Windows
        !             8:          (related to bug #1043)
        !             9: 
        !            10: 2015-10-28  moko
        !            11: 
        !            12:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
        !            13:          hangup during ^file::exec (fixes bug #1043)
        !            14: 
1.100     moko       15: 2015-10-27  moko
                     16: 
                     17:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                     18: 
1.99      moko       19: 2015-10-26  moko
                     20: 
1.100     moko       21:        * tests/322.html, src/classes/reflection.C: arguments reorder
                     22:          (related to issue #1041)
                     23: 
                     24:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                     25:          Copyright year updated
                     26: 
1.99      moko       27:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                     28:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                     29:          classes/form.C, classes/hash.C, classes/hashfile.C,
                     30:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                     31:          classes/mail.C, classes/math.C, classes/memcached.C,
                     32:          classes/memory.C, classes/op.C, classes/reflection.C,
                     33:          classes/regex.C, classes/response.C, classes/string.C,
                     34:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                     35:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                     36:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                     37:          include/pa_config_fixed.h, include/pa_config_includes.h,
                     38:          include/pa_dictionary.h, include/pa_dir.h,
                     39:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                     40:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                     41:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                     42:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                     43:          include/pa_request_charsets.h, include/pa_request_info.h,
                     44:          include/pa_sapi.h, include/pa_socks.h,
                     45:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                     46:          include/pa_stack.h, include/pa_string.h,
                     47:          include/pa_stylesheet_connection.h,
                     48:          include/pa_stylesheet_manager.h, include/pa_table.h,
                     49:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                     50:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                     51:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                     52:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                     53:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                     54:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                     55:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                     56:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                     57:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                     58:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                     59:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                     60:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                     61:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                     62:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                     63:          main/pa_string.C, main/pa_stylesheet_connection.C,
                     64:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                     65:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                     66:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                     67:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                     68:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                     69:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                     70:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                     71:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                     72:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                     73:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                     74:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                     75:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                     76:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                     77:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                     78:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                     79:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                     80:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                     81:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                     82:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                     83:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                     84:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                     85:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                     86:          types/pa_vresponse.C, types/pa_vresponse.h,
                     87:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                     88:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                     89:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                     90:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                     91:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                     92:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                     93:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                     94: 
                     95:        * src/targets/cgi/parser3.C: year updated
                     96: 
                     97:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                     98:          issue #1041)
                     99: 
                    100:        * tests/: 323.html, results/323.processed: test for base classes
                    101:          added
                    102: 
                    103:        * tests/: 261.html, results/261.processed: updated after better
                    104:          error reporting done for $string.key exception
                    105: 
                    106:        * src/types/pa_vstring.h: better error report for $string.key
                    107:          exception
                    108: 
                    109:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                    110:          copied as VObject::get_element4call to remove extra virtual call
                    111: 
                    112:        * tests/: 322.html, results/322.processed: test for
                    113:          ^reflection:is[] added (related to feature #1041)
                    114: 
                    115:        * src/classes/reflection.C: ^reflection:is empty value is void
                    116:          (related to feature #1041)
                    117: 
                    118:        * src/classes/reflection.C:
                    119:          ^reflection:is[class_name|code|method;[context;]element_name]
                    120:          added (implements feature #1041)
                    121: 
                    122: 2015-10-24  moko
                    123: 
                    124:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                    125: 
1.98      moko      126: 2015-10-22  moko
                    127: 
                    128:        * tests/: 321.html, results/321.processed: test for
                    129:          ^reflection:method_info[] file detection added
                    130: 
                    131:        * tests/: 320.html, results/320.processed: test for
                    132:          ^reflection:class_by_name[class_name] added (related to feature
                    133:          #993)
                    134: 
                    135:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                    136:          added (implements feature #993)
                    137: 
                    138:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                    139:          (related to feature #1017)
                    140: 
                    141:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                    142:          added (related to issue #1039)
                    143: 
                    144:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                    145:          #1039)
                    146: 
                    147:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                    148:          for VDate
                    149: 
                    150:        * tests/results/182.processed: updated after feature #1038
                    151:          implemented
                    152: 
                    153:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                    154:          compile-time exception origin added (test for feature #1039)
                    155: 
                    156:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                    157:          main/pa_request.C: exception unification: compile-time exceptions
                    158:          now have origin, @USE origins also tracked (implements feature
                    159:          #1039)
                    160: 
                    161: 2015-10-20  moko
                    162: 
                    163:        * src/main/pa_request.C: cleanup
                    164: 
                    165: 2015-10-15  moko
                    166: 
                    167:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                    168: 
                    169:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                    170:          types/pa_vtable.C: new feature: no more $table.method and
                    171:          $hash.method, aliases for _at, _count, _key (related to feature
                    172:          #1017)
                    173: 
1.97      moko      174: 2015-10-14  moko
                    175: 
1.98      moko      176:        * tests/: 317.html, results/317.processed: test for
                    177:          ^string.unescape[] added (related to feature #120)
                    178: 
1.97      moko      179:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                    180:          defined" bug (described in issue #1036)
                    181: 
                    182:        * tests/: 247.html, results/247.processed: test for checkBOM added
                    183:          (test for bug #1037)
                    184: 
                    185:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                    186:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                    187:          it's not enforced, skips BOM signature if it complies charset
                    188:          (fixes bug #1037)
                    189: 
                    190: 2015-10-13  moko
                    191: 
                    192:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                    193:          linking
                    194: 
                    195:        * src/classes/inet.C: vs2003 compilation fix
                    196: 
                    197:        * src/classes/math.C: warning war
                    198: 
                    199:        * src/lib/punycode/pa_punycode.c: warning war
                    200: 
                    201: 2015-10-12  moko
                    202: 
                    203:        * src/lib/punycode/pa_punycode.c: warning war
                    204: 
                    205:        * parser3.sln: moved parser3 first, to make it default startup
                    206:          project
                    207: 
                    208:        * buildall: parser "mirror" now used for external libs sources
                    209:          (implements feature #1036)
                    210: 
                    211:        * buildall: most external libs are updated to their current
                    212:          versions (related to feature #1036)
                    213: 
                    214:        * src/classes/image.C: more tags added
                    215: 
                    216:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                    217: 
                    218: 2015-10-11  moko
                    219: 
                    220:        * src/classes/curl.C: minor optimization (related to feature #1035)
                    221: 
                    222: 2015-10-09  moko
                    223: 
                    224:        * src/classes/curl.C: pa_strdup added for strings from curl
                    225:          (related to feature #1035)
                    226: 
                    227:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                    228:          ULLONG_MAX definition
                    229: 
                    230:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                    231:          (implements feature #1035)
                    232: 
                    233:        * src/main/pa_charset.C: String::Body(String::C) used
                    234: 
                    235:        * src/main/pa_charset.C: exceptions unified
                    236: 
                    237:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                    238:          unified
                    239: 
                    240:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                    241:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                    242:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                    243:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                    244:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                    245:          String::Body(String::C) constructor added (related to bug #957)
                    246: 
                    247:        * src/classes/file.C: minor optimization
                    248: 
                    249:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                    250:          Cord(char*) autocreation (related to bug #957)
                    251: 
                    252:        * src/: classes/string.C, main/untaint.C: minor optimizations
                    253: 
                    254:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                    255:          String(char*, Lang, length) removed, String(C(), Lang) used
                    256:          instead (related to bug #957)
                    257: 
                    258: 2015-10-08  moko
                    259: 
                    260:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                    261:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                    262:          main/untaint.C: Now char * is converted to CORD only using
                    263:          AS_CORD() to check for empty cord bug (fixes bug #957)
                    264: 
                    265:        * src/include/pa_hash.h: fixed compilation without
                    266:          HASH_CODE_CACHING
                    267: 
                    268:        * src/classes/string.C:
                    269:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                    270:          feature #120)
                    271: 
                    272:        * src/main/pa_common.C: reduce js flags checks count (related to
                    273:          feature #120)
                    274: 
1.96      moko      275: 2015-10-07  moko
                    276: 
                    277:        * tests/: 275.html, results/275.processed: test modified after
                    278:          unsigned long long int support implemented (feature #1034)
                    279: 
                    280:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                    281:          pa_atoul added for unsigned long long int support
                    282: 
                    283: 2015-10-06  moko
                    284: 
                    285:        * src/types/pa_vdate.C: INT_MAX used
                    286: 
                    287: 2015-10-03  moko
                    288: 
                    289:        * tests/: 302.html, results/302.processed: test for bug #1023
                    290:          (\u2028, \u2029 escaping) added
                    291: 
                    292:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                    293:          json:string[] (fixes bug #1023)
                    294: 
                    295: 2015-09-29  moko
                    296: 
                    297:        * tests/305.html: try-catch added for OS without ipv6 support
                    298: 
                    299:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                    300:          compilation
                    301: 
                    302:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                    303:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                    304:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                    305:          implemented to distinguish ^hash.method from $hash.field
                    306:          (implements feature #1017)
                    307: 
                    308:        * src/lib/punycode/pa_punycode.c: warning war
                    309: 
                    310:        * src/include/pa_config_includes.h: warning war
                    311: 
                    312:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                    313: 
                    314:        * src/include/pa_config_includes.h: warning war
                    315: 
                    316:        * src/include/pa_hash.h: clang compilation fix
                    317: 
                    318: 2015-09-27  moko
                    319: 
                    320:        * src/main/compile.tab.C: Bison 3 is now default
                    321: 
                    322:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                    323: 
                    324: 2015-09-25  moko
                    325: 
                    326:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                    327:          works with undefined HASH_ORDER (related to feature #196)
                    328: 
                    329: 2015-09-24  moko
                    330: 
                    331:        * tests/: 027.html, results/027.processed: test modified to test
                    332:          ^hash.sort (feature #196)
                    333: 
                    334:        * src/: classes/hash.C, include/pa_hash.h:
                    335:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                    336:          added (implements feature #196)
                    337: 
                    338:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                    339:          (exception handling in non-cached ^cache), plus for "it does not
                    340:          have logical value" and "$exception.handled value must be either
                    341:          boolean or string 'cache'" exceptions.
                    342: 
                    343:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                    344:          code (fixes bug #1025)
                    345: 
1.95      moko      346: 2015-09-23  moko
                    347: 
                    348:        * src/classes/table.C: warning war
                    349: 
                    350:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                    351: 
                    352:        * src/classes/file.C: warning war
                    353: 
                    354:        * src/: include/pa_table.h, main/pa_table.C: warning war
                    355: 
                    356:        * src/: main/pa_request.C, classes/date.C: warning war
                    357: 
                    358:        * src/: types/pa_vdate.C, classes/op.C: warning war
                    359: 
                    360:        * tests/: 122.html, results/122.processed: win sync: to remove
                    361:          differences with OS that doesn't keep timezone change history
                    362: 
                    363:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                    364:          TZ change (related to feature #36)
                    365: 
                    366:        * tests/: 075.html, results/075.processed: win sync: to remove
                    367:          differences with OS that doesn't keep timezone change history
                    368: 
                    369:        * tests/: 315.html, results/315.processed: win sync: to remove
                    370:          differences with OS that doesn't keep timezone change history
                    371: 
                    372:        * tests/: 256.html, results/256.processed: win sync: to remove
                    373:          differences with OS that doesn't keep timezone change history
                    374: 
                    375:        * tests/: 124.html, results/124.processed: win results sync: to
                    376:          avoid hitting time change hole.
                    377: 
                    378:        * src/types/pa_vdate.C: static returned. :)
                    379: 
                    380: 2015-09-22  moko
                    381: 
                    382:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                    383: 
                    384:        * tests/results/131.processed: more tests for feature #1032
                    385: 
                    386:        * src/classes/date.C: minor fix related to feature #1032
                    387: 
                    388:        * operators.txt: ISO date creation documented (related to feature
                    389:          #1032)
                    390: 
                    391:        * operators.txt: iso-string documented (related to feature #1032)
                    392: 
                    393:        * tests/: 315.html, results/315.processed: more tests added
                    394:          (related to feature #1032)
                    395: 
                    396:        * tests/: 131.html, results/131.processed: date range checks
                    397:          updated (related to feature #36)
                    398: 
                    399:        * tests/: 315.html, results/057.processed, results/315.processed:
                    400:          test added for ISO date support (related to issue #315)
                    401: 
                    402:        * src/classes/date.C: more readable exceptions in date creation
                    403:          (related to ticket #1032)
                    404: 
                    405: 2015-09-18  moko
                    406: 
                    407:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                    408:          added (related to issue #1032)
                    409: 
                    410:        * tests/results/256.processed, src/classes/json.C: iso-string
                    411:          documented (related to issue #1032)
                    412: 
                    413:        * tests/: 256.html, results/256.processed: ISO date check added
                    414:          (related to issue #1032)
                    415: 
                    416:        * tests/: 057.html, results/057.processed, results/224.processed:
                    417:          tests results updated after ISO date support implemented (related
                    418:          to feature #1032)
                    419: 
                    420:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                    421:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                    422:          ^date::create[string] constructor formalized, ^date.iso-string[]
                    423:          added (implements feature #1032)
                    424: 
                    425: 2015-09-05  moko
                    426: 
                    427:        * operators.txt: actualized
                    428: 
                    429:        * operators.txt: date changes documented (related to ticket #36)
                    430: 
                    431: 2015-09-04  moko
                    432: 
                    433:        * src/types/pa_vdate.C: warning war
                    434: 
                    435:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                    436: 
                    437: 2015-09-03  moko
                    438: 
                    439:        * tests/results/096.processed: test result updated for 0..9999 year
                    440:          date range support (related to feature #36)
                    441: 
                    442:        * tests/: 314.html, results/314.processed: test for
                    443:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                    444:          bug #1031)
                    445: 
                    446:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                    447:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                    448: 
1.101   ! moko      449:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
        !           450:          configure.in -> configure.ac
1.95      moko      451: 
1.101   ! moko      452:        * configure, configure.in, src/include/pa_config_auto.h.in: more
        !           453:          correct timezone check for FreeBSD Warning war: configure.in ->
        !           454:          configure.ac
1.95      moko      455: 
                    456:        * configure, configure.in, src/classes/Makefile.am,
1.101   ! moko      457:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
        !           458:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
        !           459:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
        !           460:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
        !           461:          src/main/Makefile.am, src/targets/apache/Makefile.am,
        !           462:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko      463:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                    464:          check added
                    465: 
                    466:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                    467: 
                    468:        * tests/results/: 124.processed, 224.processed: test resuls updated
                    469:          for new date implementation (related to feature #36)
                    470: 
                    471:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                    472:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                    473:          types/pa_vdate.h: new double date implementation with internal
                    474:          support for extended 0..9999 year range, default timezone support
                    475:          (related to feature #36)
                    476: 
                    477: 2015-08-28  moko
                    478: 
                    479:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                    480:          (fixes bug #1030)
                    481: 
                    482: 2015-08-21  moko
                    483: 
                    484:        * src/classes/inet.C: snprintf size "bug" commented
                    485: 
                    486:        * src/main/pa_common.C: snprintf comments updated
                    487: 
                    488: 2015-08-16  moko
                    489: 
                    490:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                    491: 
                    492: 2015-08-11  moko
                    493: 
                    494:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                    495:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                    496:          can be null (fixes bug #1029)
                    497: 
                    498: 2015-08-06  moko
                    499: 
1.101   ! moko      500:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
        !           501:          pa_vdate.C added
1.95      moko      502: 
                    503: 2015-08-05  moko
                    504: 
                    505:        * tests/: 313.html, results/313.processed: test for
                    506:          ^table.count[columns] and ^table.flip[] with nameless tables
                    507:          (feature #1003)
                    508: 
                    509:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    510:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                    511:          correctly for nameless tables (implements feature #1003)
                    512: 
                    513: 2015-08-03  moko
                    514: 
                    515:        * tests/312.html: test for ^table.append[$hash] and
                    516:          ^table.insert[$hash] added (related to feature #1028)
                    517: 
                    518:        * src/classes/table.C: ^table.append[$hash] and
                    519:          ^table.insert[$hash] now supported (implements feature #1028)
                    520: 
                    521:        * tests/: 312.html, results/312.processed: test row copy in
                    522:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                    523: 
                    524:        * src/classes/table.C: row copy now created in ^table.hash[;
                    525:          $.type[table] ] (related to feature #1016)
                    526: 
                    527: 2015-07-29  moko
                    528: 
                    529:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                    530:          added (related to feature #1016)
                    531: 
                    532:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    533:          ^table.delete[] added to delete current row (related to feature
                    534:          1016)
                    535: 
                    536: 2015-07-28  moko
                    537: 
                    538:        * tests/: 312.html, results/312.processed: test for
                    539:          $table.column[value] and ^table.insert{row} (related to feature
                    540:          #1016)
                    541: 
                    542:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                    543:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                    544:          ^table.insert{row} are now implemented (feature #1016)
                    545: 
                    546:        * src/include/pa_array.h: Optimization: bool reverse removed from
                    547:          append(), insert() added, memmove arguments order in remove()
                    548:          fixed (related to feature #1016)
                    549: 
                    550: 2015-07-23  moko
                    551: 
                    552:        * src/classes/json.C: tainted json and empty json exception added
                    553:          (implements feature #1015)
                    554: 
                    555:        * tests/: 311.html, results/311.processed: empty json and tainted
                    556:          json exception test added (related to issue #1015)
                    557: 
                    558: 2015-07-22  moko
                    559: 
                    560:        * tests/: 311.html, results/311.processed: test for UTF-8
                    561:          processing added
                    562: 
                    563:        * tests/: 311.html, results/311.processed: test for
                    564:          json_exception_with_source added (related to issue #394)
                    565: 
                    566:        * src/classes/json.C: json_exception_with_source added (implements
                    567:          feature #394)
                    568: 
                    569: 2015-06-29  moko
                    570: 
                    571:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                    572:          directories are now correctly determined if _d_type == DT_UNKNOWN
                    573:          (closes bug #1027)
                    574: 
                    575: 2015-06-10  moko
                    576: 
                    577:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                    578:          error if libxml has LIBXML_ICU_ENABLED.
                    579: 
                    580: 2015-06-04  moko
                    581: 
                    582:        * tests/099.html: ups, reverting
                    583: 
                    584:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                    585:          results/310.processed: tests for $response:body[ $.file[] ] and
                    586:          $response:last-modified added
                    587: 
                    588:        * src/main/pa_request.C: last-modified check fixed
                    589: 
                    590: 2015-06-03  moko
                    591: 
                    592:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                    593:          results/205.processed, results/293.processed: $response:headers
                    594:          logging added (tests for feature #1007)
                    595: 
                    596:        * src/: include/pa_common.h, include/pa_request.h,
                    597:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                    598:          $response:headers are now in uppercase (closes feature #1007)
                    599: 
                    600: 2015-06-02  moko
                    601: 
                    602:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                    603:          build errors reverted for clang compatibility
                    604: 
                    605: 2015-06-01  moko
                    606: 
                    607:        * src/include/pa_memory.h: -pedantic build errors fixed
                    608: 
                    609:        * src/classes/math.C: -pedantic build error fixed
                    610: 
                    611:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                    612: 
                    613: 2015-05-31  moko
                    614: 
                    615:        * src/classes/table.C: USE_STRINGSTREAM optimized
                    616: 
                    617:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                    618:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                    619:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                    620:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                    621:          types/pa_vxnode.h: warning war (-pedantic flag)
                    622: 
                    623: 2015-05-28  moko
                    624: 
                    625:        * tests/: 308.html, results/308.processed: test for
                    626:          ^table::create[$t;], etc work added (related to bug #975)
                    627: 
                    628:        * src/classes/table.C: check_option_param removed,
                    629:          ^table::create[$t;], etc now works (fixes bug #975)
                    630: 
                    631: 2015-05-27  moko
                    632: 
                    633:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                    634:          (Debian jessie) fixed (closes issue #1024)
                    635: 
                    636:        * tests/Makefile: sort added as in Debian jessie list become
                    637:          unsorted
                    638: 
                    639: 2015-05-18  moko
                    640: 
                    641:        * tests/: 201.html, results/201.processed: test for
                    642:          ^string.trim[what] feature #1022
                    643: 
                    644:        * src/classes/string.C: ^string.trim[what] now supported,
                    645:          implements feature #1022
                    646: 
                    647: 2015-05-17  moko
                    648: 
                    649:        * tests/results/185.processed: test result updated as feature #1021
                    650:          implemented (left/right accept negative parameter)
                    651: 
                    652:        * src/classes/string.C: left/right now accept negative parameter
                    653:          (implements feature #1021)
                    654: 
                    655: 2015-05-08  moko
                    656: 
                    657:        * src/classes/math.C: isalnum -> pa_isalnum
                    658: 
                    659:        * src/main/execute.C: optimization in getter-junction processing
                    660:          (related to issue #997)
                    661: 
                    662: 2015-05-07  moko
                    663: 
                    664:        * tests/: 307.html, results/307.processed: test for issue #997
                    665:          added
                    666: 
                    667:        * src/main/execute.C: process_getter result now checked if junction
                    668:          returned (closes issue #997)
                    669: 
                    670:        * tests/: 305.html, results/305.processed: sort added to ignore
                    671:          different order
                    672: 
                    673:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                    674:          assignment (closes issue #994)
                    675: 
                    676:        * tests/: 306.html, results/306.processed: test for issue #994
                    677:          added
                    678: 
                    679:        * tests/: 303.html, results/303.processed: two more errors tested
                    680: 
                    681: 2015-05-06  moko
                    682: 
                    683:        * tests/: 305.html, results/305.processed: test for name2ip &
                    684:          ip2name added (related to feature #992)
                    685: 
                    686:        * tests/: 303.html, 304.html, results/303.processed,
                    687:          results/304.processed: tests for idna conversion added (related
                    688:          to issue #849)
                    689: 
                    690: 2015-05-02  moko
                    691: 
                    692:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                    693:          implemented
                    694: 
                    695: 2015-04-30  moko
                    696: 
                    697:        * src/main/pa_http.C: idna_host added, related to issue #849
                    698: 
                    699:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                    700:          (related to issue #849)
                    701: 
                    702: 2015-04-24  moko
                    703: 
                    704:        * src/types/pa_vjunction.C: warning war
                    705: 
                    706:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                    707:          unification
                    708: 
                    709:        * src/lib/punycode/pa_idna.c: warning war
                    710: 
                    711: 2015-04-22  moko
                    712: 
                    713:        * src/main/main.vcproj: punycode include path added
                    714: 
                    715:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                    716: 
                    717:        * src/lib/punycode/pa_idna.c: warning war
                    718: 
                    719:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                    720:          project file added
                    721: 
                    722:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                    723: 
                    724:        * src/include/pa_memory.h: warning war
                    725: 
                    726:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                    727:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                    728:          implemented (related to feature #849)
                    729: 
                    730:        * configure.in, src/main/Makefile.am,
                    731:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                    732:          libpunycode added in Unix
                    733: 
                    734: 2015-04-21  moko
                    735: 
                    736:        * configure.in: large files support
                    737: 
                    738: 2015-04-15  moko
                    739: 
                    740:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                    741:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                    742:          pa_punycode.h: initial version for punycode/idna support library
                    743:          (ticket #849)
                    744: 
                    745: 2015-04-08  moko
                    746: 
                    747:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                    748:          classes/image.C, classes/mail.C, classes/reflection.C,
                    749:          classes/string.C, classes/xnode.C, include/pa_request.h,
                    750:          include/pa_string.h, include/pa_stylesheet_connection.h,
                    751:          main/compile.y, main/compile_tools.h, main/execute.C,
                    752:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                    753:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                    754:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                    755:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                    756:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                    757:          clang compiler warnings (closes issue #1018)
                    758: 
                    759:        * src/include/pa_string.h: String::Body comparation operators with
                    760:          char * added (related to issue #958)
                    761: 
                    762: 2015-04-07  moko
                    763: 
                    764:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                    765:          pa_malloc/pa_free to remove system malloc/free usage (related to
                    766:          issue #1018)
                    767: 
                    768:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                    769:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                    770:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                    771:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                    772:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                    773:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                    774:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                    775:          malloc/strdup/free replaced with pa_ version and checks for
                    776:          accidental use of non-pa_ version added (related to issue #1018)
                    777: 
                    778: 2015-04-03  moko
                    779: 
                    780:        * buildall: pcre-8.33 -> pcre-8.36
                    781: 
                    782:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                    783:          classes/op.C, classes/string.C, main/compile.tab.C,
                    784:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                    785:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                    786:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                    787:          ticket #958)
                    788: 
                    789:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                    790:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    791:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    792:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                    793:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                    794:          $request:headers, $request:method added (implements feature
                    795:          #1007)
                    796: 
                    797: 2015-03-17  misha
                    798: 
                    799:        * tests/302.html: - test for
                    800:          ^json:string[...;$._default[method-name]]
                    801: 
                    802:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                    803:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                    804:          option $._default[method-name] is specified in ^json:string[], a
                    805:          method with specified name will be called for classes/objects
                    806:          serialization ( new feature: #982 )
                    807: 
                    808: 2015-03-16  misha
                    809: 
                    810:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                    811:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                    812:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                    813:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                    814:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    815:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                    816:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    817:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                    818:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                    819:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    820:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                    821:          $var.CLASS_NAME now have special opcodes. This can be switched
                    822:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                    823:          on pa_opcode.h ( new feature: #844 )
                    824: 
                    825: 2015-03-15  misha
                    826: 
                    827:        * tests/075.html: - test for $response:header[]
                    828: 
                    829:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                    830:          that was set earlie ( new feature: #1001 )
                    831: 
                    832: 2015-03-12  misha
                    833: 
                    834:        * tests/246.html: - more tests for ^hash._at[]
                    835: 
                    836:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                    837:          accepts second param [key|value|hash] ( new feature: #1012 )
                    838: 
                    839: 2015-03-09  moko
                    840: 
                    841:        * src/types/pa_vmail.C: exception for everything but
                    842:          $mail:received, closes issue #1011
                    843: 
                    844: 2015-02-20  moko
                    845: 
                    846:        * tests/: 275.html, results/275.processed: hex detection in
                    847:          pa_atoui fix test (closes issue #1010)
                    848: 
                    849:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                    850:          issue #1010)
                    851: 
                    852: 2015-02-17  moko
                    853: 
                    854:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                    855:          tainted.
                    856: 
                    857: 2015-02-03  misha
                    858: 
                    859:        * tests/301.html: - test for ^json:string($double) causes
                    860:          exception. bugfix: #1008
                    861: 
                    862:        * src/classes/json.C: - ^json:string($double) causes exception.
                    863:          bugfix: #1008
                    864: 
                    865:        * tests/014.html: - updated for work with ^hash.delete[]
                    866: 
                    867: 2015-01-12  misha
                    868: 
                    869:        * src/: classes/form.C, include/pa_common.h,
                    870:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                    871:          types/pa_vform.h: - supports body with PUT method as well ( new
                    872:          feature: #1006 )
                    873: 
                    874:        * src/classes/file.C: - warnings war
                    875: 
                    876: 2015-01-11  misha
                    877: 
                    878:        * tests/300.html: - test for ^hash.delete[] is added
                    879: 
                    880:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                    881:          feature: #989 ) - tiny optimization in intersects
                    882: 
                    883: 2015-01-06  moko
                    884: 
                    885:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                    886:          with transcode, attachments detection fixed
                    887: 
                    888:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                    889:          load to allow charset switch (related to issue #996)
                    890: 
                    891: 2014-12-31  moko
                    892: 
                    893:        * src/types/pa_vmail.C: from and subject now transcoded if not
                    894:          UTF-8 source charset (fixes issue 996)
                    895: 
                    896:        * src/main/pa_exception.C: fixed string from stack bug (closes
                    897:          issue #1000)
                    898: 
                    899: 2014-12-11  misha
                    900: 
                    901:        * src/types/pa_vhashfile.C: - check if key is not empty before
                    902:          access ( bug fix: #1005 )
                    903: 
                    904: 2014-11-13  misha
                    905: 
                    906:        * src/main/compile.y: - PC.append does not reset to false while
                    907:          creating a new class. bugfix: #990
                    908: 
                    909:        * tests/299.html: - test for creation class after working with
                    910:          partial class (create+append)
                    911: 
                    912:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                    913:          #995
                    914: 
                    915:        * tests/232.html: - test for @get[def] added
                    916: 
                    917: 2014-10-12  moko
                    918: 
                    919:        * src/lib/pcre/pcre_internal.vcproj: correct path
                    920: 
                    921:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    922:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                    923:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                    924:          targets/apache/ApacheModuleParser3.vcproj,
                    925:          targets/apache/ApacheModuleParser3Core.vcproj,
                    926:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    927:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                    928:          conversion in newer VS versions
                    929: 
                    930:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                    931:          pcre_internal.vcproj added
                    932: 
                    933: 2014-08-28  moko
                    934: 
                    935:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                    936:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                    937:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                    938: 
                    939: 2014-06-30  misha
                    940: 
                    941:        * tests/298.html: - tests for ^reflection:def[class;className]
                    942:          added
                    943: 
                    944:        * src/classes/reflection.C: - ^reflection:def[class;className]
                    945:          added ( new feature: #918 )
                    946: 
                    947: 2014-06-29  misha
                    948: 
                    949:        * src/classes/table.C: - ^table::create[unsupported data] -
                    950:          exception comment changed to "body must be table or code" ( bug
                    951:          fix: #951 )
                    952: 
                    953:        * tests/: 261.html, results/261.processed: - tests for
                    954:          ^json:string[...;$.void[null|string]] added
                    955: 
                    956:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                    957:          option $.void[string|null] added to ^json:string[...] ( new
                    958:          feature: #952 )
                    959: 
                    960: 2014-06-28  moko
                    961: 
                    962:        * src/classes/curl.C: $.charset now processed before other curl
                    963:          options (closes issue #980)
                    964: 
                    965: 2014-05-23  misha
                    966: 
                    967:        * src/classes/json.C: - bug fix: #987
                    968: 
                    969: 2014-05-04  misha
                    970: 
                    971:        * tests/: 253.html, 253_json.txt: - test for
                    972:          ^json:parse[$.int(false)] is added
                    973: 
                    974:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                    975:          default true). The option is similar to $.double(bool) but for
                    976:          integers.
                    977: 
                    978: 2014-05-01  moko
                    979: 
                    980:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                    981:          #12 )
                    982: 
                    983: 2014-04-16  moko
                    984: 
                    985:        * src/main/pa_http.C: response-charset option should finally work
                    986:          now (fix for issue #867)
                    987: 
                    988:        * src/main/pa_http.C: response-charset option should work now (fix
                    989:          for issue #867)
                    990: 
                    991: 2014-03-07  moko
                    992: 
                    993:        * buildall: libgc moved
                    994: 
                    995:        * buildall: libgc moved
                    996: 
                    997: 2013-12-29  moko
                    998: 
                    999:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   1000:          closes issue #966
                   1001: 
                   1002:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   1003:          result now tainted, issue #966
                   1004: 
                   1005: 2013-12-03  moko
                   1006: 
                   1007:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   1008:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   1009:          option was added for http://www.parser.ru/forum/?id=79343
                   1010: 
                   1011:        * src/classes/file.C: bugfix for
                   1012:          http://www.parser.ru/forum/?id=79337
                   1013: 
                   1014: 2013-11-05  moko
                   1015: 
                   1016:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   1017: 
                   1018:        * src/main/pa_globals.C: spelling fixed
                   1019: 
                   1020: 2013-10-29  moko
                   1021: 
                   1022:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   1023: 
                   1024:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   1025:          #892
                   1026: 
                   1027:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   1028:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   1029:          exceptions to be thrown thougth json library), related to issue
                   1030:          #892
                   1031: 
                   1032:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   1033:          related to issue #896
                   1034: 
                   1035: 2013-10-24  moko
                   1036: 
                   1037:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   1038: 
                   1039: 2013-10-23  moko
                   1040: 
                   1041:        * README: actualization
                   1042: 
                   1043: 2013-10-22  moko
                   1044: 
                   1045:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   1046:          compatibility patch from Sergey Kirpichev
                   1047: 
                   1048:        * tests/: 297.html, results/297.processed: non-working getter fix
                   1049:          test for issue #948
                   1050: 
                   1051:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   1052:          called when saving value of $match variable in ^string.match[] to
                   1053:          increase compatibility (related to issue #948).
                   1054: 
                   1055:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   1056:          usage optimization
                   1057: 
                   1058: 2013-10-21  moko
                   1059: 
                   1060:        * tests/: 182.html, results/182.processed: local path removed for
                   1061:          compatibility
                   1062: 
                   1063:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   1064:          results/244.processed, results/253.processed,
                   1065:          results/254.processed, results/275.processed,
                   1066:          results/281.processed: try_catch -> try-catch
                   1067: 
                   1068:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   1069:          results/294.processed, results/296.processed: try_catch ->
                   1070:          try-catch
                   1071: 
                   1072: 2013-10-20  moko
                   1073: 
                   1074:        * tests/: 296.html, results/296.processed: test for xsl exception
                   1075:          for issue #938 added.
                   1076: 
                   1077:        * src/: include/pa_xml_exception.h,
                   1078:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   1079:          XmlException is now replaced (once again closes issue #938)
                   1080: 
                   1081: 2013-10-19  misha
                   1082: 
                   1083:        * bin/auto.p.dist.in: - more mime-types are added
                   1084: 
                   1085: 2013-10-18  moko
                   1086: 
                   1087:        * buildall: disable clock_gettime detection to avoid librt linking
                   1088:          (which in turn depends on libpthread), related to issue #943
                   1089: 
                   1090: 2013-10-18  misha
                   1091: 
                   1092:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   1093:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   1094:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1095:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1096:          types/types.vcproj: - new locations for libxml2 includes where
                   1097:          added to vcproj files
                   1098: 
                   1099: 2013-10-18  moko
                   1100: 
                   1101:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   1102:          fix
                   1103: 
                   1104:        * tests/: 295.html, results/295.processed: test for issue #948
                   1105:          updated
                   1106: 
                   1107:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   1108:          :)
                   1109: 
                   1110:        * tests/: 295.html, results/295.processed: test for issue #948
                   1111:          added
                   1112: 
                   1113:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1114:          include/pa_request.h, types/pa_method.h: for getters and setters
                   1115:          to be executed request.put_element should be called, not
                   1116:          context.put_element (fixes issue #948)
                   1117: 
                   1118: 2013-10-17  moko
                   1119: 
                   1120:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   1121:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   1122: 
                   1123:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   1124: 
                   1125: 2013-10-16  moko
                   1126: 
                   1127:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   1128: 
                   1129:        * tests/: 294.html, results/294.processed: test for issue #938
                   1130: 
                   1131:        * src/: classes/xdoc.C, classes/xnode.C,
                   1132:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   1133:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   1134: 
                   1135:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   1136:          libxslt-1.1.26 -> libxslt-1.1.28
                   1137: 
                   1138:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   1139:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   1140:          to '?', related to issue #938
                   1141: 
                   1142: 2013-10-15  moko
                   1143: 
                   1144:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   1145:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   1146:          minor optimizations (closes issue #896)
                   1147: 
                   1148:        * tests/results/: 292.processed, 293.processed: results updated to
                   1149:          comply with issue #896
                   1150: 
                   1151:        * tests/: 292.html, 293.html, results/292.processed,
                   1152:          results/293.processed: tests for json escaping
                   1153: 
                   1154: 2013-10-14  moko
                   1155: 
                   1156:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   1157:          and cleanup, code moved from .h to .C, no changes in code
                   1158: 
                   1159: 2013-10-12  moko
                   1160: 
                   1161:        * tests/results/119.processed: updated test result commited
                   1162: 
                   1163:        * tests/: 291.html, results/291.processed: test for issue #894
                   1164:          added
                   1165: 
                   1166:        * src/types/pa_wcontext.h: base methods call support function
                   1167:          get_somebody_entered_some_class should not be true forever, as
                   1168:          wcontext can have many get_elements calls (fixes issue #894)
                   1169: 
                   1170: 2013-10-11  moko
                   1171: 
                   1172:        * tests/: 290.html, results/290.processed: test for junction GPF
                   1173:          issue #942 added
                   1174: 
                   1175:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   1176:          to native method fixed (closes issue #942)
                   1177: 
                   1178:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   1179:          added
                   1180: 
                   1181:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   1182:          feature #907)
                   1183: 
                   1184:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   1185:          feature #907)
                   1186: 
                   1187: 2013-10-09  moko
                   1188: 
                   1189:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   1190:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   1191:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   1192:          properly not only in objects, but in classes as well (closes
                   1193:          issue #903)
                   1194: 
                   1195:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   1196:          works in classes, not only objects, test case added, related to
                   1197:          issue #903
                   1198: 
                   1199:        * tests/: 288.html, results/288.processed: test for endless
                   1200:          recursion bug added (related to issue #903)
                   1201: 
                   1202: 2013-10-05  moko
                   1203: 
                   1204:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1205:          classes/table.C, main/execute.C, types/pa_method.h,
                   1206:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   1207:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1208:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   1209:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   1210:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   1211:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   1212:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   1213:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   1214:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   1215:          optimization: put_element no longer has "bool areplace" argument,
                   1216:          related to issue #903
                   1217: 
                   1218: 2013-10-03  moko
                   1219: 
                   1220:        * tests/results/182.processed: result for $.replace(false) test
                   1221:          commited
                   1222: 
                   1223:        * src/classes/date.C: ^date::create(number) processed correctly
                   1224:          (fixes issue #901)
                   1225: 
                   1226:        * src/classes/image.C: as_no_junction removed, as param can be
                   1227:          expression (closes issue #931)
                   1228: 
                   1229:        * tests/233.html: test for issue #931 added
                   1230: 
                   1231: 2013-10-02  moko
                   1232: 
                   1233:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   1234:          modified, test for $.replace(false) added
                   1235: 
                   1236:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   1237: 
                   1238: 2013-09-30  moko
                   1239: 
                   1240:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   1241: 
                   1242:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   1243:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   1244:          implemented; $.replace option added to ^process and ^use
                   1245: 
                   1246: 2013-08-27  moko
                   1247: 
                   1248:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   1249:          cstr_to_string_body_untaint should be called with charsets for
                   1250:          possible uri language and connection for possible sql language.
                   1251:          related to issue #857
                   1252: 
                   1253:        * buildall: and -> or fixed
                   1254: 
                   1255: 2013-08-26  moko
                   1256: 
                   1257:        * buildall: prepare_ functions logic changed to support
                   1258:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   1259: 
                   1260: 2013-08-23  moko
                   1261: 
                   1262:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   1263:          statically
                   1264: 
                   1265: 2013-08-22  moko
                   1266: 
                   1267:        * src/classes/string.C: String::Empty used (related to issue #912)
                   1268:          append_know_length removed (related to old GPF bug)
                   1269: 
                   1270: 2013-08-21  moko
                   1271: 
                   1272:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   1273: 
                   1274:        * src/classes/math.C: ^math:digest[...;$file] support added
                   1275:          (related to ticket #857
                   1276: 
                   1277:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   1278:          implemented
                   1279: 
                   1280:        * src/types/pa_vhashfile.h: warning war
                   1281: 
                   1282:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   1283:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   1284:          anti_endless_json_string_recoursion removed from request;
                   1285:          json_string_recoursion added to json_options; $.indent[indent
                   1286:          value] now supported and passed within recoursion closes feature
                   1287:          #937
                   1288: 
                   1289:        * tests/: 287.html, results/287.processed: test for feature #937
                   1290: 
                   1291: 2013-07-31  moko
                   1292: 
                   1293:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   1294:          compilation having #define _S
                   1295: 
                   1296:        * src/main/pa_globals.C: cleanup
                   1297: 
                   1298: 2013-07-30  moko
                   1299: 
                   1300:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   1301:          main/pa_common.C: vs2003 warning war
                   1302: 
                   1303:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   1304: 
                   1305:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   1306: 
                   1307:        * src/lib/md5/pa_sha2.c: warning war
                   1308: 
                   1309: 2013-07-29  moko
                   1310: 
                   1311:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   1312:          patches from github
                   1313: 
                   1314:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   1315:          classes/memcached.C, include/pa_config_includes.h,
                   1316:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   1317: 
                   1318:        * src/lib/json/json.vcproj: C++ -> C
                   1319: 
                   1320:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   1321: 
                   1322:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   1323: 
                   1324:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   1325: 
                   1326:        * src/lib/json/: json.c, pa_json.C: warning war
                   1327: 
                   1328:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   1329: 
                   1330:        * src/include/pa_config_fixed.h: uint16_t added
                   1331: 
                   1332:        * configure.in: uint16_t check added
                   1333: 
                   1334:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.101   ! moko     1335:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
        !          1336:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
        !          1337:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
        !          1338:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     1339: 
                   1340: 2013-07-25  moko
                   1341: 
                   1342:        * parser3.sln: dependencies added
                   1343: 
                   1344:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   1345:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   1346:          module support
                   1347: 
                   1348:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   1349: 
                   1350:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   1351: 
                   1352: 2013-07-23  moko
                   1353: 
                   1354:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   1355:          PA_DEBUG_GC_MEMORY removed
                   1356: 
                   1357:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   1358:          PA_DEBUG_DISABLE_GC compilation fix
                   1359: 
                   1360:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   1361:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   1362: 
                   1363:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   1364:          garbage cleanup
                   1365: 
                   1366:        * src/main/pa_common.C: warning war
                   1367: 
                   1368:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   1369: 
                   1370:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   1371:          minor cleanup
                   1372: 
                   1373:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   1374:          uses cygwin, not WIN32 implementation
                   1375: 
                   1376:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   1377:          able to exec shell scripts
                   1378: 
                   1379:        * src/classes/math.C: ifdef WIN32 cleanup
                   1380: 
                   1381:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   1382: 
                   1383:        * bin/auto.p.dist.in: libpq.so -> libpq.
                   1384: 
                   1385:        * src/classes/curl.C: LT_MODULE_EXT used
                   1386: 
                   1387:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   1388: 
                   1389: 2013-07-22  moko
                   1390: 
                   1391:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   1392:          includes fix
                   1393: 
                   1394:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   1395: 
                   1396:        * configure.in, src/include/pa_config_includes.h,
                   1397:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   1398:          src/main/pa_exec.C: includes cleanup
                   1399: 
                   1400:        * src/targets/cgi/parser3.C: 2012->2013
                   1401: 
                   1402:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   1403: 
                   1404:        * configure.in, src/include/pa_config_includes.h,
                   1405:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   1406:          src/main/pa_random.C, src/main/pa_socks.C,
                   1407:          src/types/pa_vstatus.C: cygwin support cleanup
                   1408: 
                   1409:        * configure.in: dirent.h check added
                   1410: 
                   1411:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   1412:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   1413:          not copied
                   1414: 
                   1415: 2013-07-21  moko
                   1416: 
                   1417:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   1418: 
                   1419:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   1420:          parser3.vcproj: unused getopt.h / getopt.c removed
                   1421: 
                   1422:        * operators.txt, src/classes/file.C, tests/022.html,
                   1423:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   1424:          $.stat(true)] usage commented
                   1425: 
                   1426:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   1427:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   1428:          $.stat(true) it has size/*date columns modified patch from misha@
                   1429:          that closes issue #914.
                   1430: 
                   1431:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   1432:          PA_RELEASE_ASSERTS removed
                   1433: 
                   1434:        * src/lib/md5/pa_md5c.c: minor cleanup
                   1435: 
                   1436:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   1437:          localeconv()->decimal_point usage remoed (related to issue #934)
                   1438: 
                   1439:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   1440:          cordprnt.c removed
                   1441: 
                   1442:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   1443:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   1444:          pa-include/pa_strings.h: includes cleanup
                   1445: 
                   1446:        * src/lib/md5/pa_md5c.c: headers cleanup
                   1447: 
                   1448: 2013-07-20  moko
                   1449: 
                   1450:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   1451:          cleanup
                   1452: 
                   1453: 2013-07-19  moko
                   1454: 
                   1455:        * src/classes/math.C: extern "C" added for crypt
                   1456: 
                   1457: 2013-07-18  moko
                   1458: 
                   1459:        * src/classes/math.C: fix redhat7.2 build
                   1460: 
                   1461: 2013-07-17  moko
                   1462: 
                   1463:        * configure.in, src/include/pa_config_includes.h,
                   1464:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   1465:          added for uint8/32/64_t)
                   1466: 
                   1467:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   1468:          pa_config_includes.h used for uint32/64_t
                   1469: 
                   1470: 2013-07-16  moko
                   1471: 
                   1472:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   1473:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   1474:          war
                   1475: 
                   1476:        * src/main/compile.tab.C: compile.y was updated
                   1477: 
                   1478:        * src/main/compile.y: warning war
                   1479: 
                   1480:        * src/: include/pa_exception.h, main/pa_exception.C,
                   1481:          main/pa_xml_exception.C: warning war
                   1482: 
                   1483:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   1484: 
                   1485:        * configure.in: beauty :)
                   1486: 
                   1487:        * tests/: 141.html, results/141.processed: sha256/512 added
                   1488: 
                   1489: 2013-07-13  moko
                   1490: 
                   1491:        * src/lib/md5/md5.vcproj: sha2 added
                   1492: 
                   1493:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   1494:          classes/math.C: sha2 support (sha256/sha512 digest)
                   1495: 
                   1496: 2013-07-08  moko
                   1497: 
                   1498:        * src/classes/image.C: directory read or other read problem message
                   1499:          fixed (related to issue #933)
                   1500: 
                   1501: 2013-07-07  moko
                   1502: 
                   1503:        * bin/auto.p.dist.in: windows-1251 commented to remove auto.p
                   1504:          dependense from $charsetsdir directory existance and content (and
                   1505:          UTF-8 is default allready)
                   1506: 
                   1507:        * AUTHORS: + misha + moko. :)
                   1508: 
                   1509: 2013-07-06  moko
                   1510: 
                   1511:        * src/: classes/curl.C, include/pa_globals.h,
                   1512:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   1513:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   1514:          for lt_dlinit to be called once and lt_dlexit called at right
                   1515:          place (related to issue #925)
                   1516: 
                   1517: 2013-07-04  moko
                   1518: 
                   1519:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   1520:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   1521:          content-type to be set, as it brokes badly designed logic in
                   1522:          response output. This hopefully finishes issue #928.
                   1523: 
                   1524:        * tests/results/: 256.processed, 286.processed: file now displayed
                   1525:          as name, size, mode, content-type
                   1526: 
                   1527:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   1528:          issue #933
                   1529: 
                   1530: 2013-06-28  moko
                   1531: 
                   1532:        * tests/: 286.html, results/286.processed: test extended
                   1533: 
                   1534:        * tests/: 286.html, results/286.processed: Test for issue #928
                   1535:          added.  it tests default content-type change.
                   1536: 
                   1537:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   1538:          now updated
                   1539: 
                   1540: 2013-06-25  moko
                   1541: 
                   1542:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   1543:          content-type for text/binary files without name added;
                   1544:          ^file::create[$f;...] options now works properly and $f
                   1545:          properties are default (fixes issue #928)
                   1546: 
                   1547: 2013-05-16  misha
                   1548: 
                   1549:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   1550:          added
                   1551: 
                   1552:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   1553:          table if specified limit is bigger than source rows count
                   1554: 
                   1555:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   1556:          added ( new feature: #858 )
                   1557: 
                   1558: 2013-04-29  moko
                   1559: 
                   1560:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   1561:          $.ipresolve(0|1|2) added (closes issue #891)
                   1562: 
                   1563:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   1564: 
                   1565: 2013-04-24  moko
                   1566: 
                   1567:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1568:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   1569:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   1570:          memcached_quit (refs #893)
                   1571: 
                   1572: 2013-04-22  moko
                   1573: 
                   1574:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   1575:          slashes in file path (fixes bug #872)
                   1576: 
                   1577:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   1578:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   1579:          #739)
                   1580: 
                   1581:        * tests/results/266.processed: $.max_params added (feature #915)
                   1582: 
                   1583:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   1584:          option added to file::load (closes issue #867)
                   1585: 
                   1586: 2013-04-20  misha
                   1587: 
                   1588:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   1589:          commited
                   1590: 
                   1591: 2013-03-15  misha
                   1592: 
                   1593:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   1594:          multiple empty strings while ::sql. uae String::Empty instead
                   1595: 
                   1596: 2013-03-14  misha
                   1597: 
                   1598:        * src/classes/reflection.C: - for user classes
                   1599:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   1600:          with $.call_type if they available ( new feature: #915 )
                   1601: 
                   1602:        * src/classes/file.C: - ^file:delete[] now supports an option
                   1603:          $.exception(false) that suppress any exception while deleting
                   1604:          file ( new feature: #916 )
                   1605: 
                   1606:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   1607:          work :)
                   1608: 
                   1609: 2013-03-12  misha
                   1610: 
                   1611:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   1612:          set default name for the file
                   1613: 
                   1614: 2013-03-11  misha
                   1615: 
                   1616:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   1617:          also available in $f.cookies
                   1618: 
                   1619:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   1620:          moved to a separate method
                   1621: 
                   1622: 2013-03-10  moko
                   1623: 
                   1624:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   1625:          added
                   1626: 
                   1627:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   1628:          removed (declared by autoconf)
                   1629: 
                   1630:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   1631:          uint32_t define
                   1632: 
                   1633: 2013-03-10  misha
                   1634: 
                   1635:        * src/classes/file.C: ^file:delete and ^file:move now support
                   1636:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   1637: 
                   1638:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   1639:          empty dirs is added
                   1640: 
                   1641: 2013-03-10  moko
                   1642: 
                   1643:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   1644:          but default check removed from ^int/double/bool.int/double/bool
                   1645:          for string.int/double/bool compatibility (related to issue #913)
                   1646: 
                   1647:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   1648:          internally throws exception if default is present (closes issue
                   1649:          #913)
                   1650: 
                   1651: 2013-03-09  misha
                   1652: 
                   1653:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   1654:          optimisations ( #845 )
                   1655: 
                   1656:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   1657: 
                   1658: 2013-03-08  moko
                   1659: 
                   1660:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   1661:          creates correct table (fixes issue #910)
                   1662: 
                   1663:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   1664:          use outside of 'connect' operator (fixes issue #911)
                   1665: 
                   1666:        * tests/results/: 096.processed, 122.processed: test results
                   1667:          updated as doubles now printed with 15 significant digits, not 5
                   1668:          (fixes issue #882)
                   1669: 
                   1670:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   1671:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   1672: 
                   1673: 2013-02-21  moko
                   1674: 
                   1675:        * src/classes/table.C: _locate_name_value does not check arguments
                   1676:          count, so we check it in advance (fixes issue #905)
                   1677: 
                   1678: 2012-10-23  moko
                   1679: 
                   1680:        * buildall: old shell for and echo compatibility (for six)
                   1681: 
                   1682: 2012-10-19  moko
                   1683: 
                   1684:        * buildall: --strip added --disable-safe-mode listed in usage
                   1685: 
                   1686: 2012-10-17  misha
                   1687: 
                   1688:        * src/classes/op.C: - apply-taint should not throw "outside
                   1689:          connect" exception with sql lang now
                   1690: 
                   1691: 2012-10-17  moko
                   1692: 
                   1693:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   1694:          each request (for apache module)
                   1695: 
                   1696: 2012-09-26  moko
                   1697: 
                   1698:        * src/doc/doxygen.cfg: png -> svg
                   1699: 
                   1700: 2012-09-25  moko
                   1701: 
                   1702:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   1703:          test added
                   1704: 
                   1705:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   1706:          double use when key is long
                   1707: 
                   1708: 2012-09-16  moko
                   1709: 
                   1710:        * src/classes/math.C: Format -> Method Encode -> Format
                   1711: 
                   1712:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   1713:          added
                   1714: 
                   1715: 2012-09-14  moko
                   1716: 
                   1717:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   1718:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   1719:          implementation added
                   1720: 
                   1721: 2012-09-12  moko
                   1722: 
                   1723:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   1724:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   1725:          targets.dox and string.dox slightly actualized
                   1726: 
                   1727: 2012-08-31  moko
                   1728: 
                   1729:        * ChangeLog: now generated with patched cvs2cl.pl
                   1730: 
                   1731: 2012-07-29  moko
                   1732: 
                   1733:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   1734:          result should be pushed after VMethodFrame destructor is called,
                   1735:          as it deletes junctions from stack params (fixes issue #868)
                   1736: 
                   1737: 2012-07-23  moko
                   1738: 
                   1739:        * INSTALL, README: buildall script usage documented, other outdated
                   1740:          info updated.
                   1741: 
                   1742:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   1743: 
                   1744: 2012-07-21  moko
                   1745: 
                   1746:        * buildall: glib does not compile when threads are disabled...
                   1747: 
                   1748:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   1749: 
                   1750:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   1751:          unref, can't unref nested objects)
                   1752: 
                   1753:        * src/types/pa_vmail.C: another check added
                   1754: 
                   1755: 2012-07-19  moko
                   1756: 
                   1757:        * buildall: usage added
                   1758: 
                   1759:        * buildall: new buildall script that unites buildall-with-xml,
                   1760:          buildall-without-xml, --with-apache and --with-mailreceive
                   1761: 
                   1762:        * configure.in: support for static gmime and dynamic glib linking.
                   1763:          fixes for FreeBSD
                   1764: 
                   1765: 2012-07-17  moko
                   1766: 
                   1767:        * configure.in: --with-mailreceive replaced
                   1768:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   1769:          removed
                   1770: 
                   1771: 2012-07-16  moko
                   1772: 
                   1773:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   1774:          capitalized, content now decoded and text content converted to
                   1775:          $request:charset.  all properties are accessed by functions, this
                   1776:          ready for dynamic load.
                   1777: 
                   1778: 2012-06-28  moko
                   1779: 
1.101   ! moko     1780:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
        !          1781:          32 bit
1.95      moko     1782: 
                   1783: 2012-06-27  moko
                   1784: 
                   1785:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   1786:          passive ftp
                   1787: 
                   1788:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   1789: 
                   1790:        * configure.in: 3.4.2 RC -> 3.4.2
                   1791: 
                   1792: 2012-06-22  moko
                   1793: 
                   1794:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   1795:          #815)
                   1796: 
                   1797:        * tests/: 284.html, results/284.processed: output options test
                   1798:          (feature #265)
                   1799: 
                   1800: 2012-06-22  misha
                   1801: 
                   1802:        * tests/215.html: - little changes
                   1803: 
                   1804: 2012-06-21  moko
                   1805: 
                   1806:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   1807:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   1808:          feature #265)
                   1809: 
                   1810:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   1811:          breaks long .*, default 10M restored. (issue #216)
                   1812: 
                   1813:        * tests/: 283.html, results/283.processed: test for issue #815
                   1814:          added
                   1815: 
                   1816:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   1817:          again, cstrm not required.
                   1818: 
                   1819:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   1820:          Win32 and broken FreeBSD (issue #45)
                   1821: 
                   1822:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   1823: 
                   1824:        * src/main/pa_string.C: warnings war
                   1825: 
                   1826:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   1827:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   1828:          main/pa_socks.C, targets/apache/pa_threads.C,
                   1829:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1830:          types/pa_vstatus.C: compilation under cygwin fixed
                   1831: 
                   1832: 2012-06-19  moko
                   1833: 
                   1834:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   1835:          Windows fixed
                   1836: 
                   1837:        * parser3.sln: removed antique pcre_ctype
                   1838: 
                   1839:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   1840: 
                   1841:        * src/include/pa_config_fixed.h: undefined reference to
                   1842:          __imp__pcre_* fix for Windows
                   1843: 
                   1844:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.101   ! moko     1845:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
        !          1846:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
        !          1847:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
        !          1848:          define fixed
1.95      moko     1849: 
                   1850: 2012-06-18  moko
                   1851: 
                   1852:        * src/classes/memcached.C: flush -> clear
                   1853: 
                   1854:        * src/classes/memcached.C: memcached does not support quotes even
                   1855:          in server name
                   1856: 
                   1857:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   1858:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   1859:          called on open to check servers existance.  $.key(true) syntax
                   1860:          now supported
                   1861: 
                   1862: 2012-06-17  moko
                   1863: 
                   1864:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   1865:          cleanup
                   1866: 
                   1867:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   1868:          tests/results/282.processed: encloser at the EOF bug fixed,
                   1869:          incorrectly enclosed data now processed more logicaly (fixes
                   1870:          #339)
                   1871: 
                   1872: 2012-06-15  moko
                   1873: 
                   1874:        * buildall-without-xml: sync with buildall-with-xml
                   1875: 
                   1876:        * buildall-with-xml: download auto-detected between fetch and curl
                   1877: 
                   1878:        * configure.in: --with-gc and --with-pcre now also processed
                   1879:          correctly
                   1880: 
1.101   ! moko     1881:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
        !          1882:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
        !          1883:          should be run on rol1 using automake / aclocal (GNU automake)
        !          1884:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     1885: 
                   1886:        * configure.in: new PARSER_VERSION logic
                   1887: 
                   1888:        * src/include/pa_version.h: new pa_version.h logic
                   1889: 
                   1890:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1891:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1892:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   1893:          feols_normalized -> fis_text_content set_binary added
                   1894: 
                   1895:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   1896: 
                   1897: 2012-06-15  misha
                   1898: 
                   1899:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1900:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   1901:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   1902:          ^file::create[text;content] EOLs in content now is normalized. (
                   1903:          new feature: #815 )
                   1904: 
                   1905: 2012-06-15  moko
                   1906: 
                   1907:        * configure.in: --disable-version-update added to disable version
                   1908:          update with host information (for debian package) whitespace
                   1909:          optimized
                   1910: 
                   1911:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   1912:          libtool
                   1913: 
                   1914:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   1915:          it.
                   1916: 
                   1917: 2012-06-14  moko
                   1918: 
                   1919:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   1920:          tests/results/281.processed: "hash flocked" error removed for
                   1921:          safe operations like ^h._count[] ( new feature: #335 )
                   1922: 
1.101   ! moko     1923:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     1924: 
                   1925:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   1926: 
                   1927:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   1928:          xml compilation check added
                   1929: 
                   1930:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   1931:          replaced with --with-gc and --with-pcre test for pcre linking
                   1932:          added
                   1933: 
                   1934: 2012-06-13  moko
                   1935: 
                   1936:        * configure.in: apxs2 check optimized
                   1937: 
                   1938:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   1939:          .la, includes optimized
                   1940: 
                   1941:        * buildall-with-xml: --with-pic looks better for -fPIC
                   1942: 
                   1943:        * configure.in: switched to convenience library in static linking
                   1944: 
                   1945:        * src/targets/apache/Makefile.am: switched to convenience library
                   1946:          usage to avoid libtool warnings
                   1947: 
                   1948:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   1949:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   1950:          smtp/Makefile.am: switched to convenience library usage
                   1951: 
                   1952:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   1953: 
                   1954:        * src/targets/apache/Makefile.am: updated for libtool usage
                   1955: 
                   1956:        * bin/auto.p.dist.in: .cfg removed from charset names.
                   1957: 
                   1958:        * buildall-without-xml: --with-included-ltdl added
                   1959: 
                   1960:        * buildall-without-xml: sync with buildall-with-xml
                   1961: 
                   1962:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   1963:          -fPIC for x64 $download added for wget success check added
                   1964: 
                   1965:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   1966: 
                   1967:        * configure.in: disable-static returned
                   1968: 
                   1969:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   1970:          LIBTOOLFLAGS
                   1971: 
                   1972: 2012-06-12  moko
                   1973: 
                   1974:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   1975:          compatible with LIBTOOLFLAGS for unknown reasons
                   1976: 
                   1977:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   1978: 
                   1979:        * configure.in: static/dynamic -lstdc++ linking option removed
                   1980:          apxs2 check added
                   1981: 
                   1982:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   1983:          option removed
                   1984: 
                   1985: 2012-06-10  moko
                   1986: 
                   1987:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   1988:          added
                   1989: 
                   1990:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   1991: 
1.101   ! moko     1992:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
        !          1993:          beauty
1.95      moko     1994: 
                   1995:        * depcomp: from libtool 2.4.2
                   1996: 
                   1997:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   1998: 
                   1999: 2012-06-09  moko
                   2000: 
1.101   ! moko     2001:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
        !          2002:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     2003:          autogenerated files updated after libtool update
                   2004: 
1.101   ! moko     2005:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
        !          2006:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     2007:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   2008:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   2009:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   2010:          config/compile, config/config.guess, config/config.sub,
                   2011:          config/depcomp, config/install-sh, config/ltmain.sh,
                   2012:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   2013:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   2014:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   2015:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   2016:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   2017:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   2018:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   2019:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   2020: 
                   2021:        * configure.in: preparation for new libtool
                   2022: 
                   2023:        * configure.in: Some beauty added :)
                   2024: 
                   2025:        * src/targets/apache/Makefile.am: := -> =
                   2026: 
                   2027:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   2028:          again. :)
                   2029: 
                   2030:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   2031:          previously was taken from pcre_internal.h. :)
                   2032: 
                   2033:        * src/lib/pcre/Makefile.am: config.h returned
                   2034: 
                   2035:        * src/lib/pcre/config.h: still need this. :)
                   2036: 
                   2037:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   2038: 
                   2039:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   2040:          removed
                   2041: 
                   2042:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   2043:          now in parser tree, no need to copy
                   2044: 
                   2045:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   2046:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   2047:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   2048:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   2049:          extracts now used old trash removed
                   2050: 
                   2051:        * bin/auto.p.dist.in: all charsets are listed, utf-8 by default,
                   2052:          rare charsets/drivers are commented, sql driver quessing removed
                   2053:          (debian/patches/103_auto_p.patch)
                   2054: 
                   2055:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   2056:          (debian/patches/104_automake.patch) + all charsets are copied
                   2057: 
                   2058:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   2059:          extra arguments now supported
                   2060: 
                   2061: 2012-06-08  misha
                   2062: 
                   2063:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   2064:          the 2nd option in ^table.hash[] could be hash or table so
                   2065:          .as_hash will throw an exception when table option is specified
                   2066: 
                   2067:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2068:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   2069:          classes/table.C, classes/void.C, classes/xdoc.C,
                   2070:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   2071:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   2072:          and improved (whitespaces are allowed as empty options) -
                   2073:          MethodParams::as_table is added - above methods are used for
                   2074:          parsing methods' options ( new feature: #9 )
                   2075: 
                   2076:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   2077:          to vclass. now class fields can be accessible as a hash:
                   2078:          $h[^hash::create[$asd:CLASS]]
                   2079: 
                   2080:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   2081:          have get_fields method so their fields can be accessed with
                   2082:          ^reflection:fields[...] & ^reflection:field[...]
                   2083: 
                   2084: 2012-06-06  misha
                   2085: 
                   2086:        * tests/280.html: - tests for
                   2087:          ^reflection:method[obj-or-class;method],
                   2088:          ^reflection:field[obj-or-class;field] and
                   2089:          ^reflection:fields[obj-or-class] are added
                   2090: 
                   2091: 2012-06-05  misha
                   2092: 
                   2093:        * src/classes/reflection.C: - ^reflection:method[class or
                   2094:          object;method name] and ^reflection:field[class or object;field
                   2095:          name] are added
                   2096: 
                   2097:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   2098:          is used
                   2099: 
                   2100:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   2101: 
                   2102: 2012-06-05  moko
                   2103: 
1.101   ! moko     2104:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     2105: 
                   2106:        * src/classes/memcached.C: flish ttl fixed
                   2107: 
                   2108: 2012-06-04  moko
                   2109: 
                   2110:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   2111:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   2112:          option (new feature #833)
                   2113: 
                   2114: 2012-06-04  misha
                   2115: 
                   2116:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   2117:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   2118: 
                   2119: 2012-06-03  misha
                   2120: 
                   2121:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   2122:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   2123: 
                   2124: 2012-05-30  misha
                   2125: 
                   2126:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   2127:          incomplete class into a scope while @USE is found
                   2128: 
                   2129:        * src/main/compile.y: - add incomplete class into a scope while
                   2130:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   2131: 
                   2132: 2012-05-30  moko
                   2133: 
                   2134:        * src/types/pa_vclass.C, tests/278.html,
                   2135:          tests/results/278.processed: removed "property has no getter
                   2136:          method" exception when GET_DEFAULT present (fixes #269)
                   2137: 
                   2138:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   2139:          $._default
                   2140: 
                   2141: 2012-05-29  moko
                   2142: 
                   2143:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   2144:          uninitialized values usage (new feature: #154)
                   2145: 
                   2146: 2012-05-28  moko
                   2147: 
                   2148:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   2149:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   2150:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   2151:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   2152:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   2153:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   2154:          tests/results/277.processed, src/types/pa_vtable.h,
                   2155:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   2156:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   2157:          feature #803)
                   2158: 
                   2159:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   2160:          tests/results/277.processed: json numbers are now treated as
                   2161:          double ( new feature: #834 )
                   2162: 
                   2163:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   2164:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   2165:          added for out of range checks, zero division in vint/vdouble
                   2166:          check added ( fixes #832 )
                   2167: 
                   2168:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   2169:          ( fixes #832 )
                   2170: 
                   2171: 2012-05-28  misha
                   2172: 
                   2173:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   2174:          configure
                   2175: 
                   2176:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   2177:          added - tests for unsupported values for options $.file, $.table
                   2178:          and $.date are added
                   2179: 
                   2180:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   2181:          accepts "stat" $.file[] option's value in addition to existed
                   2182:          "text" and "base64" ( new feature: #835 )
                   2183: 
                   2184:        * tests/276.html: - test for
                   2185:          ^reflection:delete[$object-or-class;field-name]
                   2186: 
                   2187:        * src/classes/reflection.C: -
                   2188:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   2189:          feature: #268 )
                   2190: 
                   2191: 2012-05-27  misha
                   2192: 
                   2193:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   2194: 
                   2195: 2012-05-24  misha
                   2196: 
                   2197:        * src/include/pa_common.h: - method lastposafter was removed
                   2198: 
                   2199:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   2200:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   2201:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   2202:          work as *nix commands
                   2203: 
                   2204:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   2205: 
                   2206:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   2207:          rskipchars were added
                   2208: 
                   2209:        * tests/270.html: - more tests for ^file:find[]
                   2210: 
                   2211:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   2212: 
                   2213:        * src/include/pa_version.h: - must be "win32" here. it is
                   2214:          auto-generated on *nix
                   2215: 
                   2216: 2012-05-24  moko
                   2217: 
                   2218:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   2219:          throws overflow exception ( new feature: #830 )
                   2220: 
                   2221:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   2222:          uint32 support and overflow added ( new feature: #830 )
                   2223: 
                   2224: 2012-05-23  moko
                   2225: 
                   2226:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   2227:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   2228:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   2229:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2230:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   2231:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   2232:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   2233:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   2234:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   2235:          "return string as-is" removed from as_expr_result. ( new feature:
                   2236:          #831 )
                   2237: 
                   2238:        * tests/results/244.processed: test changed after bug #782 fix
                   2239:          commited
                   2240: 
                   2241:        * tests/results/229.processed: test results for bug #782 commited
                   2242: 
                   2243:        * tests/: 254.html, results/254.processed: uid now just compared,
                   2244:          not printed. :)
                   2245: 
                   2246: 2012-05-20  moko
                   2247: 
                   2248:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   2249:          feature: #341 )
                   2250: 
                   2251:        * tests/: 254.html, results/254.processed: test for
                   2252:          ^reflection:uid[] added
                   2253: 
                   2254:        * tests/: 254.html, results/254.processed: test for
                   2255:          ^reflection:uid[$obj] added
                   2256: 
                   2257: 2012-05-17  misha
                   2258: 
                   2259:        * src/main/untaint.C: - do not replace ' char by _26 while
                   2260:          exploding filespec-tainting ( new feature: #829 )
                   2261: 
                   2262: 2012-05-12  moko
                   2263: 
                   2264:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   2265:          not.
                   2266: 
                   2267: 2012-05-08  moko
                   2268: 
                   2269:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   2270: 
                   2271:        * tests/229.html: test for bug #782
                   2272: 
                   2273:        * tests/results/259.processed, src/main/pa_request.C,
                   2274:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   2275:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   2276:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   2277:          string; defined locals are empty strings; $STRICT-VARS(true)
                   2278:          added
                   2279: 
                   2280: 2012-04-27  moko
                   2281: 
1.101   ! moko     2282:        * src/targets/apache/Makefile.am:
1.95      moko     2283:          ../../lib/memcached/libmemcached.a added
                   2284: 
                   2285: 2012-04-27  misha
                   2286: 
                   2287:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   2288:          ( #827 )
                   2289: 
                   2290: 2012-04-25  moko
                   2291: 
                   2292:        * src/: classes/json.C, classes/memcached.C,
                   2293:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2294:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   2295:          implemented.
                   2296: 
                   2297:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   2298: 
                   2299: 2012-04-23  moko
                   2300: 
                   2301:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   2302:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   2303:          types/pa_vmemcached.h: open allows options hash for new
                   2304:          memcached(options) function
                   2305: 
                   2306:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   2307:          not appended
                   2308: 
                   2309: 2012-04-21  moko
                   2310: 
                   2311:        * src/classes/curl.C: '' added. :)
                   2312: 
                   2313:        * src/classes/classes.vcproj: new curl.h location
                   2314: 
                   2315:        * src/classes/curl.C: verbose output redirection from stderr to
                   2316:          file curl option added
                   2317: 
                   2318: 2012-04-20  moko
                   2319: 
                   2320:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   2321:          contains what we need from curl, #ifdef HAVE_CURL removed
                   2322: 
1.101   ! moko     2323:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     2324:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.101   ! moko     2325:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
        !          2326:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     2327:          configure option
                   2328: 
                   2329: 2012-04-19  moko
                   2330: 
                   2331:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   2332:          classes/string.C, lib/gc/include/gc_allocator.h,
                   2333:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   2334:          options from sql_result_string removed. (closes issue #468)
                   2335: 
                   2336:        * src/types/pa_vmemcached.C: empty string fix
                   2337: 
                   2338:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   2339:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   2340:          pa_vmemcached.C
                   2341: 
                   2342: 2012-04-18  moko
                   2343: 
                   2344:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   2345:          apache2-mpm-prefork" error displayed in threaded mpm.
                   2346: 
                   2347:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   2348:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   2349:          installed (issue #354)
                   2350: 
                   2351: 2012-04-16  moko
                   2352: 
                   2353:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   2354:          memcached_result_free removed
                   2355: 
                   2356: 2012-04-14  moko
                   2357: 
                   2358:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   2359: 
                   2360:        * src/types/pa_vmemcached.C: check_key added and used
                   2361: 
                   2362: 2012-04-13  moko
                   2363: 
                   2364:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   2365:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   2366:          Serialization_data now added and used, VString now serialized
                   2367:          with languages into memcached.
                   2368: 
                   2369: 2012-03-28  moko
                   2370: 
                   2371:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   2372:          lib/memcached/pa_memcached.h: result lengths added
                   2373: 
                   2374: 2012-03-27  moko
                   2375: 
                   2376:        * src/types/pa_vmemcached.C: strdup added
                   2377: 
                   2378: 2012-03-24  moko
                   2379: 
                   2380:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   2381:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   2382:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   2383: 
                   2384: 2012-03-20  moko
                   2385: 
1.101   ! moko     2386:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     2387: 
                   2388:        * src/targets/cgi/Makefile.am: cleanup
                   2389: 
                   2390:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   2391:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   2392: 
                   2393:        * src/: classes/Makefile.am, classes/memcached.C,
                   2394:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   2395:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2396:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   2397: 
                   2398: 2012-03-16  moko
                   2399: 
                   2400:        * src/main/execute.C: ident now works under Linux + ident displays
                   2401:          filenames (closes issue #818)
                   2402: 
1.101   ! moko     2403:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     2404:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   2405:          pa_vmethod_frame_local.h removed
                   2406: 
                   2407:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2408:          classes/classes.h, classes/curl.C, classes/date.C,
                   2409:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2410:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2411:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2412:          classes/memory.C, classes/op.C, classes/reflection.C,
                   2413:          classes/regex.C, classes/response.C, classes/string.C,
                   2414:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   2415:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   2416:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   2417:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2418:          include/pa_dictionary.h, include/pa_dir.h,
                   2419:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2420:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2421:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2422:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2423:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2424:          include/pa_sapi.h, include/pa_socks.h,
                   2425:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2426:          include/pa_stack.h, include/pa_string.h,
                   2427:          include/pa_stylesheet_connection.h,
                   2428:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   2429:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   2430:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   2431:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   2432:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   2433:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2434:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2435:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2436:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   2437:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   2438:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   2439:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   2440:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   2441:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   2442:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   2443:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   2444:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   2445:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   2446:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2447:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   2448:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   2449:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   2450:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   2451:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   2452:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   2453:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   2454:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   2455:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   2456:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   2457:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   2458:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   2459:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   2460:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   2461:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2462:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   2463:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   2464:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   2465:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   2466:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   2467:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   2468:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   2469:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   2470:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   2471:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   2472:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   2473:          ident now works under Linux + ident displays filenames (closes
                   2474:          issue #818) Copyright updated
                   2475: 
                   2476: 2012-03-13  moko
                   2477: 
                   2478:        * src/main/pa_string.C: compilation fix for feature #741
                   2479: 
                   2480: 2012-03-09  misha
                   2481: 
                   2482:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   2483: 
                   2484:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   2485:          now detects invalid base64 chars in the middle of encoded stricg
                   2486:          ( new feature: #55 )
                   2487: 
                   2488:        * src/include/pa_exception.h: - new exception type for base64
                   2489:          decoding is added
                   2490: 
                   2491: 2012-03-06  misha
                   2492: 
                   2493:        * tests/274.html: - tests for ^date::today[] and
                   2494:          ^date.sql-string[datetime|date|time] are added
                   2495: 
                   2496:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   2497:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   2498:          strings "datetime", "date" or "time" - comments tidying up
                   2499: 
                   2500:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   2501:          date and time
                   2502: 
                   2503: 2012-03-03  misha
                   2504: 
                   2505:        * tests/193.html: - tests for
                   2506:          ^string:base64[encoded;$.strict(true)] are added
                   2507: 
                   2508:        * tests/results/auto.p: - try-catch operator is added
                   2509: 
                   2510:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   2511:          main/pa_common.C: - $.strict(true|false) option is added to
                   2512:          base64 decode methods ( new feature: #55 )
                   2513: 
                   2514:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   2515:          ( new feature: #819 )
                   2516: 
                   2517: 2012-02-28  moko
                   2518: 
                   2519:        * src/classes/hash.C: ident test
                   2520: 
                   2521: 2012-02-27  misha
                   2522: 
                   2523:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   2524: 
                   2525: 2012-01-08  misha
                   2526: 
                   2527:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   2528: 
                   2529:        * src/: classes/string.C, include/pa_dictionary.h,
                   2530:          main/pa_dictionary.C, main/pa_string.C: -
                   2531:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   2532:          ^string.replace[one subst here] is slightly optimized
                   2533: 
                   2534: 2011-12-07  misha
                   2535: 
                   2536:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   2537:          named table with one empty column ( bugfix: #63 )
                   2538: 
                   2539: 2011-11-30  misha
                   2540: 
                   2541:        * src/classes/json.C: - it's possible to set user's method for
                   2542:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   2543:          #763 )
                   2544: 
                   2545:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   2546: 
                   2547: 2011-11-23  misha
                   2548: 
                   2549:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2550:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   2551:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   2552:          ^file::create[mode;filename;content[;options]] now accepts binary
                   2553:          mode and file-content - new constructor's format:
                   2554:          ^file::create[string-or-file-content[;$.name[filename]
                   2555:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   2556:          feature: #65 )
                   2557: 
                   2558:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   2559:          mime_type_of(const String*) is added
                   2560: 
                   2561:        * src/include/pa_exception.h: - new exception constant
                   2562:          FILE_NAME_MUST_BE_SPECIFIED is added
                   2563: 
                   2564:        * src/classes/table.C: - bug with negative offset transformed into
                   2565:          a feature. it means pointing to a row from the end of the table (
                   2566:          new feature: #810 )
                   2567: 
                   2568: 2011-11-19  misha
                   2569: 
                   2570:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   2571:          â ìåòîäå _select ( new feature: #810 )
                   2572: 
                   2573:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   2574:          options were specified together is simplified
                   2575: 
                   2576: 2011-11-12  misha
                   2577: 
                   2578:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   2579:          HTTP content-disposition header (a part of bug #361 )
                   2580: 
                   2581:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   2582:          checks for ancestors' classes as well ( new feature: #456 )
                   2583: 
                   2584:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   2585:          "without cycle" now have types "parser.break" and
                   2586:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   2587:          )
                   2588: 
                   2589: 2011-11-11  misha
                   2590: 
                   2591:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2592:          237.processed: - since bug #361 was fixed the content of filename
                   2593:          in HTTP headers is quoted
                   2594: 
                   2595:        * tests/results/270.processed: - result for test 270
                   2596: 
                   2597:        * tests/: 065.html, results/065.processed: - more tests for
                   2598:          ^file:basename[] & Co were added
                   2599: 
                   2600:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   2601: 
                   2602:        * tests/270.html: - tests for ^file:find[] are added
                   2603: 
                   2604:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   2605:          using option $.charset. option $.engoding is still supported but
                   2606:          these options can not be specified together
                   2607: 
                   2608:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   2609:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   2610: 
                   2611: 2011-10-11  misha
                   2612: 
                   2613:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   2614:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   2615:          #622)
                   2616: 
                   2617: 2011-09-30  misha
                   2618: 
                   2619:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   2620:          exception "saving stat-ed file" ( bugfix: #395 )
                   2621: 
                   2622: 2011-05-30  misha
                   2623: 
                   2624:        * src/classes/string.C: - fixed bug which was added with
                   2625:          params.as_hash into string:sql
                   2626: 
                   2627: 2011-05-29  misha
                   2628: 
                   2629:        * src/types/pa_value.C: - filename in content-disposition header
                   2630:          must be quoted ( bugfix: #361 )
                   2631: 
                   2632: 2011-05-27  misha
                   2633: 
                   2634:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   2635:          created file
                   2636: 
                   2637:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   2638:          usage
                   2639: 
                   2640:        * src/include/pa_exception.h: - one more string for exception was
                   2641:          added
                   2642: 
                   2643: 2011-05-25  misha
                   2644: 
                   2645:        * tests/269.html: - tests for checking input params in some dom
                   2646:          methods
                   2647: 
                   2648:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   2649:          was added. it isn't possible not wo create xdoc with invalid
                   2650:          tagName. ( bugfix: #160 )
                   2651: 
                   2652:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   2653:          string "data must be string" was mover from pa_exception.h to
                   2654:          pa_xml_exception.h
                   2655: 
                   2656:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   2657:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   2658: 
                   2659:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   2660: 
                   2661:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   2662:          options - XML-related exception's strings were added
                   2663: 
                   2664:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   2665:          output_options were removed)
                   2666: 
                   2667: 2011-05-19  misha
                   2668: 
                   2669:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   2670:          params.as_hash is used more while parsing methods hash-options
                   2671: 
                   2672: 2011-05-18  misha
                   2673: 
                   2674:        * operators.txt: - info about json-serialization of xdoc was added
                   2675: 
                   2676:        * tests/256.html: - tests for json-serialization xdoc were added
                   2677: 
                   2678:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   2679: 
                   2680:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2681:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   2682:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   2683:          specified in $.xdoc[] ( new feature: #265 )
                   2684: 
                   2685: 2011-05-15  misha
                   2686: 
                   2687:        * tests/268.html: - tests for ^table.count[with options] were added
                   2688: 
                   2689:        * src/classes/table.C: - method ^table.count[] now can accept
                   2690:          options ( new feature: #93 ): ^table.count[column] returns number
                   2691:          of columns for named table; ^table.count[cells] returns number of
                   2692:          cells in the current row; ^table.count[] & ^table.count[rows]
                   2693:          return number of rows in a table.
                   2694: 
                   2695:        * tests/267.html: - test for checking switch/case in boolean mode
                   2696:          was added
                   2697: 
                   2698:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   2699:          compared as bool values, not as double values: new feature: #351
                   2700: 
                   2701: 2011-05-06  misha
                   2702: 
                   2703:        * tests/242.html: - EOL before EOF was added
                   2704: 
                   2705:        * tests/169.html: - tests for splitting empty string and void were
                   2706:          added
                   2707: 
                   2708:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   2709:          returned table with one empty cell)
                   2710: 
                   2711: 2011-04-03  misha
                   2712: 
                   2713:        * src/include/pa_version.h, configure.in: - version in head was
                   2714:          changed to 3.4.2b
                   2715: 
                   2716: 2011-03-30  misha
                   2717: 
                   2718:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   2719:          as well ( new feature #294 )
                   2720: 
                   2721: 2011-03-29  misha
                   2722: 
                   2723:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   2724:          limited to approx. 6 MB. previous limits were too big for real
                   2725:          life. bugfix: #216
                   2726: 
                   2727: 2011-03-04  moko
                   2728: 
                   2729:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   2730:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   2731: 
                   2732:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   2733:          vlalek@
                   2734: 
                   2735: 2011-02-22  misha
                   2736: 
                   2737:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   2738:          be under #ifdef XML or parser can't be compiled without xml
                   2739:          support
                   2740: 
                   2741: 2011-02-21  misha
                   2742: 
1.101   ! moko     2743:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     2744:          ApacheModuleParser3.vcproj was removed
                   2745: 
                   2746:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   2747:          removed)
                   2748: 
                   2749: 2011-02-20  misha
                   2750: 
                   2751:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   2752:          $.overridden in ^reflection:method_info[...] were added
                   2753: 
                   2754:        * src/classes/reflection.C: - beautifying result of
                   2755:          ^reflection:method_info[] ($.overridden/inherited)
                   2756: 
                   2757: 2011-02-18  misha
                   2758: 
                   2759:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   2760:          and pa_isalnum instead of isalpha and isalnum - bug with
                   2761:          redundand quoting lowercased latin chars while building email
                   2762:          body was fixed
                   2763: 
                   2764:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   2765:          added (they check for latin chars only)
                   2766: 
                   2767: 2011-02-16  misha
                   2768: 
                   2769:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   2770:          string size for transcoding gave too small value (should ever
                   2771:          look for availability char in dest charset inspite of the char
                   2772:          size)
                   2773: 
                   2774: 2011-02-04  moko
                   2775: 
                   2776:        * tests/223.html: header values now not url-encoded (issue #195)
                   2777: 
                   2778: 2011-02-01  misha
                   2779: 
                   2780:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   2781: 
                   2782: 2011-01-31  misha
                   2783: 
                   2784:        * src/main/pa_request.C: - throw exception if param file_name in
                   2785:          use_file is empty
                   2786: 
                   2787: 2011-01-08  moko
                   2788: 
                   2789:        * src/classes/curl.C: compilations errors fixed
                   2790: 
                   2791: 2010-12-29  moko
                   2792: 
                   2793:        * tests/: 265.html, results/265.processed: test for issue #200
                   2794:          added
                   2795: 
                   2796:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   2797:          #200)
                   2798: 
                   2799:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   2800: 
                   2801:        * tests/results/223.processed: header values now not url-encoded
                   2802:          (issue #195)
                   2803: 
                   2804:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2805:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   2806:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   2807: 
                   2808: 2010-12-18  misha
                   2809: 
                   2810:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   2811:          => pa-include
                   2812: 
                   2813: 2010-11-28  moko
                   2814: 
                   2815:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   2816: 
                   2817:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   2818:          -> pa
                   2819: 
                   2820:        * configure.in: apr -> pa
                   2821: 
                   2822:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   2823: 
                   2824:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   2825:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   2826: 
                   2827:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   2828:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   2829:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   2830:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   2831:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   2832:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   2833:          module apr name conflict resolved)
                   2834: 
                   2835: 2010-11-27  misha
                   2836: 
                   2837:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   2838:          libbz2
                   2839: 
                   2840: 2010-11-26  misha
                   2841: 
                   2842:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   2843:          warnings removed
                   2844: 
                   2845: 2010-11-25  moko
                   2846: 
                   2847:        * operators.txt: $.indent(true)
                   2848: 
                   2849:        * operators.txt: another bugfix. :)
                   2850: 
                   2851:        * operators.txt: bugfix. :)
                   2852: 
                   2853:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   2854: 
                   2855: 2010-11-24  moko
                   2856: 
1.101   ! moko     2857:        * configure: apxs support
1.95      moko     2858: 
                   2859:        * configure.in: apxs support -Bstatic gc removed for OS X
                   2860: 
                   2861:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   2862: 
                   2863:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   2864:          THREAD_LOCAL usage
                   2865: 
                   2866:        * src/: classes/curl.C, include/pa_config_includes.h,
                   2867:          main/pa_globals.C: THREAD_LOCAL defined and used
                   2868: 
                   2869: 2010-11-23  moko
                   2870: 
                   2871:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   2872:          should be passed to pa_sleep, and only fractional part (bugfix:
                   2873:          #188)
                   2874: 
                   2875:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   2876: 
                   2877:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   2878:          GC_dont_gc=1, as in cgi version
                   2879: 
                   2880:        * src/targets/apache/mod_parser3.c: warning war
                   2881: 
                   2882:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2883:          pa_httpd.h: version removed, some trash removed
                   2884: 
                   2885:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   2886:          to show it), warning war
                   2887: 
                   2888:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2889:          pa_httpd.h: parser_status_allowed removed + merge config
                   2890:          functions removed (override is the default) + beauty
                   2891: 
                   2892:        * src/: include/pa_request.h, main/pa_request.C,
                   2893:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   2894:          hide $status used in apache module removed
                   2895: 
                   2896: 2010-11-18  moko
                   2897: 
                   2898:        * operators.txt: $.table[compact] added for ^json:string[]
                   2899: 
                   2900: 2010-11-16  moko
                   2901: 
                   2902:        * src/targets/apache/mod_parser3.c: some cleanup done
                   2903: 
                   2904:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   2905:          is hashcode; second, info.fragment_begin is original, not
                   2906:          resulting length
                   2907: 
                   2908:        * src/classes/file.C: new feature: $.stdin now untainted
                   2909: 
                   2910:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   2911: 
                   2912:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   2913: 
                   2914:        * src/classes/op.C: ^apply-taint[] method added
                   2915: 
                   2916:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   2917:          added; $.stdin untaint test added
                   2918: 
                   2919: 2010-11-15  moko
                   2920: 
                   2921:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   2922:          removed
                   2923: 
                   2924:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   2925:          pa_httpd.h: 2x2 calculated under apache2. :)
                   2926: 
                   2927: 2010-11-13  moko
                   2928: 
                   2929:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   2930:          with apache 2.x includes
                   2931: 
                   2932:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   2933:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   2934:          united apache 1.3 / apache 2.x DSO module
                   2935: 
                   2936: 2010-11-09  moko
                   2937: 
                   2938:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   2939:          syntax
                   2940: 
                   2941:        * tests/: 263.html, results/263.processed: test from method[*args]
                   2942:          added
                   2943: 
                   2944:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   2945:          number of params can now be passed to a method declared with *arg
                   2946: 
                   2947: 2010-11-06  moko
                   2948: 
                   2949:        * src/classes/table.C: formating fixed. :)
                   2950: 
                   2951:        * src/classes/table.C: closes #4: ^table.select now supports
                   2952:          $.limit(), $.offset, $.reverse() options
                   2953: 
                   2954:        * tests/: 262.html, results/262.processed: test for ^table:select
                   2955:          with options added (feature #4)
                   2956: 
                   2957:        * src/include/pa_array.h: remove function added
                   2958: 
                   2959:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   2960:          object in get_element/put_element, using static one.
                   2961: 
                   2962: 2010-11-04  moko
                   2963: 
                   2964:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   2965:          options is passed
                   2966: 
                   2967:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   2968:          now tested; k and p in handler now tested.
                   2969: 
                   2970:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   2971:          $.table[compact] feature added
                   2972: 
                   2973:        * src/classes/json.C: key is now passed to handler in
                   2974:          value_json_string; ^json:string result now process tainting
                   2975:          inside and returns clean string, related to issue #153
                   2976: 
                   2977:        * src/main/untaint.C: bugfix: charset can be null (in
                   2978:          ^string:save[] as example), thus check is added
                   2979: 
                   2980: 2010-10-31  moko
                   2981: 
                   2982:        * src/classes/string.C: error message changed (fixes issue #149)
                   2983: 
                   2984: 2010-10-29  moko
                   2985: 
                   2986:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   2987:          port is not default (fixes issue #155); exception on invalid port
                   2988:          added.
                   2989: 
                   2990:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   2991:          "Accept: */*" to be passed
                   2992: 
                   2993: 2010-10-28  moko
                   2994: 
                   2995:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   2996:          exception on unknown charset even if response_charset was
                   2997:          specified
                   2998: 
                   2999: 2010-10-27  moko
                   3000: 
                   3001:        * src/classes/string.C: ^string.append removed for void
                   3002:          compatibility
                   3003: 
                   3004: 2010-10-26  moko
                   3005: 
                   3006:        * src/classes/json.C: libjson supports array at top level, we too
                   3007:          (GPF fixed)
                   3008: 
                   3009: 2010-10-25  moko
                   3010: 
                   3011:        * tests/: 253.html, results/253.processed: libjson supports array
                   3012:          at top level, parser now supports it as well.
                   3013: 
                   3014:        * tests/261.html, tests/results/261.processed,
                   3015:          src/types/pa_vstring.h: empty string is now void compatible
                   3016:          (allows $empty.key)
                   3017: 
                   3018: 2010-10-22  misha
                   3019: 
                   3020:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   3021:          while adding additional expires checkout)
                   3022: 
                   3023:        * tests/030.html: - test for session cookie was added
                   3024: 
                   3025: 2010-10-21  moko
                   3026: 
                   3027:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   3028:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   3029:          string (feature #111)
                   3030: 
                   3031:        * tests/: 261.html, results/261.processed: checks void from string
                   3032:          inheritance (feature #111)
                   3033: 
                   3034:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   3035:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   3036:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   3037:          now true by default
                   3038: 
                   3039: 2010-10-17  moko
                   3040: 
                   3041:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   3042:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   3043:          (bugfix: #128)
                   3044: 
                   3045:        * tests/: 223.html, results/223.processed: binary file upload test
                   3046:          added, GPF (issue #128) also checked in this test
                   3047: 
                   3048: 2010-10-13  misha
                   3049: 
                   3050:        * tests/260.html: - test for math:convert
                   3051: 
                   3052:        * src/classes/math.C: - error in math:convert was fixed
                   3053: 
                   3054:        * operators.txt: - info about
                   3055:          ^math:convert[number](from-base;to-base) was added
                   3056: 
                   3057:        * src/classes/math.C: - method
                   3058:          ^math:convert[number](from-base;to-base) for converting number
                   3059:          represention from one base to another was added ( new feature:
                   3060:          #23 )
                   3061: 
                   3062: 2010-10-13  moko
                   3063: 
                   3064:        * src/main/compile.tab.C: [] now is empty string, not void
                   3065: 
                   3066:        * src/main/compile.y: [] now is empty string, not void
                   3067: 
                   3068:        * src/types/pa_vvoid.h: void now passed as parameter
                   3069: 
                   3070:        * tests/: 259.html, results/259.processed: to test difference
                   3071:          between void and empty string (see ticket #111)
                   3072: 
                   3073:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   3074:          void
                   3075: 
                   3076:        * tests/256.html: $s[$void] is no longer empty string
                   3077: 
                   3078:        * tests/254.html: empty string is no longer void
                   3079: 
                   3080: 2010-10-12  misha
                   3081: 
                   3082:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   3083:          converted to date during cookies set up ( bugfix: #104 )
                   3084: 
                   3085:        * tests/041.html: - more tests for ^table.locate were added
                   3086: 
                   3087:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   3088:          work ( bugfix: #129 ) - exception comment for incorrect options
                   3089:          ^table.locate[field;value;options] was fixed
                   3090: 
                   3091: 2010-10-10  moko
                   3092: 
                   3093:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   3094:          another object feature returned
                   3095: 
                   3096:        * tests/results/258.processed: test result updated as constructor
                   3097:          returning another object feature returned
                   3098: 
                   3099:        * tests/: 258.html, results/258.processed: test for constructor
                   3100:          returning another object
                   3101: 
                   3102: 2010-10-08  misha
                   3103: 
                   3104:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   3105:          options shouldn't cause exceptions any longer
                   3106: 
                   3107: 2010-10-06  moko
                   3108: 
                   3109:        * src/classes/: hash.C, table.C: length from sql server is now
                   3110:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   3111: 
                   3112: 2010-10-02  misha
                   3113: 
                   3114:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   3115:          usable to delete cache file.
                   3116: 
                   3117: 2010-10-02  moko
                   3118: 
                   3119:        * tests/: 253.html, results/253.processed: hook_key added for key
                   3120:          checking
                   3121: 
                   3122:        * src/classes/json.C: null key bug fixed
                   3123: 
                   3124: 2010-09-29  misha
                   3125: 
                   3126:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   3127: 
                   3128: 2010-09-25  moko
                   3129: 
                   3130:        * src/classes/json.C: small fixed
                   3131: 
                   3132:        * tests/results/: 253.processed, 255.processed: just updated
                   3133: 
                   3134:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   3135:          results/255.processed: charset transcode test added for
                   3136:          json:parse
                   3137: 
                   3138: 2010-09-24  moko
                   3139: 
                   3140:        * src/types/pa_value.h: warning war :)
                   3141: 
                   3142:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   3143:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   3144:          ^json:string
                   3145: 
                   3146: 2010-09-22  moko
                   3147: 
                   3148:        * src/main/pa_charset.C: parser charset tables declare only
                   3149:          white-space before 0x20, thus adding the missing chars
                   3150: 
                   3151:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   3152:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   3153: 
                   3154: 2010-09-21  misha
                   3155: 
                   3156:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   3157:          want to compile grammar if they are absent)
                   3158: 
                   3159:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   3160: 
                   3161:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   3162: 
                   3163:        * src/main/main.vcproj: - path to bison is changed
                   3164: 
                   3165: 2010-09-21  moko
                   3166: 
1.101   ! moko     3167:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
        !          3168:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
        !          3169:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     3170: 
                   3171: 2010-09-20  misha
                   3172: 
                   3173:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   3174: 
                   3175:        * src/classes/json.C: - add EOL while json-serializing hash
                   3176: 
                   3177:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   3178:          compilers don't like 'ES'.
                   3179: 
                   3180: 2010-09-17  misha
                   3181: 
                   3182:        * operators.txt: - info about json class was added
                   3183: 
                   3184:        * src/classes/json.C: - ^json:string[object]
                   3185: 
                   3186:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   3187:          preventing infinite recursion while executing json:string was
                   3188:          added
                   3189: 
                   3190:        * src/include/pa_string.h: - method append_quoted was added
                   3191: 
                   3192:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   3193:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   3194:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   3195:          was added to Value & Co
                   3196: 
                   3197:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   3198:          were used
                   3199: 
                   3200:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   3201:          were added
                   3202: 
                   3203: 2010-09-10  moko
                   3204: 
                   3205:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   3206:          die_or_abort (backport from 3.4.1)
                   3207: 
                   3208:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   3209:          die_or_abort (bugfix: #106)
                   3210: 
                   3211: 2010-09-09  moko
                   3212: 
                   3213:        * src/classes/json.C: warning war. :)
                   3214: 
                   3215: 2010-09-08  misha
                   3216: 
                   3217:        * src/lib/json/Makefile.am: - additional include directories were
                   3218:          added (for pa_memory.h and gc.h)
                   3219: 
                   3220:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   3221:          compile as C++ instead default - additional include directory was
                   3222:          added (for gc.h)
                   3223: 
                   3224:        * src/types/pa_vform.C: - little code reformating
                   3225: 
                   3226:        * src/classes/file.C: - $.content-type option now can be specified
                   3227:          in ^file::create ( new feature: #102 )
                   3228: 
                   3229: 2010-09-08  moko
                   3230: 
                   3231:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   3232:          pa_malloc/pa_free
                   3233: 
                   3234: 2010-09-07  moko
                   3235: 
                   3236:        * tests/results/254.processed: VStateless_class:put_element
                   3237:          exception was fixed
                   3238: 
                   3239:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   3240:          VStateless_class:put_element barks self.type, not this.type
                   3241:          (bugfix: #105)
                   3242: 
                   3243: 2010-09-06  moko
                   3244: 
                   3245:        * src/classes/reflection.C: bugfix: new String() is required for
                   3246:          exception handling
                   3247: 
                   3248:        * tests/: 254.html, results/254.processed: test modified
                   3249: 
                   3250: 2010-09-05  moko
                   3251: 
                   3252:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   3253:          added
                   3254: 
                   3255:        * src/: classes/reflection.C, include/pa_request.h:
                   3256:          ^reflection:copy implemented (new feature: #100)
                   3257: 
                   3258: 2010-09-03  moko
                   3259: 
                   3260:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   3261: 
                   3262:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   3263:          option testing added
                   3264: 
                   3265: 2010-09-02  moko
                   3266: 
                   3267:        * src/classes/json.C: $.distinct[first|last|all] added
                   3268: 
                   3269: 2010-09-01  moko
                   3270: 
                   3271:        * tests/results/253.processed: json test result
                   3272: 
                   3273:        * tests/: 253.html, 253_json.txt: json test added
                   3274: 
                   3275:        * src/classes/json.C: json.C update to actual version + hash key
                   3276:          creation bugfix
                   3277: 
                   3278: 2010-08-31  misha
                   3279: 
                   3280:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   3281:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   3282:          src/lib/Makefile.am, src/classes/Makefile.am,
                   3283:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   3284:          json library was added
                   3285: 
                   3286: 2010-08-30  moko
                   3287: 
                   3288:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   3289:          types/pa_vobject.C: cosmetic optimization in
                   3290:          request:execute_method usage
                   3291: 
                   3292:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   3293:          optimization, just to decrease number of lines. :)
                   3294: 
                   3295: 2010-08-27  misha
                   3296: 
                   3297:        * src/classes/op.C: - taint[json] was added
                   3298: 
                   3299:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   3300:          were added
                   3301: 
                   3302:        * src/main/pa_exec.C: - warning fix was rolled back.
                   3303: 
                   3304:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   3305:          include/pa_string.h: - taint[json] was added - escaping was
                   3306:          slightly modified
                   3307: 
                   3308: 2010-08-25  misha
                   3309: 
                   3310:        * src/classes/file.C: - typo in file:sql exception was fixed
                   3311: 
                   3312:        * src/main/pa_exec.C: - warning about declared and not used
                   3313:          variable forced_allow was removed
                   3314: 
                   3315: 2010-08-14  misha
                   3316: 
                   3317:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   3318:          were removed
                   3319: 
                   3320: 2010-08-11  moko
                   3321: 
                   3322:        * tests/: 249.html, results/249.processed: default setter and
                   3323:          anti-recursive default getter test added
                   3324: 
                   3325:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   3326:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   3327:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   3328:          types/pa_vstateless_class.h: default setter support +
                   3329:          anti-recursive default getter support ( new feature: #13 )
                   3330: 
                   3331:        * src/include/pa_hash.h: optimization: threshold member removed
                   3332:          from hash, reducing sizeof(hash)
                   3333: 
                   3334: 2010-08-10  misha
                   3335: 
                   3336:        * tests/196.html: - junction-method was added to the test
                   3337: 
                   3338:        * tests/248.html: - ups. typo :)
                   3339: 
                   3340:        * tests/248.html: - test for checking .match with 4 params
                   3341: 
                   3342:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   3343:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   3344:          $request:charset during loading if the BOM code is detected"
                   3345: 
                   3346:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   3347:          $request:charset during loading if the BOM code is detected ( new
                   3348:          feature: #98 )
                   3349: 
                   3350: 2010-08-05  misha
                   3351: 
                   3352:        * src/classes/image.C: - ^image.replace now can accept only 2
                   3353:          params. in this case the whole image is affected ( new feature:
                   3354:          #95 )
                   3355: 
                   3356: 2010-08-04  misha
                   3357: 
                   3358:        * tests/246.html: - test tor ^hash._at[] was added
                   3359: 
                   3360:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   3361:          #53 )
                   3362: 
                   3363:        * src/include/pa_hash.h: - methods for accessing the first and the
                   3364:          last values of ordered hash were added (first_value and
                   3365:          last_value)
                   3366: 
                   3367:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   3368:          (similar to others file's methods):
                   3369:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   3370:          #68 )
                   3371: 
                   3372:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   3373: 
                   3374: 2010-08-01  moko
                   3375: 
                   3376:        * src/classes/op.C: to correctly process $result[] in code, called
                   3377:          from ^process
                   3378: 
                   3379:        * tests/245.html: $result in ^process[] test added
                   3380: 
                   3381:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3382:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   3383:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   3384:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   3385:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   3386:          removed, construct(class,method) added
                   3387: 
                   3388:        * tests/results/: 192.processed, 244.processed: request::construct
                   3389:          added
                   3390: 
                   3391:        * tests/: 244.html, 245.html, results/244.processed,
                   3392:          results/245.processed: object creation exceptions and ^process
                   3393:          tests added
                   3394: 
                   3395: 2010-07-28  misha
                   3396: 
                   3397:        * tests/make_tests.cmd: - win32 EOLs
                   3398: 
                   3399:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   3400:          tests on Win32 were added (The system timezone should be GMT+3)
                   3401: 
                   3402: 2010-07-26  misha
                   3403: 
                   3404:        * tests/: 212.html, results/212.processed: - sizes were removed
                   3405:          mecause they could be different on different OSs
                   3406: 
                   3407:        * tests/065.html: - make it "win32 friendly"
                   3408: 
                   3409: 2010-07-25  misha
                   3410: 
                   3411:        * src/main/compile.y: - all EOLs between methods are removed during
                   3412:          compilation ( new feature: #47 )
                   3413: 
                   3414:        * tests/results/149.processed: - prepare tests to trim trailing
                   3415:          methods' EOLs
                   3416: 
                   3417:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   3418: 
                   3419:        * tests/: results/006.processed, results/014.processed, 006.html,
                   3420:          014.html, 022.html: - prepare tests to trim trailing methods'
                   3421:          EOLs
                   3422: 
                   3423:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   3424:          results/071.processed, results/022.processed: - prepare tests to
                   3425:          trim trailing methods' EOLs
                   3426: 
                   3427:        * tests/: results/073.processed, results/109.processed,
                   3428:          results/142.processed, results/144.processed,
                   3429:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   3430:          144.html: - prepare tests to trim trailing methods' EOLs
                   3431: 
                   3432:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   3433:          149.html, 152.html, results/096.processed, results/107.processed,
                   3434:          results/109.processed, results/142.processed,
                   3435:          results/144.processed: - prepare tests to trim trailing methods'
                   3436:          EOLs
                   3437: 
                   3438: 2010-07-24  moko
                   3439: 
                   3440:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   3441:          the hash order in this test
                   3442: 
                   3443:        * tests/014.html: to check hash order, hash no is longer sorted
                   3444:          before print
                   3445: 
                   3446:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   3447:          (bugfix: #54)
                   3448: 
                   3449: 2010-07-23  moko
                   3450: 
                   3451:        * tests/results/224.processed: @auto[] is no longer inherited
                   3452: 
                   3453:        * src/types/pa_vstateless_class.C, tests/227.html,
                   3454:          tests/results/227.processed: @auto[] is no longer inherited
                   3455:          (bugfix: #57)
                   3456: 
                   3457: 2010-07-22  misha
                   3458: 
                   3459:        * src/classes/table.C: - don't skip comment lines during
                   3460:          table::load if encloser or separator is set as '#' ( new feature:
                   3461:          #30 )
                   3462: 
                   3463:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   3464:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   3465:          #12 )
                   3466: 
                   3467:        * src/classes/file.C: - set PARSER_VARSION env before external
                   3468:          script executing
                   3469: 
                   3470: 2010-07-13  misha
                   3471: 
                   3472:        * tests/058.html: - test for suppressing @border was added - test
                   3473:          for user attribute was added
                   3474: 
                   3475:        * tests/results/186.processed: unescaping from \uXXXX
                   3476: 
                   3477:        * tests/186.html: unescaping from \uXXXX
                   3478: 
                   3479:        * tests/: 239.html, results/239.processed: method call type
                   3480: 
                   3481:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   3482:          $junction_method.CLASS_NAME (+CLASS)
                   3483: 
                   3484: 2010-07-07  misha
                   3485: 
                   3486:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   3487:          *nix
                   3488: 
                   3489: 2010-07-05  misha
                   3490: 
                   3491:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   3492:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   3493:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   3494:          comment strings "options must be hash", "options must be hash,
                   3495:          not code" and "called with invalid option" were replaced by
                   3496:          constatns - exception comment string "invalid option passed" was
                   3497:          replaced by "called with invalid option" (now in different
                   3498:          methods are the same exception comment string)
                   3499: 
                   3500:        * src/include/pa_exception.h: - more exception strings were defined
                   3501: 
                   3502:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3503:          types/pa_vstateless_class.h: - now we can define possible
                   3504:          method's call type ( new feature: #5 )   1.
                   3505:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   3506:          methods   2. @static:method[params] (only static keyword could be
                   3507:          used here) -- for specified methods
                   3508: 
                   3509:        * src/main/pa_common.C: - junction points should not be deleted on
                   3510:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   3511:          cleanup
                   3512: 
                   3513: 2010-07-03  misha
                   3514: 
                   3515:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   3516:          results/158.processed, results/160.processed,
                   3517:          results/161.processed, results/162.processed,
                   3518:          results/163.processed: - prepare tests to trim trailing methods'
                   3519:          EOLs
                   3520: 
                   3521:        * tests/results/169.processed: - prepare tests to trim trailing
                   3522:          methods' EOLs
                   3523: 
                   3524:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   3525:          trim trailing methods' EOLs
                   3526: 
                   3527:        * tests/: results/170.processed, results/167.processed,
                   3528:          results/168.processed, results/169.processed, 167.html, 168.html,
                   3529:          169.html: - prepare tests to trim trailing methods' EOLs
                   3530: 
                   3531:        * tests/: results/170.processed, results/171.processed,
                   3532:          results/172.processed, results/173.processed,
                   3533:          results/174.processed, results/175.processed, 170.html, 171.html,
                   3534:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   3535:          trailing methods' EOLs
                   3536: 
                   3537:        * tests/: results/176.processed, results/180.processed,
                   3538:          results/184.processed, results/185.processed,
                   3539:          results/191.processed, results/192.processed,
                   3540:          results/196.processed, results/197.processed,
                   3541:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   3542:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   3543:          to trim trailing methods' EOLs
                   3544: 
                   3545:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   3546:          results/199.processed, results/208.processed,
                   3547:          results/209.processed, results/213.processed,
                   3548:          results/214.processed: - prepare tests to trim trailing methods'
                   3549:          EOLs
                   3550: 
                   3551: 2010-06-29  misha
                   3552: 
                   3553:        * tests/: 220.html, 218.html, results/218.processed,
                   3554:          results/215.processed, results/217.processed, 215.html, 217.html:
                   3555:          - prepare tests to trim trailing methods' EOLs
                   3556: 
                   3557:        * tests/: results/224.processed, 224.html, 223.html,
                   3558:          results/223.processed, results/220.processed: - prepare tests to
                   3559:          trim trailing methods' EOLs
                   3560: 
                   3561:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   3562:          trim trailing methods' EOLs
                   3563: 
                   3564:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   3565:          trailing methods' EOLs
                   3566: 
                   3567:        * tests/: 232.html, 235.html, results/232.processed,
                   3568:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   3569:          results/226.processed, results/227.processed,
                   3570:          results/228.processed, results/230.processed: - prepare tests to
                   3571:          trim trailing methods' EOLs
                   3572: 
                   3573: 2010-06-16  moko
                   3574: 
                   3575:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   3576:          ^if
                   3577: 
                   3578:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   3579: 
                   3580: 2010-06-03  misha
                   3581: 
                   3582:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   3583:          instead of memcopy for overlaped regions
                   3584: 
                   3585: 2010-05-25  misha
                   3586: 
                   3587:        * src/main/pa_common.C: - wanring about unused vars was removed
                   3588: 
                   3589:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   3590:          get_method_filename was moved to execute.C
                   3591: 
                   3592: 2010-05-23  misha
                   3593: 
                   3594:        * src/main/pa_request.C: - more accurate detection of method's file
                   3595: 
                   3596: 2010-05-22  misha
                   3597: 
                   3598:        * src/classes/reflection.C: - bugfix: core during detection of
                   3599:          .file if filespec isn't detected successfully
                   3600: 
                   3601: 2010-05-20  misha
                   3602: 
                   3603:        * src/main/pa_request.C: - fix in get_method_filename
                   3604: 
                   3605:        * src/include/pa_request.h: - new feature: #24 -- searching
                   3606:          included file in @USE/^use is changed. if its filespec doesn't
                   3607:          start from '/' it will be searched in caller file directory
                   3608: 
                   3609:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   3610:          where the method is defined
                   3611: 
                   3612:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   3613:          classes/op.C: - new feature: #24 -- searching included file in
                   3614:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   3615:          will be searched in caller file directory
                   3616: 
                   3617:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   3618:          is moved to pa_common.h
                   3619: 
                   3620: 2010-05-18  misha
                   3621: 
                   3622:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   3623:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   3624:          cookie parser decode \uXXXX as well as %uXXXX
                   3625: 
                   3626: 2010-05-17  misha
                   3627: 
                   3628:        * src/classes/curl.C: beauty: - unused param is removed in method
                   3629:          _curl_version_action - some spaces were removed or replaced by
                   3630:          tabs
                   3631: 
                   3632:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   3633:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   3634: 
                   3635: 2010-05-16  misha
                   3636: 
                   3637:        * src/classes/curl.C: new: #61 more curl options were added
                   3638:          (contributed by Sumo)
                   3639: 
                   3640: 2010-04-29  pretender
                   3641: 
                   3642:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   3643:          now empty string.
                   3644: 
                   3645:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   3646:          string type.
                   3647: 
                   3648: 2010-04-28  pretender
                   3649: 
                   3650:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   3651:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   3652:          macrodefinition removed
                   3653: 
                   3654: 2010-04-19  pretender
                   3655: 
                   3656:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   3657:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   3658: 
                   3659:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   3660:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   3661: 
                   3662:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   3663:          variable" exception in grpunlim version.
                   3664: 
                   3665: 2010-04-05  misha
                   3666: 
                   3667:        * src/classes/string.C: - new feature: 4th param was added to
                   3668:          match. if specified its value is returned in case of nothing was
                   3669:          found
                   3670: 
                   3671: 2010-04-01  misha
                   3672: 
                   3673:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   3674:          multiple execution of /a/b/auto.p
                   3675: 
                   3676: 2010-03-19  misha
                   3677: 
                   3678:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   3679: 
                   3680:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   3681: 
                   3682: 2010-01-27  misha
                   3683: 
                   3684:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   3685:          trying to open file by path /existing-file/non-exixting-file
                   3686: 
                   3687: 2010-01-26  misha
                   3688: 
                   3689:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   3690:          was added (returns file)
                   3691: 
                   3692: 2009-12-22  misha
                   3693: 
                   3694:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   3695:          now parser doesn't have class curl if it was built without it
                   3696: 
                   3697: 2009-12-15  misha
                   3698: 
                   3699:        * configure.in: - little cheat with curl include dir was added
                   3700: 
                   3701: 2009-12-05  misha
                   3702: 
                   3703:        * src/classes/curl.C: - some fixes
                   3704: 
                   3705: 2009-12-04  misha
                   3706: 
                   3707:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   3708:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   3709:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   3710:          class was added
                   3711: 
                   3712:        * src/include/pa_hash.h: - hash-iterator was added
                   3713: 
                   3714:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   3715:          was added to pcre
                   3716: 
                   3717: 2009-11-27  misha
                   3718: 
                   3719:        * src/classes/image.C: - don't add @border attribute to output of
                   3720:          ^image.html[] if it was specified by user with empty value
                   3721: 
                   3722:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   3723:          root element and we are trying to access .documentElement
                   3724: 
                   3725: 2009-11-11  misha
                   3726: 
                   3727:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   3728:          instead of number of items in first row for named tables
                   3729: 
                   3730: 2009-11-10  misha
                   3731: 
                   3732:        * operators.txt: - info about hash-options in ^file::create was
                   3733:          added
                   3734: 
                   3735:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   3736:          added
                   3737: 
                   3738: 2009-11-09  misha
                   3739: 
                   3740:        * buildall-with-xml: - moving to libxml 2.7.6
                   3741: 
                   3742:        * tests/236.html: - tests for comparations cords with functions
                   3743:          were added
                   3744: 
                   3745:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   3746:          added
                   3747: 
                   3748:        * src/main/pa_http.C: - little optimisation
                   3749: 
                   3750:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   3751:          GPF mallocs + stringstream (table.save)
                   3752: 
                   3753:        * src/classes/file.C: - file::create now accepts 4th param: options
                   3754:          with $.charset
                   3755: 
                   3756:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   3757:          bug in cord (comparation cords with functions was buggy)
                   3758: 
                   3759: 2009-11-06  misha
                   3760: 
                   3761:        * src/main/pa_string.C: - bugfix: calculation string.length
                   3762:          sometimes was buggy
                   3763: 
                   3764:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   3765:          destroyed if exception occured during match/replace
                   3766: 
                   3767:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   3768:          lengthUTF8Char was added
                   3769: 
                   3770:        * src/classes/op.C: - clean tainting lang was added for user's
                   3771:          usage
                   3772: 
                   3773:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   3774:          fixed: checkouts are required after GC_MALLOC
                   3775: 
                   3776:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   3777: 
                   3778:        * operators.txt: - actually, there is no ^untaint[xml] in
                   3779:          file::create
                   3780: 
                   3781: 2009-10-15  misha
                   3782: 
                   3783:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   3784:          were added
                   3785: 
                   3786:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   3787:          were added
                   3788: 
                   3789:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   3790:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   3791:          hacking: for dealing with transcoding+^taint[uri]
                   3792:          transcode_and_untaint was replaced by untaint_and_transcode
                   3793: 
                   3794: 2009-10-13  misha
                   3795: 
                   3796:        * tests/: 121.html, results/121.processed: - test transcoding +
                   3797:          url-escaping now
                   3798: 
                   3799:        * tests/results/auto.p: - more helpers' methods were added
                   3800: 
                   3801:        * src/main/pa_globals.C: - die instead of abort
                   3802: 
                   3803: 2009-10-06  misha
                   3804: 
                   3805:        * src/main/pa_common.C: - don't allocate memory during
                   3806:          capitalization if input string is already capitalized
                   3807: 
                   3808:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   3809: 
                   3810:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   3811:          use format function because it calls malloc
                   3812: 
                   3813:        * src/include/pa_common.h: - more capitalized headers were added
                   3814: 
                   3815:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   3816:          file writing
                   3817: 
                   3818: 2009-10-05  misha
                   3819: 
                   3820:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   3821: 
                   3822: 2009-10-03  misha
                   3823: 
                   3824:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   3825:          ^img.text[] & ^img.length[] can work in utf-8 now
                   3826: 
                   3827:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   3828:          UTF8_string_iterator was added
                   3829: 
                   3830:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   3831:          length
                   3832: 
                   3833:        * src/classes/mail.C: - check from before get message.cstr
                   3834: 
                   3835: 2009-10-02  misha
                   3836: 
                   3837:        * tests/233.html: - test for image.font, image.length, image.text
                   3838:          with text in utf-8 were added
                   3839: 
                   3840:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   3841: 
                   3842:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   3843:          version for freebsd 4 was added
                   3844: 
                   3845: 2009-10-01  misha
                   3846: 
                   3847:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   3848:          terminator) - read_pipe were slightly optimized
                   3849: 
                   3850: 2009-09-28  misha
                   3851: 
                   3852:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   3853:          removed
                   3854: 
                   3855:        * src/types/pa_vmail.C: - forgot about space after ':'
                   3856: 
                   3857:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   3858:          body - small simplifications
                   3859: 
                   3860:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   3861:          inout params like pa_base64
                   3862: 
                   3863:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   3864:          option $.debug-print(1) was added to mail:send - changes for
                   3865:          using uue_encode which uses less memory
                   3866: 
                   3867:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   3868: 
                   3869:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   3870:          memory now
                   3871: 
                   3872: 2009-09-26  misha
                   3873: 
                   3874:        * src/types/pa_vmail.C: - default encoding now is base64
                   3875: 
                   3876:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   3877: 
                   3878: 2009-09-25  misha
                   3879: 
                   3880:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   3881:          sending mail as well
                   3882: 
                   3883:        * buildall-with-xml: - catalog package was removed from libxml
                   3884: 
                   3885:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   3886:          win32 absolute path
                   3887: 
                   3888:        * src/include/pa_common.h: - one more capitalized header was added
                   3889: 
                   3890: 2009-09-22  misha
                   3891: 
                   3892:        * INSTALL: - comment about building just httpd binary while
                   3893:          building apache module was added
                   3894: 
                   3895: 2009-09-21  misha
                   3896: 
                   3897:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   3898:          libxml 2.7.4 and libxslt 1.1.25
                   3899: 
                   3900: 2009-09-19  misha
                   3901: 
                   3902:        * tests/231.html: - test for encoding cookie in win-1251
                   3903: 
                   3904: 2009-09-18  misha
                   3905: 
                   3906:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   3907:          object] were added
                   3908: 
                   3909:        * operators.txt: - info about method ^reflection:fields[class or
                   3910:          object] was added
                   3911: 
                   3912:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   3913:          object] was added
                   3914: 
                   3915:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   3916:          methods get_fields were added
                   3917: 
                   3918:        * tests/232.html: - tests for @GET[name]
                   3919: 
                   3920:        * src/classes/table.C: - some changes in handling hash-options for
                   3921:          creare, join and locate
                   3922: 
                   3923:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   3924:          defined with option: the type of requested value
                   3925: 
                   3926: 2009-09-17  misha
                   3927: 
                   3928:        * tests/212.html: - tests for .pattern and .options were added
                   3929: 
                   3930:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   3931:          $regex.options were added
                   3932: 
                   3933: 2009-09-11  misha
                   3934: 
                   3935:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   3936:          rewrited. it checks not just one case of sending cookies during
                   3937:          file::load[http], but also sending headers and fields (including
                   3938:          files)
                   3939: 
                   3940: 2009-09-10  misha
                   3941: 
                   3942:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   3943:          was removed => now parser can open files with Russian 'r' in
                   3944:          filename
                   3945: 
                   3946:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   3947:          while escaping cookies but now source charset
                   3948: 
                   3949:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   3950:          ^tainted[uri] so it was possible to make request with incorrect
                   3951:          http header
                   3952: 
                   3953:        * src/main/pa_http.C: - capitalization of http headers during
                   3954:          file::load[http was slightly changes - bugfix: all headers which
                   3955:          parser sends during file::load[http should be transcoded and only
                   3956:          then escaped
                   3957: 
                   3958:        * src/main/untaint.C: - a bit more comments were added
                   3959: 
                   3960:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   3961:          warnings)
                   3962: 
                   3963:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   3964:          headers during file::load[http were added
                   3965: 
                   3966: 2009-09-08  misha
                   3967: 
                   3968:        * operators.txt: - changes in file.save and string.save were added
                   3969: 
                   3970:        * tests/: 230.html, 230.txt: - tests for checking options in
                   3971:          file.save and string.save were added
                   3972: 
                   3973:        * src/main/pa_request.C: - http headers names, which are passed to
                   3974:          SAPI::add_header_attribute are lowercased now (it'll be
                   3975:          capitalized in that method)
                   3976: 
                   3977:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   3978:          classes/string.C: - file_write accepts Request_charsets and asked
                   3979:          charset and cound transcode content before writing - string.save
                   3980:          and file.save have option $.charset now
                   3981: 
                   3982:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   3983:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   3984:          charset and cound transcode content before writing
                   3985: 
                   3986:        * src/include/pa_exception.h: - new exception comment string was
                   3987:          defined
                   3988: 
                   3989: 2009-09-07  misha
                   3990: 
                   3991:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   3992:          sub-pattern\s
                   3993: 
                   3994: 2009-09-04  misha
                   3995: 
                   3996:        * src/main/pa_http.C: - capitalization of http headers during
                   3997:          file::load[http was implemented
                   3998: 
                   3999: 2009-09-03  misha
                   4000: 
                   4001:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4002:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   4003:          types/pa_vmail.C, targets/cgi/parser3.C,
                   4004:          targets/isapi/parser3isapi.C: - back to storing response http
                   4005:          headers in lowercase - capitalize them during output
                   4006: 
                   4007: 2009-08-31  misha
                   4008: 
                   4009:        * src/classes/table.C: - allow call with any brackets (it could be
                   4010:          useful in methods with explict result declaration)
                   4011: 
                   4012:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   4013:          correctly if $request:charset==koi8-r
                   4014: 
                   4015: 2009-08-30  misha
                   4016: 
                   4017:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   4018:          changed: content-type => Content-type and so on
                   4019: 
                   4020:        * src/classes/file.C, src/include/pa_common.h,
                   4021:          src/include/pa_request.h, src/main/pa_http.C,
                   4022:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   4023:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   4024:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   4025:          tests/results/002.processed, tests/results/003.processed,
                   4026:          tests/results/004.processed, tests/results/005.processed,
                   4027:          tests/results/006.processed, tests/results/007.processed,
                   4028:          tests/results/008.processed, tests/results/009.processed,
                   4029:          tests/results/010.processed, tests/results/011.processed,
                   4030:          tests/results/012.processed, tests/results/013.processed,
                   4031:          tests/results/014.processed, tests/results/015.processed,
                   4032:          tests/results/016.processed, tests/results/017.processed,
                   4033:          tests/results/018.processed, tests/results/019.processed,
                   4034:          tests/results/020.processed, tests/results/021.processed,
                   4035:          tests/results/022.processed, tests/results/023.processed,
                   4036:          tests/results/024.processed, tests/results/025.processed,
                   4037:          tests/results/026.processed, tests/results/027.processed,
                   4038:          tests/results/028.processed, tests/results/029.processed,
                   4039:          tests/results/030.processed, tests/results/031.processed,
                   4040:          tests/results/032.processed, tests/results/033.processed,
                   4041:          tests/results/034.processed, tests/results/035.processed,
                   4042:          tests/results/036.processed, tests/results/037.processed,
                   4043:          tests/results/038.processed, tests/results/039.processed,
                   4044:          tests/results/040.processed, tests/results/041.processed,
                   4045:          tests/results/042.processed, tests/results/043.processed,
                   4046:          tests/results/044.processed, tests/results/045.processed,
                   4047:          tests/results/046.processed, tests/results/047.processed,
                   4048:          tests/results/048.processed, tests/results/049.processed,
                   4049:          tests/results/050.processed, tests/results/051.processed,
                   4050:          tests/results/052.processed, tests/results/053.processed,
                   4051:          tests/results/054.processed, tests/results/055.processed,
                   4052:          tests/results/056.processed, tests/results/057.processed,
                   4053:          tests/results/058.processed, tests/results/059.processed,
                   4054:          tests/results/060.processed, tests/results/061.processed,
                   4055:          tests/results/062.processed, tests/results/063.processed,
                   4056:          tests/results/064.processed, tests/results/065.processed,
                   4057:          tests/results/066.processed, tests/results/067.processed,
                   4058:          tests/results/068.processed, tests/results/069.processed,
                   4059:          tests/results/070.processed, tests/results/071.processed,
                   4060:          tests/results/072.processed, tests/results/073.processed,
                   4061:          tests/results/074.processed, tests/results/075.processed,
                   4062:          tests/results/076.processed, tests/results/077.processed,
                   4063:          tests/results/078.processed, tests/results/079.processed,
                   4064:          tests/results/080.processed, tests/results/081.processed,
                   4065:          tests/results/082.processed, tests/results/083.processed,
                   4066:          tests/results/084.processed, tests/results/085.processed,
                   4067:          tests/results/086.processed, tests/results/087.processed,
                   4068:          tests/results/088.processed, tests/results/089.processed,
                   4069:          tests/results/090.processed, tests/results/091.processed,
                   4070:          tests/results/092.processed, tests/results/093.processed,
                   4071:          tests/results/094.processed, tests/results/095.processed,
                   4072:          tests/results/096.processed, tests/results/097.processed,
                   4073:          tests/results/098.processed, tests/results/099.processed,
                   4074:          tests/results/100.processed, tests/results/101.processed,
                   4075:          tests/results/102.processed, tests/results/103.processed,
                   4076:          tests/results/104.processed, tests/results/105.processed,
                   4077:          tests/results/106.processed, tests/results/107.processed,
                   4078:          tests/results/108.processed, tests/results/109.processed,
                   4079:          tests/results/110.processed, tests/results/111.processed,
                   4080:          tests/results/112.processed, tests/results/113.processed,
                   4081:          tests/results/114.processed, tests/results/115.processed,
                   4082:          tests/results/116.processed, tests/results/117.processed,
                   4083:          tests/results/118.processed, tests/results/119.processed,
                   4084:          tests/results/120.processed, tests/results/121.processed,
                   4085:          tests/results/122.processed, tests/results/123.processed,
                   4086:          tests/results/124.processed, tests/results/125.processed,
                   4087:          tests/results/126.processed, tests/results/127.processed,
                   4088:          tests/results/128.processed, tests/results/129.processed,
                   4089:          tests/results/130.processed, tests/results/131.processed,
                   4090:          tests/results/132.processed, tests/results/133.processed,
                   4091:          tests/results/134.processed, tests/results/135.processed,
                   4092:          tests/results/136.processed, tests/results/138.processed,
                   4093:          tests/results/139.processed, tests/results/140.processed,
                   4094:          tests/results/141.processed, tests/results/142.processed,
                   4095:          tests/results/143.processed, tests/results/144.processed,
                   4096:          tests/results/145.processed, tests/results/146.processed,
                   4097:          tests/results/147.processed, tests/results/148.processed,
                   4098:          tests/results/149.processed, tests/results/150.processed,
                   4099:          tests/results/151.processed, tests/results/152.processed,
                   4100:          tests/results/153.processed, tests/results/154.processed,
                   4101:          tests/results/155.processed, tests/results/156.processed,
                   4102:          tests/results/157.processed, tests/results/158.processed,
                   4103:          tests/results/159.processed, tests/results/160.processed,
                   4104:          tests/results/161.processed, tests/results/162.processed,
                   4105:          tests/results/163.processed, tests/results/164.processed,
                   4106:          tests/results/165.processed, tests/results/166.processed,
                   4107:          tests/results/167.processed, tests/results/168.processed,
                   4108:          tests/results/169.processed, tests/results/170.processed,
                   4109:          tests/results/171.processed, tests/results/172.processed,
                   4110:          tests/results/173.processed, tests/results/174.processed,
                   4111:          tests/results/175.processed, tests/results/176.processed,
                   4112:          tests/results/177.processed, tests/results/178.processed,
                   4113:          tests/results/179.processed, tests/results/180.processed,
                   4114:          tests/results/181.processed, tests/results/182.processed,
                   4115:          tests/results/183.processed, tests/results/184.processed,
                   4116:          tests/results/185.processed, tests/results/186.processed,
                   4117:          tests/results/187.processed, tests/results/188.processed,
                   4118:          tests/results/189.processed, tests/results/190.processed,
                   4119:          tests/results/191.processed, tests/results/192.processed,
                   4120:          tests/results/193.processed, tests/results/194.processed,
                   4121:          tests/results/195.processed, tests/results/196.processed,
                   4122:          tests/results/197.processed, tests/results/198.processed,
                   4123:          tests/results/199.processed, tests/results/200.processed,
                   4124:          tests/results/201.processed, tests/results/202.processed,
                   4125:          tests/results/203.processed, tests/results/204.processed,
                   4126:          tests/results/205.processed, tests/results/206.processed,
                   4127:          tests/results/207.processed, tests/results/208.processed,
                   4128:          tests/results/209.processed, tests/results/210.processed,
                   4129:          tests/results/211.processed, tests/results/212.processed,
                   4130:          tests/results/213.processed, tests/results/214.processed,
                   4131:          tests/results/215.processed, tests/results/216.processed,
                   4132:          tests/results/217.processed, tests/results/218.processed,
                   4133:          tests/results/219.processed, tests/results/220.processed,
                   4134:          tests/results/221.processed, tests/results/222.processed,
                   4135:          tests/results/223.processed, tests/results/224.processed,
                   4136:          tests/results/225.processed, tests/results/226.processed,
                   4137:          tests/results/227.processed, tests/results/228.processed,
                   4138:          tests/results/229.processed: - http headers were changed:
                   4139:          content-type => Content-type and so on
                   4140: 
                   4141: 2009-08-27  misha
                   4142: 
                   4143:        * src/: main/pa_random.C, include/pa_random.h,
                   4144:          targets/cgi/parser3.C: - year was updated :)
                   4145: 
                   4146: 2009-08-26  misha
                   4147: 
                   4148:        * tests/: 224.html, 224.p: - test for creating of parser object
                   4149:          using constructor without params - little bugfix in test
                   4150: 
                   4151:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   4152:          checking existed class while processing partial option
                   4153: 
                   4154:        * src/classes/reflection.C: - bugfix: core when creating object
                   4155:          with reflection and constructor doesn't have params
                   4156: 
                   4157: 2009-08-24  misha
                   4158: 
                   4159:        * tests/229.html: - tests for checking the number of parameters
                   4160:          were added
                   4161: 
                   4162:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   4163:          number of method's parameters wasn't checked correctly (the bug
                   4164:          was introduced in 3.4.0)
                   4165: 
                   4166: 2009-08-22  misha
                   4167: 
                   4168:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   4169:          transcoded, but tainted pieces are escaped only when
                   4170:          content-type==url-encoding
                   4171: 
                   4172:        * tests/228.html: - test for checking
                   4173:          ^file::load[http://...;$.body[]]
                   4174: 
                   4175:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   4176:          post charset was too early (charsets is empty at this moment)
                   4177: 
                   4178: 2009-08-21  misha
                   4179: 
                   4180:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   4181:          main/untaint.C: - some fixes with transcode+untaint
                   4182: 
                   4183: 2009-08-15  misha
                   4184: 
                   4185:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   4186:          was increaced to 100 (was 50)
                   4187: 
                   4188:        * tests/227.html: - test for checking overriding properties in
                   4189:          static classes was added
                   4190: 
                   4191:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   4192: 
                   4193:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   4194:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   4195:          autouse was implemented
                   4196: 
                   4197: 2009-08-14  misha
                   4198: 
                   4199:        * src/classes/reflection.C: - outdated checkout was removed
                   4200: 
                   4201:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   4202:          added.
                   4203: 
                   4204:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   4205:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   4206: 
                   4207:        * src/types/pa_vclass.C: - exception if base on sytem class
                   4208: 
                   4209: 2009-08-12  misha
                   4210: 
                   4211:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   4212:          pa_vstateless_class.h: - little optimisation
                   4213: 
                   4214: 2009-08-11  misha
                   4215: 
                   4216:        * tests/224.html: - method_params => method_info - checking for
                   4217:          $.inherited
                   4218: 
                   4219:        * src/classes/reflection.C, operators.txt: - method method_params
                   4220:          was renamed to method_info and now it returns class name, if
                   4221:          method was defined in ancestor
                   4222: 
                   4223:        * tests/225.html: - tests for cheching properties in hierarhical
                   4224:          classes were added
                   4225: 
                   4226:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   4227:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4228:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   4229:          with properties in new classes implementation were fixed
                   4230: 
                   4231: 2009-08-10  misha
                   4232: 
                   4233:        * src/main/execute.C: - now constructor shouldn't be defined in
                   4234:          class. it could be defined in parent.
                   4235: 
                   4236: 2009-08-09  misha
                   4237: 
                   4238:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   4239:          base's methods
                   4240: 
                   4241: 2009-08-08  misha
                   4242: 
                   4243:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   4244:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   4245:          classes/image.C, classes/mail.C, classes/op.C,
                   4246:          classes/reflection.C, classes/regex.C, classes/string.C,
                   4247:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4248:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   4249:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   4250:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   4251:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4252:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4253:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   4254:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4255:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   4256:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   4257:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   4258:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   4259:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   4260:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   4261:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4262:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4263:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   4264:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   4265:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   4266:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   4267:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   4268:          implementation
                   4269: 
                   4270:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   4271:          USE_MUNMAP is used. so it is disabled as a workaround.
                   4272: 
                   4273: 2009-08-05  misha
                   4274: 
                   4275:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   4276:          parameter was removed
                   4277: 
                   4278:        * src/main/pa_http.C: - bugfix: error was during detecting
                   4279:          content-type of file which was loaded by http
                   4280: 
                   4281: 2009-08-01  misha
                   4282: 
                   4283:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   4284:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   4285:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   4286:          can't be disabled with defines any longer
                   4287: 
                   4288: 2009-07-29  misha
                   4289: 
                   4290:        * src/classes/reflection.C, tests/results/224.processed: - for
                   4291:          native methods with any call type now returned empty call_type
                   4292:          value
                   4293: 
                   4294:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4295:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   4296:          main/pa_request.C: - break in cycles was optimized
                   4297: 
                   4298:        * INSTALL: - more defines were described
                   4299: 
                   4300: 2009-07-28  misha
                   4301: 
                   4302:        * operators.txt: - some changes in information about reflection
                   4303:          class
                   4304: 
                   4305:        * tests/: 224.html, 224.p: - tests for reflection class
                   4306: 
                   4307:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   4308:          was added, refactoring
                   4309: 
                   4310: 2009-07-26  misha
                   4311: 
                   4312:        * src/classes/classes.vcproj: - reflection class wass added to
                   4313:          project
                   4314: 
                   4315:        * operators.txt: - information about reflection class was added
                   4316: 
                   4317:        * src/classes/reflection.C: - class was redesigned
                   4318: 
                   4319: 2009-07-24  misha
                   4320: 
                   4321:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   4322:          added
                   4323: 
                   4324:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   4325:          in classes was added
                   4326: 
                   4327: 2009-07-22  misha
                   4328: 
                   4329:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   4330:          over-optimized. it failed if $object1.$object2.field
                   4331: 
                   4332: 2009-07-16  misha
                   4333: 
                   4334:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   4335:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   4336:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   4337:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   4338:          one more arg: length of cord
                   4339: 
                   4340: 2009-07-15  misha
                   4341: 
                   4342:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   4343:          tainted in ^file::load[http://...;$.cookies[]]
                   4344: 
                   4345:        * src/classes/: op.C, regex.C, string.C: - new string with
                   4346:          exception was used
                   4347: 
                   4348:        * src/include/pa_exception.h: - new string with exception was added
                   4349: 
                   4350:        * tests/223.html: - test for checking cookie-encoding during
                   4351:          ^file::load[http was added
                   4352: 
                   4353:        * tests/: 221.html, 222.html: - tests for checking type of
                   4354:          $table.fields.field were added
                   4355: 
                   4356:        * src/types/pa_vtable.C: - not used var decl was removed
                   4357: 
                   4358:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   4359:          it improves speed of match with brackets in pattern
                   4360: 
                   4361:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   4362:          outside
                   4363: 
                   4364: 2009-07-14  misha
                   4365: 
                   4366:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   4367:          column is empty (sometime returned void) - $table.fields was
                   4368:          added for nameless tables
                   4369: 
                   4370:        * src/targets/cgi/getopt.c: - one warning resolved
                   4371: 
                   4372:        * src/main/pa_string.C: - potentian bug fixed
                   4373: 
                   4374:        * src/classes/op.C: - small optimization in taint/untaint
                   4375: 
                   4376: 2009-07-13  misha
                   4377: 
                   4378:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   4379:          added
                   4380: 
                   4381:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   4382:          souldn't add the attribut to output
                   4383: 
                   4384: 2009-07-11  misha
                   4385: 
                   4386:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   4387:          stack size was increaced to 2MB (default=1MB)
                   4388: 
                   4389: 2009-07-08  misha
                   4390: 
                   4391:        * src/main/pa_string.C: - link to UTF-8 description was added
                   4392: 
                   4393:        * src/include/pa_hash.h: - hash keeps element's order in more
                   4394:          places (ex: ._keys[])
                   4395: 
                   4396:        * tests/220.html: - test for checking order of elements in hash in
                   4397:          foreach was added
                   4398: 
                   4399:        * tests/172.html: - small changes in printing hash
                   4400: 
                   4401:        * tests/129.html: - small changes in printing hash
                   4402: 
                   4403:        * src/: include/pa_common.h, include/pa_hash.h,
                   4404:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   4405:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   4406: 
                   4407:        * tests/014.html: - small changes in printing hash
                   4408: 
                   4409: 2009-07-07  misha
                   4410: 
                   4411:        * src/classes/op.C: - new taint language "parser-code" was added
                   4412: 
                   4413:        * tests/219.html: - test for auto untaint parser code in process
                   4414:          was added
                   4415: 
                   4416:        * src/classes/op.C: - tainted pieces in body of process are
                   4417:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   4418: 
                   4419:        * src/: include/pa_string.h, main/untaint.C: - new language
                   4420:          L_PARSER_CODE for auto-untaint in process was added
                   4421: 
                   4422:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   4423:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   4424:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   4425:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   4426:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   4427:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   4428:          code cleanup
                   4429: 
                   4430: 2009-07-06  misha
                   4431: 
                   4432:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   4433:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   4434:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   4435: 
                   4436:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   4437:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   4438:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   4439:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   4440:          should be used
                   4441: 
                   4442:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   4443:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   4444:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   4445:          untaint_cstr[m] should be used
                   4446: 
                   4447:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   4448:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   4449: 
                   4450:        * tests/218.html: - test for checking automatic file-spec-taint was
                   4451:          added
                   4452: 
                   4453:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   4454:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   4455:          classes/file.C, classes/hash.C, classes/image.C,
                   4456:          classes/string.C, classes/table.C, classes/void.C,
                   4457:          classes/xdoc.C: - optimizations and simplification of
                   4458:          string.cstr(...)
                   4459: 
                   4460:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   4461:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   4462:          - optimizations and simplification of string.cstr(...)
                   4463: 
                   4464: 2009-07-04  misha
                   4465: 
                   4466:        * tests/217.html: - test for recursion detection was added
                   4467: 
                   4468:        * src/: types/types.vcproj, main/main.vcproj,
                   4469:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   4470:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   4471:          from .vcproj
                   4472: 
                   4473:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   4474: 
                   4475:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   4476:          uploading files and case-insensitive http-method were added
                   4477: 
                   4478:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   4479:          tainted pattern in ^file:list[] was added
                   4480: 
                   4481: 2009-07-03  misha
                   4482: 
                   4483:        * src/: classes/classes.vcproj, main/main.vcproj,
                   4484:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   4485:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   4486:          for dynamic_cast) - little options changes
                   4487: 
                   4488:        * src/main/pa_http.C: - file::load[http works now with uploading
                   4489:          files _and_ changing $.charset
                   4490: 
                   4491: 2009-06-29  misha
                   4492: 
                   4493:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   4494:          while creating pattern
                   4495: 
                   4496: 2009-06-25  misha
                   4497: 
                   4498:        * src/classes/image.C, operators.txt: - options' names for
                   4499:          ^image.font were changed to $.space, $.width and $spacing -
                   4500:          default space width now == gif's width
                   4501: 
                   4502: 2009-06-24  misha
                   4503: 
                   4504:        * tests/215.html: - tests for $file.mode were added
                   4505: 
                   4506:        * operators.txt: - added info about $file.mode and changes in
                   4507:          ^image.font[
                   4508: 
                   4509:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   4510:          param now could be omited - third param now could be hash (with
                   4511:          all widths options: $.space-width, $.letter-width) - it's
                   4512:          possible to specify tracking ($.letter-space)
                   4513: 
                   4514:        * src/classes/file.C: - file objects now could have mode field
                   4515:          (text|binary)
                   4516: 
                   4517:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   4518: 
                   4519: 2009-06-23  misha
                   4520: 
                   4521:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   4522:          trim can work with utf-8 chars now
                   4523: 
                   4524: 2009-06-20  misha
                   4525: 
                   4526:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   4527:          was implemented
                   4528: 
                   4529:        * src/classes/table.C: - string length cacheing was implemented
                   4530: 
                   4531:        * src/include/pa_string.h: - string length cacheing was implemented
                   4532: 
                   4533: 2009-06-17  misha
                   4534: 
                   4535:        * src/main/execute.C: - value param was removed from
                   4536:          WContext::WContext
                   4537: 
                   4538:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   4539:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   4540:          - field wcontext was removed from VCodeFrame (using fparent
                   4541:          instead)
                   4542: 
                   4543:        * tests/214.html: - test with hash copying
                   4544: 
                   4545: 2009-06-16  misha
                   4546: 
                   4547:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   4548:          strings doesn't work in expression anymore
                   4549: 
                   4550:        * src/main/execute.C: - less calls for get_constructing() - little
                   4551:          refactoring
                   4552: 
                   4553:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   4554:          include/pa_request.h: - less calls for get_constructing()
                   4555: 
                   4556:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   4557:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   4558: 
                   4559: 2009-06-14  misha
                   4560: 
                   4561:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   4562:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   4563:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   4564:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   4565:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   4566:          storing object's fields only for parser objects
                   4567: 
                   4568: 2009-06-13  misha
                   4569: 
                   4570:        * buildall-with-xml, buildall-without-xml: - new option was added
                   4571:          for building GC (it slightly reduces memory usage)
                   4572: 
                   4573:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   4574:          single string write
                   4575: 
                   4576:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   4577:          - optimization of single string write
                   4578: 
                   4579:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   4580:          - bytecode optimization of ^class:constructor
                   4581: 
                   4582: 2009-06-09  misha
                   4583: 
                   4584:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   4585:          main (better compatibility)
                   4586: 
                   4587: 2009-06-08  misha
                   4588: 
                   4589:        * src/main/compile.y: - I've forgot to commit it :(
                   4590: 
                   4591: 2009-06-07  misha
                   4592: 
                   4593:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   4594:          WITH_READ and WITH_ROOT
                   4595: 
                   4596:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4597:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   4598:          WITH_ROOT - little refactoring
                   4599: 
                   4600: 2009-06-06  misha
                   4601: 
                   4602:        * tests/213.html: - tests for 3rd match string-param were added
                   4603: 
                   4604:        * src/classes/string.C: - 3rd match param could be string now
                   4605: 
                   4606:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   4607:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   4608:          GET_OBJECT_ELEMENT
                   4609: 
                   4610: 2009-06-05  misha
                   4611: 
                   4612:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   4613:          if $.body was specified
                   4614: 
                   4615: 2009-06-04  misha
                   4616: 
                   4617:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   4618: 
                   4619:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   4620: 
                   4621:        * src/main/execute.C: - little refactoring - optimizing
                   4622:          write_assign_lang in taint/untaint
                   4623: 
                   4624:        * src/include/pa_opcode.h: - little refactoring
                   4625: 
                   4626:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4627:          main/compile_tools.h, main/execute.C: - optimizations for
                   4628:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   4629:          were added
                   4630: 
                   4631: 2009-06-03  misha
                   4632: 
                   4633:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   4634: 
                   4635: 2009-06-02  misha
                   4636: 
                   4637:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   4638:          include/pa_opcode.h: - refactoring in last optimizations
                   4639:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   4640:          now but code is much easy and it is ready for further
                   4641:          improvements.
                   4642: 
                   4643: 2009-05-27  misha
                   4644: 
                   4645:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   4646:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   4647:          changed in destructing junctions
                   4648: 
                   4649:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   4650:          String:Body
                   4651: 
                   4652: 2009-05-26  misha
                   4653: 
                   4654:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   4655:          one method detect_charset was deleted - bug was fixed in this
                   4656:          method (error while detecting charset in content_type withot last
                   4657:          ';')
                   4658: 
                   4659:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   4660:          once
                   4661: 
                   4662: 2009-05-25  misha
                   4663: 
                   4664:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   4665:          optimizing of helper_length
                   4666: 
                   4667: 2009-05-24  misha
                   4668: 
                   4669:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   4670:          were added - little refactoring
                   4671: 
                   4672:        * src/main/execute.C: - core while printing in debug log
                   4673:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   4674:          optimisations were added
                   4675: 
                   4676:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   4677:          were added
                   4678: 
                   4679: 2009-05-23  misha
                   4680: 
                   4681:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   4682:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   4683:          CORD_cat optimization
                   4684: 
                   4685:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   4686:          - call constr optimisation under separate define now
                   4687: 
                   4688:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   4689:          in $b should be string, not void
                   4690: 
                   4691:        * src/main/compile.y: - little fix for rem-cut optimisation
                   4692: 
                   4693:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   4694:          main/compile_tools.h, main/execute.C: - optimisations for
                   4695:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   4696: 
                   4697:        * INSTALL: - description of some #defined were added
                   4698: 
                   4699:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   4700:          before 1st access (memory usage is reduced if don't access to
                   4701:          .text field)
                   4702: 
                   4703:        * src/include/pa_array.h: - array grows step now not static (it
                   4704:          reduces numbers of reallocs)
                   4705: 
                   4706: 2009-05-20  misha
                   4707: 
                   4708:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   4709:          $.b(2), $c[d] and $.e[f] was added
                   4710: 
                   4711:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4712:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   4713:          $.e[f] was added
                   4714: 
                   4715:        * src/main/execute.C: - debug printing moved in defines
                   4716: 
                   4717:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   4718:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   4719:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   4720: 
                   4721: 2009-05-19  misha
                   4722: 
                   4723:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   4724:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   4725: 
                   4726:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   4727:          ^a.$b optimisation)
                   4728: 
                   4729:        * src/main/compile.y: - compiler now generate new opcodes:
                   4730:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   4731:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   4732:          of params }
                   4733: 
                   4734:        * src/main/execute.C: - code for handle new opcodes
                   4735:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   4736: 
                   4737:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   4738:          added for LA2V and LA2S
                   4739: 
                   4740:        * src/include/pa_opcode.h: - new defines which can be used for
                   4741:          disable some bytecode optimisation and new opcodes were added
                   4742: 
                   4743: 2009-05-17  misha
                   4744: 
                   4745:        * src/lib/cord/cordxtra.c: - bugfix.
                   4746: 
                   4747:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   4748: 
                   4749:        * operators.txt: - info about regex class was added
                   4750: 
                   4751:        * tests/212.html: - tests for regex class were added
                   4752: 
                   4753: 2009-05-16  misha
                   4754: 
                   4755:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   4756:          gc7.1
                   4757: 
                   4758:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   4759:          was added
                   4760: 
                   4761:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   4762:          param) should work
                   4763: 
                   4764: 2009-05-15  misha
                   4765: 
                   4766:        * src/classes/table.C: - automatically disable stringstream usage
                   4767:          on freebsd4
                   4768: 
                   4769:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   4770:          scope
                   4771: 
                   4772:        * tests/211.html: - test with different types of access to hash was
                   4773:          added
                   4774: 
                   4775:        * tests/210.html: - test which checks for loosing tainting in
                   4776:          hash's keys was added
                   4777: 
                   4778:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   4779: 
                   4780:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   4781: 
                   4782:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   4783: 
                   4784:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   4785:          optimisations for increacing version number more dramatically :)
                   4786: 
                   4787:        * src/classes/date.C: - little refactoring: use constructor which
                   4788:          accepts formated string
                   4789: 
                   4790:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   4791:          which can print formatted string was added
                   4792: 
                   4793: 2009-05-14  misha
                   4794: 
                   4795:        * src/include/pa_string.h: - type was fixed
                   4796: 
                   4797:        * src/: classes/hashfile.C, classes/op.C,
                   4798:          include/pa_cache_managers.h, include/pa_charset.h,
                   4799:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   4800:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   4801:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   4802:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   4803:          main/pa_charsets.C, main/pa_string.C,
                   4804:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   4805:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4806:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   4807:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   4808:          (seaches should be faster now)
                   4809: 
                   4810:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   4811:          classes/string.C, classes/table.C, include/pa_string.h,
                   4812:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   4813:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   4814:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   4815:          types/pa_vrequest.C: - String constructors don't have that stupid
                   4816:          true/false param which means 'tainted'. they accept lang instead.
                   4817: 
                   4818:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   4819:          with OPTIMIZE_RESULT
                   4820: 
                   4821:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   4822:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   4823: 
                   4824: 2009-05-13  misha
                   4825: 
                   4826:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   4827:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   4828:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4829:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   4830:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   4831:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4832:          include/pa_string.h, classes/date.C, classes/file.C,
                   4833:          classes/hash.C, classes/image.C, classes/string.C,
                   4834:          classes/table.C, classes/xdoc.C: - result optimisation -
                   4835:          helper_length parameter removed from string constructors
                   4836: 
                   4837: 2009-05-11  misha
                   4838: 
                   4839:        * tests/209.html: - tests for ^hash::create[hash] were added
                   4840: 
                   4841:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   4842:          ^memory:compact[] were added
                   4843: 
                   4844:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   4845:          log10 were added
                   4846: 
                   4847:        * tests/206.html: - test for try with finally was added
                   4848: 
                   4849: 2009-05-10  misha
                   4850: 
                   4851:        * tests/205.html: - test for ^file::create[...] was added
                   4852: 
                   4853:        * tests/204.html: - test for ^response:clear[] was added
                   4854: 
                   4855:        * tests/038.html: - tests for trigonometric functions were added
                   4856: 
                   4857:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   4858:          added - more tests for .add, .sub, .union, .intersects and
                   4859:          .intersections
                   4860: 
                   4861:        * tests/065.html: - test for ^file:dirname was added
                   4862: 
                   4863:        * tests/030.html: - test for $cookie:fields was added
                   4864: 
                   4865:        * tests/203.html: - test for ^h._keys[column name] was added
                   4866: 
                   4867:        * tests/201.html: - tests for .trim were added
                   4868: 
                   4869:        * tests/202.html: - tests for last-day,
                   4870:          date:calendar[type](YYYY;MM;DD) were added
                   4871: 
                   4872:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   4873:          .offset[type](N) were added
                   4874: 
                   4875:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   4876:          and .pos[c](N) were added
                   4877: 
                   4878:        * tests/141.html: - test for math:sha1 was added
                   4879: 
                   4880:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   4881: 
                   4882: 2009-05-09  misha
                   4883: 
                   4884:        * src/main/compile.y: - rollback
                   4885: 
                   4886: 2009-05-05  misha
                   4887: 
                   4888:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   4889:          replaced by is_empty()
                   4890: 
                   4891:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   4892:          optimisation: somewhere length() was replaced by is_empty()
                   4893: 
                   4894:        * src/classes/table.C: - little optimisation: somewhere length()
                   4895:          was replaced by is_empty()
                   4896: 
                   4897:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   4898:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   4899:          optimisation: somewhere length() was replaced by is_empty()
                   4900: 
                   4901: 2009-05-04  misha
                   4902: 
                   4903:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   4904:          types/pa_vstateless_class.h, main/execute.C,
                   4905:          include/pa_request.h, classes/hash.C, classes/op.C,
                   4906:          classes/table.C: - more optimisations were added: some operators
                   4907:          don't switch write context anylonger
                   4908: 
                   4909: 2009-05-01  misha
                   4910: 
                   4911:        * src/main/compile.y: - slightly more opcode optimisations for
                   4912:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   4913: 
                   4914:        * src/main/execute.C: - simplifying process for getters
                   4915: 
                   4916: 2009-04-30  misha
                   4917: 
                   4918:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   4919: 
                   4920:        * tests/results/199.processed: - test for checking $result into
                   4921:          ^rem was added
                   4922: 
                   4923:        * tests/199.html: - test for checking $result into ^rem was added
                   4924: 
                   4925:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   4926:          some OS it returns list in different order)
                   4927: 
                   4928:        * src/: include/pa_array.h, include/pa_request.h,
                   4929:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   4930:          changes in stack impl - get_element() optimisation: 3rd param
                   4931:          removed - bugfix: problems with reading empty input param -
                   4932:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   4933: 
                   4934:        * tests/results/198.processed: - test for reading empty local var
                   4935:          was added
                   4936: 
                   4937:        * tests/198.html: - test for reading empty local var was added
                   4938: 
                   4939: 2009-04-29  misha
                   4940: 
                   4941:        * src/main/compile.y: - bugfix: couldn't compile because
                   4942:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   4943: 
                   4944:        * src/: include/pa_array.h, include/pa_opcode.h,
                   4945:          include/pa_request.h, main/compile.y, main/execute.C,
                   4946:          main/pa_request.C, types/pa_vmethod_frame.C,
                   4947:          types/pa_vmethod_frame.h: - we can work without opcode
                   4948:          OP_STORE_PARAM, so it was removed
                   4949: 
                   4950: 2009-04-28  misha
                   4951: 
                   4952:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   4953:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   4954:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   4955:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   4956:          4.
                   4957:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   4958: 
                   4959:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   4960: 
                   4961:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   4962:          is_empty()
                   4963: 
                   4964: 2009-04-27  misha
                   4965: 
                   4966:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   4967: 
                   4968: 2009-04-24  misha
                   4969: 
                   4970:        * src/classes/string.C: - ups. typo fixed
                   4971: 
                   4972:        * src/main/execute.C: - more replacements '*new VBool' to
                   4973:          'VBool::get' - checks for ^break[], ^continue[] and
                   4974:          parser.interrupted were optimised
                   4975: 
                   4976:        * src/classes/string.C: - number of params.count() calls was
                   4977:          slightly reduced
                   4978: 
                   4979: 2009-04-23  misha
                   4980: 
                   4981:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4982:          make it x64 friendly
                   4983: 
                   4984:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   4985:          parser is x64 friendly now
                   4986: 
                   4987: 2009-04-22  misha
                   4988: 
                   4989:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   4990:          exceeding record size was added
                   4991: 
                   4992:        * src/classes/file.C: - use vregex object instead of direct calls
                   4993:          methods from pcre lib
                   4994: 
                   4995:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   4996:          classes/string.C: - use vregex object instead of direct calls
                   4997:          methods from pcre lib
                   4998: 
                   4999:        * src/: include/pa_common.h, main/pa_common.C: - method
                   5000:          print_pcre_exec_error_text was moved to class vregex
                   5001: 
                   5002:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   5003:          was added
                   5004: 
                   5005:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   5006:          - class vregex was added
                   5007: 
                   5008: 2009-04-21  misha
                   5009: 
                   5010:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   5011: 
                   5012:        * src/: types/pa_junction.h, types/pa_value.C,
                   5013:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   5014:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   5015:          junction-optimisation (destructors)
                   5016: 
                   5017:        * src/include/pa_array.h: - free under if now
                   5018: 
                   5019: 2009-04-19  misha
                   5020: 
                   5021:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   5022: 
                   5023: 2009-04-18  misha
                   5024: 
                   5025:        * src/include/pa_version.h:
                   5026:          :q :
                   5027: 
                   5028:          CV:
                   5029:          ----------------------------------------------------------------------
                   5030: 
                   5031:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   5032:          refactoring
                   5033: 
                   5034:        * src/: include/pa_array.h, include/pa_hash.h,
                   5035:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   5036: 
                   5037:        * src/include/pa_memory.h: - define for using destructors was added
                   5038: 
                   5039:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   5040:          main/execute.C: - some junctions will be cached now
                   5041: 
                   5042:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   5043: 
                   5044:        * src/include/pa_array.h: - inline was added to destructor
                   5045: 
                   5046:        * src/types/pa_method.h: - comment was changed
                   5047: 
                   5048: 2009-04-17  misha
                   5049: 
                   5050:        * src/: include/pa_array.h, include/pa_hash.h,
                   5051:          types/pa_vmethod_frame.h: - destructors were added
                   5052: 
                   5053:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   5054:          renamed to always_use_result
                   5055: 
                   5056:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   5057:          compiler: full backward compatibility is better
                   5058: 
                   5059:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   5060:          result in var's hash
                   5061: 
                   5062:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   5063:          optimisation in method_frame
                   5064: 
                   5065:        * src/include/pa_array.h: - optimisation in array (allocate
                   5066:          elements only when needed)
                   5067: 
                   5068:        * src/types/pa_vresponse.C: - check for $response:headers field
                   5069:          before looking at custom fields
                   5070: 
                   5071:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   5072:          not needed to check existance var with name 'result' in var's
                   5073:          hash
                   5074: 
                   5075:        * src/main/compile.y: - compiler was changed: now it detects
                   5076:          writings to $result and set flag writo_to_result in method
                   5077: 
                   5078:        * src/classes/string.C: - little optimisation: no needed to write
                   5079:          number with lang
                   5080: 
                   5081:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   5082:          used for read utf8-strings were renamed - is_escaped was renamed
                   5083:          to isEscaped (to the same name convention)
                   5084: 
                   5085:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   5086:          write_to_result added. compiler get this info from code.
                   5087: 
                   5088: 2009-04-16  misha
                   5089: 
                   5090:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   5091:          String only before 1st write
                   5092: 
                   5093:        * src/include/pa_string.h: - not needed template removed
                   5094: 
                   5095:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   5096:          types/pa_vjunction.C, types/pa_vproperty.C,
                   5097:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   5098:          main/pa_request.C, classes/bool.C, classes/double.C,
                   5099:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   5100:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   5101:          bool objects)
                   5102: 
                   5103: 2009-04-15  misha
                   5104: 
                   5105:        * src/lib/cord/cordxtra.c: - more optimisation
                   5106: 
                   5107:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   5108:          optimisation
                   5109: 
                   5110:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   5111:          then get and can sometime be used)
                   5112: 
                   5113:        * src/main/pa_string.C: - String::length optimisation
                   5114: 
                   5115:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   5116:          these methods read different strings
                   5117: 
                   5118:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   5119:          fresult_initial_void removed + some optimisation - if $result
                   5120:          defined we don't write to context anymore
                   5121: 
                   5122:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   5123:          need just skip char)
                   5124: 
                   5125:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5126:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   5127:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   5128: 
                   5129:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   5130:          instance
                   5131: 
                   5132: 2009-04-11  misha
                   5133: 
                   5134:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   5135: 
                   5136:        * tests/197.html: - test for parser://test in xml was added
                   5137: 
                   5138:        * src/classes/string.C: - small optimisation
                   5139: 
                   5140:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   5141:          optimisation
                   5142: 
                   5143: 2009-04-10  misha
                   5144: 
                   5145:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   5146:          to pcre-7.8
                   5147: 
                   5148:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   5149: 
                   5150:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   5151:          added
                   5152: 
                   5153:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   5154:          $request:CLASS_NAME were added
                   5155: 
                   5156:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   5157:          were added
                   5158: 
                   5159:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   5160:          $env:CLASS_NAME were added
                   5161: 
                   5162:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   5163:          '@todo' now
                   5164: 
                   5165:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   5166:          compirer
                   5167: 
                   5168:        * src/main/pa_string.C: - little code cleanup
                   5169: 
                   5170:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   5171:          during PCRE compile/execute
                   5172: 
                   5173:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   5174:          normalizing todo-comments: '@todo' now
                   5175: 
                   5176:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   5177: 
                   5178:        * src/main/pa_charset.C: - type changed for making compiler happy
                   5179: 
                   5180: 2009-03-10  misha
                   5181: 
                   5182:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   5183:          in main()
                   5184: 
                   5185: 2009-02-01  misha
                   5186: 
                   5187:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   5188:          boundary
                   5189: 
                   5190: 2009-01-25  misha
                   5191: 
                   5192:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   5193: 
                   5194:        * src/classes/file.C: - more changes for parsing different number
                   5195:          of params for file::load
                   5196: 
                   5197:        * tests/193.html: - tests for exception while base64-decode binary
                   5198:          to string was added
                   5199: 
                   5200:        * tests/192.html: - tests for file::load with different number of
                   5201:          options
                   5202: 
                   5203:        * src/classes/math.C: - ups. forgot '+1'
                   5204: 
                   5205:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   5206:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   5207:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   5208:          (new option $.encode[multipart-form/data] should be specified) -
                   5209:          $.method[] option for file::load now is not case-sensitive
                   5210: 
                   5211:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   5212:          new taint language L_FILE_POST was added
                   5213: 
                   5214:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   5215:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   5216:          stuff was moved to separate files
                   5217: 
                   5218: 2009-01-23  misha
                   5219: 
                   5220:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   5221:          spaces to tabs were converted
                   5222: 
                   5223: 2009-01-12  misha
                   5224: 
                   5225:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   5226:          now
                   5227: 
                   5228:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   5229:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   5230:          their names
                   5231: 
                   5232:        * src/main/pa_common.C: - changes in formating
                   5233: 
                   5234:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   5235:          their names
                   5236: 
                   5237:        * src/include/pa_http.h: - some spaces were converted to tabs
                   5238: 
                   5239:        * src/include/pa_common.h: - some constants changed their names
                   5240: 
                   5241:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   5242:          little code rewriting
                   5243: 
                   5244:        * src/types/pa_vfile.C: - little code rewriting
                   5245: 
                   5246:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   5247:          types/pa_value.h: - some formating changes
                   5248: 
                   5249:        * src/include/pa_common.h: - some formating spaces transformed to
                   5250:          tabs
                   5251: 
                   5252:        * src/classes/string.C: - exception while base64-decode binary to a
                   5253:          string
                   5254: 
                   5255: 2009-01-11  misha
                   5256: 
                   5257:        * configure.in: - version changed to 3.3.1b
                   5258: 
                   5259: 2008-09-05  misha
                   5260: 
                   5261:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   5262:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   5263: 
                   5264: 2008-09-04  misha
                   5265: 
                   5266:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   5267:          anymore
                   5268: 
                   5269:        * src/classes/op.C: - exception with 'invalid taint language' not
                   5270:          typeless anylonger
                   5271: 
                   5272:        * src/classes/image.C: - some exceptions while operations with
                   5273:          image not typeless anymore
                   5274: 
                   5275:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   5276:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   5277:          operations with files not typeless anymore
                   5278: 
                   5279:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   5280:          types/pa_vdate.h: - exceptions while checking date range not
                   5281:          typeless anymore
                   5282: 
                   5283:        * src/include/pa_exception.h: - exception type string for invalid
                   5284:          date range was added
                   5285: 
                   5286: 2008-09-03  misha
                   5287: 
                   5288:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   5289:          operations not typeless anymore
                   5290: 
                   5291:        * src/include/pa_exception.h: - exception type for pce operations
                   5292:          was added
                   5293: 
                   5294:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   5295:          and .CLASS_NAME insite classes
                   5296: 
                   5297:        * src/classes/table.C: - don't save table header whiile
                   5298:          ^table.save[append;filename] if file exists
                   5299: 
                   5300: 2008-09-02  misha
                   5301: 
                   5302:        * src/main/compile.y, src/main/compile_tools.h,
                   5303:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   5304:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   5305:          renamed to partial and it login changed: we must mark class as
                   5306:          partial for allow their modifications in future.
                   5307: 
                   5308: 2008-08-29  misha
                   5309: 
                   5310:        * tests/results/022.processed: - testing taint[regex] in mask for
                   5311:          file:list
                   5312: 
                   5313:        * tests/022.html: - testing taint[regex] in mask for file:list
                   5314: 
                   5315:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   5316:          for file:list was added
                   5317: 
                   5318:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   5319:          file:list
                   5320: 
                   5321: 2008-08-26  misha
                   5322: 
                   5323:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   5324:          last derived object
                   5325: 
                   5326:        * src/classes/image.C: - many strings "image.format" replaced by
                   5327:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   5328:          understand some more exif tags
                   5329: 
                   5330:        * src/include/pa_exception.h: - string "image.format" was added
                   5331: 
                   5332: 2008-08-21  misha
                   5333: 
                   5334:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   5335:          pcre_exec text error
                   5336: 
                   5337:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   5338:          added
                   5339: 
                   5340:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   5341:          text error was added
                   5342: 
                   5343: 2008-08-19  misha
                   5344: 
                   5345:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   5346:          namespace while debug execution as well
                   5347: 
                   5348:        * tests/: 015.html, results/015.processed: - test for escaping some
                   5349:          parser chars was added
                   5350: 
                   5351: 2008-08-18  misha
                   5352: 
                   5353:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   5354:          $caller.self.field + default getter in one class was added
                   5355: 
                   5356:        * tests/: 189.html, results/189.processed: - test for
                   5357:          ^date::create[date object]
                   5358: 
                   5359:        * tests/: 188.html, results/188.processed: - tests for match with
                   5360:          UTF-8 strings
                   5361: 
                   5362:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   5363:          ^string.match[]
                   5364: 
                   5365:        * ChangeLog: - parser 3.3.0 beta13
                   5366: 
                   5367: 2008-08-15  misha
                   5368: 
1.101   ! moko     5369:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
        !          5370:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
        !          5371:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
        !          5372:          dftables.c: - old PCRE files removed
1.95      moko     5373: 
                   5374:        * src/lib/pcre/config.h: - configuration for PCRE library
                   5375: 
                   5376:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   5377:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   5378: 
                   5379:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   5380:          library and set flag UTF8 if $request:charset is UTF-8
                   5381: 
                   5382:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   5383:          include/pa_config_fixed.h: - moved to new PCRE library
                   5384: 
                   5385:        * src/: main/main.vcproj, types/types.vcproj,
                   5386:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   5387:          win32\pcre instead of parser3\src\lib\pcre
                   5388: 
                   5389:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   5390:          main/compile.C, main/compile.y, main/compile_tools.C,
                   5391:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   5392:          opcodes were moved to separate namespace
                   5393: 
                   5394: 2008-08-14  misha
                   5395: 
                   5396:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   5397: 
                   5398:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   5399:          tainting
                   5400: 
                   5401: 2008-08-11  misha
                   5402: 
                   5403:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   5404:          $caller.self, $caller.self.field and $caller.self.field[value]
                   5405:          were added
                   5406: 
                   5407:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   5408:          runtime as well (for $caller.self)
                   5409: 
                   5410: 2008-07-25  misha
                   5411: 
                   5412:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   5413:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   5414:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   5415:          tests with international characters
                   5416: 
                   5417: 2008-07-23  misha
                   5418: 
                   5419:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   5420:          file::load[...;http://
                   5421: 
                   5422:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   5423:          now everywhere in separate namespace
                   5424: 
                   5425:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   5426:          for vars
                   5427: 
                   5428:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   5429:          can be escaped by '^'
                   5430: 
                   5431: 2008-07-22  misha
                   5432: 
                   5433:        * src/classes/string.C, tests/186.html: - names changes:
                   5434:          escape=>js-escape, unescape=>js-unescape
                   5435: 
                   5436: 2008-07-21  misha
                   5437: 
                   5438:        * tests/results/186.processed: - test for string escape/unescape
                   5439: 
                   5440:        * tests/186.html: - test for string escape/unescape
                   5441: 
                   5442:        * src/classes/string.C: - string has escape and unescape methods
                   5443:          now
                   5444: 
                   5445:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   5446:          added
                   5447: 
                   5448:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   5449:          method-layers added (with different params)
                   5450: 
                   5451: 2008-07-18  misha
                   5452: 
                   5453:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   5454:          was added
                   5455: 
                   5456:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   5457: 
                   5458:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   5459:          ^string.pos[substr](offset) -- 2nd param accepted now
                   5460: 
                   5461:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   5462:          strings
                   5463: 
                   5464: 2008-07-17  misha
                   5465: 
                   5466:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   5467:          helper length added for mid for small optimisation
                   5468: 
                   5469: 2008-07-16  misha
                   5470: 
                   5471:        * tests/: 185.html, results/185.processed: - tests for
                   5472:          length/left/right/mid/pos with utf-8 strings
                   5473: 
                   5474:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   5475:          utf-8 strings
                   5476: 
                   5477:        * src/main/untaint.C: - comments removed
                   5478: 
                   5479:        * src/: include/pa_string.h, main/pa_string.C,
                   5480:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   5481:          with pos/mid for strings in utf-8 were added
                   5482: 
                   5483: 2008-07-15  misha
                   5484: 
                   5485:        * tests/: 184.html, results/184.processed: - test for case body as
                   5486:          expression: $var(^switch(1){^case(1)(true)..})
                   5487: 
                   5488:        * src/classes/op.C: - case body can be expression now:
                   5489:          $var(^switch(1){^case(1)(true)..})
                   5490: 
                   5491:        * tests/: results/183.processed, 183.html: - added test for testing
                   5492:          new cookie encoding (%uXXXX)
                   5493: 
                   5494:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   5495:          decoding for backward compatibility they decoded from %XX in
                   5496:          request:charset too
                   5497: 
                   5498:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   5499:          - cookie class now decode cookies before first access after last
                   5500:          request:charset changing (as form class).
                   5501: 
                   5502:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   5503:          as %uXXXX - before transcode calculate required space for dest
                   5504:          string. it reduce mem usage for transcode
                   5505: 
                   5506:        * src/include/pa_charset.h: - added method escape for escaping
                   5507:          cookies as %uXXXX
                   5508: 
                   5509:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   5510:          was added. will used for escaping cookies as %uXXXX
                   5511: 
                   5512:        * src/include/pa_common.h: - escape method has new option for skip
                   5513:          converting '+' to a space char
                   5514: 
                   5515:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   5516:          transcode - escape method has new option for skip converting '+'
                   5517:          to a space char
                   5518: 
                   5519: 2008-07-08  misha
                   5520: 
                   5521:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   5522:          (no UE if more then 1 case matches anylonger) - optimization:
                   5523:          doing searching.as_string() || searching.as_double() only once
                   5524: 
                   5525: 2008-07-04  misha
                   5526: 
                   5527:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   5528:          now ^date::create[date object] works
                   5529: 
                   5530:        * src/classes/string.C: - left and right added as aliases for start
                   5531:          and end in ^string.trim[]
                   5532: 
                   5533: 2008-07-03  misha
                   5534: 
                   5535:        * src/classes/file.C: - allow $.limit for file::sql as well
                   5536: 
                   5537:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   5538:          send limit=1 to query for use sql specifics authomatically
                   5539: 
                   5540:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   5541:          if $.limit value if empty. autoconvert it as everywere
                   5542: 
                   5543: 2008-07-02  misha
                   5544: 
                   5545:        * configure.in: - time to change version number to 3.3.0 %-)
                   5546: 
                   5547:        * src/include/pa_version.h: - time to change version number to
                   5548:          3.3.0 %-)
                   5549: 
                   5550: 2008-06-26  misha
                   5551: 
                   5552:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5553:          $.limit(0) fixes
                   5554: 
                   5555:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   5556:          - $.limit(0) fixes
                   5557: 
                   5558:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   5559:          new API)
                   5560: 
                   5561:        * src/: include/pa_sql_driver_manager.h,
                   5562:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   5563:          classes/op.C: - document_root added
                   5564: 
                   5565:        * src/main/compile.tab.C: - error message was changed
                   5566: 
                   5567: 2008-06-25  misha
                   5568: 
                   5569:        * src/main/compile.y: - error message was changed
                   5570: 
                   5571: 2008-06-24  misha
                   5572: 
                   5573:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   5574: 
                   5575:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   5576:          tests for @OPTIONS\nappend
                   5577: 
                   5578:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   5579: 
                   5580:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   5581: 
                   5582:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   5583: 
                   5584:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   5585:          compile.y
                   5586: 
                   5587: 2008-06-17  misha
                   5588: 
                   5589:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   5590:          compilation: ^if(default){true. it's incorrect. must be
                   5591:          exception}
                   5592: 
                   5593: 2008-06-16  misha
                   5594: 
                   5595:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   5596:          checking external reference loading with 'http://localhost'
                   5597:          prefix while creating xdoc
                   5598: 
                   5599:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   5600:          ^math:long2ip[] and ^math:ip2long[]
                   5601: 
                   5602:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   5603:          added which use scalar stateless class method when user object
                   5604:          used in scalar context - use get_scalar_value when user object
                   5605:          requested in scalar context
                   5606: 
                   5607:        * src/main/pa_common.C: - size must be int but not size_t or we
                   5608:          can't compare with 0 sprintf result
                   5609: 
                   5610:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5611:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   5612:          with internal switch between local/global vars
                   5613: 
                   5614:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   5615:          specified
                   5616: 
                   5617:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   5618:          pa_vstateless_object.h: - stateless class and object now has
                   5619:          private scalar field and getter/setter for working with it
                   5620: 
                   5621:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   5622:          moved to inet static class
                   5623: 
                   5624:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   5625:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   5626: 
                   5627:        * tests/: 180.html, results/180.processed: - tests for
                   5628:          ^math:long2ip(long) and ^math:ip2long[IP]
                   5629: 
                   5630:        * src/classes/math.C: - ^math:ip2long[IP] added
                   5631: 
                   5632: 2008-06-11  misha
                   5633: 
                   5634:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   5635:          need cut BOM code and remove DOS newline chars. but don't
                   5636:          transcode it anyway.
                   5637: 
                   5638:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   5639:          main/pa_http.C: - option for disable transcoding while file_read
                   5640:          and file_read_text added
                   5641: 
                   5642: 2008-06-10  misha
                   5643: 
                   5644:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   5645:          classes in 1 file
                   5646: 
                   5647:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   5648:          classes now.
                   5649: 
                   5650:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   5651:          classes now. internals.
                   5652: 
                   5653:        * src/main/pa_request.C: - compile return list of classes now. try
                   5654:          call @conf and @auto for each returned class
                   5655: 
                   5656:        * src/include/pa_request.h: - compile return list of classes now
                   5657: 
                   5658:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   5659:          return list of classes when compile buf)
                   5660: 
                   5661: 2008-06-07  misha
                   5662: 
                   5663:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   5664:          param -- form
                   5665: 
                   5666:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   5667:          3rd param: form. needed for get post_charset
                   5668: 
                   5669:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   5670:          added
                   5671: 
                   5672:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   5673:          types/pa_vform.C, types/pa_vform.h: - some polish
                   5674: 
                   5675: 2008-06-06  misha
                   5676: 
                   5677:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   5678:          charset and decode chars from it but not from response:charset
                   5679: 
                   5680:        * src/main/pa_http.C: - detect_charset moved out of here
                   5681: 
                   5682:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   5683:          methods moved here - unescape_chars accepn one charset now
                   5684: 
                   5685:        * src/main/pa_http.C: - new constants used - don't allow
                   5686:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   5687:          charset info while ^file::load[;http://;$.method[POST]] - option
                   5688:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   5689:          disabling charset during post
                   5690: 
                   5691:        * src/types/pa_vform.C: - new constants used
                   5692: 
                   5693:        * src/include/pa_common.h: - some constants were added
                   5694: 
                   5695:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   5696:          instead of StrEqNc
                   5697: 
                   5698:        * src/main/pa_common.C: - new method for caseless search
                   5699:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   5700: 
                   5701:        * src/include/pa_common.h: - new method for caseless search
                   5702:          c-substring in c-string
                   5703: 
                   5704: 2008-06-05  misha
                   5705: 
                   5706:        * tests/results/178.processed: - test for testing default getter
                   5707: 
                   5708:        * tests/178.html: - test for testing default getter
                   5709: 
                   5710:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   5711:          for test for testing default getter
                   5712: 
                   5713:        * src/main/execute.C: - default getter soul
                   5714: 
                   5715:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   5716:          requested objects' field not found
                   5717: 
                   5718:        * src/types/pa_vclass.C: - register default getter if defined - get
                   5719:          default getter if requested field not found
                   5720: 
                   5721:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   5722:          added
                   5723: 
                   5724:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   5725:          pointer to default getter and methods for get/set it were added
                   5726: 
                   5727:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   5728:          auto_name field (for default getter)
                   5729: 
                   5730: 2008-06-04  misha
                   5731: 
                   5732:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   5733:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   5734:          it to libxml "as is"
                   5735: 
                   5736: 2008-06-03  misha
                   5737: 
                   5738:        * src/main/pa_common.C: - use store_Char instead of
                   5739:          transcodeCharFromUTF8
                   5740: 
                   5741:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   5742:          store_Char added, transcodeCharFromUTF8 -- removed
                   5743: 
                   5744: 2008-06-02  misha
                   5745: 
                   5746:        * tests/: results/177.processed, 177.html: - test for checking
                   5747:          .[acm]date after local ^file::load[] was added
                   5748: 
                   5749:        * tests/: results/176.processed, 176.html: - test for checking
                   5750:          @OPTION\locals + @method[vars][locals] added
                   5751: 
                   5752:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   5753: 
                   5754: 2008-05-30  misha
                   5755: 
                   5756:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   5757:          @OPTION\nlocals + @method[vars][;locals;] were added
                   5758: 
                   5759:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   5760:          moved to separate method op_code - switch from VMethodFrame to
                   5761:          VMethodFrameGlobal + VMethodFrameLocal
                   5762: 
                   5763:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   5764:          was moved to separate method op_code
                   5765: 
                   5766:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   5767:          VMethodFrame now
                   5768: 
                   5769:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   5770:          all_vars_local as well
                   5771: 
                   5772:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   5773:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   5774:          VMethodFrame were added: one (global) works as VMethodFrame
                   5775:          before and second (local) write all vars in self vars scope
                   5776: 
                   5777:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   5778: 
                   5779: 2008-05-29  misha
                   5780: 
                   5781:        * tests/: 129.html, results/129.processed: - more tests for
                   5782:          ^table.hash[]
                   5783: 
                   5784:        * src/classes/hash.C: - ^hash::sql has a new option:
                   5785:          $.type[hash|string|table] as ^table.hash[] one.
                   5786: 
                   5787:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   5788:          executed anyway after try or catch section
                   5789: 
                   5790: 2008-05-27  misha
                   5791: 
                   5792:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   5793:          must not fail if $.distinct(1) wasn't specified
                   5794: 
                   5795: 2008-05-26  misha
                   5796: 
                   5797:        * src/classes/op.C: - allow ^throw[my type]
                   5798: 
                   5799: 2008-05-22  misha
                   5800: 
                   5801:        * configure.in, configure: - version number updated to 3.2.4b
                   5802: 
                   5803:        * src/classes/: op.C, string.C: - trim format string before
                   5804:          eval/format
                   5805: 
                   5806:        * tests/: results/175.processed, 175.html: - more tests for
                   5807:          different format strings in .format[]
                   5808: 
                   5809:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   5810:          as well (not only %XX)
                   5811: 
                   5812:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   5813:          charset specified - checks for format before print number
                   5814:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   5815:          (instead of tabs) removed
                   5816: 
                   5817:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   5818:          charset specified
                   5819: 
                   5820:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   5821:          char in requested charset from utf code was added
                   5822: 
                   5823: 2008-05-19  misha
                   5824: 
                   5825:        * tests/: 174.html, results/174.processed: - test for
                   5826:          ^hashfile.cleanup[] added
                   5827: 
                   5828:        * src/classes/hashfile.C: - optimization: don't create any key or
                   5829:          value variable if it's name weren't specified
                   5830:          (^hf.foreach[;v]{...})
                   5831: 
                   5832: 2008-05-16  misha
                   5833: 
                   5834:        * src/classes/hash.C: - optimization: don't create any key variable
                   5835:          if variable name wasn't specified (^h.foreach[;v]{...})
                   5836: 
                   5837: 2008-05-15  misha
                   5838: 
                   5839:        * src/classes/op.C: - small changes
                   5840: 
                   5841:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   5842: 
                   5843:        * src/classes/hash.C: - calculate var_context once before foreach
                   5844: 
                   5845: 2008-05-14  misha
                   5846: 
                   5847:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   5848:          ^hashfile.foreach[;]{} fixed
                   5849: 
                   5850:        * src/classes/: hash.C, table.C: - little optimisation
                   5851: 
                   5852:        * src/classes/file.C: - bugfix: double absolute path while loading
                   5853:          file
                   5854: 
                   5855:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   5856:          were added
                   5857: 
                   5858:        * buildall-with-xml: - moving to libxslt 1.1.24
                   5859: 
                   5860: 2008-04-30  misha
                   5861: 
                   5862:        * src/classes/file.C: - stat file while loading (local only) so
                   5863:          .adate, .mdate and .cdate available without additional ::stat
                   5864: 
                   5865: 2008-04-28  misha
                   5866: 
                   5867:        * src/classes/file.C: - $.name and $.content-type available for
                   5868:          stated file
                   5869: 
                   5870: 2008-04-14  misha
                   5871: 
                   5872:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   5873: 
                   5874:        * src/include/pa_version.h: - new version number in head
                   5875: 
                   5876: 2008-04-10  misha
                   5877: 
                   5878:        * tests/: 080.html, results/080.processed: - cut '0' from
                   5879:          exponential part because of on diff OS it differ (20 or 020 for
                   5880:          ex)
                   5881: 
                   5882:        * tests/: 119.html, results/119.processed: - check for encoding
                   5883:          while creating xdoc
                   5884: 
                   5885: 2008-04-09  misha
                   5886: 
                   5887:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   5888: 
                   5889:        * src/main/pa_common.C: - comment added
                   5890: 
                   5891:        * src/classes/date.C: - little refactoring
                   5892: 
                   5893: 2008-04-07  misha
                   5894: 
                   5895:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   5896:          style of ^table.save[]: prepare one big string and sabe it at
                   5897:          once. it's safe on freebsd 4.x but use much more memory.
                   5898: 
                   5899:        * buildall-with-xml, buildall-without-xml: - option
                   5900:          --disable-stringstream added (under comment. use it on freebsd
                   5901:          4.x)
                   5902: 
                   5903: 2008-02-22  misha
                   5904: 
                   5905:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   5906:          specified together in file::load[;http] - get back transcoding
                   5907:          $.body[] in file::load[;http]
                   5908: 
                   5909: 2008-02-21  misha
                   5910: 
                   5911:        * src/classes/date.C: - ^date.gmt-string[] was added
                   5912: 
                   5913:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   5914:          moved to pa_common.h
                   5915: 
                   5916:        * src/include/pa_common.h: - method for output date in RFC 822
                   5917:          format moved here from pa_value.C
                   5918: 
                   5919:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   5920:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   5921: 
                   5922: 2008-02-20  misha
                   5923: 
                   5924:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   5925:          specified charset while ^file::load[...;http://...] (L_URI
                   5926:          instead of L_HTTP_HEADER) - $.cookies param available in
                   5927:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   5928:          response yet) (cookies not transcoded as common $cookies)
                   5929: 
                   5930: 2008-02-19  misha
                   5931: 
                   5932:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   5933:          $response:field values because in this case
                   5934:          $response:locateion[http://...] don't works.
                   5935: 
                   5936: 2008-02-15  misha
                   5937: 
                   5938:        * src/classes/op.C: - little refactoring
                   5939: 
                   5940:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   5941: 
                   5942:        * src/main/pa_request.C: - force taint values of $response:field
                   5943: 
                   5944: 2008-02-14  misha
                   5945: 
                   5946:        * src/main/pa_request.C: - $response:field transcoded to
                   5947:          $response:charset before escaping now
                   5948: 
                   5949:        * src/main/pa_http.C: - some outdated comments removed
                   5950: 
                   5951:        * src/classes/date.C: - lastdat -> last-day
                   5952: 
                   5953:        * src/classes/date.C: - ^date:lastday(year;month) and
                   5954:          ^date.lastday[] were added - little code refactoring - comments
                   5955:          changes
                   5956: 
                   5957:        * tests/: 159.html, results/159.processed: - test for number of
                   5958:          days in February
                   5959: 
                   5960:        * src/types/pa_value.C: - fixes in code formatting
                   5961: 
                   5962:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   5963:          and comments
                   5964: 
                   5965: 2008-02-13  misha
                   5966: 
                   5967:        * src/main/pa_common.C: - bugfix for february at leap year
                   5968: 
                   5969: 2008-01-28  misha
                   5970: 
                   5971:        * tests/: 160.html, results/160.processed: - more test for cache
                   5972:          added
                   5973: 
                   5974:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   5975:          unhandled exception
                   5976: 
                   5977: 2008-01-25  misha
                   5978: 
                   5979:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   5980:          bug when hashfile became inavailable after memory:compact)
                   5981: 
                   5982:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   5983: 
                   5984: 2008-01-22  misha
                   5985: 
                   5986:        * src/classes/table.C: - little refactiring and exception texts
                   5987:          changes in method ^table.hash[]
                   5988: 
                   5989:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   5990: 
                   5991: 2008-01-21  misha
                   5992: 
                   5993:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   5994:          file::exec/cgi
                   5995: 
                   5996:        * src/classes/file.C: - bugfix: core while processing headers if
                   5997:          executed cgi script don't return content
                   5998: 
                   5999: 2008-01-18  misha
                   6000: 
                   6001:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   6002: 
                   6003:        * src/include/pa_version.h, configure.in: - version number updated
                   6004:          to '3.2.3b'
                   6005: 
                   6006: 2007-12-28  misha
                   6007: 
                   6008:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   6009:          hash.contains
                   6010: 
                   6011: 2007-12-27  misha
                   6012: 
                   6013:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   6014:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   6015:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   6016:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   6017:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6018:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   6019:          src/targets/cgi/parser3.vcproj,
                   6020:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   6021:          back to VS2003 because of Apache 1.3 module can't work if it was
                   6022:          built in VS 2005.  with cgi all file so VS2003 project files can
                   6023:          be easy converted to the new format.
                   6024: 
                   6025: 2007-12-04  misha
                   6026: 
                   6027:        * src/types/pa_vcode_frame.h: - changes in comment
                   6028: 
                   6029: 2007-11-29  misha
                   6030: 
                   6031:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   6032:          intercept strings any longer
                   6033: 
                   6034:        * tests/: 173.html, results/173.processed: - tests for
                   6035:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   6036:          but not in main code frame
                   6037: 
                   6038:        * tests/: 172.html, results/172.processed: - more tests for pass
                   6039:          objects from code frames
                   6040: 
                   6041: 2007-11-27  misha
                   6042: 
                   6043:        * tests/: 152.html, results/152.processed: - tests for converting
                   6044:          strings 'true'/'false' to bool were added
                   6045: 
                   6046:        * tests/152.html: - added checks for converting strings
                   6047:          'true'/'false' to bool
                   6048: 
                   6049:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   6050:          not only strings with numbers but with values 'true'/'false' as
                   6051:          well
                   6052: 
                   6053:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   6054:          for parser3.log increased
                   6055: 
                   6056:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   6057: 
                   6058:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   6059: 
                   6060:        * src/include/pa_types.h: - constant with buffer size for
                   6061:          parser3.log added
                   6062: 
                   6063: 2007-11-16  misha
                   6064: 
                   6065:        * tests/cat.sh: - script for tests for file::exec/cgi
                   6066: 
                   6067:        * tests/171.html: - tests for file::exec/cgi
                   6068: 
                   6069:        * tests/results/171.processed: - tests results for file::exec/cgi
                   6070: 
                   6071: 2007-11-15  misha
                   6072: 
                   6073:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   6074: 
                   6075:        * src/classes/file.C: - .body must be set before analyzing cgi
                   6076:          headers
                   6077: 
                   6078:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   6079:          only if exec/cgi return anything.
                   6080: 
                   6081: 2007-11-14  misha
                   6082: 
                   6083:        * operators.txt: - info about new text|binary option for
                   6084:          file::exec/cgi was added
                   6085: 
                   6086:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   6087:          ^file:exec[[text|binary];script;...]
                   6088: 
                   6089:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   6090:          classes/string.C, classes/table.C: - more text strings moved to
                   6091:          the one place
                   6092: 
                   6093: 2007-11-09  misha
                   6094: 
                   6095:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   6096: 
                   6097:        * ChangeLog: - $request:argv [patch from Sumo]
                   6098: 
                   6099:        * operators.txt: - $request:argv
                   6100: 
                   6101:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   6102:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   6103: 
                   6104: 2007-10-25  misha
                   6105: 
                   6106:        * buildall-with-xml, buildall-without-xml: - options preparations
                   6107:          for ./configure rewrited
                   6108: 
                   6109:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   6110:          error occure in unhandled_exception finally fixed
                   6111: 
                   6112: 2007-10-23  misha
                   6113: 
                   6114:        * tests/: 170.html, results/170.processed: - test for
                   6115:          @method[][result]
                   6116: 
                   6117:        * operators.txt: - added info about node.prefix and
                   6118:          node.namespaceURI
                   6119: 
                   6120:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   6121: 
                   6122:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   6123:          added for node and attribute
                   6124: 
                   6125: 2007-10-22  misha
                   6126: 
                   6127:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   6128: 
                   6129:        * src/main/pa_request.C: - added const content-transfer-encoding
                   6130: 
                   6131:        * src/include/pa_request.h: - added const content-transfer-encoding
                   6132:          - ups. constants must be in lowercase (for search)
                   6133: 
                   6134:        * src/types/pa_vmail.C: - more constants used -
                   6135:          content-transfer-encoding: 8bit added
                   6136: 
                   6137:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   6138: 
                   6139:        * src/include/pa_request.h: - more constants
                   6140: 
                   6141:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   6142:          ommit anymore if $.content-disposition was specified - little
                   6143:          refactoring
                   6144: 
                   6145:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   6146: 
                   6147: 2007-10-17  misha
                   6148: 
                   6149:        * operators.txt: - info about
                   6150:          table::create[nameless]{data}[>options<] was added
                   6151: 
                   6152:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   6153:          compile method don't put this method in methods table anymore.
                   6154:          in other case the parser coredumped if @unhandled_exception
                   6155:          method can't be compiled because of parser.compile error.
                   6156: 
                   6157:        * src/main/execute.C: - little code reformating
                   6158: 
                   6159:        * src/main/pa_request.C: - little code reformating - comment
                   6160:          changed
                   6161: 
                   6162: 2007-10-16  misha
                   6163: 
                   6164:        * tests/: 035.html, results/035.processed: - tests
                   6165:          table::create[]{}[options] added
                   6166: 
                   6167:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   6168:          options (only $.seperator[] yet)
                   6169: 
                   6170: 2007-10-10  misha
                   6171: 
                   6172:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   6173:          some code changes
                   6174: 
                   6175: 2007-10-02  misha
                   6176: 
                   6177:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   6178:          then three time as much. but base64 encoding method still use
                   6179:          less memory anyway.
                   6180: 
                   6181: 2007-09-17  misha
                   6182: 
                   6183:        * operators.txt: - added info about $cookie:fields
                   6184: 
                   6185:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   6186: 
                   6187:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   6188:          common
                   6189: 
                   6190:        * src/include/pa_common.h: - some stuff for use with .for_each
                   6191:          moved here
                   6192: 
                   6193:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   6194: 
                   6195: 2007-09-14  misha
                   6196: 
                   6197:        * buildall-with-xml: - new xml libs again =)
                   6198: 
                   6199: 2007-08-28  misha
                   6200: 
                   6201:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   6202:          ^string.split[...][v][column name] were added
                   6203: 
                   6204:        * tests/: 168.html, 169.html, results/168.processed,
                   6205:          results/169.processed: - tests for ^table.columns[[column name]]
                   6206:          and ^string.split[...][v][column name] were added
                   6207: 
                   6208:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   6209:          was added
                   6210: 
                   6211:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   6212:          name]]
                   6213: 
                   6214:        * src/include/pa_exception.h: - error text message for
                   6215:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   6216: 
                   6217: 2007-08-27  misha
                   6218: 
                   6219:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   6220:          body ^taint[sql][something] outside of connect
                   6221: 
                   6222:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   6223:          outside of connect
                   6224: 
                   6225:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   6226:          added (commented by default)
                   6227: 
                   6228: 2007-08-20  misha
                   6229: 
                   6230:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   6231:          was added
                   6232: 
                   6233:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   6234:          duplicated exception text strings were removed
                   6235: 
                   6236:        * src/include/pa_exception.h: - more exception text strings moved
                   6237:          here
                   6238: 
                   6239:        * src/classes/table.C: - some duplicate exceptions' text strings
                   6240:          removed
                   6241: 
                   6242:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   6243:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   6244:          removed
                   6245: 
                   6246:        * src/include/pa_exception.h: - some exception text strings movet
                   6247:          to pa_exception
                   6248: 
                   6249:        * tests/: 149.html, results/149.processed: - test for
                   6250:          ^xnode.hasAttributes[] was added - some code changes
                   6251: 
                   6252:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   6253:          added
                   6254: 
                   6255: 2007-08-17  misha
                   6256: 
                   6257:        * tests/: results/006.processed, results/059.processed, 006.html,
                   6258:          059.html: - more tests for match
                   6259: 
                   6260:        * tests/: 129.html, results/129.processed: - tests for
                   6261:          ^table.hash[...][$.type[string|hash|table]] added
                   6262: 
                   6263:        * src/targets/cgi/parser3.C: - little syntax changes
                   6264: 
                   6265:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   6266:          syntax changes
                   6267: 
                   6268:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   6269:          messages in parser3.log switched off by default. If someone
                   6270:          really still need it: use $SIGPIPE(1)
                   6271: 
                   6272: 2007-08-08  misha
                   6273: 
                   6274:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   6275:          files by default since now
                   6276: 
                   6277: 2007-08-07  misha
                   6278: 
                   6279:        * buildall-without-xml: - some option syntax changes
                   6280: 
                   6281:        * buildall-with-xml: - compile libxml2 without http support - some
                   6282:          option syntax changes
                   6283: 
                   6284:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   6285: 
                   6286: 2007-08-06  misha
                   6287: 
                   6288:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   6289: 
                   6290:        * tests/: 160.html, results/160.processed: - cache test was
                   6291:          rewrited
                   6292: 
                   6293: 2007-07-06  misha
                   6294: 
                   6295:        * tests/: 153.html, results/153.processed: - added test for
                   6296:          ^math:sha1[string]
                   6297: 
                   6298:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   6299:          transcoded
                   6300: 
                   6301:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   6302:          were added
                   6303: 
                   6304: 2007-06-28  misha
                   6305: 
                   6306:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   6307:          some incorrect chars
                   6308: 
                   6309: 2007-06-19  misha
                   6310: 
                   6311:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   6312:          were moved on top because of gcc 4 had a problems during
                   6313:          building.
                   6314: 
                   6315: 2007-06-18  misha
                   6316: 
                   6317:        * tests/results/019.processed: - new image commited
                   6318: 
                   6319: 2007-06-09  misha
                   6320: 
                   6321:        * src/classes/: op.C, table.C: - in while and table.select method
                   6322:          as_expression used now
                   6323: 
                   6324:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   6325: 
                   6326: 2007-06-08  misha
                   6327: 
                   6328:        * tests/: 166.html, results/166.processed: - test for
                   6329:          ^match[...][n]
                   6330: 
                   6331:        * tests/: 165.html, results/165.processed: - tests for loops
                   6332: 
                   6333:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   6334:          because of no speed/memory optimisation but some proglems with
                   6335:          long cycles occure
                   6336: 
                   6337: 2007-06-06  misha
                   6338: 
                   6339:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   6340:          ^table.select(true) and ^table.select(1) didn't works because of
                   6341:          awaiting junction-param only. fixed.
                   6342: 
                   6343: 2007-05-24  misha
                   6344: 
                   6345:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   6346:          with 0.5 secs interval
                   6347: 
                   6348:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   6349:          locking system now on unix
                   6350: 
                   6351:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   6352:          system locks which wait till other threads release it but try get
                   6353:          lock, if fail wait 1 sec and make 10 attempts.
                   6354: 
                   6355:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   6356:          were added
                   6357: 
                   6358:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   6359:          opening files
                   6360: 
                   6361:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   6362:          after our classes on unix it can't be build
                   6363: 
                   6364:        * src/types/pa_vhashfile.C: - not needed code removed
                   6365: 
                   6366: 2007-05-23  misha
                   6367: 
                   6368:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   6369:          include/pa_common.h: - cosmetic changes
                   6370: 
                   6371: 2007-05-18  misha
                   6372: 
                   6373:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   6374:          often. it's give some speed increasing
                   6375: 
                   6376:        * tests/results/160.processed: - returned time corrected
                   6377: 
                   6378:        * tests/160.html: - time increased because on unix 1 mean nothing
                   6379:          :(
                   6380: 
                   6381:        * operators.txt: - added info about ^hash.contain[key]
                   6382: 
                   6383:        * src/classes/hash.C: - added ^hash.contain[key]
                   6384: 
                   6385:        * src/include/pa_hash.h: - added method for checking key exists in
                   6386:          hash
                   6387: 
                   6388: 2007-05-07  misha
                   6389: 
                   6390:        * src/include/pa_string.h: - was compilation error during build on
                   6391:          freebsd4
                   6392: 
                   6393: 2007-05-03  misha
                   6394: 
                   6395:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   6396:          for ^table.hash[]
                   6397: 
                   6398:        * src/classes/file.C: - comment removed
                   6399: 
                   6400: 2007-04-26  misha
                   6401: 
                   6402:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   6403:          real files doesn't opened in place anymore
                   6404: 
                   6405: 2007-04-24  misha
                   6406: 
                   6407:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   6408: 
                   6409:        * src/include/pa_exception.h: "static" removed
                   6410: 
                   6411: 2007-04-23  misha
                   6412: 
                   6413:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   6414: 
                   6415:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   6416:          ^math:log(N)) - ^math:lg(N)
                   6417: 
                   6418:        * tests/: 097.html, results/097.processed: - charsets converstion
                   6419:          during ^file::load[text;http://...] added
                   6420: 
                   6421:        * tests/: 164.html, results/164.processed: - check for set expires
                   6422:          as a date
                   6423: 
                   6424:        * tests/: 164.html, results/164.processed: - test for hashfile
                   6425: 
                   6426:        * src/classes/hashfile.C: - little comment changes
                   6427: 
                   6428:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   6429:          access
                   6430: 
                   6431:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   6432:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   6433:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   6434:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   6435:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   6436:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   6437:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   6438:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   6439:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   6440:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   6441:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   6442:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6443:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   6444:          "parser.runtime" strings were removed
                   6445: 
                   6446:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   6447:          now.
                   6448: 
                   6449:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   6450: 
                   6451:        * src/include/pa_exception.h: - string constant with
                   6452:          "parser.runtime" text was added
                   6453: 
                   6454: 2007-04-20  misha
                   6455: 
                   6456:        * operators.txt: - some comments changing
                   6457: 
                   6458:        * operators.txt: - added info about .^hashfile.release[],
                   6459:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   6460: 
                   6461:        * configure: =cheching for unsetenv
                   6462: 
                   6463:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   6464:          ^hashfile.release[] were added
                   6465: 
                   6466:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   6467:          ^string.match[][] understand new option now: return number of
                   6468:          matches but not table wit results
                   6469: 
                   6470:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   6471:          reopen now
                   6472: 
                   6473:        * src/classes/op.C: - bug. must be false
                   6474: 
                   6475:        * configure.in: - checking for unsetenv was added
                   6476: 
                   6477:        * src/types/pa_vform.C: - some comments
                   6478: 
                   6479: 2007-04-18  misha
                   6480: 
                   6481:        * buildall-with-xml: moving to libxml2-2.6.28
                   6482: 
                   6483:        * buildall-with-xml, buildall-without-xml: added commented lines
                   6484:          with --disable-safe-mode option
                   6485: 
                   6486:        * operators.txt: - info about $form:files
                   6487: 
                   6488: 2007-04-17  misha
                   6489: 
                   6490:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   6491:          $form:files was added
                   6492: 
                   6493:        * tests/: 163.html, results/163.processed: removing auto format
                   6494: 
                   6495:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   6496: 
                   6497: 2007-04-16  misha
                   6498: 
                   6499:        * tests/: 163.html, results/163.processed: - test for .int[],
                   6500:          floor, round, ceiling and .format[]
                   6501: 
                   6502:        * src/classes/file.C: - little optimization for getting args in
                   6503:          exec/cgi
                   6504: 
                   6505: 2007-04-13  misha
                   6506: 
                   6507:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   6508:          specified now as s table with one column
                   6509: 
                   6510: 2007-03-27  misha
                   6511: 
                   6512:        * tests/: 162.html, results/162.processed: - test for
                   6513:          ^table.select(^condition[$t])
                   6514: 
                   6515:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   6516: 
                   6517:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   6518: 
                   6519:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   6520:          161_windows1251.txt: - added test for
                   6521:          ^file::load[text;/local/file.txt;$.charset[...]]
                   6522: 
                   6523:        * tests/: results/013.processed, 013.html: - added test for
                   6524:          checking $._default value while hash modifications
                   6525: 
                   6526:        * tests/: 160.html, results/160.processed: - add test for
                   6527:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   6528: 
                   6529: 2007-03-22  misha
                   6530: 
                   6531:        * src/include/pa_common.h: - "charset" string defined for
                   6532:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   6533: 
                   6534:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   6535:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   6536:          added - not needed transcodes were removed from
                   6537:          ^file::load[...;http://...]
                   6538: 
                   6539:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   6540:          added
                   6541: 
                   6542:        * src/classes/date.C: - date.week was fixed
                   6543: 
                   6544:        * operators.txt: - added info about date.weekyear
                   6545: 
                   6546:        * tests/: 159.html, results/159.processed: - tests for date.week
                   6547:          and date.weekyear added
                   6548: 
                   6549: 2007-03-15  misha
                   6550: 
                   6551:        * src/classes/table.C: - enclose column numbers for nameless tables
                   6552:          as well
                   6553: 
                   6554: 2007-03-14  misha
                   6555: 
                   6556:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   6557: 
                   6558:        * src/classes/table.C: - table.save optimization: now required much
                   6559:          less memory
                   6560: 
                   6561: 2007-03-13  misha
                   6562: 
                   6563:        * tests/results/: 158.processed, 158.processes: - tests for
                   6564:          table.save/table.load
                   6565: 
                   6566:        * tests/: 158.html, results/158.processes: - tests for
                   6567:          table.save/table.load
                   6568: 
                   6569:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   6570: 
                   6571:        * buildall-with-xml: - pattern needed now for building
                   6572: 
                   6573:        * tests/results/097.processed: - added test results for xdoc::load
                   6574:          & xdoc::load[http://...]
                   6575: 
                   6576:        * tests/097.html: - added test for xdoc::load
                   6577: 
                   6578: 2007-03-12  misha
                   6579: 
                   6580:        * tests/: 107.html, results/107.processed: - added test for xpath
                   6581:          '//man'
                   6582: 
                   6583: 2007-03-01  misha
                   6584: 
                   6585:        * tests/: 097.html, results/097.processed: - added test for
                   6586:          creating xdoc from file
                   6587: 
                   6588:        * tests/: results/157.processed, 157.html: - added test for
                   6589:          file:move
                   6590: 
                   6591: 2007-02-28  misha
                   6592: 
                   6593:        * src/classes/xdoc.C: - another attempt
                   6594: 
                   6595:        * src/classes/xdoc.C: - roll back last changes for a while
                   6596: 
                   6597:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   6598: 
                   6599:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   6600: 
                   6601:        * tests/results/099.processed: - ever send content-disposition to
                   6602:          client with file
                   6603: 
                   6604:        * tests/157.html: + test for file:copy
                   6605: 
                   6606: 2007-02-26  misha
                   6607: 
                   6608:        * src/classes/file.C: - some similar strings moved to #define
                   6609:          instead of to be copy/pasted many times
                   6610: 
                   6611:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   6612:          #define
                   6613: 
                   6614: 2007-02-20  misha
                   6615: 
                   6616:        * bin/auto.p.dist.in: - added lines for sqlite
                   6617: 
                   6618:        * configure.in: - added some strings for sqlite detection
                   6619: 
                   6620: 2007-02-19  misha
                   6621: 
                   6622:        * operators.txt: - some comments changes
                   6623: 
                   6624:        * buildall-with-xml, buildall-without-xml: - some modifications
                   6625: 
                   6626: 2007-02-17  misha
                   6627: 
                   6628:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   6629: 
                   6630:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   6631:          change console behaviour
                   6632: 
                   6633: 2007-02-12  misha
                   6634: 
                   6635:        * src/targets/cgi/parser3.C: - don't print headers if
                   6636:          $console:line[data] was used during cgi execution.
                   6637: 
                   6638:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   6639:          marked as 'true' if class was used.
                   6640: 
                   6641:        * tests/: 152.html, results/152.processed: - more types was added
                   6642:          to test 152
                   6643: 
                   6644:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   6645:          adding 'bool' (^if($image){} caused exception)
                   6646: 
                   6647: 2007-02-09  misha
                   6648: 
                   6649:        * tests/: 152.html, results/152.processed: - test alightly updated
                   6650: 
                   6651:        * tests/: 152.html, results/152.processed: - test rewrited
                   6652: 
                   6653:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   6654:          bugfix. I broke xdoc & xnode in expression
                   6655: 
                   6656: 2007-02-08  misha
                   6657: 
                   6658:        * tests/: 152.html, results/152.processed: - add test for checking
                   6659:          'def' for void, string, bool, int & double
                   6660: 
                   6661: 2007-02-07  misha
                   6662: 
                   6663:        * operators.txt: - ^file:base64[filespec]  was added
                   6664: 
                   6665:        * tests/results/153.processed: - result test for
                   6666:          ^file:base64[filespec]  was updated
                   6667: 
                   6668:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   6669: 
                   6670:        * src/types/pa_vconsole.h: - little optimization
                   6671: 
                   6672:        * src/classes/file.C: - ^file:base64[filespec]
                   6673: 
                   6674:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   6675: 
                   6676:        * src/include/pa_common.h: - declarations for
                   6677:          ^file:base64[filespec]
                   6678: 
                   6679:        * src/types/pa_vcookie.C: - little optimization
                   6680: 
                   6681: 2007-02-06  misha
                   6682: 
                   6683:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   6684:          were temporary commented
                   6685: 
                   6686:        * src/types/pa_vbool.h: - bugfix
                   6687: 
                   6688:        * tests/156.html: - added test for bool cookie
                   6689: 
                   6690:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   6691: 
                   6692:        * tests/: 155.html, results/155.processed: - added test for check
                   6693:          $.encloser[] option for table save/load
                   6694: 
                   6695:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   6696: 
                   6697: 2007-02-05  misha
                   6698: 
                   6699:        * tests/results/152.processed: - newline at the end was missed
                   6700: 
                   6701:        * tests/results/141.processed: - math:md5 must be lowercased
                   6702: 
                   6703:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   6704: 
                   6705: 2007-02-03  misha
                   6706: 
                   6707:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   6708:          test for bool added and some content length fixes
                   6709: 
                   6710:        * tests/152.html: - test for bool added
                   6711: 
                   6712:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   6713: 
                   6714:        * operators.txt: - info bool class was added
                   6715: 
1.101   ! moko     6716:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     6717:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   6718:          classes/string.C, classes/void.C, classes/xnode.C,
                   6719:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   6720:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   6721:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   6722:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   6723:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   6724:          types/types.vcproj: - bool class was added
                   6725: 
                   6726:        * src/main/pa_request.C: - fix
                   6727: 
                   6728: 2007-01-18  misha
                   6729: 
                   6730:        * src/: main/pa_string.C, classes/string.C: - return table during
                   6731:          ^string.match[][] even if no matched found.
                   6732: 
                   6733: 2006-12-20  misha
                   6734: 
                   6735:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   6736:          http://www.parser.ru/forum/?id=55598 ]
                   6737: 
                   6738: 2006-12-19  misha
                   6739: 
                   6740:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   6741:          details: http://www.parser.ru/forum/?id=52359
                   6742: 
                   6743:        * src/main/pa_request.C: - always set content-disposition for
                   6744:          $response:body[hash here]. more details:
                   6745:          http://www.parser.ru/forum/?id=52130
                   6746: 
                   6747: 2006-12-07  misha
                   6748: 
                   6749:        * operators.txt: - added info about bool params in cookie set
                   6750: 
                   6751:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   6752:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   6753:          ]
                   6754: 
                   6755:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   6756:          was added
                   6757: 
                   6758: 2006-12-02  misha
                   6759: 
                   6760:        * src/classes/file.C: - file_block_read used instead of native read
                   6761: 
                   6762:        * src/main/pa_common.C: - added file_block_read with read error
                   6763:          detection - file_block_read used instead of native read
                   6764: 
                   6765:        * src/include/pa_common.h: - added file_block_read declaration
                   6766: 
                   6767: 2006-12-01  misha
                   6768: 
                   6769:        * operators.txt: - info about $var.CLASS_NAME was added
                   6770: 
                   6771:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   6772:          $var.CLASS_NAME added
                   6773: 
                   6774:        * operators.txt: - added info about ^file:copy[]
                   6775: 
                   6776:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   6777: 
                   6778: 2006-11-20  misha
                   6779: 
                   6780:        * src/classes/date.C: - bug fix :)
                   6781: 
                   6782: 2006-11-17  misha
                   6783: 
                   6784:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   6785:          to static
                   6786: 
                   6787:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   6788:          small changes in crc32 calculation
                   6789: 
                   6790:        * src/classes/date.C: - not needed code was removed
                   6791: 
                   6792: 2006-11-16  misha
                   6793: 
                   6794:        * src/types/pa_vmail.C: - fix missed brakes
                   6795: 
                   6796:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   6797:          multipart/related instead of multipart/mixed if file have
                   6798:          $.content-id[]
                   6799: 
                   6800: 2006-11-15  misha
                   6801: 
                   6802:        * src/types/pa_vdouble.h: abs -> fabs
                   6803: 
                   6804: 2006-11-14  misha
                   6805: 
                   6806:        * operators.txt: - added info about ^file.md5[] and
                   6807:          ^file:md5[file-name]
                   6808: 
                   6809:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   6810:          added
                   6811: 
                   6812:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   6813:          FILE_BUFFER_SIZE
                   6814: 
                   6815:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   6816: 
                   6817:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   6818:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   6819: 
                   6820:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   6821:          values was fixed
                   6822: 
                   6823: 2006-11-13  misha
                   6824: 
                   6825:        * operators.txt: - added info about ^math:crc32[string],
                   6826:          ^file:crc32[file-name] & ^file.crc32[]
                   6827: 
                   6828:        * src/classes/math.C: - added ^math:crc32[string]
                   6829: 
                   6830:        * src/classes/file.C: - some comments were changed - added
                   6831:          ^file:crc32[file-name] and ^file.crc32[]
                   6832: 
                   6833:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   6834:          crc32 calculation added
                   6835: 
                   6836: 2006-11-03  misha
                   6837: 
                   6838:        * src/include/pa_array.h: - not needed variable removed
                   6839: 
                   6840:        * tests/: 150.html, 151.html, results/150.processed,
                   6841:          results/151.processed: - 2 tests were added
                   6842: 
                   6843:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   6844:          with $.reverse(1) were fixed
                   6845: 
                   6846:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   6847:          query converted to $.charset during ^file::load[http://...]
                   6848: 
                   6849: 2006-11-02  misha
                   6850: 
                   6851:        * src/include/pa_table.h: ups. forget '=' char
                   6852: 
                   6853:        * src/include/pa_table.h: - one more fix in
                   6854:          .locate[...][$.reverse(1)]
                   6855: 
                   6856: 2006-11-01  misha
                   6857: 
                   6858:        * src/classes/math.C: - bug fix, details:
                   6859:          http://www.parser.ru/forum/?id=53360
                   6860: 
                   6861:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   6862:          false for all records )[$.reverse(1)]
                   6863: 
                   6864:        * src/main/pa_http.C: - second param for this mid method is length
                   6865:          but not end_index so this method has error and can't detect
                   6866:          charsets in next content-types: Content-type: text/html;
                   6867:          charset="windows-1251" Content-type: text/html;
                   6868:          charset="windows-1251"; Content-type: text/html;
                   6869:          charset=windows-1251;
                   6870: 
                   6871:          only Content-type: text/html; charset=windows-1251 was fine
                   6872: 
                   6873: 2006-10-31  misha
                   6874: 
                   6875:        * src/classes/file.C: - empty args in file::exec removed now
                   6876: 
                   6877: 2006-09-11  misha
                   6878: 
                   6879:        * bin/auto.p.dist.in: - 2 errors were fixed - table::set was
                   6880:          replaced to table::create - some changes in text/code formatting
                   6881: 
                   6882: 2006-09-03  paf
                   6883: 
                   6884:        * src/classes/file.C: proper tainting of
                   6885:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   6886: 
                   6887: 2006-06-09  paf
                   6888: 
                   6889:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   6890: 
                   6891:        * src/classes/table.C: formatting
                   6892: 
                   6893:        * src/classes/table.C: incorporated patch from misha: Sent:
                   6894:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   6895:          ignoring string options for ^table.save[]
                   6896: 
                   6897:        * src/classes/hash.C: incorporated patch from misha Sent:
                   6898:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   6899:          $hash._default disappear while
                   6900: 
                   6901:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   6902:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   6903: 
                   6904:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   6905:          PM Subject: patch for base64 in ^mail:send[] %-)
                   6906: 
                   6907: 2006-04-09  paf
                   6908: 
                   6909:        * src/main/compile.tab.C: ` change compiled
                   6910: 
                   6911:        * gnu.vcproj, operators.txt, parser3.sln,
                   6912:          src/classes/classes.vcproj, src/classes/file.C,
                   6913:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   6914:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6915:          src/classes/xnode.C, src/include/pa_array.h,
                   6916:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6917:          src/include/pa_memory.h, src/include/pa_request.h,
                   6918:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6919:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6920:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6921:          src/lib/pcre/pcre_dftables.vcproj,
                   6922:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6923:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6924:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6925:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6926:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6927:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6928:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6929:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6930:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6931:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6932:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6933:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6934:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   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: + ^break[] ^continue[], in ^for, ^while,
                   6938:          ^menu, ^hash/hashfile.foreach
                   6939: 
                   6940:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   6941:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   6942:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   6943:          src/classes/xnode.C, src/include/pa_array.h,
                   6944:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   6945:          src/include/pa_memory.h, src/include/pa_request.h,
                   6946:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   6947:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   6948:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   6949:          src/lib/pcre/pcre_dftables.vcproj,
                   6950:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   6951:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   6952:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   6953:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   6954:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   6955:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   6956:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   6957:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   6958:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   6959:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   6960:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   6961:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   6962:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   6963:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   6964:          tests/descript.ion: ! switched to VS2005 (projects and
                   6965:          object<info explicitly typed>.for_each(, info)) +
                   6966:          $response:field[] setting void means removing + grammar $name`
                   6967:          name stops now, for mysql `$field` + started ^break[]
                   6968:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   6969:          foreach) + all log messages += [uri=, method=, cl=]
                   6970: 
                   6971:        * buildall-with-xml: merged . ftp paths update
                   6972: 
                   6973:        * buildall-with-xml: . ftp paths update
                   6974: 
                   6975: 2006-03-04  paf
                   6976: 
                   6977:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   6978:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   6979: 
                   6980:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   6981:          Igor Zinkovsky for detailed report]
                   6982: 
                   6983: 2006-03-01  paf
                   6984: 
                   6985:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6986:          \n to ' ' in
                   6987: 
                   6988: 2006-02-18  paf
                   6989: 
                   6990:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   6991:          \n to ' ' in
                   6992: 
                   6993:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   6994: 
                   6995: 2006-02-03  paf
                   6996: 
                   6997:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   6998:          base64
                   6999: 
                   7000:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   7001: 
                   7002: 2006-01-20  paf
                   7003: 
                   7004:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   7005:          economy fix
                   7006: 
                   7007:        * src/classes/: table.C: merged from HEAD ! bugfix
                   7008:          ^table.save[$.encloser-s now handled properly
                   7009: 
                   7010:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   7011:          handled properly
                   7012: 
                   7013: 2006-01-19  paf
                   7014: 
                   7015:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   7016:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   7017:          helps a lot in our case: after transform we want
                   7018:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   7019: 
                   7020:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   7021:          economy fix
                   7022: 
                   7023:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   7024:          activates merging of free memory blocks which helps a lot in our
                   7025:          case: after transform we want CORD(main.result)->cstr[big
                   7026:          malloc]->transcode[big malloc]
                   7027: 
                   7028: 2006-01-17  paf
                   7029: 
                   7030:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   7031:          before reading them. got rid of reallocs = became quicker and
                   7032:          less fragmentated
                   7033: 
                   7034: 2005-12-29  paf
                   7035: 
1.101   ! moko     7036:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
        !          7037:          configure, configure.in, src/include/pa_version.h,
        !          7038:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     7039:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   7040:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   7041:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   7042:          src/lib/ltdl/missing: . merged from 3.2.1
                   7043: 
1.101   ! moko     7044:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
        !          7045:          packaged when 'make dist', so do configure companion files in
        !          7046:          src/lib/ltdl
        !          7047: 
        !          7048:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
        !          7049:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
        !          7050:          missing: . now config_auto.h is created with configure [were
        !          7051:          constant]
1.95      moko     7052: 
                   7053:        * INSTALL: . references to documentation and some clarification
                   7054: 
                   7055:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   7056:          indication
                   7057: 
1.101   ! moko     7058:        * Makefile.am: . dist+=buildall*
1.95      moko     7059: 
                   7060: 2005-12-28  paf
                   7061: 
                   7062:        * configure: . 3.2.1
                   7063: 
                   7064:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   7065:          simplify build process, see INSTALL
                   7066: 
                   7067: 2005-12-26  paf
                   7068: 
                   7069:        * configure: ver
                   7070: 
                   7071:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   7072:          version
                   7073: 
                   7074: 2005-12-21  paf
                   7075: 
                   7076:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   7077:          compiled with bison 1.875b, it reports unexpected token names
                   7078: 
                   7079: 2005-12-19  paf
                   7080: 
                   7081:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   7082:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   7083: 
                   7084:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   7085:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   7086:          src/main/main.vcproj, src/main/pa_globals.C,
                   7087:          src/targets/cgi/parser3.vcproj,
                   7088:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   7089:          configure, configure.in, src/include/pa_version.h: . killing
                   7090:          gdome [what a relief]
                   7091: 
                   7092:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   7093:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   7094:          run_parser.sh, results/001.processed, results/002.processed,
                   7095:          results/003.processed, results/004.processed,
                   7096:          results/005.processed, results/006.processed,
                   7097:          results/008.processed, results/009.processed,
                   7098:          results/010.processed, results/011.processed,
                   7099:          results/012.processed, results/013.processed,
                   7100:          results/014.processed, results/015.processed,
                   7101:          results/016.processed, results/017.processed,
                   7102:          results/018.processed, results/020.processed,
                   7103:          results/021.processed, results/022.processed,
                   7104:          results/023.processed, results/024.processed,
                   7105:          results/025.processed, results/026.processed,
                   7106:          results/027.processed, results/028.processed,
                   7107:          results/029.processed, results/030.processed,
                   7108:          results/031.processed, results/032.processed,
                   7109:          results/033.processed, results/034.processed,
                   7110:          results/035.processed, results/036.processed,
                   7111:          results/037.processed, results/038.processed,
                   7112:          results/039.processed, results/040.processed,
                   7113:          results/041.processed, results/042.processed,
                   7114:          results/043.processed, results/044.processed,
                   7115:          results/045.processed, results/046.processed,
                   7116:          results/047.processed, results/048.processed,
                   7117:          results/049.processed, results/050.processed,
                   7118:          results/051.processed, results/052.processed,
                   7119:          results/053.processed, results/054.processed,
                   7120:          results/055.processed, results/056.processed,
                   7121:          results/057.processed, results/058.processed,
                   7122:          results/059.processed, results/060.processed,
                   7123:          results/061.processed, results/062.processed,
                   7124:          results/063.processed, results/064.processed,
                   7125:          results/065.processed, results/066.processed,
                   7126:          results/067.processed, results/068.processed,
                   7127:          results/069.processed, results/070.processed,
                   7128:          results/071.processed, results/072.processed,
                   7129:          results/073.processed, results/074.processed,
                   7130:          results/075.processed, results/076.processed,
                   7131:          results/077.processed, results/078.processed,
                   7132:          results/079.processed, results/080.processed,
                   7133:          results/081.processed, results/082.processed,
                   7134:          results/083.processed, results/084.processed,
                   7135:          results/085.processed, results/086.processed,
                   7136:          results/087.processed, results/088.processed,
                   7137:          results/089.processed, results/090.processed,
                   7138:          results/091.processed, results/092.processed,
                   7139:          results/093.processed, results/094.processed,
                   7140:          results/095.processed, results/096.processed,
                   7141:          results/097.processed, results/099.processed,
                   7142:          results/100.processed, results/101.processed,
                   7143:          results/102.processed, results/104.processed,
                   7144:          results/105.processed, results/106.processed,
                   7145:          results/107.processed, results/108.processed,
                   7146:          results/109.processed, results/110.processed,
                   7147:          results/111.processed, results/112.processed,
                   7148:          results/113.processed, results/114.processed,
                   7149:          results/115.processed, results/117.processed,
                   7150:          results/119.processed, results/120.processed,
                   7151:          results/121.processed, results/122.processed,
                   7152:          results/123.processed, results/124.processed,
                   7153:          results/125.processed, results/126.processed,
                   7154:          results/127.processed, results/128.processed,
                   7155:          results/129.processed, results/130.processed,
                   7156:          results/131.processed, results/132.processed,
                   7157:          results/133.processed, results/134.processed,
                   7158:          results/135.processed, results/136.processed,
                   7159:          results/138.processed, results/139.processed,
                   7160:          results/140.processed, results/141.processed,
                   7161:          results/142.processed, results/143.processed,
                   7162:          results/144.processed, results/145.processed,
                   7163:          results/146.processed, results/147.processed,
                   7164:          results/148.processed, results/149.processed, results/auto.p: .
                   7165:          now works if we turn off default auto.p
                   7166: 
1.101   ! moko     7167:        * configure: . makes
1.95      moko     7168: 
                   7169:        * src/types/pa_vxnode.C: . less warnings
                   7170: 
                   7171:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   7172:          tests/145.html, tests/149.html, tests/descript.ion,
                   7173:          tests/outputs/d.cmd, tests/results/142.processed,
                   7174:          tests/results/143.processed, tests/results/144.processed,
                   7175:          tests/results/145.processed, tests/results/146.processed,
                   7176:          tests/results/147.processed, tests/results/148.processed,
                   7177:          tests/results/149.processed: . removed .nodeValue from all node
                   7178:          types other than 5 (grabbed piece from gdome)
                   7179: 
                   7180:        * tests/: 137.html, results/137.processed: . not handled this case
                   7181:          yet. code does not hang from inserting parent into child,
                   7182:          considering thing minor issue -- nodes are removed from source
                   7183:          anyway, don't know why shold that be an error after all
                   7184: 
                   7185:        * src/targets/cgi/parser3.C: . style
                   7186: 
                   7187:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   7188:          xdoc too [were barking "not element"]
                   7189: 
                   7190: 2005-12-16  paf
                   7191: 
                   7192:        * tests/: 146.html, 147.html, 148.html: . more tests
                   7193: 
                   7194:        * src/classes/xnode.C: . also bark on possible errors
                   7195: 
                   7196:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   7197:          props
                   7198: 
                   7199:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   7200:          main/compile.y: merged from HEAD ! fixed overoptimized
                   7201:          ^call(false) case. (confused it with ^call[] case)
                   7202: 
                   7203:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   7204:          ^call(false) case. (confused it with ^call[] case)
                   7205: 
                   7206:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   7207: 
                   7208:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   7209:          results/001.processed, results/002.processed,
                   7210:          results/003.processed, results/004.processed,
                   7211:          results/005.processed, results/006.processed,
                   7212:          results/008.processed, results/009.processed,
                   7213:          results/010.processed, results/011.processed,
                   7214:          results/012.processed, results/013.processed,
                   7215:          results/014.processed, results/015.processed,
                   7216:          results/016.processed, results/017.processed,
                   7217:          results/018.processed, results/019.processed,
                   7218:          results/020.processed, results/021.processed,
                   7219:          results/022.processed, results/023.processed,
                   7220:          results/024.processed, results/025.processed,
                   7221:          results/026.processed, results/027.processed,
                   7222:          results/028.processed, results/029.processed,
                   7223:          results/030.processed, results/031.processed,
                   7224:          results/032.processed, results/033.processed,
                   7225:          results/034.processed, results/035.processed,
                   7226:          results/036.processed, results/037.processed,
                   7227:          results/038.processed, results/039.processed,
                   7228:          results/040.processed, results/041.processed,
                   7229:          results/042.processed, results/043.processed,
                   7230:          results/044.processed, results/045.processed,
                   7231:          results/046.processed, results/047.processed,
                   7232:          results/048.processed, results/049.processed,
                   7233:          results/050.processed, results/051.processed,
                   7234:          results/052.processed, results/053.processed,
                   7235:          results/054.processed, results/055.processed,
                   7236:          results/056.processed, results/057.processed,
                   7237:          results/058.processed, results/059.processed,
                   7238:          results/060.processed, results/061.processed,
                   7239:          results/062.processed, results/063.processed,
                   7240:          results/064.processed, results/065.processed,
                   7241:          results/066.processed, results/067.processed,
                   7242:          results/068.processed, results/069.processed,
                   7243:          results/070.processed, results/071.processed,
                   7244:          results/072.processed, results/073.processed,
                   7245:          results/074.processed, results/075.processed,
                   7246:          results/076.processed, results/077.processed,
                   7247:          results/078.processed, results/079.processed,
                   7248:          results/080.processed, results/081.processed,
                   7249:          results/082.processed, results/083.processed,
                   7250:          results/084.processed, results/085.processed,
                   7251:          results/086.processed, results/087.processed,
                   7252:          results/088.processed, results/089.processed,
                   7253:          results/090.processed, results/091.processed,
                   7254:          results/092.processed, results/093.processed,
                   7255:          results/094.processed, results/095.processed,
                   7256:          results/096.processed, results/097.processed,
                   7257:          results/099.processed, results/101.processed,
                   7258:          results/102.processed, results/104.processed,
                   7259:          results/105.processed, results/106.processed,
                   7260:          results/107.processed, results/108.processed,
                   7261:          results/109.processed, results/110.processed,
                   7262:          results/111.processed, results/112.processed,
                   7263:          results/113.processed, results/114.processed,
                   7264:          results/115.processed, results/116.processed,
                   7265:          results/117.processed, results/118.processed,
                   7266:          results/119.processed, results/120.processed,
                   7267:          results/121.processed, results/122.processed,
                   7268:          results/123.processed, results/124.processed,
                   7269:          results/125.processed, results/126.processed,
                   7270:          results/127.processed, results/128.processed,
                   7271:          results/129.processed, results/130.processed,
                   7272:          results/131.processed, results/132.processed,
                   7273:          results/133.processed, results/134.processed,
                   7274:          results/135.processed, results/136.processed,
                   7275:          results/137.processed, results/138.processed,
                   7276:          results/139.processed, results/140.processed,
                   7277:          results/141.processed: . refreshed old tests, made them work
                   7278:          without auto.p (in utf8) . things noted: . gif got encoded
                   7279:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   7280:          some strange year)
                   7281: 
                   7282:        * INSTALL: . revived linux libgc fix
                   7283: 
                   7284:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   7285:          glib/gdome in INSTALL and patches]
                   7286: 
                   7287:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7288:          include/pa_charset.h, include/pa_config_includes.h,
                   7289:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   7290:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   7291:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7292:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   7293:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   7294:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   7295:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   7296:          types/pa_vxnode.h: . started killing gdome
                   7297: 
                   7298: 2005-12-13  paf
                   7299: 
                   7300:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   7301:          @unhandled_exception thrown another exception, print correct
                   7302:          origin (earlier code in catch of exception inside of
                   7303:          @unhandled_exception grabbed parent_frame(original_exception)
                   7304:          origin and printed it, instead of true origin)
                   7305: 
                   7306:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   7307:          another exception, print correct origin (earlier code in catch of
                   7308:          exception inside of @unhandled_exception grabbed
                   7309:          parent_frame(original_exception) origin and printed it, instead
                   7310:          of true origin)
                   7311: 
                   7312: 2005-12-09  paf
                   7313: 
                   7314:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   7315:          detection problem, due to change in gc6.4 code
                   7316: 
                   7317:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   7318:          ignored in ^string.matched :(
                   7319: 
                   7320:        * src/main/pa_string.C: ! regex tainting were ignored in
                   7321:          ^string.matched :(
                   7322: 
                   7323:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   7324:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   7325:          src/main/compile.y, src/main/compile_tools.h,
                   7326:          src/main/pa_charset.C, src/main/pa_common.C,
                   7327:          src/main/pa_globals.C, src/main/pa_string.C,
                   7328:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   7329:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   7330: 
                   7331: 2005-12-08  paf
                   7332: 
                   7333:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   7334:          500 chars now handled OK [were wrapped on 500th char according to
                   7335:          rfc, but sendmail failed to unwrap it properly]
                   7336: 
                   7337:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   7338:          handled OK [were wrapped on 500th char according to rfc, but
                   7339:          sendmail failed to unwrap it properly]
                   7340: 
                   7341:        * src/targets/isapi/parser3isapi.C: . less warnings
                   7342: 
                   7343:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   7344:          since 3.1.5
                   7345: 
                   7346:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   7347:          link fixes
                   7348: 
                   7349:        * src/: classes/date.C, include/pa_config_fixed.h,
                   7350:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   7351:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   7352:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   7353: 
                   7354:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   7355:          [in current storage scheme there's no place for them. someday we
                   7356:          can add third CORD to store origins and special version of parser
                   7357:          which stores origins there [separate binary]]
                   7358: 
                   7359: 2005-12-07  paf
                   7360: 
                   7361:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   7362: 
                   7363:        * src/include/pa_version.h: makefiles
                   7364: 
                   7365:        * src/include/pa_version.h: . not beta
                   7366: 
                   7367:        * configure, configure.in, src/include/pa_version.h: not beta
                   7368: 
                   7369: 2005-12-06  paf
                   7370: 
                   7371:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   7372:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   7373:          decided to undo the change ^call[$void] passes void. now it will
                   7374:          pass empty string again.
                   7375: 
                   7376:        * src/main/: compile.tab.C, compile.y: . version readded
                   7377: 
                   7378:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   7379:          = ^switch[void] problem
                   7380: 
                   7381: 2005-12-01  paf
                   7382: 
                   7383:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   7384:          caused ^case[string] to be coerced to double since searching
                   7385:          value were not string (it was vvoid)
                   7386: 
                   7387:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   7388:          ^case[string] to be coerced to double since searching value were
                   7389:          not string (it was vvoid)
                   7390: 
                   7391:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   7392:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   7393: 
                   7394: 2005-11-30  paf
                   7395: 
                   7396:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   7397:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   7398: 
                   7399:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   7400:          putenv("TZ="), on unix works only putenv("TZ")
                   7401: 
                   7402:        * INSTALL: . xml libs versions updated
                   7403: 
                   7404:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   7405:          claims that fixed a lot there // 20040920 for now both
                   7406:          workarounds needed. wait for new libxml/xsl versions
                   7407: 
                   7408: 2005-11-28  paf
                   7409: 
                   7410:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   7411:          columns==0
                   7412: 
                   7413:        * src/classes/table.C: ! nameless table has columns==0
                   7414: 
                   7415:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   7416:          earlier [was totally wrong]
                   7417: 
                   7418:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   7419:          wrong]
                   7420: 
                   7421: 2005-11-25  paf
                   7422: 
                   7423:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   7424:          undoing for now...
                   7425: 
                   7426:        * src/include/pa_version.h: -this reduces speed(table::load),
                   7427:          strange. undoing
                   7428: 
                   7429:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   7430: 
                   7431:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   7432: 
                   7433:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   7434:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   7435:          this speeds things up and saves memory a LOT! (not noticed
                   7436:          negative effect on syntetic tests, future will tell...)
                   7437: 
                   7438:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   7439:          changed gc_malloc implementation, which obscured profiling
                   7440: 
                   7441:        * src/classes/table.C: merged from HEAD: + optimized
                   7442:          table::load/sql, now row ArrayString-s allocated with
                   7443:          columns.count() elements and don't always grow from
                   7444:          count=3[realloc,realloc]
                   7445: 
                   7446:        * src/classes/table.C: + optimized table::load/sql, now row
                   7447:          ArrayString-s allocated with columns.count() elements and don't
                   7448:          always grow from count=3[realloc,realloc]
                   7449: 
                   7450:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   7451:          buffer after save
                   7452: 
                   7453:        * src/classes/table.C: . ^table.save unused buffer after save
                   7454: 
                   7455: 2005-11-24  paf
                   7456: 
                   7457:        * configure.in: . merged glib2-config patch
                   7458: 
                   7459:        * configure.in: + trying to find glib2-config
                   7460: 
                   7461:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   7462:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   7463:          file/dir_readable to simple file/dir_exist, this would help in
                   7464:          situations "class not found because .p file has bad rights" << in
                   7465:          that case error would be explicit "access denied to 'this' file"
                   7466: 
1.101   ! moko     7467:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     7468: 
                   7469:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   7470:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   7471:          to simple file/dir_exist, this would help in situations "class
                   7472:          not found because .p file has bad rights" << in that case error
                   7473:          would be explicit "access denied to 'this' file"
                   7474: 
                   7475:        * src/: classes/file.C, 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: merged from HEAD: +!
                   7478:          ^file::exec/cgi[script;$.charset[changed]
                   7479:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   7480:          encoded in $.charset charset
                   7481: 
                   7482:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   7483:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   7484:          encoded in $.charset charset
                   7485: 
                   7486:        * src/: include/Makefile.am, include/pa_common.h,
                   7487:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   7488:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   7489:          separate file [preparation for
                   7490:          ^file::cgi[script;$.form[$.field1[]
                   7491: 
                   7492: 2005-11-22  paf
                   7493: 
                   7494:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   7495: 
                   7496:        * acinclude.m4, configure.in: . merged underquting fixes
                   7497: 
1.101   ! moko     7498:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     7499: 
                   7500:        * src/classes/op.C: . overmerged a little
                   7501: 
                   7502:        * src/main/compile.tab.C: Makefile
                   7503: 
                   7504:        * src/main/: pa_common.C: . less gcc warnings
                   7505: 
                   7506:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   7507:          now reports original exception if we have no old cache
                   7508: 
                   7509:        * src/classes/op.C: + $exception.handled[cache] now reports
                   7510:          original exception if we have no old cache
                   7511: 
                   7512:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   7513:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   7514:          \^$.[]|()?*+{}
                   7515: 
                   7516:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   7517:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   7518: 
                   7519:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   7520:          getenv-ed variable, which does not work both on win32&unix.
                   7521:          copied old TZ value now
                   7522: 
                   7523:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   7524:          stored pointer to getenv-ed variable, which does not work both on
                   7525:          win32&unix. copied old TZ value now
                   7526: 
                   7527:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   7528:          getenv-ed variable, which does not work both on win32&unix.
                   7529:          copied old TZ value now
                   7530: 
                   7531:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   7532:          access to internal hash
                   7533: 
                   7534:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   7535:          hash
                   7536: 
                   7537:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   7538:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   7539:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   7540:          very large block" messages to only important onces
                   7541: 
                   7542:        * src/targets/isapi/parser3isapi.C: +
                   7543:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   7544:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   7545:          very large block" messages to only important onces
                   7546: 
                   7547:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   7548:          ^string/int/double:sql{}[$.default[({param style})] ]
                   7549: 
                   7550:        * src/classes/string.C: + removed limitation on
                   7551:          ^string/int/double:sql{}[$.default[({param style})] ]
                   7552: 
                   7553:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   7554:          with ?params or $.form option" limitation
                   7555: 
                   7556:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   7557:          $.form option" limitation
                   7558: 
                   7559:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7560:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   7561:          ^file::base64[encoded] decode
                   7562: 
                   7563:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7564:          main/pa_common.C: + ^file.base64[] encode +
                   7565:          ^file::base64[encoded] decode
                   7566: 
                   7567:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   7568:          ^string:base64[encoded] decode
                   7569: 
                   7570:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   7571:          ^string:base64[in] encode + ^string.base64[] decode
                   7572: 
                   7573: 2005-11-21  paf
                   7574: 
                   7575:        * src/classes/file.C: + merged from HEAD:
                   7576:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   7577: 
                   7578:        * src/classes/file.C: +
                   7579:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   7580: 
                   7581:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   7582:          differes from :download, it does not return content-disposition
                   7583:          at all now [previusely it returned valueless content-disposition]
                   7584: 
                   7585:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   7586:          :download, it does not return content-disposition at all now
                   7587:          [previusely it returned valueless content-disposition]
                   7588: 
                   7589:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   7590:          literals, reverted to just vvod, recreating empty array with each
                   7591:          void_value token. that's absolutely needed, since that array
                   7592:          grows
                   7593: 
                   7594:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   7595:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   7596:          types/pa_vmethod_frame.h: + merged: expression literals:
                   7597:          true/false. ^format[$.indent(true)]
                   7598: 
                   7599:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   7600:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   7601:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   7602:          ^format[$.indent(true)]
                   7603: 
                   7604:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   7605:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   7606:          i386-pc-win32)"
                   7607: 
                   7608:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   7609:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   7610:          i386-pc-win32)"
                   7611: 
                   7612: 2005-11-18  paf
                   7613: 
                   7614:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   7615:          null}[$.default(123)] will now return default value
                   7616: 
                   7617:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   7618:          expiration time
                   7619: 
                   7620:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   7621:          time
                   7622: 
                   7623:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   7624:          failed << Exception.problem_source pointed to local var!
                   7625: 
                   7626:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   7627:          Exception.problem_source pointed to local var!
                   7628: 
                   7629:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   7630:          now loads VFile.ptr!=0, so such files can be saved now
                   7631: 
                   7632:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   7633:          loads VFile.ptr!=0, so such files can be saved now
                   7634: 
                   7635:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   7636:          only . and .. now removed from list [were removed all .*]
                   7637: 
                   7638:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   7639:          .. now removed from list [were removed all .*]
                   7640: 
                   7641:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   7642:          open error now checked, were not :( [stole that piece from apache
                   7643:          1.3 sources]
                   7644: 
                   7645:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   7646:          checked, were not :( [stole that piece from apache 1.3 sources]
                   7647: 
                   7648:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   7649:          untainting of @main result if returned by $result or
                   7650:          $response:body
                   7651: 
                   7652:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   7653:          result if returned by $result or $response:body
                   7654: 
                   7655:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   7656:          issue: now tries to guess content-length and allocates one big
                   7657:          piece if possible [regretfully gc_realloc works as malloc+free,
                   7658:          leaving lots of holes behind]
                   7659: 
                   7660:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   7661:          fixed file load memory issue: now tries to guess content-length
                   7662:          and allocates one big piece if possible [regretfully gc_realloc
                   7663:          works as malloc+free, leaving lots of holes behind]
                   7664: 
                   7665: 2005-11-16  paf
                   7666: 
                   7667:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   7668:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   7669:          table::save with enclosers now doubles them: "->"" !
                   7670:          table::save/load do not remove elements from options hash
                   7671: 
                   7672:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   7673:          [were overoptimized ^if(double_literal), compiler confused
                   7674:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   7675: 
                   7676:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   7677:          [were overoptimized ^if(double_literal), compiler confused
                   7678:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   7679: 
                   7680:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   7681:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   7682:          "->"" ! table::save/load do not remove elements from options hash
                   7683: 
                   7684: 2005-11-03  paf
                   7685: 
1.101   ! moko     7686:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
        !          7687:          compilation, not all makefiles liked that
1.95      moko     7688: 
                   7689: 2005-08-30  paf
                   7690: 
                   7691:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   7692: 
                   7693:        * src/classes/op.C: . speedup check of [DEFAULT]
                   7694: 
                   7695: 2005-08-26  paf
                   7696: 
                   7697:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   7698: 
                   7699:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   7700: 
                   7701:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   7702:          complains about bad!=nameless
                   7703: 
                   7704:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   7705:          about bad!=nameless
                   7706: 
                   7707:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   7708:          optional options were allowed to be empty. were checked
                   7709:          if(is_string), changed to !defined||is_string to allow void
                   7710: 
                   7711:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   7712:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   7713:          options were allowed to be empty. were checked if(is_string),
                   7714:          changed to !defined||is_string to allow void
                   7715: 
                   7716:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   7717:          as_junction where they needed as_int/double, so failed with
                   7718:          recent "(const) now no junction" optimization
                   7719: 
                   7720:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   7721:          merged ! many classes/*  used as_junction where they needed
                   7722:          as_int/double, so failed with recent "(const) now no junction"
                   7723:          optimization
                   7724: 
                   7725:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   7726:          classes/op.C, classes/string.C, classes/table.C,
                   7727:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   7728:          used as_junction where they needed as_int/double, so failed with
                   7729:          recent "(const) now no junction" optimization
                   7730: 
                   7731: 2005-08-24  paf
                   7732: 
                   7733:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   7734:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   7735:          stripped it
                   7736: 
                   7737: 2005-08-09  paf
                   7738: 
                   7739:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7740:          not cleared
                   7741: 
                   7742:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7743:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7744:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7745:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7746:          classes/response.C, classes/string.C, classes/table.C,
                   7747:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7748:          include/pa_array.h, include/pa_cache_managers.h,
                   7749:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7750:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7751:          include/pa_dictionary.h, include/pa_dir.h,
                   7752:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7753:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7754:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7755:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7756:          include/pa_sapi.h, include/pa_socks.h,
                   7757:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7758:          include/pa_stack.h, include/pa_string.h,
                   7759:          include/pa_stylesheet_connection.h,
                   7760:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7761:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7762:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7763:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7764:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7765:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   7766:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7767:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7768:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7769:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   7770:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   7771:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   7772:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7773:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7774:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7775:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7776:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7777:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7778:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7779:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7780:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7781:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   7782:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   7783:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   7784:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7785:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   7786:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7787:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7788:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7789:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7790:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7791:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7792:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7793:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7794:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7795:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7796:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7797:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   7798: 
                   7799:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   7800:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   7801:          speedup consequent checks in vmethod_frame
                   7802: 
                   7803:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   7804:          not cleared
                   7805: 
                   7806:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   7807:          params: 50 max (were 10)
                   7808: 
                   7809:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   7810:          params: 50 max (were 10)
                   7811: 
                   7812:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   7813:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   7814:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   7815:          empty string) ! simplified (double) speedup consequent checks in
                   7816:          vmethod_frame
                   7817: 
                   7818:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   7819:          optimized constants in expressions vstring->vdouble + optimized
                   7820:          ^call(vdouble), no junction creation, no calls later
                   7821: 
                   7822: 2005-08-08  paf
                   7823: 
                   7824:        * bin/auto.p.dist.in: merged . apache bad 404 handling workaround
                   7825:          integrated
                   7826: 
                   7827:        * bin/auto.p.dist.in: . apache bad 404 handling workaround
                   7828:          integrated
                   7829: 
                   7830:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   7831:          compile_tools.h: merged + optimized constants in expressions
                   7832:          vstring->vdouble + optimized ^call(vdouble), no junction
                   7833:          creation, no calls later
                   7834: 
                   7835:        * src/types/pa_vdouble.h: merged . double values without fractional
                   7836:          part now default printed as %.0f instead of %g
                   7837: 
                   7838:        * src/types/pa_vdouble.h: . double values without fractional part
                   7839:          now default printed as %.0f instead of %g
                   7840: 
                   7841:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   7842:          cause an exception
                   7843: 
                   7844:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   7845:          exception
                   7846: 
                   7847:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   7848:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7849:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7850:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   7851:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   7852:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7853:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7854:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7855:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   7856:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   7857:          merged VJunction(new Junction) optimization from 3.1.4
                   7858: 
                   7859:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   7860:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   7861:          Junction(params)) to new VJunction(params), thousands of mallocs
                   7862:          removed
                   7863: 
                   7864: 2005-08-05  paf
                   7865: 
                   7866:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   7867:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   7868:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   7869:          creation, no calls later
                   7870: 
                   7871:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   7872:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7873:          classes/hashfile.C, classes/image.C, classes/int.C,
                   7874:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   7875:          classes/response.C, classes/string.C, classes/table.C,
                   7876:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   7877:          include/pa_array.h, include/pa_cache_managers.h,
                   7878:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7879:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7880:          include/pa_dictionary.h, include/pa_dir.h,
                   7881:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7882:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   7883:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   7884:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7885:          include/pa_sapi.h, include/pa_socks.h,
                   7886:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7887:          include/pa_stack.h, include/pa_string.h,
                   7888:          include/pa_stylesheet_connection.h,
                   7889:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7890:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7891:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7892:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7893:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   7894:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   7895:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   7896:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   7897:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   7898:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   7899:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   7900:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   7901:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   7902:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   7903:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   7904:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7905:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7906:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   7907:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   7908:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7909:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   7910:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   7911:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   7912:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   7913:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7914:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   7915:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   7916:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   7917:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   7918:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   7919:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7920:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7921:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   7922:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   7923:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7924:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   7925:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   7926: 
                   7927:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   7928:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   7929:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   7930:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   7931:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   7932:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   7933:          optimized constants in expressions vstring->vdouble
                   7934: 
                   7935: 2005-07-29  paf
                   7936: 
                   7937:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   7938: 
                   7939:        * src/types/pa_vclass.C: + property getter can now be overridden
                   7940: 
                   7941:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   7942:          bug fix: static parent fields were not replaced in case
                   7943:          $derived:field[put] + property setter can now be overridden
                   7944: 
                   7945: 2005-07-28  paf
                   7946: 
                   7947:        * configure, configure.in, src/classes/classes.h,
                   7948:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   7949:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   7950:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   7951:          src/classes/xnode.h, src/include/pa_hash.h,
                   7952:          src/include/pa_version.h, src/main/execute.C,
1.101   ! moko     7953:          src/types/Makefile.am, src/types/pa_method.h,
        !          7954:          src/types/pa_value.h, src/types/pa_vclass.C,
        !          7955:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
        !          7956:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
        !          7957:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
        !          7958:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
        !          7959:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
        !          7960:          src/types/pa_vobject.C, src/types/pa_vobject.h,
        !          7961:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
        !          7962:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
        !          7963:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
        !          7964:          src/types/pa_vstateless_class.h,
1.95      moko     7965:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   7966:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   7967:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   7968:          dynamic_fields_join
                   7969: 
                   7970:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7971:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   7972:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   7973:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   7974:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   7975:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   7976:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   7977:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7978:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   7979:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7980:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   7981:          restored its checks in vobject.put_element->static fields |
                   7982:          dynamic properties
                   7983: 
                   7984: 2005-07-27  paf
                   7985: 
                   7986:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   7987:          is some old code containing @set_name $name
                   7988: 
                   7989:        * src/types/pa_vobject.h: . fixed warning
                   7990: 
                   7991:        * configure, configure.in, src/include/pa_version.h,
1.101   ! moko     7992:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     7993: 
                   7994:        * src/: classes/xnode.C, include/pa_hash.h,
                   7995:          types/pa_vstateless_class.C: ! new asserts were all false.
                   7996:          regretfully reverted them all to checks
                   7997: 
                   7998:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   7999:          classes/op.C, main/execute.C, types/pa_method.h,
                   8000:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8001:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8002:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   8003:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   8004:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   8005:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   8006:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8007:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   8008:          joined_dynamic_fields: removed unused param from put_method
                   8009:          (returned to 3 params)
                   8010: 
                   8011:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   8012:          joined_dynamic_fields: dynamic get/set works with overriding
                   8013:          props [alpha2]
                   8014: 
                   8015:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   8016:          works [alfa]
                   8017: 
                   8018:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   8019:          classes/op.C, include/pa_hash.h, main/execute.C,
                   8020:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   8021:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   8022:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   8023:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   8024:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   8025:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   8026:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   8027:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8028:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   8029:          joined_dynamic_fields: just compiled
                   8030: 
                   8031:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   8032:          classes/hashfile.C, classes/image.C, classes/table.C,
                   8033:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   8034:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   8035:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   8036: 
                   8037:        * src/types/pa_vobject.C: . object setters [only started, does not
                   8038:          work yet]
                   8039: 
                   8040:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   8041:          object setters [only started, does not work yet]
                   8042: 
                   8043: 2005-07-26  paf
                   8044: 
                   8045:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   8046:          works [alpha2]. for classes. todo: for objects
                   8047: 
                   8048:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   8049:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8050:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8051:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   8052:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   8053:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   8054:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   8055:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8056:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   8057:          properties: set works [alpha1]
                   8058: 
                   8059: 2005-07-25  paf
                   8060: 
                   8061:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   8062:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   8063:          properties: started, get works [alpha1, other approach]
                   8064: 
                   8065:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   8066:          properties: started, get works [alpha2]
                   8067: 
                   8068:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   8069:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   8070: 
                   8071: 2005-07-15  paf
                   8072: 
                   8073:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   8074:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   8075:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   8076:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   8077:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   8078:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   8079:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   8080:          types/pa_vresponse.C, types/pa_vresponse.h,
                   8081:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8082:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   8083:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   8084:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   8085:          [getters work but think of changing them too to precaching]
                   8086: 
                   8087: 2005-07-08  paf
                   8088: 
                   8089:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   8090:          gpf
                   8091: 
                   8092: 2005-06-28  paf
                   8093: 
                   8094:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   8095:          in passing empty strings to file::exec/cgi environment
                   8096: 
                   8097: 2005-06-06  paf
                   8098: 
                   8099:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   8100:          ^table:sql ^hash:sql now DO process $.bind option
                   8101: 
                   8102: 2005-05-24  paf
                   8103: 
                   8104:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   8105:          $.limit] now work again [support was broken in 3.1.4]
                   8106: 
                   8107:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   8108:          ALL_INTERIOR_POINTERS
                   8109: 
                   8110: 2005-05-12  paf
                   8111: 
                   8112:        * configure: 3.1.5beta
                   8113: 
                   8114:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   8115: 
                   8116:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   8117:          $.limit] now work again [support was broken in 3.1.4]
                   8118: 
                   8119:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   8120:          line-width  [was refusing to fill if line-width >1, thanks to
                   8121:          Seras <seras@pinxit.lt> for repro case
                   8122: 
                   8123: 2005-04-25  paf
                   8124: 
                   8125:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   8126:          correctly
                   8127: 
                   8128: 2005-04-19  paf
                   8129: 
                   8130:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   8131:          in VString violating invariant!!
                   8132: 
                   8133:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   8134:          getenv("TZ")==null
                   8135: 
                   8136: 2005-04-08  paf
                   8137: 
                   8138:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   8139:          bugfix: when there is no char in charset one byte produces 6
                   8140:          (&#255; <<max). increased buffer size!
                   8141: 
                   8142: 2005-03-23  paf
                   8143: 
                   8144:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   8145:          ^date.sql-string now takes TZ into account
                   8146: 
                   8147: 2005-03-16  paf
                   8148: 
                   8149:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   8150:          gcc 3.4
                   8151: 
                   8152:        * src/types/pa_vhash.C: . warning about eof eol
                   8153: 
                   8154: 2005-02-17  paf
                   8155: 
                   8156:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   8157:          seconds)
                   8158: 
                   8159: 2005-02-02  paf
                   8160: 
                   8161:        * src/classes/xnode.C: beauty: removed needless includes
                   8162: 
                   8163: 2005-01-31  paf
                   8164: 
                   8165:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   8166:          $.partNoNumber now alias to $.part1
                   8167: 
                   8168:        * src/types/pa_vmail.C: change: incoming letter part contains
                   8169:          "content-disposition" header with any value? now considering that
                   8170:          part to be "file#" [for text/plain text/html were $.text#
                   8171:          $.html#]
                   8172: 
                   8173:        * INSTALL: updatet to latest working versions available
                   8174: 
                   8175: 2005-01-20  paf
                   8176: 
                   8177:        * configure.in, src/include/pa_version.h: version
                   8178: 
                   8179: 2005-01-19  paf
                   8180: 
1.101   ! moko     8181:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
        !          8182:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
        !          8183:          couple warnings in parser3.C
1.95      moko     8184: 
                   8185: 2004-12-23  paf
                   8186: 
                   8187:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   8188: 
                   8189:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   8190:          dir to directory of script (when shbang used), not to directory
                   8191:          of its interpreter
                   8192: 
                   8193:        * src/include/pa_version.h: compiled on win32...
                   8194: 
                   8195:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   8196:          we need more hspace
                   8197: 
                   8198:        * configure, configure.in, src/include/pa_version.h: configured
                   8199:          host to pa_version. will be displayed everywhere
                   8200: 
                   8201:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   8202:          exception from being logged by setting $exception.handled(1)
                   8203: 
                   8204:        * operators.txt, src/classes/file.C: change:
                   8205:          ^file::sql{query}[[options]] options: $.name[file name]
                   8206:          $.content-type[application/what]
                   8207: 
                   8208:        * src/: include/pa_common.h, main/pa_common.C,
                   8209:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   8210:          new file
                   8211: 
                   8212:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   8213:          bugfix: table->hash now regards _default
                   8214: 
                   8215:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   8216:          created by accessing $name_of_method it acquired bad self=closest
                   8217:          methodframe; instead of proper self (current class)
                   8218: 
                   8219:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   8220:          hashfile produced bad cord
                   8221: 
                   8222: 2004-12-10  paf
                   8223: 
                   8224:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   8225:          subsequent failures though defined in .h
                   8226: 
                   8227:        * src/main/pa_common.C: comment on volatile
                   8228: 
                   8229:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   8230:          alarm function were not used since the beginning due to stupid
                   8231:          error [setsigjmp were not checked in configure.in]
                   8232: 
                   8233:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   8234:          unix too
                   8235: 
                   8236:        * src/main/pa_common.C: http: exception status of send/recv errors
                   8237:          change to most probable http.timeout
                   8238: 
                   8239:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   8240:          works [setsockopt on send/receive]
                   8241: 
                   8242: 2004-12-08  paf
                   8243: 
                   8244:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   8245:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   8246:          proper charset
                   8247: 
                   8248: 2004-11-24  paf
                   8249: 
                   8250:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   8251: 
                   8252:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   8253:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   8254: 
                   8255: 2004-11-12  paf
                   8256: 
                   8257:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   8258:          [since 3.0.4]
                   8259: 
                   8260: 2004-11-09  paf
                   8261: 
                   8262:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   8263:          writes basics to c:\parser3.log
                   8264: 
                   8265: 2004-10-21  paf
                   8266: 
                   8267:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   8268:          tainted strings [were returning clean onces]
                   8269: 
                   8270: 2004-10-15  paf
                   8271: 
                   8272:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   8273:          cycles(i=1; i=2), which was wrong, now does ONE
                   8274: 
                   8275: 2004-10-12  paf
                   8276: 
                   8277:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   8278: 
                   8279: 2004-10-07  paf
                   8280: 
                   8281:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   8282:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   8283:          release asserts
                   8284: 
                   8285:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   8286:          String.dump() to stdout in detailed form  [were String.v() in
                   8287:          short form]
                   8288: 
                   8289:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   8290:          \t\r\n as @#| and truncates long char sequences less
                   8291: 
                   8292: 2004-10-06  paf
                   8293: 
                   8294:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   8295:          win32 beauty: socket errors properly decoded
                   8296: 
                   8297: 2004-10-05  paf
                   8298: 
                   8299:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   8300:          request::configure_user/admin done always, even if no
                   8301:          file-to-process useful in @unhandled_exception [say, if they
                   8302:          would want to mail by SMTP something]
                   8303: 
                   8304:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   8305:          now performed prior to file loading [and @auto executing] thus
                   8306:          making $cookie:value available in @auto and in
                   8307:          @unhandled_exception when IIS is configured to run interpreter
                   8308:          even if no file exist
                   8309: 
                   8310: 2004-09-20  paf
                   8311: 
                   8312:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   8313:          somewhere where it should have called xmlMalloc and it calls
                   8314:          xmlFree when it should have not called it.  inserted two
                   8315:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   8316:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   8317:          author would fix all that.  until that day: we have SLOW garbage
                   8318:          collecting when many xml objects are alive hint: do
                   8319:          ^memory:compact[] before xdoc::create
                   8320: 
                   8321: 2004-09-17  paf
                   8322: 
                   8323:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   8324:          error from 3.0.8 version]
                   8325: 
                   8326: 2004-09-14  paf
                   8327: 
                   8328:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   8329:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   8330:          modified inside
                   8331: 
                   8332: 2004-09-13  paf
                   8333: 
                   8334:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   8335:          [were as octal]
                   8336: 
                   8337:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   8338:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   8339:          safety-check
                   8340: 
                   8341:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   8342:          [not something obscure from sdbm lib]
                   8343: 
                   8344:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   8345:          = strerror now returnes something and we can properly report that
                   8346:          to client
                   8347: 
                   8348:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   8349:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   8350: 
                   8351:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   8352:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   8353:          not be unnecessary optimized away [ruining javascript]
                   8354: 
                   8355:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   8356:          [tainted as-is]
                   8357: 
                   8358:        * src/classes/mail.C: bugfix: typo error
                   8359: 
                   8360: 2004-09-09  paf
                   8361: 
                   8362:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   8363:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   8364:          (bloody yandex.server)
                   8365: 
                   8366: 2004-09-06  paf
                   8367: 
                   8368:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   8369:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   8370:          encoded
                   8371: 
                   8372: 2004-09-01  paf
                   8373: 
                   8374:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   8375:          multipart/related outlook express have no problems showing
                   8376:          unrelated attachments.  todo: someday figure out a way of
                   8377:          multipart/mixed    multipart/related       text/html
                   8378:          image/xxx application/octet-stream << true attachments
                   8379: 
                   8380:        * src/types/pa_vmail.C: new:
                   8381:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   8382:          empty mail header fields removed from letter
                   8383: 
                   8384:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   8385:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   8386:          ^mail:send[    $.file[       $.any[header]
                   8387: 
                   8388: 2004-08-30  paf
                   8389: 
                   8390:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   8391:          warnings
                   8392: 
                   8393:        * src/main/pa_common.C: beauty: do not bother with charset
                   8394:          detection when ^file::load[binary
                   8395: 
                   8396: 2004-08-27  paf
                   8397: 
                   8398:        * src/main/pa_common.C: hack: for yandex.server http server
                   8399: 
                   8400: 2004-08-18  paf
                   8401: 
                   8402:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   8403:          possibly-chunked response
                   8404: 
                   8405: 2004-08-17  paf
                   8406: 
                   8407:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   8408:          $f.content-type now = that of http response
                   8409: 
                   8410:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   8411:          $f.content-type now = that of http response
                   8412: 
                   8413: 2004-07-30  paf
                   8414: 
                   8415:        * src/: include/pa_request.h, main/pa_request.C,
                   8416:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   8417:          win32: system&parser exceptions in release mode reported properly
                   8418:          parser exception in exception handler WERE mistakenly reported as
                   8419:          system exception, without details [in apache & isapi] +some
                   8420:          beauty in exception text
                   8421: 
                   8422:        * src/: include/pa_exception.h, main/pa_request.C,
                   8423:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   8424:          release mode reported properly parser exception in exception
                   8425:          handler WERE mistakenly reported as system exception, without
                   8426:          details
                   8427: 
                   8428:        * src/main/execute.C: beauty: simplified system exception handling
                   8429: 
                   8430: 2004-07-29  paf
                   8431: 
                   8432:        * src/classes/table.C: bugfix:
                   8433:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   8434:          were ignored, and \t used unconditionally]
                   8435: 
                   8436:        * src/types/Makefile.am: added vhash.c
                   8437: 
                   8438: 2004-07-28  paf
                   8439: 
                   8440:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   8441:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   8442:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   8443:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   8444:          failed on russian letters
                   8445: 
                   8446:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   8447:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   8448:          letters
                   8449: 
                   8450:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   8451:          as 'currentDirectory' parameter to CreateProcess
                   8452: 
                   8453: 2004-07-27  paf
                   8454: 
                   8455:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   8456:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   8457:          from release somewhere [to help searching for unhandled system
                   8458:          exceptions]
                   8459: 
                   8460:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   8461:          TZ shift
                   8462: 
                   8463:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   8464:          but also in ctor
                   8465: 
                   8466: 2004-07-26  paf
                   8467: 
                   8468:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   8469:          src/main/pa_request.C, src/types/pa_vfile.h,
                   8470:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   8471:          src/types/types.vcproj: new: $response:body/download[
                   8472:          $.file[name on disk]    $.name[of file for user]
                   8473:          $.mdate[date of last-modified. default from directory] ]
                   8474: 
                   8475:        * src/classes/file.C: moving file:send somewhere else..
                   8476: 
                   8477:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   8478:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   8479:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   8480:          $response:download[ $.filename[filename] $.option[] ,, ]
                   8481: 
                   8482:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   8483: 
                   8484: 2004-07-21  paf
                   8485: 
                   8486:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   8487:          to several lines
                   8488: 
                   8489:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   8490: 
                   8491:          note: ms outlook[!express] shows only first 255 characters of
                   8492:          subject
                   8493: 
                   8494: 2004-07-15  paf
                   8495: 
                   8496:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   8497:          off]
                   8498: 
                   8499: 2004-07-14  paf
                   8500: 
                   8501:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   8502:          according to lang  [were: as-is]
                   8503: 
                   8504: 2004-07-07  paf
                   8505: 
                   8506:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   8507:          checked that
                   8508: 
                   8509:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   8510:          now untainted according to their languages.  were: as-is.
                   8511:          EVERYWHERE
                   8512: 
                   8513:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   8514:          environment string now untainted according to their languages.
                   8515:          were: as-is. EVERYWHERE
                   8516: 
                   8517:        * src/main/pa_exec.C: bufix: on unix environment string now
                   8518:          untainted according to their languages.  were: as-is. on win32:
                   8519:          ok
                   8520: 
                   8521:        * parser3.vssscc: ...would not go unnoticed
                   8522: 
                   8523:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   8524:          fails. in case on input appears nonutf, those bytes will be
                   8525:          printed in %HH form. that can be easily decoded/recovered.
                   8526: 
                   8527:          this form is quite noticable, and hopefully would not go noticed
                   8528: 
                   8529: 2004-07-06  paf
                   8530: 
                   8531:        * src/main/pa_exec.C: bufix: on unix environment string now
                   8532:          untainted according to their languages.  were: as-is. on win32:
                   8533:          ok
                   8534: 
                   8535: 2004-07-01  paf
                   8536: 
                   8537:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   8538:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   8539:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   8540:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   8541:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   8542:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   8543:          option: global optimization ON
                   8544: 
                   8545:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   8546:          to do xdoc::create{invalid chars} standard disables chars less
                   8547:          then \x20, except tab, cr, lf.
                   8548: 
                   8549:          changed tainting so that those become '!'
                   8550: 
                   8551: 2004-06-25  paf
                   8552: 
                   8553:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   8554:          int on odd address [prev bugfix failed due to superwize
                   8555:          optimizer, which turned memcpy into same 'ld' asm command]
                   8556: 
                   8557:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   8558:          int on odd address
                   8559: 
                   8560: 2004-06-22  paf
                   8561: 
                   8562:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   8563: 
                   8564:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   8565:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   8566:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   8567:          paf(:a)}[                $.bind[                         $.a[2]
                   8568:                 ]       ] output variables work.  todo: check in out
                   8569:          variables
                   8570: 
                   8571: 2004-06-18  paf
                   8572: 
                   8573:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   8574:          classes/table.C, classes/void.C, include/pa_globals.h,
                   8575:          include/pa_sql_connection.h, main/compile.tab.C,
                   8576:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   8577:                      $.bind[                         $.a[2]          ]
                   8578:          ] input variables work.  todo:output
                   8579: 
                   8580:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   8581:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   8582:          /_bug.html?404;http://hpsv/test/
                   8583:          --------------------------------------------------------------------------------
                   8584:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   8585:          --------------------------------------------------------------------------------
                   8586:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   8587: 
                   8588: 2004-06-16  paf
                   8589: 
                   8590:        * src/targets/cgi/parser3.C: new: iis specific
                   8591:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   8592:          $request:query
                   8593:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   8594:          $form:fields IIS-STATUS="404"
                   8595:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   8596: 
                   8597:          todo: isapi too
                   8598: 
                   8599: 2004-05-26  paf
                   8600: 
                   8601:        * src/include/pa_version.h: 3.1.3
                   8602: 
                   8603:        * operators.txt: beauty: removed outdated level 'table'
                   8604: 
                   8605:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   8606: 
                   8607:        * src/main/pa_string.C: beauty: removed 3 warnings
                   8608: 
                   8609:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   8610:          classes/op.C: beauty: removed outdated level 'table'
                   8611: 
                   8612: 2004-05-25  paf
                   8613: 
                   8614:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   8615:          implementation. mistery: how anything worked
                   8616: 
                   8617:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   8618:          changed, it is now safe to use url if pointers to it are stored
                   8619:          to gc mem
                   8620: 
                   8621:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   8622:          unknown errors reported and not cause SIGSEGV now
                   8623: 
                   8624: 2004-05-24  paf
                   8625: 
                   8626:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   8627:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   8628:          less memory: CORD_chars_block originally intended to ...  it was
                   8629:          good that CORD_chars_block were not used: it consumes more memory
                   8630:          [and, might be slow too] undoing that. [and removed that func so
                   8631:          that it would not confuse parser developer in future]
                   8632: 
                   8633:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   8634:          less memory: CORD_chars_block originally intended to
                   8635:          speedup/reduce mem usage were forgotten, and were used stupid
                   8636:          CORD_chars
                   8637: 
                   8638:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   8639: 
                   8640:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   8641:          BIGENDIAN processors space-conserving mech failed, causing
                   8642:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   8643:          (1|2|3));
                   8644: 
                   8645: 2004-05-14  paf
                   8646: 
                   8647:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   8648:          bugfix: void now has vfile value, and $response:body[] works OK
                   8649: 
                   8650: 2004-05-12  paf
                   8651: 
                   8652:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   8653:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   8654:          sources to use is_defined() {return as_bool();} along VBool
                   8655: 
                   8656: 2004-05-11  paf
                   8657: 
                   8658:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   8659:          referencing to local objects
                   8660: 
                   8661:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   8662:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   8663:          left intact
                   8664: 
                   8665: 2004-04-15  paf
                   8666: 
                   8667:        * src/classes/date.C: merged: beauty: unused var removed
                   8668: 
                   8669:        * src/classes/date.C: beauty: unused var removed
                   8670: 
                   8671:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   8672:          provoked bug
                   8673: 
                   8674: 2004-04-09  paf
                   8675: 
                   8676:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   8677: 
                   8678:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   8679: 
                   8680: 2004-04-08  paf
                   8681: 
                   8682:        * src/classes/date.C: new: ^date::create[y-m-d
                   8683:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   8684: 
                   8685:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   8686: 
                   8687:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   8688:          to consult default catalog [usually, that file belongs to other
                   8689:          user/group]
                   8690: 
                   8691: 2004-04-06  paf
                   8692: 
                   8693:        * src/main/pa_common.C: beauty: gcc warning removed
                   8694: 
                   8695:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   8696:          accept that trick, trying other
                   8697: 
                   8698:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   8699:          explicit result problem
                   8700: 
                   8701:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   8702:          explicit result problem
                   8703: 
                   8704:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   8705:          explicit result problem
                   8706: 
                   8707:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   8708: 
                   8709:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8710:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   8711:          failed
                   8712: 
                   8713:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8714:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8715:          gethostbyname failed with such 'domains'] now checked properly,
                   8716:          were: needless reverse/forward dns lookup
                   8717: 
                   8718:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   8719:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   8720:          gethostbyname failed with such 'domains'] now checked properly,
                   8721:          were: needless reverse/forward dns lookup
                   8722: 
                   8723:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   8724:          @method[][result] means "no string output here" moved to lexical
                   8725:          level [on grammar level it were too difficult]
                   8726: 
                   8727:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   8728:          src/main/compile.y, src/main/compile_tools.h,
                   8729:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   8730:          @method[][result] means "no string output here", implemented part
                   8731:          of that idea: compiler throws away string literal generation
                   8732:          code. and barks nonwhitespace chars
                   8733: 
                   8734:        * operators.txt: truth: removed comment about $ORIGIN
                   8735: 
                   8736: 2004-04-05  paf
                   8737: 
                   8738:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   8739:          src/include/pa_version.h, src/main/pa_common.C,
                   8740:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   8741: 
                   8742:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   8743:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   8744: 
                   8745:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   8746: 
                   8747:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   8748:          interfered with FAR console
                   8749: 
                   8750:        * configure, configure.in: 3.1.3
                   8751: 
                   8752:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   8753: 
                   8754:        * src/main/pa_common.C: removed warning
                   8755: 
                   8756:        * src/include/pa_version.h: 3.1.3
                   8757: 
                   8758: 2004-04-02  paf
                   8759: 
                   8760:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   8761: 
                   8762:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   8763:          allows to specify where to put parser log file
                   8764: 
                   8765: 2004-04-01  paf
                   8766: 
                   8767:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   8768:          without tab and enter were ignored
                   8769: 
                   8770:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   8771:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   8772:          main/pa_socks.C, targets/cgi/parser3.C,
                   8773:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   8774:          bugfix: sql connections now are disconnected
                   8775: 
                   8776: 2004-03-30  paf
                   8777: 
                   8778:        * src/classes/table.C: bugfix: table::load last line without tab
                   8779:          and enter were ignored
                   8780: 
                   8781:        * src/classes/table.C: bufix: if last table lines were commented,
                   8782:          gpfed
                   8783: 
                   8784:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   8785:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   8786:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   8787:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   8788:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   8789:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   8790:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   8791:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   8792:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   8793: 
                   8794: 2004-03-29  paf
                   8795: 
                   8796:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   8797:          causes gpf
                   8798: 
                   8799:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   8800:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   8801:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   8802:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   8803:          value.dox: translated to english
                   8804: 
                   8805: 2004-03-25  paf
                   8806: 
                   8807:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   8808:          parser3project dependency removed
                   8809: 
                   8810:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   8811:          bugfix: refused to compile without xml
                   8812: 
                   8813:        * src/types/pa_vform.C: beauty: removed warning
                   8814: 
                   8815:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   8816:          any folder [removed last ;) folder dependency]
                   8817: 
                   8818:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   8819:          folder [removed last ;) folder dependency]
                   8820: 
                   8821:        * src/include/pa_version.h: release
                   8822: 
                   8823:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   8824: 
                   8825:        * src/classes/table.C: beauty: comment& more meaningful error
                   8826:          message
                   8827: 
                   8828:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   8829:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   8830:          thing]
                   8831: 
                   8832: 2004-03-23  paf
                   8833: 
                   8834:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   8835:          and http status line parsing checked number of columns in table
                   8836:          [user reported an assert]
                   8837: 
                   8838:        * operators.txt: example: on hashfile
                   8839: 
                   8840:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   8841:          bugfix: junction reattach now actually reattaches a junction to
                   8842:          new wcontext [were only assigning it to junction, which caused
                   8843:          junction tracking to loose junction, and it's context were not
                   8844:          killed, and it tried to process in invalid context, gpf]
                   8845: 
                   8846:        * src/targets/cgi/parser3.C: debug helper added
                   8847: 
                   8848: 2004-03-19  paf
                   8849: 
                   8850:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   8851:          "type(type)" in braces
                   8852: 
                   8853: 2004-03-10  paf
                   8854: 
                   8855:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   8856:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   8857:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   8858:          solution to search-in-namespaces problem:
                   8859:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   8860:          $nodes[^xdoc.select[//x:second]]
                   8861: 
                   8862:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   8863:          expression][[NAMESPACES HASH]] allows to search for info in
                   8864:          namespaces
                   8865: 
                   8866:          $nodes[^xdoc.select[//x:second][
                   8867:          $.x[http://pif.design.ru/] ]]
                   8868: 
                   8869: 2004-03-09  paf
                   8870: 
                   8871:        * operators.txt, src/main/pa_common.C: new:
                   8872:          ^file::load[...][options]         $.form[
                   8873:          !$.field1[string]
                   8874:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   8875:               ]         !$.body[string]
                   8876: 
                   8877:          GET ?here notGET(POST, HEAD, others) in content-type:
                   8878:          application/x-www-form-urlencoded
                   8879: 
                   8880:          todo: upload files ability
                   8881: 
                   8882:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   8883:          properly, done
                   8884: 
                   8885: 2004-03-05  paf
                   8886: 
                   8887:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   8888:          GET/POST $.form[$.fields started, not tested yet
                   8889:          todo:$.field[table] for multiple values
                   8890: 
                   8891:        * operators.txt: new: http:// options $.user $.password basic
                   8892:          authorization
                   8893: 
                   8894:        * src/main/pa_common.C: beauty: link to rtf added
                   8895: 
                   8896:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   8897:          new: http:// options $.user $.password basic authorization
                   8898: 
                   8899:        * src/main/pa_common.C: beauty: removed needless vars
                   8900: 
                   8901:        * operators.txt: new: pgsql option [like that recently added to
                   8902:          oracle driver]             ClientCharset=parser-charset <<
                   8903:          charset in which parser thinks client works
                   8904: 
                   8905:        * operators.txt: new: odbc option [like that recently added to
                   8906:          oracle driver]             ClientCharset=parser-charset <<
                   8907:          charset in which parser thinks client works
                   8908: 
                   8909:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   8910: 
                   8911:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   8912:          char!
                   8913: 
                   8914:        * etc/parser3.charsets/windows-1251.cfg: typo
                   8915: 
                   8916: 2004-03-04  paf
                   8917: 
                   8918:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   8919:          cached, sql transcoding now goes faster
                   8920: 
                   8921:        * operators.txt: new: mysql option [like that recently added to
                   8922:          oracle driver]             ClientCharset=parser-charset <<
                   8923:          charset in which parser thinks client works
                   8924: 
                   8925:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   8926:          typo error
                   8927: 
                   8928:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   8929:          chars commented
                   8930: 
                   8931: 2004-03-03  paf
                   8932: 
                   8933:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   8934:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   8935: 
                   8936: 2004-03-02  paf
                   8937: 
                   8938:        * operators.txt: new[update typo]:     !^void.left(n)
                   8939:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   8940:                nothing
                   8941: 
                   8942:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   8943:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   8944:                nothing
                   8945: 
                   8946:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   8947:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   8948:          row with columns:   first: data   second: file name   third:
                   8949:          content-type
                   8950: 
                   8951:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   8952:          ^connect gets properly escaped string, which can be passed to
                   8953:          request now this for mysql only. it's up to parser sql driver to
                   8954:          fix zeros properly
                   8955: 
                   8956:        * INSTALL: note: added on building apache with this option:
                   8957:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   8958: 
                   8959: 2004-03-01  paf
                   8960: 
                   8961:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   8962:          extension memory:compact befor processingrequest
                   8963: 
                   8964:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   8965:          call sole column of result
                   8966: 
                   8967:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   8968:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   8969:          pixel color
                   8970: 
                   8971:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   8972:          beauty: image -- less checks [were ugly impl]
                   8973: 
                   8974:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   8975:          negative values now considered bad
                   8976: 
                   8977:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   8978: 
                   8979:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   8980:          options now have unified defaults [after transform
                   8981:          indent/omit-xml-declaration/standalone 'default' erroreously
                   8982:          meant 'true']
                   8983: 
                   8984:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   8985:          added [on some platforms gethostbyname failed with such
                   8986:          'domains']
                   8987: 
                   8988:        * src/include/pa_config_auto.h.in: no select check, no define
                   8989: 
                   8990:        * src/classes/string.C: feature: ^string.trim both parameters may
                   8991:          be empty-strings, meaning kind=both chars=whitespaces
                   8992: 
                   8993:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   8994:          exist
                   8995: 
                   8996:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   8997:          exception if it is
                   8998: 
                   8999:        * src/classes/string.C: changed: ^string.trim [] << both,
                   9000:          whitespaces [start|both|end] << kind, whitespaces
                   9001:          [start|both|end;chars]  full
                   9002: 
                   9003: 2004-02-27  paf
                   9004: 
                   9005:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   9006:          method: ^string.trim[start|both|end[;chars]]        default
                   9007:          'chars' -- whitespace chars finished
                   9008: 
                   9009:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   9010:          src/main/pa_string.C: new method:
                   9011:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   9012:          whitespace chars   started, only start works
                   9013: 
                   9014:        * src/main/compile.C: bugfix: line numbers after
                   9015:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   9016:          signed
                   9017: 
                   9018:        * src/main/untaint.C: speed: there's no \n chars in output
                   9019:          [normally], so no need to optimize them they could be retrived
                   9020:          from databases, though. but 1. should be replaced 2. if not
                   9021:          optimized, no harm done
                   9022: 
                   9023:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   9024:          ^file::exec/cgi could return invalid status & zombie child can
                   9025:          remain for short period until process exists [very bad in
                   9026:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   9027: 
                   9028:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   9029:          malicious SMTP server to attack as by returning too long status
                   9030:          responses http://i2/tasks/edit/?id=4629448401140924947
                   9031: 
                   9032: 2004-02-26  paf
                   9033: 
                   9034:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   9035:          are         $.main[to what to rename @main]         $.file[file,
                   9036:          from which (user says) goes that CODE]         $.lineno(line
                   9037:          number in that file, where CODE starts. may be negative)
                   9038: 
                   9039:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9040:          src/main/compile.C, src/main/compile_tools.h,
                   9041:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   9042:          options] which are         $.main[to what to rename @main]
                   9043:          $.file[file, from which (user says) goes that CODE]
                   9044:          $.lineno(line number in that file, where CODE starts. may be
                   9045:          negative)
                   9046: 
                   9047: 2004-02-25  paf
                   9048: 
1.101   ! moko     9049:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
        !          9050:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     9051: 
                   9052:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   9053:          produces hash of column=>1
                   9054: 
                   9055:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   9056:          with incomplete errno constants set
                   9057: 
                   9058: 2004-02-24  paf
                   9059: 
                   9060:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   9061:          "man select"
                   9062: 
                   9063:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   9064: 
                   9065:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   9066: 
                   9067:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   9068: 
1.101   ! moko     9069:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     9070: 
                   9071:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   9072:          unix: steps to work on unix [extracted 'to']
                   9073: 
                   9074:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   9075: 
                   9076:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   9077: 
1.101   ! moko     9078:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
        !          9079:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
        !          9080:          unix [testing on solaris]
1.95      moko     9081: 
                   9082: 2004-02-20  paf
                   9083: 
                   9084:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   9085:          pointing that out
                   9086: 
                   9087:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   9088:          fixed again [same solution, mistanenly removed one line]
                   9089: 
                   9090: 2004-02-19  paf
                   9091: 
                   9092:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   9093:          date::create from bad datetime in spring daylightsaving hole now
                   9094:          OK for all platforms [on some platforms it failed]
                   9095: 
                   9096:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   9097:          in daylightsaving hole] now throws error
                   9098: 
                   9099:        * src/classes/date.C: comment: mistake fixed
                   9100: 
                   9101: 2004-02-18  paf
                   9102: 
                   9103:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   9104:          now renderes in $request:charset, but in header puts
                   9105:          $response:charset todo: make that default only so that coder
                   9106:          could override that
                   9107: 
                   9108:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   9109:          turns off omit-xml-declaration
                   9110: 
                   9111:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   9112:          /.xsl for sample
                   9113: 
                   9114: 2004-02-17  paf
                   9115: 
                   9116:        * src/classes/xdoc.C: beauty: needless helper class removed
                   9117: 
                   9118:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   9119:          copied extra time
                   9120: 
                   9121:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   9122:          part of libxml
                   9123: 
                   9124:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   9125:          libxml to do the work] <xsl:output        method="html"
                   9126:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   9127:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   9128:          />
                   9129: 
                   9130:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   9131: 
                   9132:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   9133:          caused assertion
                   9134: 
                   9135:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   9136:          could hang. now such add does nothing, sub clears $hash
                   9137: 
                   9138:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   9139:          not made quoted-printable
                   9140: 
                   9141:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   9142:          string invariant
                   9143: 
                   9144: 2004-02-16  paf
                   9145: 
                   9146:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   9147:          cleared [were not cleared properly]
                   9148: 
                   9149: 2004-02-13  paf
                   9150: 
1.101   ! moko     9151:        * src/include/pa_version.h: prerelease
1.95      moko     9152: 
                   9153:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   9154:          used, introducing dependencies timestamp check
                   9155: 
                   9156:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   9157:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   9158:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   9159:          .xsl.stamp now not used, introducing dependencies timestamp check
                   9160: 
                   9161:        * configure.in, bin/auto.p.dist.in: auto.p: @conf made relative
                   9162: 
                   9163: 2004-02-12  paf
                   9164: 
                   9165:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   9166:          ruined empty <input type=file> submits. parser thought there were
                   9167:          nameless empty file and $form:field got value of type 'file'
                   9168: 
                   9169:        * INSTALL: --without-threads
                   9170: 
                   9171:        * src/include/pa_sapi.h: 2004
                   9172: 
                   9173: 2004-02-11  paf
                   9174: 
                   9175:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9176:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9177:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9178:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9179:          classes/response.C, classes/string.C, classes/table.C,
                   9180:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9181:          include/pa_array.h, include/pa_cache_managers.h,
                   9182:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9183:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   9184:          include/pa_dictionary.h, include/pa_dir.h,
                   9185:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   9186:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   9187:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   9188:          include/pa_request_charsets.h, include/pa_request_info.h,
                   9189:          include/pa_socks.h, include/pa_sql_connection.h,
                   9190:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   9191:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   9192:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9193:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9194:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   9195:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   9196:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   9197:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   9198:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   9199:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9200:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   9201:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   9202:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   9203:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   9204:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   9205:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   9206:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   9207:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   9208:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   9209:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   9210:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   9211:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   9212:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   9213:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   9214:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   9215:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   9216:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   9217:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9218:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9219:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9220:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9221:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   9222:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   9223:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   9224:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9225:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9226:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   9227: 
                   9228:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   9229:          debug version of gc.dll
                   9230: 
                   9231:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9232:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   9233:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   9234:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   9235:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   9236:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   9237:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   9238:          processes
                   9239: 
                   9240:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   9241:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   9242:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   9243:          changes to reflect libxml xsl new folders
                   9244: 
                   9245:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9246:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   9247:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   9248:          to reflect libxml xsl new folders
                   9249: 
                   9250:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   9251:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   9252:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   9253:          types/types.vcproj: started changes to reflect libxml xsl new
                   9254:          folders
                   9255: 
                   9256:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   9257:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   9258:          src/main/compile.tab.C, src/main/main.vcproj,
                   9259:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   9260:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   9261:          started changes to reflect libxml xsl new folders
                   9262: 
                   9263: 2004-02-10  paf
                   9264: 
                   9265:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   9266:          compile. recommened latest libxml up to date
                   9267: 
                   9268:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   9269:          pattern compilation errors", on which spent 4 hours worktime. use
                   9270:          versions higher than that. recommended now latest up to date
                   9271: 
                   9272: 2004-02-06  paf
                   9273: 
                   9274:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   9275:          beauty: unified destructing style
                   9276: 
                   9277:        * src/main/untaint.C: beauty: removed old def/ifdef
                   9278: 
                   9279:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   9280:          now
                   9281: 
                   9282: 2004-02-03  paf
                   9283: 
                   9284:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   9285:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   9286:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   9287:          then %ld/%lu
                   9288: 
                   9289:        * src/main/pa_common.C: typo: %l -> %u
                   9290: 
                   9291:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   9292:          in attributes or documents-results of transform now not &#04xx;
                   9293: 
                   9294:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   9295: 
                   9296:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   9297: 
                   9298:        * src/main/pa_charset.C: beauty: uncomment
                   9299:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   9300:          libraries
                   9301: 
                   9302: 2004-02-02  paf
                   9303: 
                   9304:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   9305:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   9306: 
                   9307:          $cookie:example[        $.value[]       $.expires[session]
                   9308:          $.path[/there/]         $.domain[test.com] ]
                   9309: 
                   9310:        * src/types/pa_vform.C: bugfix: empty values with
                   9311:          enctype=multipart/form-data now produce entries in $form:tables
                   9312:          <form method=post enctype=multipart/form-data> <input type=hidden
                   9313:          name=a> <input type=hidden name=b>
                   9314: 
                   9315:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   9316:          <hr> <pre>$request:body
                   9317: 
                   9318: 2004-01-30  paf
                   9319: 
                   9320:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   9321:          or documents-results of transform now not &#04xx;
                   9322: 
                   9323:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   9324:          produce exception.
                   9325: 
                   9326:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   9327:          bugfix: ^date::create[invalid fields now produce exception.
                   9328: 
                   9329:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   9330:          year] now produces exception. todo: check other fields
                   9331: 
                   9332: 2004-01-29  paf
                   9333: 
                   9334:        * src/include/pa_memory.h: typo error
                   9335: 
                   9336:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   9337:          more byte then specified, then zeroed it << useless and
                   9338:          potentially harmful(could gpf)
                   9339: 
                   9340: 2004-01-22  paf
                   9341: 
                   9342:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   9343: 
                   9344:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   9345:          optimization
                   9346: 
                   9347:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   9348:          [were bug: ^taint[1 & 2]="1 &2"
                   9349: 
                   9350:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   9351:          errors
                   9352: 
                   9353:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   9354:          overflow
                   9355: 
                   9356:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   9357:          error-reporting code * in parser-error reporting code [when no
                   9358:          @unhandled_exception defined]
                   9359: 
                   9360:          fixed in one place: my *snprintf override
                   9361: 
                   9362: 2004-01-13  paf
                   9363: 
                   9364:        * operators.txt: typo erro
                   9365: 
                   9366: 2003-12-25  paf
                   9367: 
                   9368:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   9369:          garbled  [pieces after zero bytes were removed]
                   9370: 
                   9371: 2003-12-22  paf
                   9372: 
1.101   ! moko     9373:        * src/include/Makefile.am: bugfix: removed from dist:
        !          9374:          src/include/pa_config_auto.h which were configured for
1.95      moko     9375:          make-dist-platform and badly updated proper config file in target
                   9376:          [when .tar used for updating existing source tree]
                   9377: 
                   9378:        * ChangeLog, operators.txt, src/classes/op.C,
                   9379:          src/include/pa_sql_connection.h,
                   9380:          src/include/pa_sql_driver_manager.h,
                   9381:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   9382:          feature: sql introducing ability to transcode charsets
                   9383: 
                   9384: 2003-12-19  paf
                   9385: 
                   9386:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   9387:          error message
                   9388: 
                   9389:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   9390:          structure for libxml now allocated properly
                   9391: 
                   9392: 2003-12-17  paf
                   9393: 
                   9394:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   9395: 
                   9396:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   9397: 
                   9398:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   9399: 
                   9400:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   9401:          unreported xmlGenericErrors]
                   9402: 
                   9403: 2003-12-15  paf
                   9404: 
                   9405:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   9406:          works}
                   9407: 
                   9408: 2003-12-11  paf
                   9409: 
                   9410:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   9411:          id
                   9412:              !$status:tid thread id
                   9413: 
                   9414:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   9415:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   9416:          bugfix(solaris): removed dependency on object initialization
                   9417:          order [one more place]
                   9418: 
                   9419:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   9420:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   9421:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   9422:          understand that
                   9423: 
                   9424:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   9425:          classes/xdoc.C, include/pa_cache_managers.h,
                   9426:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9427:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   9428:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   9429:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   9430:          ctor call [relying on implicit String::Body(cstr) call]
                   9431: 
                   9432:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   9433:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   9434:          object initialization order [two places]
                   9435: 
                   9436: 2003-12-10  paf
                   9437: 
                   9438:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   9439:          << time now ok
                   9440: 
                   9441:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   9442:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   9443:          operational
                   9444: 
                   9445:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   9446:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   9447:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   9448:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   9449:          back operational
                   9450: 
                   9451: 2003-12-02  paf
                   9452: 
                   9453:        * src/types/pa_vmail.C: bugfix:
                   9454:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   9455:          as-is forced]
                   9456: 
                   9457:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   9458:          exceptions out of libxml callbacks: reimplemented error handling
                   9459:          of http://localhost, parser://method and safemode check callbacks
                   9460: 
                   9461:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   9462:          [merged from HEAD]
                   9463: 
                   9464:        * src/classes/image.C: nothing: comment removed
                   9465: 
                   9466:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   9467:          addresses to int
                   9468: 
                   9469: 2003-12-01  paf
                   9470: 
                   9471:        * src/main/pa_xml_io.C: bugfix: typo
                   9472: 
                   9473:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   9474: 
                   9475:        * src/classes/xdoc.C: bugfix: typo
                   9476: 
                   9477:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   9478:          exception
                   9479: 
                   9480:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   9481: 
                   9482: 2003-11-28  paf
                   9483: 
                   9484:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   9485:          all xml documents read
                   9486: 
                   9487:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   9488: 
                   9489:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   9490:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   9491:          replaced original open mech of xdoc::create & co to use libxml
                   9492:          open, so that this would work for root document todo: safe mode
                   9493:          checks to libxml: ideally to some 1 point
                   9494: 
                   9495:        * src/main/pa_xml_io.C: comment
                   9496: 
                   9497:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   9498:          http://parser[abscent params]
                   9499: 
                   9500:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   9501:          works.  todo: maybe replace original open mech of xdoc::create &
                   9502:          co to use libxml open, so that this would work for root document
                   9503: 
                   9504:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   9505:          "parser://method/params/here"> <test>   &test^; </test> }]
                   9506: 
                   9507:          ^taint[^xdoc.string[]]
                   9508: 
                   9509:          @method[param] <!ENTITY test
                   9510:          "test-entity-value+$form:user+$param!">
                   9511: 
                   9512: 2003-11-27  paf
                   9513: 
                   9514:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   9515: 
                   9516:        * src/classes/date.C: bugfix: typo error
                   9517: 
                   9518: 2003-11-26  paf
                   9519: 
                   9520:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   9521:          src/main/Makefile.am, src/main/main.vcproj,
                   9522:          src/main/pa_globals.C, src/main/pa_request.C,
                   9523:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   9524:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   9525:          to pa_xml_io.C/h
                   9526: 
                   9527:        * src/types/pa_value.h: warnings: --
                   9528: 
                   9529: 2003-11-25  paf
                   9530: 
                   9531:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   9532:          whatever)
                   9533: 
                   9534:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   9535:          a, (c?x:y, z)
                   9536: 
                   9537:        * src/main/untaint.C: bugfix: consequences of not reading this
                   9538:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   9539:          <= 0 ==> none    */
                   9540: 
                   9541:        * src/include/pa_array.h: removed needless checks
                   9542: 
                   9543: 2003-11-24  paf
                   9544: 
                   9545:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   9546:          removed limit: now $form:xxx can be accessed anytime, even in
                   9547:          @auto/conf [and request/response:charset still can be changed
                   9548:          anytime]
                   9549: 
                   9550:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   9551:          now not transcodes response body
                   9552: 
                   9553:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   9554:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   9555:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   9556:          $xdoc.firstChild.firstChild.nodeValue[different]
                   9557:          ^taint[^xdoc.string[]]
                   9558: 
                   9559:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   9560:          workaround: static Hash::allocates -> static Hash_allocates
                   9561: 
                   9562: 2003-11-21  paf
                   9563: 
1.101   ! moko     9564:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
        !          9565:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
        !          9566:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     9567: 
                   9568:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   9569: 
                   9570:        * src/classes/mail.C: bugfix: typo
                   9571: 
                   9572:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.101   ! moko     9573:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
        !          9574:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
        !          9575:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
        !          9576:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     9577:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   9578: 
                   9579:        * src/main/pa_exec.C: bug in safe mode
                   9580: 
                   9581:        * src/include/Makefile.am: pa_xml_exception.h
                   9582: 
                   9583:        * src/targets/isapi/parser3isapi.C: more warnings --
                   9584: 
                   9585: 2003-11-20  paf
                   9586: 
                   9587:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   9588:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   9589:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   9590:          --
                   9591: 
                   9592:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   9593:          more warnings --
                   9594: 
                   9595:        * src/classes/xdoc.C: more warnings --
                   9596: 
                   9597:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   9598: 
                   9599:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   9600:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   9601: 
                   9602:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9603:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   9604:          classes/table.C, include/pa_cache_managers.h,
                   9605:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   9606:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   9607:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   9608:          --
                   9609: 
                   9610:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   9611:          can't report problem (undefined @unhandled_exception) problem
                   9612:          source string were not reported
                   9613: 
                   9614:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   9615:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   9616:          classes/hashfile.C, classes/image.C, classes/int.C,
                   9617:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   9618:          classes/response.C, classes/string.C, classes/table.C,
                   9619:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   9620:          include/pa_array.h, include/pa_cache_managers.h,
                   9621:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   9622:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   9623:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   9624:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   9625:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   9626:          include/pa_request.h, include/pa_request_charsets.h,
                   9627:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   9628:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   9629:          include/pa_stack.h, include/pa_string.h,
                   9630:          include/pa_stylesheet_connection.h,
                   9631:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   9632:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   9633:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   9634:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   9635:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   9636:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   9637:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   9638:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   9639:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   9640:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   9641:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   9642:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   9643:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   9644:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   9645:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   9646:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   9647:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   9648:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9649:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   9650:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9651:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9652:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9653:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   9654:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   9655:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   9656:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   9657:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   9658:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   9659:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   9660:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   9661:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   9662:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   9663:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   9664:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   9665:          const IDENT
                   9666: 
                   9667:        * src/: include/pa_array.h, include/pa_pool.h,
                   9668:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   9669:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   9670:          types/pa_wcontext.h: more warnings --
                   9671: 
                   9672:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   9673:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   9674:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   9675:          classes/memory.C, classes/op.C, classes/string.C,
                   9676:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9677:          include/pa_config_includes.h, include/pa_operation.h,
                   9678:          include/pa_sql_connection.h, include/pa_table.h,
                   9679:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   9680:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   9681:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   9682:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   9683:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   9684:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   9685:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   9686:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   9687:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   9688:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   9689:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   9690:          types/pa_vmail.C, types/pa_vobject.C,
                   9691:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   9692:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   9693:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   9694:          on all projects (except libltdl=off & libsdbm=level3) found
                   9695:          several unitialized vars
                   9696: 
                   9697: 2003-11-19  paf
                   9698: 
                   9699:        * src/classes/op.C: more ansi C++ comp
                   9700: 
                   9701:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   9702:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   9703:          $exception.handled[cache] meaning "get expired cache, if any.
                   9704:          else error"}
                   9705: 
                   9706:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   9707:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   9708:          ^cache[...]{body}{catch code with $exception.cache field}
                   9709: 
                   9710: 2003-11-12  paf
                   9711: 
                   9712:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   9713:          [copy/paste bug]
                   9714: 
                   9715: 2003-11-11  paf
                   9716: 
                   9717:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   9718:          failed]
                   9719: 
                   9720:        * bin/auto.p.dist.in: colno
                   9721: 
                   9722: 2003-11-10  paf
                   9723: 
                   9724:        * src/types/pa_vconsole.h: flush
                   9725: 
                   9726:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   9727:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   9728:          read/write  [for nntp]
                   9729: 
                   9730:        * operators.txt: mysql: transaction support: ?autocommit=0
                   9731: 
                   9732:        * operators.txt: comment: updated
                   9733: 
                   9734:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   9735:          serialize version and exipire now removes entries
                   9736: 
                   9737:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   9738:          dir, if could]
                   9739: 
                   9740:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   9741:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   9742:          removes files altogether [and dir, if could]
                   9743: 
                   9744:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   9745:          nonexistent pair. .c coded that that was error. fixed
                   9746: 
                   9747:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   9748:          file.access [regretfull can't split it to different exceptions
                   9749:          without modifying sdbm source wich would prefer not to]
                   9750: 
                   9751: 2003-11-07  paf
                   9752: 
                   9753:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9754:          classes/hashfile.C, classes/image.C, classes/table.C,
                   9755:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   9756:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   9757:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   9758:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   9759:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   9760:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   9761:          destructing objects at request processing end
                   9762: 
                   9763: 2003-11-06  paf
                   9764: 
                   9765:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   9766:          updates
                   9767: 
                   9768:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   9769:          to include sdbm
                   9770: 
1.101   ! moko     9771:        * src/include/: pa_config_includes.h, pa_version.h: our
        !          9772:          replacements of max& co only for cpp
1.95      moko     9773: 
                   9774:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   9775:          upper dir, .am updated
                   9776: 
                   9777:        * tests/todo.txt: hashfile: done
                   9778: 
                   9779:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   9780:          expiration [time in value. todo: move time to key]
                   9781: 
                   9782:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   9783: 
                   9784:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   9785:          to do that in foreach, no errors, but surely wrong]
                   9786: 
                   9787:        * operators.txt, src/types/pa_vhashfile.C,
                   9788:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   9789: 
                   9790:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   9791:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   9792:          foreach
                   9793: 
                   9794:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9795:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   9796: 
                   9797:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   9798:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   9799: 
                   9800:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   9801:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   9802:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   9803:          get/put [raw]
                   9804: 
                   9805:        * src/: classes/op.C, main/pa_os.C: just linked
                   9806: 
                   9807:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   9808:          XmlException changes
                   9809: 
                   9810:        * src/: include/pa_charset.h, include/pa_globals.h,
                   9811:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   9812:          XmlException changes
                   9813: 
                   9814:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   9815: 
                   9816:        * src/: include/pa_common.h, include/pa_exception.h,
                   9817:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   9818:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   9819:          main/pa_xml_exception.C: locking move to pa_os [along with
                   9820:          pa_sleep] apr-impl locking done
                   9821: 
                   9822:        * configure, configure.in, operators.txt, parser3.sln,
                   9823:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   9824:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   9825:          src/include/pa_exception.h, src/include/pa_globals.h,
                   9826:          src/include/pa_memory.h, src/include/pa_version.h,
                   9827:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   9828:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   9829:          src/main/compile.tab.C, src/main/main.vcproj,
                   9830:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   9831:          src/types/Makefile.am, src/types/pa_vhash.C,
                   9832:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   9833:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   9834:          again with sdbm from apache
                   9835: 
                   9836: 2003-11-05  paf
                   9837: 
                   9838:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   9839:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   9840:          \parser3project dir anymore
                   9841: 
                   9842:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   9843:          thoughtlessly from xalan]
                   9844: 
                   9845:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   9846:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   9847:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   9848: 
                   9849:        * src/main/helpers/CaseFolding.txt:
                   9850:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   9851: 
                   9852: 2003-11-04  paf
                   9853: 
                   9854:        * operators.txt: comment: ^mail:send[$.options[
                   9855: 
                   9856:        * src/classes/table.C: compiled on unix
                   9857: 
1.101   ! moko     9858:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     9859: 
                   9860:        * src/classes/mail.C: compiled on unix
                   9861: 
                   9862:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   9863:          src/types/pa_vmail.h:     !^mail:send[
                   9864:                  $.options[unix: string to append to sendmail command
                   9865:          line]
                   9866: 
                   9867:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   9868:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   9869:          $.encloser["] <nothing> by default
                   9870: 
                   9871:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   9872:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   9873:          default
                   9874: 
                   9875: 2003-11-03  paf
                   9876: 
                   9877:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   9878:          ^table::load[; options:         !$.column-separator[^#09]
                   9879:          !$.column-encloser["]
                   9880: 
                   9881:        * operators.txt, src/include/pa_config_fixed.h,
                   9882:          src/types/pa_vrequest.C: $request:document-root
                   9883: 
                   9884:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   9885:          [already included into uri=xxx]
                   9886: 
                   9887:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   9888:          ^image.gif[filename] for $response:download
                   9889: 
                   9890:        * src/classes/date.C: minor precaution
                   9891: 
                   9892:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   9893:              !^date.unix-timestamp[]
                   9894: 
                   9895: 2003-10-30  paf
                   9896: 
                   9897:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   9898:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   9899: 
                   9900:        * src/classes/: date.C, image.C: improvement diagnostics:
                   9901:          $now[^date::create[$undefined]] now is error
                   9902: 
                   9903:        * src/main/pa_common.C: read errors would now be reported 'actually
                   9904:          read -1 bytes'
                   9905: 
                   9906: 2003-10-24  paf
                   9907: 
                   9908:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   9909:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   9910:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   9911:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   9912: 
                   9913: 2003-10-22  paf
                   9914: 
                   9915:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   9916: 
                   9917: 2003-10-21  paf
                   9918: 
                   9919:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   9920:          fixed: string.match[g] without <'> option produced columns with
                   9921:          NULL's, which gpf'ed at table.save time
                   9922: 
                   9923:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   9924:          recoursion' message with intensive throw-catches fixed: incorrect
                   9925:          name and line (one name upper then needed) in error message about
                   9926:          problems inside try block
                   9927: 
                   9928: 2003-10-10  paf
                   9929: 
                   9930:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   9931:          check offset argument for validity did that in String::Body::pos
                   9932:          myself http://i2/tasks/edit/?id=4577425257580789777
                   9933: 
                   9934: 2003-10-07  paf
                   9935: 
                   9936:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   9937:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   9938: 
                   9939: 2003-10-03  paf
                   9940: 
                   9941:        * parser3.sln, src/include/pa_dictionary.h,
                   9942:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   9943:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   9944:          precalculating cstr&length
                   9945: 
                   9946: 2003-10-02  paf
                   9947: 
                   9948:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   9949:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   9950:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   9951:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   9952: 
                   9953: 2003-09-30  paf
                   9954: 
                   9955:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   9956:          occurrances after lang-mismatched
                   9957: 
                   9958: 2003-09-29  paf
                   9959: 
                   9960:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   9961:          helper
                   9962: 
                   9963:        * src/main/pa_string.C: string::serialize bug fix with
                   9964:          zero-terminator
                   9965: 
                   9966:        * src/classes/table.C: ^nameless_table.save column row now has no
                   9967:          \t at the end
                   9968: 
                   9969:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   9970:          @postprocess  now takes $response:body/download
                   9971: 
                   9972:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   9973:          error message
                   9974: 
                   9975:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   9976: 
                   9977:        * src/classes/table.C: bugfix: flip: must produce nameless
                   9978:          http://i2/tasks/edit/?id=4573405524674081244
                   9979: 
                   9980:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   9981:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   9982: 
                   9983:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   9984:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   9985: 
                   9986: 2003-09-26  paf
                   9987: 
                   9988:        * src/main/untaint.C: removed needless field
                   9989: 
                   9990:        * src/main/untaint.C: removed needless const
                   9991: 
                   9992:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   9993:          String.for_each bug fixed [omited one-char cases]
                   9994: 
                   9995:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   9996:          runtime-executor stack were cleared... BADLY
                   9997: 
                   9998:        * src/main/pa_string.C: ^stirng.replace code used old
                   9999:          param-convention on langs.append, fixed that search fo the like,
                   10000:          found none
                   10001: 
                   10002:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   10003:          string::serialize/deserialize implemented Language enum assigned
                   10004:          meaningful letters [more convinient for debugging. read warning
                   10005:          before adding/changing anything]
                   10006: 
                   10007: 2003-09-25  paf
                   10008: 
                   10009:        * src/: include/pa_string.h, include/pa_version.h,
                   10010:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   10011:          differences on unix
                   10012: 
                   10013:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   10014:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   10015:          src/classes/xdoc.C, src/classes/xnode.C,
                   10016:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   10017:          src/include/pa_charsets.h, src/include/pa_common.h,
                   10018:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   10019:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   10020:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   10021:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   10022:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   10023:          src/main/compile_tools.h, src/main/pa_charset.C,
                   10024:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   10025:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   10026:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   10027:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   10028:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   10029:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   10030:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   10031: 
                   10032:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   10033:          functions aligned to that of eeparser3 look
                   10034: 
                   10035:        * src/lib/cord/cordprnt.c: removed warnings
                   10036: 
                   10037: 2003-09-24  paf
                   10038: 
                   10039:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   10040:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   10041:          include/pa_cache_managers.h, include/pa_charset.h,
                   10042:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   10043:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   10044:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   10045:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   10046:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   10047:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   10048:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   10049:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   10050:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   10051:          types/pa_vxnode.C: v() functions of String::Body,
                   10052:          String::Languages and String itself StringBody->String::Body
                   10053: 
                   10054:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10055:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   10056:          never optimized anything.  todo: somehow speed up harder cases:
                   10057:          concatenationA+concatenationB when last block of A and first of B
                   10058:          contain same letters
                   10059: 
                   10060:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10061:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   10062:          blocks of same char [CORD_append_block]
                   10063: 
                   10064:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10065:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   10066:          save space by extending blocks when appending block with c ==
                   10067:          lastblock.c
                   10068: 
                   10069:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   10070:          working yet :( but more working &understood :)
                   10071: 
                   10072:        * src/: classes/table.C, include/pa_string.h,
                   10073:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   10074: 
                   10075: 2003-09-23  paf
                   10076: 
                   10077:        * src/main/untaint.C: $a[ok!] $a works!
                   10078: 
                   10079:        * src/main/untaint.C: something even more works :)
                   10080: 
                   10081:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   10082:          something more works :)
                   10083: 
                   10084:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   10085:          lib/cord/cordxtra.c: something already works :)
                   10086: 
                   10087:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   10088:          serialize&deserialize
                   10089: 
                   10090:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   10091:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   10092:          main/untaint.C: main idea implemented, details left
                   10093: 
                   10094: 2003-09-22  paf
                   10095: 
                   10096:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   10097: 
                   10098:        * src/classes/xnode.C: copy/paste comment bugfix
                   10099: 
                   10100:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   10101:          allocator returns 0, just die.
                   10102:          http://i2/tasks/edit/?id=4570798492410259445
                   10103: 
                   10104:        * src/classes/xdoc.C: copy/paste comment bugfix
                   10105: 
                   10106:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   10107:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   10108:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   10109:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   10110: 
                   10111:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   10112:          chars due to bitwise operation signed-char error]
                   10113: 
                   10114: 2003-09-19  paf
                   10115: 
                   10116:        * src/types/pa_wcontext.C: output message: more practical
                   10117:          suggestion
                   10118: 
                   10119:        * src/main/pa_common.C, operators.txt: merged
                   10120:          $f[^file::load[binary;http://...]] $f.tables
                   10121: 
                   10122: 2003-09-02  paf
                   10123: 
                   10124:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   10125:          flush stdout without referencing 'stdout' symbol. to hell with
                   10126:          non-ansi libraries without 'stdout' symbol
                   10127: 
                   10128:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   10129:          unix (users reported problems with some old libc)
                   10130: 
                   10131:        * src/types/pa_vdate.h: forgot initializer
                   10132: 
                   10133: 2003-09-01  paf
                   10134: 
                   10135:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   10136:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   10137:          zone]
                   10138: 
                   10139:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   10140: 
                   10141: 2003-08-19  paf
                   10142: 
                   10143:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   10144:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   10145:          simplified a little
                   10146: 
                   10147:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   10148:          [lost fix from 3.0.8]
                   10149: 
                   10150:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   10151:          visible here }
                   10152: 
                   10153:          bug fix
                   10154: 
                   10155:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   10156: 
                   10157:        * src/main/compile.tab.C: initialized couple of variables about
                   10158:          which user reported runtime problems when parser were compiled
                   10159:          with VC7, warning level4.  study shows that later in bison
                   10160:          they've fixed that. would migrate to latest bison someday
                   10161: 
                   10162:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   10163:          recoding headers)
                   10164: 
                   10165:        * src/types/pa_vmail.C: works as before, same charset problems:
                   10166:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   10167:          anything for now
                   10168: 
                   10169:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   10170:          problems with body
                   10171: 
                   10172:        * src/types/pa_vmail.C: mail_receive just compiled
                   10173: 
                   10174: 2003-08-18  paf
                   10175: 
                   10176:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   10177:          main/main.vcproj, types/types.vcproj: win32: continued process
                   10178:          detaching from \parser3project directory
                   10179: 
                   10180:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   10181:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   10182:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   10183:          src/lib/pcre/pcre_dftables.dsp,
                   10184:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   10185:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   10186:          src/types/types.dsp: moved to MSVC 7
                   10187: 
                   10188:        * gnu.vcproj.vspscc, parser3.vssscc,
                   10189:          src/classes/classes.vcproj.vspscc,
                   10190:          src/lib/cord/cord.vcproj.vspscc,
                   10191:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   10192:          src/lib/md5/md5.vcproj.vspscc,
                   10193:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   10194:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   10195:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   10196:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   10197:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   10198:          moved to MSVC 7
                   10199: 
                   10200:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   10201:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   10202:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10203:          src/lib/pcre/pcre_dftables.vcproj,
                   10204:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   10205:          src/targets/cgi/parser3.vcproj,
                   10206:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   10207:          new VS project files
                   10208: 
                   10209:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   10210:          .NET to detect Jalindi Igloo capabilities.
                   10211: 
                   10212:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.101   ! moko     10213:          src/classes/classes.awk, src/doc/footer.htm,
        !          10214:          src/include/pa_config_fixed.h, src/include/pa_version.h,
        !          10215:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     10216:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   10217:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   10218: 
                   10219: 2003-08-15  paf
                   10220: 
                   10221:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   10222:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   10223: 
                   10224:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   10225:          non-ascii <yyy> now encoded correctly
                   10226: 
                   10227: 2003-07-29  paf
                   10228: 
1.101   ! moko     10229:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
        !          10230:          dist
1.95      moko     10231: 
                   10232:        * src/types/pa_vmail.C: just started --with-mail-receive
                   10233: 
                   10234: 2003-07-28  paf
                   10235: 
1.101   ! moko     10236:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
        !          10237:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     10238: 
                   10239:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   10240: 
                   10241: 2003-07-25  paf
                   10242: 
                   10243:        * src/doc/footer.htm: year
                   10244: 
                   10245: 2003-07-24  paf
                   10246: 
                   10247:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   10248:          fix
                   10249: 
                   10250:        * src/include/pa_version.h: release
                   10251: 
1.101   ! moko     10252:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     10253: 
                   10254:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   10255:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   10256:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   10257:          getting rid of win32xml pseudo project
                   10258: 
                   10259:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   10260: 
1.101   ! moko     10261:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
        !          10262:          configure.in, operators.txt, parser3.dsw,
1.95      moko     10263:          etc/parser3.charsets/koi8-r.cfg,
1.101   ! moko     10264:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     10265:          src/classes/classes.C, src/classes/classes.awk,
                   10266:          src/classes/classes.dsp, src/classes/classes.h,
                   10267:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   10268:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   10269:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   10270:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   10271:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   10272:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   10273:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   10274:          src/doc/string.dox, src/include/Makefile.am,
1.101   ! moko     10275:          src/include/pa_array.h, src/include/pa_cache_managers.h,
        !          10276:          src/include/pa_charset.h, src/include/pa_charsets.h,
        !          10277:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
        !          10278:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
        !          10279:          src/include/pa_dictionary.h, src/include/pa_dir.h,
        !          10280:          src/include/pa_exception.h, src/include/pa_exec.h,
        !          10281:          src/include/pa_globals.h, src/include/pa_hash.h,
        !          10282:          src/include/pa_memory.h, src/include/pa_opcode.h,
        !          10283:          src/include/pa_operation.h, src/include/pa_pool.h,
        !          10284:          src/include/pa_pragma_pack_begin.h,
1.95      moko     10285:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   10286:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   10287:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   10288:          src/include/pa_sql_connection.h,
                   10289:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   10290:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   10291:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   10292:          src/include/pa_threads.h, src/include/pa_types.h,
1.101   ! moko     10293:          src/include/pa_uue.h, src/lib/Makefile.am,
        !          10294:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
        !          10295:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
        !          10296:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
        !          10297:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     10298:          src/lib/cord/include/ec.h,
                   10299:          src/lib/cord/include/private/Makefile.am,
                   10300:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.101   ! moko     10301:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
        !          10302:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     10303:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.101   ! moko     10304:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
        !          10305:          src/main/compile_tools.C, src/main/compile_tools.h,
        !          10306:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
        !          10307:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
        !          10308:          src/main/pa_charsets.C, src/main/pa_common.C,
        !          10309:          src/main/pa_dictionary.C, src/main/pa_dir.C,
        !          10310:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     10311:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   10312:          src/main/pa_request.C, src/main/pa_socks.C,
                   10313:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10314:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.101   ! moko     10315:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
        !          10316:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
        !          10317:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
        !          10318:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
        !          10319:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
        !          10320:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
        !          10321:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     10322:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10323:          src/targets/isapi/parser3isapi.dsp,
                   10324:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.101   ! moko     10325:          src/types/pa_junction.h, src/types/pa_method.h,
        !          10326:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     10327:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   10328:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   10329:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   10330:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   10331:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   10332:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   10333:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   10334:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   10335:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   10336:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   10337:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   10338:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   10339:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   10340:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   10341:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   10342:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   10343:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   10344:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   10345:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   10346:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   10347:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   10348:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   10349:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   10350:          HEAD
                   10351: 
                   10352:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   10353:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   10354:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   10355:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   10356:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   10357:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   10358:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   10359:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   10360:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   10361:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   10362:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   10363:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   10364:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   10365:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   10366:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   10367:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   10368:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   10369:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   10370:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   10371:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   10372:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   10373:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   10374:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   10375:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   10376:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   10377:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   10378:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   10379:          outputs/create-dir, results/001.processed, results/002.processed,
                   10380:          results/003.processed, results/004.processed,
                   10381:          results/005.processed, results/006.processed,
                   10382:          results/007.processed, results/008.processed,
                   10383:          results/009.processed, results/010.processed,
                   10384:          results/011.processed, results/012.processed,
                   10385:          results/013.processed, results/014.processed,
                   10386:          results/015.processed, results/016.processed,
                   10387:          results/017.processed, results/018.processed,
                   10388:          results/019.processed, results/020.processed,
                   10389:          results/021.processed, results/022.processed,
                   10390:          results/023.processed, results/024.processed,
                   10391:          results/025.processed, results/026.processed,
                   10392:          results/027.processed, results/028.processed,
                   10393:          results/029.processed, results/030.processed,
                   10394:          results/031.processed, results/032.processed,
                   10395:          results/033.processed, results/034.processed,
                   10396:          results/035.processed, results/036.processed,
                   10397:          results/037.processed, results/038.processed,
                   10398:          results/039.processed, results/040.processed,
                   10399:          results/041.processed, results/042.processed,
                   10400:          results/043.processed, results/044.processed,
                   10401:          results/045.processed, results/046.processed,
                   10402:          results/047.processed, results/048.processed,
                   10403:          results/049.processed, results/050.processed,
                   10404:          results/051.processed, results/052.processed,
                   10405:          results/053.processed, results/054.processed,
                   10406:          results/055.processed, results/056.processed,
                   10407:          results/057.processed, results/058.processed,
                   10408:          results/059.processed, results/060.processed,
                   10409:          results/061.processed, results/062.processed,
                   10410:          results/063.processed, results/064.processed,
                   10411:          results/065.processed, results/066.processed,
                   10412:          results/067.processed, results/068.processed,
                   10413:          results/069.processed, results/070.processed,
                   10414:          results/071.processed, results/072.processed,
                   10415:          results/073.processed, results/074.processed,
                   10416:          results/075.processed, results/076.processed,
                   10417:          results/077.processed, results/078.processed,
                   10418:          results/079.processed, results/080.processed,
                   10419:          results/081.processed, results/082.processed,
                   10420:          results/083.processed, results/084.processed,
                   10421:          results/085.processed, results/086.processed,
                   10422:          results/087.processed, results/088.processed,
                   10423:          results/089.processed, results/090.processed,
                   10424:          results/091.processed, results/092.processed,
                   10425:          results/093.processed, results/094.processed,
                   10426:          results/095.processed, results/096.processed,
                   10427:          results/097.processed, results/098.processed,
                   10428:          results/099.processed, results/100.processed,
                   10429:          results/101.processed, results/102.processed,
                   10430:          results/103.processed, results/104.processed,
                   10431:          results/105.processed, results/106.processed,
                   10432:          results/107.processed, results/108.processed,
                   10433:          results/109.processed, results/110.processed,
                   10434:          results/111.processed, results/112.processed,
                   10435:          results/113.processed, results/114.processed,
                   10436:          results/115.processed, results/116.processed,
                   10437:          results/117.processed, results/118.processed,
                   10438:          results/119.processed, results/120.processed,
                   10439:          results/121.processed, results/122.processed,
                   10440:          results/123.processed, results/124.processed,
                   10441:          results/125.processed, results/126.processed,
                   10442:          results/127.processed, results/128.processed,
                   10443:          results/129.processed, results/130.processed,
                   10444:          results/131.processed, results/132.processed,
                   10445:          results/133.processed, results/134.processed,
                   10446:          results/135.processed, results/136.processed,
                   10447:          results/137.processed, results/138.processed,
                   10448:          results/139.processed, results/140.processed,
                   10449:          results/141.processed: merged(copied) to HEAD from template_gc
                   10450: 
                   10451:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   10452:          towards \parser3project not having to be in root
                   10453: 
                   10454:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   10455:          module compiled [were minor unnecessary changes in lib/md5
                   10456:          interface]
                   10457: 
                   10458:        * src/include/pa_version.h: release
                   10459: 
                   10460:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   10461: 
                   10462:        * src/classes/math.C: merged uuid bugfix
                   10463: 
                   10464:        * tests/: 141.html, results/141.processed: fixed bug with
                   10465:          too-small-a-buffer
                   10466: 
                   10467:        * src/classes/math.C: uuid bugfix
                   10468: 
                   10469:        * tests/: 141.html, Makefile, results/005.processed,
                   10470:          results/030.processed, results/075.processed,
                   10471:          results/078.processed: to reflect date format change (were -
                   10472:          become ' ')
                   10473: 
                   10474:        * src/classes/math.C: uuid bugfix
                   10475: 
                   10476:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   10477:          debug/release changes
                   10478: 
                   10479:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   10480: 
                   10481: 2003-07-23  paf
                   10482: 
                   10483:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   10484:          renamed a little [to move to comman naming conv]
                   10485: 
1.101   ! moko     10486:        * src/targets/Makefile.am: apache13 splitted to simplify apache
        !          10487:          build
1.95      moko     10488: 
                   10489:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   10490:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   10491:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   10492:          stack top_index() fixed
                   10493: 
                   10494:        * src/main/pa_globals.C: minor style changes
                   10495: 
                   10496:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   10497:          closing/caching fixed [connections were not closed/put to cache]
                   10498: 
                   10499: 2003-07-22  paf
                   10500: 
                   10501:        * INSTALL: gc part updated stightly
                   10502: 
                   10503:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   10504:          new sapi interface
                   10505: 
                   10506:        * src/classes/file.C: comment on OS
                   10507: 
                   10508:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   10509:          one deeper in cord lib]
                   10510: 
                   10511:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   10512: 
                   10513:        * src/main/pa_memory.C: out of memory is no longer coredump
                   10514: 
                   10515:        * INSTALL: disable-threads adviced
                   10516: 
                   10517: 2003-07-21  paf
                   10518: 
1.101   ! moko     10519:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     10520: 
                   10521:        * src/classes/file.C: file::exec/cgi environment variables now must
                   10522:          be UPPERCASE and A-Z 0-9 _-
                   10523: 
                   10524:        * src/classes/file.C: env passing fixed
                   10525: 
                   10526:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   10527: 
                   10528:        * src/main/pa_common.C: http:// CRLF now
                   10529: 
                   10530: 2003-07-02  paf
                   10531: 
                   10532:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   10533:          fields to reflect their real meaning
                   10534: 
                   10535: 2003-06-27  paf
                   10536: 
                   10537:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   10538:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   10539:          file::exec/cgi .charset
                   10540: 
                   10541: 2003-06-26  paf
                   10542: 
                   10543:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   10544:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   10545:          src/classes/table.C: fixed several uninitialized local
                   10546:          structures.  notably ^hash.foreach now inserts delimiters
                   10547:          properly [were inserting it before first body]
                   10548: 
                   10549: 2003-06-24  paf
                   10550: 
                   10551:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   10552: 
                   10553: 2003-06-20  paf
                   10554: 
                   10555:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   10556:          src/main/pa_globals.C: introducing
                   10557:          $f[^file::load[binary;http://...]] $f.tables
                   10558: 
                   10559: 2003-06-06  paf
                   10560: 
                   10561:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   10562:          table. [were method lookup: inconsistent]
                   10563: 
                   10564: 2003-06-02  paf
                   10565: 
                   10566:        * src/include/pa_memory.h: empty string clone fixed to return
                   10567:          writable memory
                   10568: 
                   10569:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   10570:          were not appended] which violated string invariant
                   10571: 
                   10572: 2003-05-30  paf
                   10573: 
                   10574:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   10575:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   10576: 
                   10577:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   10578:          GMT  ; RFC 822, updated by RFC 1123
                   10579: 
                   10580:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   10581:          targets/isapi/parser3isapi.C: initialized request_info properly
                   10582: 
                   10583:        * src/classes/xnode.C: found minor bug, commended for future
                   10584: 
                   10585: 2003-05-28  paf
                   10586: 
                   10587:        * src/classes/form.C: request_info.content_length can't be <0,
                   10588:          size_t for some time
                   10589: 
                   10590: 2003-05-26  paf
                   10591: 
                   10592:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   10593:          forgotten <0 changed to !=STRING_NOT_FOUND
                   10594: 
                   10595:        * src/classes/math.C: merged ffffu from HEAD
                   10596: 
                   10597: 2003-05-11  paf
                   10598: 
                   10599:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   10600: 
                   10601:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   10602:          premature doc free.  transformed document had xmlDoc reference
                   10603:          stored to non-gc-memory (libgdome) added holding-reference
                   10604: 
                   10605: 2003-04-29  paf
                   10606: 
                   10607:        * src/main/pa_globals.C: started digging on double free.  on win32
                   10608:          found that that's perfectly normal.
                   10609: 
                   10610: 2003-04-25  paf
                   10611: 
                   10612:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   10613: 
                   10614:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   10615: 
                   10616:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   10617:          print anything.  changed to quicker and simplier code
                   10618: 
                   10619:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   10620:          strict a check]
                   10621: 
                   10622:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   10623: 
                   10624: 2003-04-24  paf
                   10625: 
                   10626:        * src/include/pa_table.h: too strict assert loosened
                   10627: 
                   10628:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   10629:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   10630:          report
                   10631: 
                   10632: 2003-04-21  paf
                   10633: 
1.101   ! moko     10634:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     10635: 
                   10636:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   10637:          memory
                   10638: 
                   10639:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   10640:          xmlMallocAtomic [author agreed to my suggestion], used that
                   10641: 
                   10642:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   10643: 
                   10644:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   10645:          types/pa_vmail.C: attributed_meaning_to_string added
                   10646:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   10647:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   10648:          made that param obligatory
                   10649: 
                   10650:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   10651:          fixed [assert helped]
                   10652: 
                   10653:        * src/include/pa_string.h: assert added [looking for bug]
                   10654: 
                   10655:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   10656:          names on Win32 considered disk-global
                   10657: 
                   10658:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   10659:          considered disk-global
                   10660: 
                   10661: 2003-04-18  paf
                   10662: 
                   10663:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   10664:          filenames
                   10665: 
                   10666:        * src/main/untaint.C: enabled '~' letter in filenames
                   10667: 
                   10668: 2003-04-16  paf
                   10669: 
                   10670:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   10671: 
                   10672:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   10673:          HEAD
                   10674: 
1.101   ! moko     10675:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     10676: 
                   10677: 2003-04-15  paf
                   10678: 
                   10679:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10680:          src/lib/md5/pa_md5c.c, tests/141.html,
                   10681:          tests/results/141.processed: merged from head ^math:uuid[]
                   10682:          ^math:uid64[] ^math:md5[string]
                   10683: 
                   10684:          test added: 141.html
                   10685: 
                   10686:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   10687: 
                   10688:        * src/classes/math.C: ^math:uuid[]
                   10689: 
                   10690:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   10691: 
                   10692:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   10693:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   10694: 
                   10695:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   10696:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   10697:          ^file::load[mode;name;     $.offset     $.limit
                   10698: 
                   10699: 2003-04-14  paf
                   10700: 
                   10701:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   10702:          started ^math:md5
                   10703: 
                   10704:        * src/classes/table.C, src/include/pa_array.h,
                   10705:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   10706:          tests/results/140.processed: table $.reverse option works in
                   10707:          create&co table $.distinct[tables] bug fix merged
                   10708: 
                   10709:        * src/: classes/table.C, include/pa_table.h: table
                   10710:          $.distinct[tables] bug fixed
                   10711: 
                   10712:        * src/classes/table.C: more warnings
                   10713: 
                   10714:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   10715:          removed checks in table::set_current, moved them back to
                   10716:          table::locate implemented table::create/join ñ $.reverse
                   10717: 
                   10718:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   10719:          removed checks in table::set_current, moved them back to
                   10720:          table::locate
                   10721: 
                   10722: 2003-04-11  paf
                   10723: 
                   10724:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   10725:          src/include/pa_array.h, src/include/pa_common.h,
                   10726:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   10727:          src/include/pa_table.h, src/main/pa_request.C,
                   10728:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10729:          src/main/pa_table.C: merged from HEAD from
                   10730:          before_append_array_limit_sense_change to
                   10731:          after_append_array_limit_sense_change
                   10732: 
                   10733:        * src/classes/table.C: typo
                   10734: 
                   10735:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   10736:          src/include/pa_array.h, src/include/pa_common.h,
                   10737:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   10738:          src/include/pa_table.h, src/main/pa_array.C,
                   10739:          src/main/pa_globals.C, src/main/pa_request.C,
                   10740:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   10741:          src/main/pa_table.C: append_array_limit_sense_change locate
                   10742:          accepts options same as create new option: $.reverse(1)   [do not
                   10743:          work in table::create]
                   10744: 
                   10745:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   10746:          (stat xxx,
                   10747: 
                   10748:        * src/classes/: table.C: typo
                   10749: 
                   10750:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   10751:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   10752:          results/130.processed, results/131.processed,
                   10753:          results/132.processed, results/133.processed,
                   10754:          results/134.processed, results/135.processed,
                   10755:          results/136.processed, results/137.processed,
                   10756:          results/138.processed, results/139.processed: added few mustfail
                   10757:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   10758:          date/time 132.html mustfail: access to junction outside of
                   10759:          context 133.html mustfail: access to junction outside of context,
                   10760:          case version 134.html mustfail: hash: adding a key inside of
                   10761:          foreach 135.html mustfail: modifying system class 136.html
                   10762:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   10763:          appendChild without import 138.html mustfail: invalid encoding
                   10764:          inside of xml 139.html mustfail: bad XPath
                   10765: 
                   10766:        * operators.txt, src/classes/table.C, tests/084.html,
                   10767:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   10768:          tests/129.html, tests/results/125.processed,
                   10769:          tests/results/126.processed, tests/results/127.processed,
                   10770:          tests/results/128.processed, tests/results/129.processed: merged
                   10771:          from HEAD ^table.hash[key][$.distinct[tables]]
                   10772: 
                   10773:          maked appropriate tests [changed one old nonconforming]
                   10774: 
                   10775:        * operators.txt, src/classes/table.C:
                   10776:          ^table.hash[key][$.distinct[tables]]
                   10777: 
                   10778:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10779:          merged fix for found very old xml (dom) bug: were passing
                   10780:          domString objects and later ERROREOUSLY freed them
                   10781: 
                   10782:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   10783:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   10784:          libgdome bug can not be worked around
                   10785: 
                   10786: 2003-04-10  paf
                   10787: 
                   10788:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   10789:          found very old xml (dom) bug: were passing domString objects and
                   10790:          later ERROREOUSLY freed them
                   10791: 
                   10792:        * src/doc/string.dox, src/include/pa_memory.h,
                   10793:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   10794:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   10795:          tests/123.html, tests/124.html, tests/results/001.processed,
                   10796:          tests/results/002.processed, tests/results/003.processed,
                   10797:          tests/results/004.processed, tests/results/005.processed,
                   10798:          tests/results/006.processed, tests/results/008.processed,
                   10799:          tests/results/009.processed, tests/results/010.processed,
                   10800:          tests/results/011.processed, tests/results/012.processed,
                   10801:          tests/results/013.processed, tests/results/014.processed,
                   10802:          tests/results/015.processed, tests/results/016.processed,
                   10803:          tests/results/017.processed, tests/results/018.processed,
                   10804:          tests/results/020.processed, tests/results/021.processed,
                   10805:          tests/results/022.processed, tests/results/023.processed,
                   10806:          tests/results/024.processed, tests/results/025.processed,
                   10807:          tests/results/026.processed, tests/results/027.processed,
                   10808:          tests/results/028.processed, tests/results/029.processed,
                   10809:          tests/results/030.processed, tests/results/031.processed,
                   10810:          tests/results/032.processed, tests/results/033.processed,
                   10811:          tests/results/034.processed, tests/results/035.processed,
                   10812:          tests/results/036.processed, tests/results/037.processed,
                   10813:          tests/results/038.processed, tests/results/039.processed,
                   10814:          tests/results/040.processed, tests/results/041.processed,
                   10815:          tests/results/042.processed, tests/results/043.processed,
                   10816:          tests/results/044.processed, tests/results/045.processed,
                   10817:          tests/results/046.processed, tests/results/047.processed,
                   10818:          tests/results/048.processed, tests/results/049.processed,
                   10819:          tests/results/050.processed, tests/results/051.processed,
                   10820:          tests/results/052.processed, tests/results/053.processed,
                   10821:          tests/results/054.processed, tests/results/055.processed,
                   10822:          tests/results/056.processed, tests/results/057.processed,
                   10823:          tests/results/058.processed, tests/results/059.processed,
                   10824:          tests/results/060.processed, tests/results/061.processed,
                   10825:          tests/results/062.processed, tests/results/063.processed,
                   10826:          tests/results/064.processed, tests/results/065.processed,
                   10827:          tests/results/066.processed, tests/results/067.processed,
                   10828:          tests/results/068.processed, tests/results/069.processed,
                   10829:          tests/results/070.processed, tests/results/071.processed,
                   10830:          tests/results/072.processed, tests/results/073.processed,
                   10831:          tests/results/074.processed, tests/results/075.processed,
                   10832:          tests/results/076.processed, tests/results/077.processed,
                   10833:          tests/results/078.processed, tests/results/079.processed,
                   10834:          tests/results/080.processed, tests/results/081.processed,
                   10835:          tests/results/082.processed, tests/results/083.processed,
                   10836:          tests/results/084.processed, tests/results/085.processed,
                   10837:          tests/results/086.processed, tests/results/087.processed,
                   10838:          tests/results/088.processed, tests/results/089.processed,
                   10839:          tests/results/090.processed, tests/results/091.processed,
                   10840:          tests/results/092.processed, tests/results/093.processed,
                   10841:          tests/results/094.processed, tests/results/095.processed,
                   10842:          tests/results/096.processed, tests/results/097.processed,
                   10843:          tests/results/101.processed, tests/results/102.processed,
                   10844:          tests/results/104.processed, tests/results/105.processed,
                   10845:          tests/results/106.processed, tests/results/107.processed,
                   10846:          tests/results/108.processed, tests/results/109.processed,
                   10847:          tests/results/110.processed, tests/results/111.processed,
                   10848:          tests/results/112.processed, tests/results/113.processed,
                   10849:          tests/results/114.processed, tests/results/115.processed,
                   10850:          tests/results/116.processed, tests/results/117.processed,
                   10851:          tests/results/118.processed, tests/results/119.processed,
                   10852:          tests/results/120.processed, tests/results/121.processed,
                   10853:          tests/results/122.processed, tests/results/123.processed,
                   10854:          tests/results/124.processed: new convention: char* never 0.
                   10855:          assert in cord on that
                   10856: 
                   10857:        * src/main/pa_charset.C: couple more asserts
                   10858: 
                   10859:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   10860:          speedup
                   10861: 
                   10862:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   10863:          added [may be those is the case now?]
                   10864: 
                   10865:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10866:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10867:          hope]
                   10868: 
                   10869:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   10870:          that's memory from gc_malloc, not from g_malloc :(, but would
                   10871:          hope]
                   10872: 
                   10873:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   10874: 
                   10875: 2003-04-09  paf
                   10876: 
                   10877:        * src/classes/date.C: merged ^date.roll changes
                   10878: 
                   10879:        * src/classes/date.C: ^date.roll bug fix
                   10880: 
                   10881:        * src/classes/date.C: ^date.roll now throws less errors: month
                   10882:          shifts handles end of month situation by reducing day number
                   10883:          hour-hole shift reduces hour to recover
                   10884: 
                   10885:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   10886:          Sort by function time
                   10887: 
                   10888:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   10889:          http://   $.charset[] param done
                   10890: 
                   10891:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   10892:          added [after volatile fix. passes on win&intel-solaris]
                   10893: 
                   10894: 2003-04-08  paf
                   10895: 
                   10896:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   10897:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   10898:          include/pa_common.h, include/pa_request_charsets.h,
                   10899:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   10900:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   10901:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   10902:          types/pa_vresponse.C: started http://   $.charset[] param and
                   10903:          http response charset detection just compiled.  todo:test
                   10904: 
                   10905:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   10906: 
                   10907:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   10908:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   10909:          types/pa_vmail.C: changed transcode param converntion  along with
                   10910:          string creating convention -- all strings are zero-terminated,
                   10911:          this allowed to fix one remaining String("123", 2) case
                   10912: 
                   10913:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   10914:          classes/op.C, classes/string.C, classes/table.C,
                   10915:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   10916:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   10917:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   10918:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   10919:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   10920:          violated String::invariant. started fixing [not compiled now]
                   10921: 
                   10922:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   10923:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   10924:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   10925:          improvements & optimizations
                   10926: 
                   10927:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   10928:          :(]
                   10929: 
                   10930:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   10931:          [for it's a pointer really]
                   10932: 
                   10933:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   10934:          'n' param. worked that around
                   10935: 
                   10936:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   10937:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   10938:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   10939:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   10940:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   10941: 
                   10942:          Thanks for the bug report and patch.
                   10943: 
                   10944:          I hadn't looked at this code in a while.  Reading it now, it
                   10945:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   10946:          comply with the invariant, though that may not matter a lot.  I
                   10947:          changed that, too.
                   10948: 
                   10949:          Hans
                   10950: 
                   10951: 2003-04-07  paf
                   10952: 
                   10953:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   10954:          merged from head:safe mode error message now includes numbers
                   10955: 
                   10956:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10957:          problem: as_double returns it's result in fp-register compiler
                   10958:          optimizes access to that register after b->as_double, and just
                   10959:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10960:          from memory.  _SAME_ double values do not match here.  when
                   10961:          forced to REload fp-register, values do match.
                   10962: 
                   10963:          tried to make them volatile.
                   10964: 
                   10965:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   10966:          problem: as_double returns it's result in fp-register compiler
                   10967:          optimizes access to that register after b->as_double, and just
                   10968:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   10969:          from memory.  _SAME_ double values do not match here.  when
                   10970:          forced to REload fp-register, values do match.
                   10971: 
                   10972:          tried to make them volatile.
                   10973: 
                   10974:        * src/types/pa_vobject.h: small style change
                   10975: 
                   10976:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   10977: 
                   10978:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   10979:          mode error message now includes numbers
                   10980: 
                   10981:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   10982:          now causes death
                   10983: 
                   10984: 2003-04-04  paf
                   10985: 
                   10986:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   10987:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   10988:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   10989:          Sent: Thursday, January 23, 2003 9:14 AM
                   10990: 
                   10991:          huge speedup on ^file::cgi with big result
                   10992: 
                   10993:        * src/classes/table.C: sort table with 0 rows bug fixed
                   10994: 
                   10995:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   10996:          fix http://i2/tasks/edit/?id=4493701604654042676
                   10997: 
                   10998:          @main[] $with_default[  $.a[1]  $._default[default from
                   10999:          with_default] ] ^show[$with_default]
                   11000: 
                   11001:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   11002:          =$to_add_to.xxx=<br>
                   11003: 
                   11004:          ^show[$to_add_to]
                   11005: 
                   11006:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   11007:          ^show[$cloned]
                   11008: 
                   11009:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   11010: 
                   11011:          }  <hr>
                   11012: 
                   11013:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   11014:          http://i2/tasks/edit/?id=4493701604654042676
                   11015: 
                   11016:          @main[] $with_default[  $.a[1]  $._default[default from
                   11017:          with_default] ] ^show[$with_default]
                   11018: 
                   11019:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   11020:          =$to_add_to.xxx=<br>
                   11021: 
                   11022:          ^show[$to_add_to]
                   11023: 
                   11024:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   11025:          ^show[$cloned]
                   11026: 
                   11027:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   11028: 
                   11029:          }  <hr>
                   11030: 
                   11031:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   11032:          http://i2/tasks/edit/?id=4507350336410850921
                   11033: 
                   11034:        * src/classes/xdoc.C: memory allocation func bugfix
                   11035:          http://i2/tasks/edit/?id=4499303470368629745
                   11036: 
                   11037:        * src/classes/math.C: allowed random 1...
                   11038: 
                   11039:        * src/classes/math.C: allowed random 0..
                   11040: 
                   11041:        * src/main/pa_globals.C: exif mem leak
                   11042:          http://i2/tasks/edit/?id=4480590323629807263
                   11043: 
                   11044:        * src/: classes/classes.dsp, main/main.dsp,
                   11045:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   11046:          fix http://i2/tasks/edit/?id=4493946731322521294
                   11047:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   11048: 
                   11049:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11050:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   11051:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   11052:          links to xml libs made relative, no need to unpack parser3project
                   11053:          to /parser3project.
                   11054: 
                   11055:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   11056:          column more precise - tab handling bug fixed
                   11057: 
                   11058:        * src/main/: compile.tab.C, compile.y: more understandable error
                   11059:          message in case @CLASS with more then one line inside
                   11060: 
                   11061:        * src/targets/cgi/parser3.C: more understandable error message in
                   11062:          case of errors in @unhandled_exception
                   11063: 
                   11064: 2003-04-03  paf
                   11065: 
                   11066:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   11067:          src/main/compile.tab.C, src/main/compile.y,
                   11068:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11069:          src/main/execute.C, src/main/pa_request.C: debug info format
                   11070:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   11071: 
                   11072:          higher limits:   file number (max: 255)   line number (max:
                   11073:          64535)   column number (max: 255)
                   11074: 
                   11075:        * src/classes/math.C: top limit
                   11076: 
                   11077:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   11078:          precise parse error position in case of
                   11079: 
                   11080:          ^bug ]
                   11081: 
                   11082:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   11083:          changed to realities, and passed [bug fixed]
                   11084: 
                   11085:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   11086:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   11087:          main/compile_tools.h, main/pa_request.C: introducing
                   11088:          ^process...[main-method-alias]
                   11089: 
                   11090:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   11091:          classes/string.C, classes/table.C, classes/xdoc.C,
                   11092:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   11093:          params receive zero reference, but they are expected not to look
                   11094:          there]
                   11095: 
                   11096:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   11097:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11098:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11099:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   11100:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11101:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   11102:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   11103:          [methods without params receive zero reference, but they are
                   11104:          expected not to look there]
                   11105: 
                   11106:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   11107:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   11108:          ^process...[filename] useful for better error reporting
                   11109:          [file/line/col]
                   11110: 
                   11111:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   11112:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   11113:          '%s', it 2. method undefined in case of ^void[]
                   11114: 
                   11115:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   11116:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   11117:          handling done. now we have error columns todo: test it
                   11118: 
                   11119:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   11120:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   11121: 
                   11122:          this makes life easier: were: bad stack order -- were in
                   11123:          exception catch unwind order, which didn't match execution order
                   11124: 
                   11125:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   11126: 
                   11127:          @first[] ^throw[a;1]
                   11128: 
                   11129:          showed throw a first throw b try
                   11130: 
                   11131:          which is no good
                   11132: 
                   11133:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   11134:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   11135:          trace reset after handled exception [old bug fixed]
                   11136: 
                   11137:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   11138:          fixed.  position reporting made precise [both, in parse erros and
                   11139:          runtime errors]
                   11140: 
                   11141: 2003-04-02  paf
                   11142: 
                   11143:        * src/: include/pa_operation.h, include/pa_request.h,
                   11144:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11145:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11146:          main/pa_exception.C, main/pa_request.C: debug info: started
                   11147:          using.  todo:complete
                   11148: 
                   11149:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   11150:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11151:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11152:          main/pa_request.C: prepared debug info todo:use it
                   11153: 
                   11154:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   11155:          return Operation class->union after switching from autoptrs.
                   11156: 
                   11157:        * tests/: Makefile, results/108.processed, results/117.processed:
                   11158:          meta considered OK [it's up to coder now to remove it not needed]
                   11159: 
                   11160:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   11161:          Dictionary constructor when moved to gc]
                   11162: 
                   11163:        * src/main/pa_common.C: uncommented http:// file loading
                   11164: 
                   11165:        * src/include/pa_array.h, src/main/execute.C,
                   11166:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   11167:          fix [gdGrowingBuf]
                   11168: 
                   11169:        * configure.in, src/lib/Makefile.am: removed patches
                   11170: 
                   11171:        * configure, src/include/pa_config_auto.h.in,
                   11172:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   11173: 
                   11174:        * src/main/pa_common.C: uncommented http:// file loading
                   11175: 
                   11176:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   11177:          xdoc::create/load
                   11178: 
                   11179:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   11180:          classes/string.C, classes/table.C, classes/void.C,
                   11181:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   11182:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   11183:          String::String(str,helper_length) are checked.  found/fixed one
                   11184:          place: $request:body now zero-terminated,
                   11185: 
                   11186:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   11187:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   11188:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   11189:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   11190:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   11191:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   11192:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   11193:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   11194:          easily optimizable)
                   11195: 
                   11196:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   11197:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   11198: 
                   11199:        * src/: include/pa_array.h, include/pa_stack.h,
                   11200:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   11201:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   11202:          become assertion iterator in methodframe filler
                   11203: 
                   11204:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   11205:          targets/cgi/parser3.C: array::get/put inlined
                   11206: 
                   11207:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   11208:          gc_substitute_memory_management_functions +installed CORD_oom
                   11209:          function
                   11210: 
                   11211:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   11212:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   11213:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   11214:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   11215:          assertions started configure.in --enable-assertions
                   11216: 
                   11217: 2003-04-01  paf
                   11218: 
                   11219:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   11220:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   11221:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   11222:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   11223:          gc misses that and collects valid memory fixed by remembering
                   11224:          xmlDoc from dom object in xdoc.  todo: do something with
                   11225:          premature free of xdoc with xnodes/node values referring into it
                   11226: 
                   11227:        * src/classes/: mail.C: typo fix
                   11228: 
                   11229:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   11230:          changes
                   11231: 
                   11232:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   11233:          main/pa_memory.C: moved memory debugging to global level: to
                   11234:          pa_gc_malloc
                   11235: 
                   11236:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   11237:          debugging showed no errors. todo: debug parser memory
                   11238: 
                   11239:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   11240:          configurations
                   11241: 
                   11242:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   11243:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   11244:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   11245:          types/types.dsp: prepared xml-static configuration
                   11246: 
                   11247: 2003-03-31  paf
                   11248: 
                   11249:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   11250:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   11251:          xml lib memory debugging, simple checks failed: it seems that
                   11252:          library does realloc(bad ptr), and recording those ptrs in heap
                   11253:          [for debugging] was bad: heap situation changes = everything
                   11254:          works fine
                   11255: 
                   11256:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   11257:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   11258:          limit of 10 user-defined charsets]
                   11259: 
                   11260: 2003-03-28  paf
                   11261: 
                   11262:        * src/main/execute.C: execution stack copied to local register
                   11263:          variable, removed lots [~2e7) of memory accesses
                   11264: 
                   11265: 2003-03-27  paf
                   11266: 
                   11267:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   11268:          works in debug, but fails in release todo: fix that
                   11269: 
                   11270:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   11271:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   11272:          replacement from gc branch
                   11273: 
                   11274:        * src/main/pa_exec.C: introducing append_help_length [radical
                   11275:          improvement here]
                   11276: 
                   11277:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   11278:          'not recommened' in gc.h, on win32 noticed no difference]
                   11279: 
                   11280:        * src/include/pa_array.h: returned checked array get [were disabled
                   11281:          for debugging] result:not slower [don't understand that, it were
                   11282:          INLINED] todo: find out a way of inlining it!
                   11283: 
                   11284:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   11285:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   11286:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   11287:          convention changed: all resulting strings are zero-terminated
                   11288: 
                   11289:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11290:          classes/string.C, classes/table.C, classes/void.C,
                   11291:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   11292:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   11293:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   11294:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   11295:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   11296:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   11297:          append_help_length [radical improvement here]
                   11298: 
                   11299:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   11300:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   11301:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   11302:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   11303:          even slower
                   11304: 
                   11305:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   11306:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   11307:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   11308:          clients of &get(): most to use non-ref version, some[in tight
                   11309:          places] to get_unchecked_ref
                   11310: 
                   11311:        * src/doc/memory.dox: forgot to add
                   11312: 
                   11313:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   11314:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   11315:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   11316:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   11317:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11318:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   11319:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   11320:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   11321:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   11322:          func] other Array & removed
                   11323: 
                   11324: 2003-03-26  paf
                   11325: 
                   11326:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   11327:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   11328:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   11329:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11330:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   11331:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   11332:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   11333:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   11334:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   11335:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11336:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   11337:          pre-evaluated .count() in some places
                   11338: 
                   11339:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   11340:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   11341:          types/types.dsp: .dsp profiling updated
                   11342: 
                   11343:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   11344:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   11345:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   11346: 
                   11347:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   11348:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   11349:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   11350:          use lib/gc,lib/cord
                   11351: 
1.101   ! moko     11352:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
        !          11353:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     11354:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   11355:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   11356:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11357:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.101   ! moko     11358:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     11359:          src/lib/cord/include/Makefile.am,
1.101   ! moko     11360:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
        !          11361:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
        !          11362:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
        !          11363:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
        !          11364:          src/types/pa_vform.h, src/types/pa_vhash.h,
        !          11365:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
        !          11366:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
        !          11367:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
        !          11368:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
        !          11369:          funcs ported pa_exec
1.95      moko     11370: 
                   11371:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   11372: 
                   11373:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   11374:          bundled gc includes
                   11375: 
                   11376:        * src/: classes/op.C, include/pa_array.h,
                   11377:          include/pa_sql_connection.h, include/pa_string.h,
                   11378:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   11379:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   11380:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   11381:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   11382:          first real site (aval)]
                   11383: 
                   11384: 2003-03-25  paf
                   11385: 
                   11386:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   11387:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   11388:          process
                   11389: 
                   11390:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   11391:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   11392: 
                   11393:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   11394: 
                   11395:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   11396:          src/types/pa_value.h, src/types/pa_vfile.h,
                   11397:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11398:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   11399:          tests/results/121.processed: untaint.C L_URI
                   11400: 
                   11401:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   11402:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   11403:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   11404:          src/types/pa_vmemory.h: ^memory:compact[]
                   11405: 
                   11406:        * tests/results/109.processed: it was a bug in parser. updated 109
                   11407:          test result
                   11408: 
                   11409:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   11410: 
                   11411:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   11412:          tests/results/107.processed: fixed dom language [values are now
                   11413:          considered tainted.  it was a bug in parser. updated 107 test
                   11414:          result
                   11415: 
                   11416:        * src/classes/xdoc.C: fixed transform params
                   11417: 
                   11418:        * src/: include/pa_stylesheet_manager.h,
                   11419:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   11420: 
                   11421:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   11422:          overloads for structure handling
                   11423: 
                   11424:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   11425:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   11426:          StringBody(0) ambiguilty, introducting static
                   11427:          StringBody::Format(int)
                   11428: 
                   11429:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   11430:          linked
                   11431: 
                   11432:        * src/types/pa_vxdoc.C: vxdoc compiled
                   11433: 
                   11434:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   11435:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   11436:          finalizers isntalled
                   11437: 
                   11438:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   11439:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   11440:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   11441:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   11442:          compiled todo: xnode.C / finalizers
                   11443: 
                   11444:        * src/doc/string.dox: updated: new string internals
                   11445: 
                   11446: 2003-03-24  paf
                   11447: 
                   11448:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11449:          include/pa_charset.h, include/pa_config_fixed.h,
                   11450:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   11451:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   11452:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   11453:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   11454:          types/pa_vxnode.h: started XML
                   11455: 
                   11456:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   11457: 
                   11458:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11459:          include/pa_string.h, main/pa_common.C,
                   11460:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   11461: 
                   11462:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   11463:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   11464:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   11465:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   11466:          for eq STRING_NOT_FOUND
                   11467: 
                   11468:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   11469:          optimize bit implemented
                   11470: 
                   11471:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   11472:          String::ArrayFragment::append_positions fixed
                   11473: 
                   11474:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   11475:          String::this_starts fixed
                   11476: 
                   11477:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   11478: 
                   11479:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   11480:          hashcode implemented fully, including per-char callback [it can
                   11481:          be - substr CORD node]
                   11482: 
                   11483:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   11484:          rewritten to rewalloc with 100byte buf ahead
                   11485: 
                   11486:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   11487:          src/include/pa_string.h, src/main/compile.tab.C,
                   11488:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   11489:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   11490:          CORD_ec [bad] would rewrite as realloc now
                   11491: 
                   11492:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11493:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   11494:          include/pa_cache_managers.h, include/pa_charsets.h,
                   11495:          include/pa_common.h, include/pa_request.h,
                   11496:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   11497:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   11498:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   11499:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   11500:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   11501:          types/pa_vstateless_class.h: 2*2 worked :)
                   11502: 
                   11503:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   11504:          src/include/pa_exec.h, src/include/pa_string.h,
                   11505:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   11506:          passed OK
                   11507: 
                   11508:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11509:          types/pa_value.C: all linked todo: debug
                   11510: 
                   11511:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   11512:          types/pa_vstateless_class.C: all compiled.  todo:link
                   11513: 
                   11514:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   11515: 
                   11516:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   11517: 
                   11518:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   11519: 
                   11520:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   11521: 
                   11522:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   11523:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   11524:          pa_vstateless_class.C, pa_vstateless_class.h:
                   11525:          pa_vstateless_class.C compiled
                   11526: 
                   11527:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   11528:          types/pa_vmath.C: pa_vmail.C compiled
                   11529: 
                   11530:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   11531: 
                   11532:        * src/types/pa_vform.C: pa_vform.C compiled
                   11533: 
                   11534:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   11535: 
                   11536:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   11537:          pa_vstateless_class.C: pa_vcookie.C compiled
                   11538: 
                   11539:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   11540:          types/pa_vhash.h: pa_value.C compiled
                   11541: 
                   11542:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   11543:          classes.lib main.lib compiled
                   11544: 
                   11545:        * src/classes/void.C: void.C compiled
                   11546: 
                   11547:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   11548:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   11549:          compiled
                   11550: 
                   11551:        * src/: classes/string.C, include/pa_request.h,
                   11552:          include/pa_string.h, main/pa_string.C: string.C compiled
                   11553: 
                   11554:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   11555:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   11556:          main/pa_request.C, main/pa_string.C: op.C compiled
                   11557: 
                   11558:        * src/classes/: math.C, op.C: math.C compiled
                   11559: 
                   11560:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   11561:          types/pa_vmail.h: mail.C compiled
                   11562: 
                   11563:        * src/classes/: int.C, table.C: int.C compiled
                   11564: 
                   11565:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   11566:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   11567:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   11568:          compiled
                   11569: 
                   11570:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   11571:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   11572:          include/pa_sql_connection.h: hash.C compiled
                   11573: 
                   11574:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   11575:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   11576:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   11577:          classes/math.C, classes/op.C, classes/response.C,
                   11578:          classes/string.C, classes/table.C, classes/void.C,
                   11579:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   11580:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   11581:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   11582:          file.C table.C compiled
                   11583: 
                   11584:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   11585:          main/untaint.C: main.lib compiled
                   11586: 
                   11587: 2003-03-21  paf
                   11588: 
                   11589:        * src/: classes/op.C, include/pa_cache_managers.h,
                   11590:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11591:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   11592:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   11593:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   11594:          compiled
                   11595: 
                   11596:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   11597:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   11598:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   11599:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   11600:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   11601:          pa_request.C compiled
                   11602: 
                   11603:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   11604:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   11605:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   11606:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   11607:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11608:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   11609:          compiled
                   11610: 
                   11611:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   11612:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   11613:          on unix
                   11614: 
                   11615:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   11616:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   11617:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   11618:          pa_charsets.C compiled
                   11619: 
                   11620:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   11621:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   11622:          main/compile.y, main/execute.C, main/pa_common.C,
                   11623:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   11624:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   11625:          types/pa_vmethod_frame.h: execute.C compiled
                   11626: 
                   11627:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11628:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11629:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   11630:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   11631:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11632:          include/pa_cache_managers.h, include/pa_charsets.h,
                   11633:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   11634:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   11635:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   11636:          include/pa_stylesheet_connection.h,
                   11637:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11638:          main/compile.C, main/compile.tab.C, main/compile.y,
                   11639:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11640:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11641:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   11642:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   11643:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   11644:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11645:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11646:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   11647:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   11648:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   11649:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   11650:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11651:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11652:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   11653:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11654:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11655:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11656:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   11657:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   11658:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   11659:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11660:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11661:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   11662:          [C++ CORD wrapper]
                   11663: 
                   11664:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   11665: 
                   11666:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   11667:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   11668: 
                   11669:          command line, env values, input got transcoded before call
                   11670:          stdout, stderr got transcoded after call
                   11671: 
                   11672:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   11673:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   11674: 
                   11675:        * src/main/pa_common.C: } typo bug fix
                   11676: 
                   11677:        * src/main/pa_common.C: } typo bug fix
                   11678: 
                   11679: 2003-03-20  paf
                   11680: 
                   11681:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   11682:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   11683: 
                   11684:        * src/include/pa_string.h: more tests
                   11685: 
                   11686:        * src/main/pa_string.C: string.pos fixed
                   11687: 
1.101   ! moko     11688:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
        !          11689:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
        !          11690:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
        !          11691:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
        !          11692:          replaces
1.95      moko     11693: 
                   11694:        * src/: classes/image.C, include/pa_dictionary.h,
                   11695:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   11696:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   11697:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   11698:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   11699: 
                   11700:        * src/include/pa_string.h: warning
                   11701: 
                   11702:        * src/include/pa_string.h: this_starts fixed
                   11703: 
                   11704:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   11705:          new String ctor & append params convention
                   11706: 
                   11707:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   11708:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   11709:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   11710:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   11711:          main/pa_exception.C, main/pa_exec.C,
                   11712:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11713:          main/pa_stylesheet_manager.C, main/untaint.C,
                   11714:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   11715:          types/pa_vmail.C: more tests OK
                   11716: 
                   11717:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   11718:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   11719:          gc/exit runned OK
                   11720: 
                   11721:        * src/types/pa_vmail.C: another naming problem: should not name
                   11722:          vars like that: unpredictable close caused problems with later
                   11723:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   11724:          descriptors missing on startup: stdin; Bad file number
                   11725: 
                   11726:          todo: find out why so many filters(stream) here. probably wrong?
                   11727: 
                   11728:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   11729:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   11730:          main/untaint.C: test compiled
                   11731: 
                   11732:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   11733:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   11734:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   11735:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   11736:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   11737:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   11738:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   11739:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   11740:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   11741:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   11742: 
                   11743:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   11744:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   11745:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   11746:          src/include/pa_memory.h, src/include/pa_request.h,
                   11747:          src/include/pa_request_charsets.h,
                   11748:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   11749:          src/main/compile.tab.C, src/main/execute.C,
                   11750:          src/main/pa_charset.C, src/main/pa_common.C,
                   11751:          src/main/pa_exception.C, src/main/pa_exec.C,
                   11752:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   11753:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   11754:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   11755:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   11756:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11757:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   11758:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11759:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   11760:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   11761:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11762:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   11763:          pa_common.C [done, without http for now]
                   11764: 
                   11765: 2003-03-19  paf
                   11766: 
                   11767:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   11768:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   11769:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   11770:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   11771:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   11772:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   11773:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   11774:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   11775:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   11776:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   11777:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11778:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   11779:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11780:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   11781:          types/pa_wwrapper.h: started test
                   11782: 
1.101   ! moko     11783:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
        !          11784:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     11785: 
                   11786:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   11787:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   11788:          it
                   11789: 
                   11790:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   11791:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   11792:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   11793:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   11794:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   11795:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   11796:          types/pa_vmethod_frame.h, types/types.dsp: string
                   11797:          reimplementation with cord+array<fragment>: 70%
                   11798: 
                   11799: 2003-03-18  paf
                   11800: 
                   11801:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11802:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   11803:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   11804:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   11805:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   11806:          can ignore lang in cmp and pos really,             but would
                   11807:          split properly!
                   11808: 
                   11809:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   11810:          cord part made parser/src/lib: it's not compiled into libgc by
                   11811:          default
                   11812: 
                   11813:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   11814:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   11815:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   11816:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   11817:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   11818:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   11819:          src/classes/xnode.C, src/classes/xnode.h,
                   11820:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   11821:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   11822:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   11823:          src/include/pa_exception.h, src/include/pa_exec.h,
                   11824:          src/include/pa_globals.h, src/include/pa_hash.h,
                   11825:          src/include/pa_memory.h, src/include/pa_pool.h,
                   11826:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   11827:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   11828:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   11829:          src/include/pa_stylesheet_connection.h,
                   11830:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   11831:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   11832:          src/main/compile.C, src/main/compile.tab.C,
                   11833:          src/main/compile_tools.C, src/main/compile_tools.h,
                   11834:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   11835:          src/main/pa_charsets.C, src/main/pa_common.C,
                   11836:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   11837:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   11838:          src/main/pa_pool.C, src/main/pa_request.C,
                   11839:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   11840:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   11841:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   11842:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   11843:          src/types/pa_junction.h, src/types/pa_method.h,
                   11844:          src/types/pa_value.C, src/types/pa_value.h,
                   11845:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   11846:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   11847:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   11848:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   11849:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   11850:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11851:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   11852:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   11853:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   11854:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   11855:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11856:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   11857:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   11858:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   11859:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   11860:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   11861:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   11862:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   11863:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   11864:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11865:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   11866:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   11867:          gc: PA_Object done lots of replacements also
                   11868: 
                   11869:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   11870:          gc logging
                   11871: 
                   11872: 2003-03-17  paf
                   11873: 
                   11874:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   11875:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   11876:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   11877:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   11878:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   11879:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   11880:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   11881:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   11882:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11883:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   11884:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   11885:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   11886:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   11887:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   11888:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11889:          types/pa_vxnode.h: libgc attempt
                   11890: 
                   11891: 2003-03-13  paf
                   11892: 
                   11893:        * src/: include/pa_sql_driver_manager.h,
                   11894:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   11895:          called
                   11896: 
                   11897:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   11898:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   11899:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   11900:          types/pa_value.h, types/pa_vobject.h,
                   11901:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   11902:          set_base, set_derived simplified [counter leaks fixed]
                   11903: 
                   11904:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   11905:          src/types/types.dsp: incorporated status class patch From:
                   11906:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   11907:          2003 8:14 AM
                   11908: 
                   11909:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   11910:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   11911:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   11912: 
                   11913: 2003-03-12  paf
                   11914: 
1.101   ! moko     11915:        * configure, configure.in, src/lib/ltdl/configure,
        !          11916:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     11917:          lib/ltdl/Makefile now created by /configure.in only [were by
                   11918:          lib/ltdl/configure.in OVERWRITE]
                   11919: 
1.101   ! moko     11920:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
        !          11921:          linkage fixed for g++ 3.2.2
1.95      moko     11922: 
                   11923:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   11924:          on using privately declared class [fixed]
                   11925: 
                   11926:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   11927:          3.2 rightliy complained on using privately declared class [fixed]
                   11928: 
                   11929:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   11930:          sigpipe before request constructor now causes death
                   11931: 
                   11932:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   11933:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   11934:          not cause exception in exception handler
                   11935: 
1.101   ! moko     11936:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
        !          11937:          now default links libstdc++ statically.  that can be overriden by
        !          11938:          --with-dynamic-stdcpp
1.95      moko     11939: 
                   11940: 2003-03-11  paf
                   11941: 
                   11942:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   11943:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   11944:          necessity of libstdc++
                   11945: 
                   11946:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11947: 
                   11948:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   11949: 
                   11950: 2003-03-08  paf
                   11951: 
                   11952:        * tests/Makefile: make install & co
                   11953: 
                   11954:        * src/: include/pa_request.h, classes/op.C: removing
                   11955:          vclass,object.h -> pa_request.h dependency
                   11956: 
                   11957:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   11958:          main/pa_request.C: removing vform,response,cookie.h ->
                   11959:          pa_request.h dependency
                   11960: 
                   11961:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   11962:          dependency [testing...]
                   11963: 
                   11964:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   11965:          return 0; fixed
                   11966: 
                   11967:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   11968:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   11969: 
                   11970:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   11971: 
                   11972:        * src/main/pa_request.C: forgotten: ifdef XML
                   11973: 
                   11974:        * src/main/pa_request.C: forgotten: ifdef XML
                   11975: 
                   11976:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   11977:          win32 and run memleak tests again
                   11978: 
                   11979:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   11980:          old xml lib-- it's internal memory handling has faults
                   11981: 
                   11982:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   11983:          problems when transcode from charset A to A.
                   11984: 
                   11985:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   11986:          todo: still problems when transcode from charset A to A.
                   11987: 
                   11988:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   11989:          classes/table.C, include/pa_array.h,
                   11990:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   11991:          started full-scale-site-test [~ http://parser.ru sources]
                   11992: 
                   11993:          some fixes
                   11994: 
                   11995:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   11996:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   11997:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   11998:          results/110.processed, results/111.processed,
                   11999:          results/112.processed, results/113.processed,
                   12000:          results/114.processed, results/115.processed,
                   12001:          results/116.processed, results/117.processed,
                   12002:          results/118.processed, results/119.processed,
                   12003:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   12004:          selectSingle 111 xdoc.create from tainted & 112
                   12005:          xdoc.create/output with russian attr value 113 xpath
                   12006:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   12007:          116 output media-type change 117 transform by dom stylesheet 118
                   12008:          empty transform result 119 dom setAttribute 120 nbsp letter
                   12009:          output
                   12010: 
                   12011:          =END OF PREPARED XML TESTS=
                   12012: 
                   12013: 2003-03-07  paf
                   12014: 
                   12015:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   12016:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   12017:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   12018:          transform with params [bugs fixed]
                   12019: 
                   12020:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   12021:          from copy/paste bug
                   12022: 
                   12023:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   12024:          src/include/pa_request.h, src/main/execute.C,
                   12025:          src/main/pa_charset.C, src/main/pa_exception.C,
                   12026:          src/main/pa_globals.C, src/main/pa_request.C,
                   12027:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12028:          src/types/pa_vxnode.C, tests/107.html,
                   12029:          tests/results/107.processed: xml: test: 107 bug fixes
                   12030: 
                   12031:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12032:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12033:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   12034: 
                   12035:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   12036:          string
                   12037: 
                   12038:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   12039:          mem alloc functions used for different cases [libxml, libxsl]
                   12040: 
                   12041:        * src/classes/classes.C: fixed: prevent system classes from
                   12042:          modification to lock ALL the classes, not only directly used
                   12043: 
                   12044:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   12045:          linked
                   12046: 
                   12047:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   12048: 
                   12049: 2003-03-06  paf
                   12050: 
                   12051:        * src/classes/xdoc.C: xdoc.C 50%
                   12052: 
                   12053:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   12054:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   12055:          main/pa_globals.C, main/pa_request.C,
                   12056:          main/pa_stylesheet_manager.C: xnode.C compiled
                   12057: 
                   12058:        * src/: include/pa_stylesheet_connection.h,
                   12059:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   12060:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   12061: 
                   12062:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   12063:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12064:          xml: stylesheet&manager STARTED
                   12065: 
                   12066:        * src/: include/pa_globals.h, main/pa_charset.C,
                   12067:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   12068: 
                   12069:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   12070:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   12071:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   12072:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   12073:          charsets
                   12074: 
                   12075:        * tests/023.html: in some cases it rounded up badly. postponing
                   12076:          solution of that problem, making more simple test
                   12077: 
                   12078:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   12079:          -kb now
                   12080: 
                   12081:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   12082:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   12083:          moved to charsets.C
                   12084: 
                   12085: 2003-03-05  paf
                   12086: 
                   12087:        * src/classes/string.C, src/include/pa_string.h,
                   12088:          src/main/pa_string.C, tests/105.html,
                   12089:          tests/results/105.processed: String::match bug fixed
                   12090: 
                   12091:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   12092:          tests/results/104.processed: ^bpt operator added [does int3 in
                   12093:          debug build on win32]
                   12094: 
                   12095:        * tests/: 057.html, results/057.processed: test bug fixed
                   12096: 
1.101   ! moko     12097:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     12098: 
                   12099:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   12100:          missing
                   12101: 
1.101   ! moko     12102:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
        !          12103:          forgotten files added to Makes
1.95      moko     12104: 
                   12105:        * ltmain.sh: ltmain.sh added
                   12106: 
                   12107:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   12108:          change undone ;(
                   12109: 
                   12110:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   12111:          made static
                   12112: 
                   12113:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.101   ! moko     12114:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
        !          12115:          todo:make linker happy
1.95      moko     12116: 
                   12117:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   12118:          env param made optional
                   12119: 
                   12120: 2003-03-04  paf
                   12121: 
                   12122:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   12123:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   12124: 
                   12125:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   12126:          results/103.processed: tests: 103 image.copy transparence test
                   12127: 
                   12128:        * src/main/execute.C, tests/101.html, tests/102.html,
                   12129:          tests/results/101.processed, tests/results/102.processed: tests:
                   12130:          101 method/variable name conflict test 102 form fields change
                   12131:          should not not change anything [bug fix]
                   12132: 
                   12133:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   12134:          results/099.processed, results/100.processed: tests: 57 date
                   12135:          create 2002: added 99,100 response:body/download
                   12136: 
                   12137:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   12138:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   12139: 
                   12140:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   12141:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   12142:          fixed]
                   12143: 
                   12144:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   12145:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   12146:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   12147:          image EXIF  [bug fixed]
                   12148: 
                   12149:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   12150:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   12151:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   12152:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   12153:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   12154:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   12155:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   12156:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   12157:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   12158:          tests/094.html, tests/095.html, tests/results/061.processed,
                   12159:          tests/results/062.processed, tests/results/063.processed,
                   12160:          tests/results/064.processed, tests/results/065.processed,
                   12161:          tests/results/066.processed, tests/results/067.processed,
                   12162:          tests/results/068.processed, tests/results/069.processed,
                   12163:          tests/results/070.processed, tests/results/071.processed,
                   12164:          tests/results/072.processed, tests/results/073.processed,
                   12165:          tests/results/074.processed, tests/results/075.processed,
                   12166:          tests/results/076.processed, tests/results/077.processed,
                   12167:          tests/results/078.processed, tests/results/080.processed,
                   12168:          tests/results/081.processed, tests/results/082.processed,
                   12169:          tests/results/083.processed, tests/results/084.processed,
                   12170:          tests/results/085.processed, tests/results/086.processed,
                   12171:          tests/results/087.processed, tests/results/088.processed,
                   12172:          tests/results/089.processed, tests/results/090.processed,
                   12173:          tests/results/091.processed, tests/results/092.processed,
                   12174:          tests/results/093.processed, tests/results/094.processed,
                   12175:          tests/results/095.processed, tests/079.html,
                   12176:          tests/results/079.processed: tests: 61 file::stat size 62
                   12177:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   12178:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   12179:          string.match simple on long 68 string.match normalized simple on
                   12180:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   12181:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   12182:          date arithmetics 75 response date values/attributes 76 string.pos
                   12183:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   12184:          with local 80 scientific numeric literal in string autoconvert 81
                   12185:          xor: logical and numerical 82 for delims 83 menu delims 84
                   12186:          table.hash distinct 85 long string  replace 86 throw+catch
                   12187:          current language preserve 87 bit shifts 88 junction tests +
                   12188:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   12189:          91 $caller test 92 junction is + def junction tests 93 $caller
                   12190:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   12191: 
                   12192:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   12193:          fixed] 60 string eq string [bug fixed]
                   12194: 
                   12195:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   12196:          058.html, 058_paf2000.png, 059.html, 060.html,
                   12197:          results/053.processed, results/054.processed,
                   12198:          results/055.processed, results/056.processed,
                   12199:          results/057.processed, results/058.processed,
                   12200:          results/059.processed, results/060.processed: test: 53
                   12201:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   12202:          date.create[string] 58 image.measure[png]
                   12203: 
                   12204:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   12205:          outputs/051.processed, results/052.processed: test: 52
                   12206:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   12207:          task: fix that
                   12208: 
                   12209: 2003-03-03  paf
                   12210: 
                   12211:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   12212:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   12213:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   12214:          outputs/049.processed, outputs/050.processed,
                   12215:          outputs/051.processed, results/001.processed,
                   12216:          results/002.processed, results/003.processed,
                   12217:          results/005.processed, results/006.processed,
                   12218:          results/008.processed, results/009.processed,
                   12219:          results/011.processed, results/012.processed,
                   12220:          results/013.processed, results/014.processed,
                   12221:          results/015.processed, results/016.processed,
                   12222:          results/017.processed, results/020.processed,
                   12223:          results/021.processed, results/022.processed,
                   12224:          results/024.processed, results/025.processed,
                   12225:          results/026.processed, results/027.processed,
                   12226:          results/028.processed, results/029.processed,
                   12227:          results/030.processed, results/031.processed,
                   12228:          results/049.processed, results/050.processed,
                   12229:          results/051.processed, results/043.processed,
                   12230:          results/044.processed, results/045.processed,
                   12231:          results/046.processed, results/047.processed,
                   12232:          results/048.processed: tests: 43,44,45 date rolls 46
                   12233:          autoevaluating junction 47 table.select 48 name with subvar 49
                   12234:          hash-creating switch 50 process 51 started parent/child, works as
                   12235:          it were but it were NOT GOOD, created separate task  to fix that
                   12236: 
                   12237:        * tests/: 042.html, results/042.processed: test: 42
                   12238:          exception.handled
                   12239: 
                   12240:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   12241:          expression
                   12242: 
                   12243:        * tests/: 040.html, results/040.processed: test: 39 method result
                   12244:          of type table 40 method param junction auto evaluate
                   12245: 
                   12246:        * tests/: 039.html, results/039.processed: test: 37 method result
                   12247:          of type table
                   12248: 
                   12249:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   12250:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   12251:          tests/038.html, tests/results/033.processed,
                   12252:          tests/results/034.processed, tests/results/035.processed,
                   12253:          tests/results/036.processed, tests/results/037.processed,
                   12254:          tests/results/038.processed: tests: 33 string.replace 34
                   12255:          string.upper 35 table created 36 local/global vars with juntions
                   12256:          37 table clone 38 math PI & number formatting
                   12257: 
                   12258:          math class registring typo fixed
                   12259: 
                   12260:        * src/classes/op.C, src/include/pa_request.h,
                   12261:          src/include/pa_string.h, src/main/execute.C,
                   12262:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   12263:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   12264:          tests/032.html, tests/results/032.processed: uchar changed to
                   12265:          String_UL in all places [was not everywhere] untaint test: 032
                   12266: 
                   12267:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   12268:          tests/results/004.processed, tests/parser-cygwin.sh,
                   12269:          tests/parser-unix.sh: removed -H command line key, now testing
                   12270:          using .sh file with SERVER_SOFTWARE=xxx
                   12271: 
                   12272: 2003-02-26  paf
                   12273: 
                   12274:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   12275:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   12276:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   12277:          tests/results/024.processed, tests/results/025.processed,
                   12278:          tests/results/026.processed, tests/results/027.processed,
                   12279:          tests/results/028.processed, tests/results/029.processed,
                   12280:          tests/results/030.processed, tests/results/031.processed: fixed
                   12281:          bug with name_cstr mutable CharPtr more tests
                   12282: 
                   12283:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   12284:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   12285:          << abort.  die now just exits
                   12286: 
                   12287:        * src/classes/classes.awk, src/classes/classes.h,
                   12288:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   12289:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   12290:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   12291:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   12292:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   12293:          src/classes/xnode.C, src/include/pa_memory.h,
                   12294:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   12295:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   12296:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   12297:          tests/017.html, tests/018.html, tests/019.html,
                   12298:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   12299:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   12300:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   12301:          tests/results/015.processed, tests/results/016.processed,
                   12302:          tests/results/017.processed, tests/results/018.processed,
                   12303:          tests/results/019.processed, tests/results/020.processed,
                   12304:          tests/results/021.processed, tests/results/022.processed,
                   12305:          tests/results/023.processed: methoded_array now contains all Mxxx
                   12306:          classes SAPI::get_env now returns info on pool more tests
                   12307: 
                   12308:        * src/include/pa_array.h, src/include/pa_hash.h,
                   12309:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   12310:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   12311:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   12312:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   12313:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   12314:          tests/results/001.processed, tests/results/002.processed,
                   12315:          tests/results/003.processed, tests/results/004.processed,
                   12316:          tests/results/005.processed, tests/results/006.processed,
                   12317:          tests/results/007.processed, tests/results/008.processed,
                   12318:          tests/results/009.processed, tests/results/010.processed,
                   12319:          tests/results/011.processed, tests/results/012.processed,
                   12320:          tests/results/013.processed, tests/results/014.processed: hash
                   12321:          cloning fixed
                   12322: 
                   12323: 2003-02-25  paf
                   12324: 
                   12325:        * src/main/pa_common.C: typo fixed
                   12326: 
                   12327: 2003-02-24  paf
                   12328: 
                   12329:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   12330:          [one remained]
                   12331: 
                   12332:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   12333:          [should have been get_string(&pool)] todo: check other such calls
                   12334: 
                   12335:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   12336:          test10, bad lookups
                   12337: 
                   12338:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   12339:          object got destructed, and xxx points to sky
                   12340: 
                   12341:        * ChangeLog, src/classes/string.C: match bug fixed
                   12342: 
                   12343:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   12344:          $.charset[specified] now
                   12345: 
                   12346:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   12347:          which failed to handle sigsetjmp+throw: crashed inside of
                   12348:          pre-throw code.  rewritten simplier [though duplicating
                   12349:          closesocket code]
                   12350: 
                   12351:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   12352:          which failed to handle sigsetjmp+throw: crashed inside of
                   12353:          pre-throw code.  rewritten simplier [though duplicating
                   12354:          closesocket code]
                   12355: 
                   12356: 2003-02-21  paf
                   12357: 
                   12358:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   12359:          $cookie:name[$.expires[date << can be now]]
                   12360: 
                   12361:          written makefile with regression tests [raw]
                   12362: 
                   12363:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   12364:          tests' only [it's not forcing CGI mode now] now use -H to output
                   12365:          CGI header when parser used in command line [useful for tests
                   12366:          also]
                   12367: 
                   12368:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   12369:          switches on CGI mode, and is used in regression tests
                   12370: 
                   12371:        * src/: include/pa_request.h, main/pa_request.C,
                   12372:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   12373:          fixed
                   12374: 
                   12375:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   12376:          handling pa_*
                   12377: 
                   12378:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   12379:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   12380:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   12381:          memory handling files
                   12382: 
                   12383:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   12384: 
                   12385:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   12386:          compiles OK test to show benefits of free
                   12387: 
                   12388:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   12389:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   12390:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   12391:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   12392:          use pool [as the one in ^process]
                   12393: 
                   12394:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   12395:          -- some must use pool [as the one in ^process]
                   12396: 
                   12397: 2003-02-20  paf
                   12398: 
                   12399:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12400:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   12401:          classes/math.C, classes/op.C, classes/response.C,
                   12402:          classes/string.C, classes/table.C, classes/void.C,
                   12403:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   12404:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   12405:          string cmp fixed
                   12406: 
                   12407:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   12408:          values passed OK now
                   12409: 
                   12410: 2003-02-19  paf
                   12411: 
                   12412:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   12413:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   12414:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   12415:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   12416:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   12417:          all remaning leaks resulted from pooled::malloc calls [excluding
                   12418:          in gd -- planning complete rewrite extremely ugly code]
                   12419: 
                   12420:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   12421:          files
                   12422: 
                   12423: 2003-02-17  paf
                   12424: 
                   12425:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12426:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12427:          classes/response.C, classes/string.C, classes/table.C,
                   12428:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   12429:          include/pa_stylesheet_connection.h,
                   12430:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   12431:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   12432:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   12433:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   12434:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   12435:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   12436:          of unitialized simple-typed field
                   12437: 
                   12438:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   12439:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   12440:          simple-typed field fixed.  todo: find&kill all like that one
                   12441: 
                   12442:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   12443:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   12444:          debug output fixed
                   12445: 
                   12446:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   12447:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   12448:          object_ptr from delete[them]
                   12449: 
                   12450:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   12451:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   12452:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   12453:          main/pa_charset.C, main/pa_common.C,
                   12454:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   12455:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   12456:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   12457:          calls
                   12458: 
                   12459:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   12460:          couple mem leaks rusulted from old pooled::malloc usage.
                   12461:          todo:find more like those
                   12462: 
                   12463:        * src/main/: compile.C, compile_tools.C: 2*2!
                   12464: 
                   12465:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   12466:          stackItem fixed [there were no string on stack before]
                   12467: 
                   12468:        * src/: main/execute.C, main/pa_request.C,
                   12469:          types/pa_vmethod_frame.C: first letters out OK
                   12470: 
                   12471:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   12472:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   12473:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   12474:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   12475:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   12476:          type not initialized with zeros :( while class fields of class
                   12477:          types initialized with default constructors.  learn C++
                   12478: 
                   12479:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   12480:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   12481:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   12482:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   12483:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   12484: 
                   12485: 2003-02-14  paf
                   12486: 
                   12487:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   12488:          13 link errors
                   12489: 
                   12490:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   12491:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   12492:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12493:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   12494:          errors :)
                   12495: 
                   12496:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   12497:          classes/hash.C, classes/mail.C, classes/op.C,
                   12498:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   12499:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   12500:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   12501:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   12502: 
                   12503:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   12504:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   12505:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   12506:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   12507:          types/pa_vint.h, types/types.dsp: op compiled
                   12508: 
                   12509:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   12510:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   12511:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   12512: 
                   12513: 2003-02-07  paf
                   12514: 
                   12515:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   12516: 
                   12517: 2003-02-06  paf
                   12518: 
                   12519:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   12520:          mail compiled
                   12521: 
                   12522:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   12523:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   12524:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   12525: 
                   12526:        * src/classes/: file.C, form.C: form compiled
                   12527: 
                   12528:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   12529:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   12530:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   12531: 
                   12532:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   12533:          types/pa_vmath.h: math compiled [win32]
                   12534: 
                   12535:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   12536:          types/pa_vstring.h: hash compiled
                   12537: 
                   12538: 2003-02-04  paf
                   12539: 
                   12540:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   12541:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   12542:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   12543:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   12544:          types/pa_vhash.h: hash 50% compiled
                   12545: 
                   12546:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12547:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   12548:          classes/string.C, classes/table.C, classes/xdoc.C,
                   12549:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   12550:          main/pa_string.C: date compiled
                   12551: 
                   12552:        * src/classes/: classes.dsp, double.C: double compiled
                   12553: 
                   12554:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12555:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   12556:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   12557:          classes/string.C, classes/table.C, classes/void.C,
                   12558:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   12559:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   12560:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   12561:          compiled
                   12562: 
                   12563:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   12564:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   12565:          classes/math.C, classes/op.C, classes/response.C,
                   12566:          classes/string.C, classes/table.C, classes/void.C,
                   12567:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12568:          types/pa_vvoid.h: void  compiled :)
                   12569: 
                   12570:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   12571:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12572:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12573:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   12574:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   12575:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   12576:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   12577:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   12578:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   12579:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   12580:          value_includes.h
                   12581: 
                   12582:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   12583:          trying to remove stupid value_includes.h
                   12584: 
                   12585:        * src/main/pa_exec.C: pa_exec compiled on win32
                   12586: 
                   12587:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   12588: 
                   12589:        * src/: include/pa_globals.h, include/pa_request.h,
                   12590:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   12591:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   12592:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   12593:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   12594:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   12595: 
                   12596:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   12597:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   12598:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   12599: 
                   12600:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   12601:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   12602:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   12603:          compiled
                   12604: 
                   12605:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   12606:          name conflicts)
                   12607: 
                   12608:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   12609:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   12610:          yelds "virtual memory exhausted" while trying to compile
                   12611:          execute.C [eating up to 127MB]
                   12612: 
                   12613: 2003-02-03  paf
                   12614: 
                   12615:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   12616:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   12617:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   12618:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   12619:          types/pa_vint.h, types/pa_vjunction.h,
                   12620:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   12621:          started gcc compiling pa_common compiled
                   12622: 
                   12623:        * src/: include/pa_exception.h, include/pa_pool.h,
                   12624:          main/pa_exception.C: exception gcc change #1
                   12625: 
1.101   ! moko     12626:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
        !          12627:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     12628: 
                   12629:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   12630: 
                   12631:        * src/types/pa_vtable.C: vtable compiled
                   12632: 
                   12633:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   12634: 
                   12635:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   12636:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   12637: 
                   12638:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   12639: 
                   12640:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   12641: 
                   12642:        * src/types/pa_vrequest.C: vrequest compiled
                   12643: 
                   12644:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   12645:          pa_vobject.C, pa_vobject.h: vobject compiled
                   12646: 
                   12647:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   12648:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12649:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   12650:          compiled
                   12651: 
                   12652:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   12653: 
                   12654:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   12655:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   12656:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   12657:          compiled
                   12658: 
                   12659:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   12660:          main.lib - 0 error(s), 0 warning(s)
                   12661: 
                   12662:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   12663:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   12664: 
                   12665: 2003-01-31  paf
                   12666: 
                   12667:        * src/: include/pa_array.h, include/pa_operation.h,
                   12668:          include/pa_request.h, main/execute.C, main/main.dsp,
                   12669:          types/pa_vjunction.h: started last file from main library:
                   12670:          execute
                   12671: 
                   12672:        * src/: include/pa_request.h, include/pa_sapi.h,
                   12673:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12674:          main/pa_request.C, targets/cgi/parser3.C,
                   12675:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   12676:          types/pa_vhash.h: pa_request compiled
                   12677: 
                   12678:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   12679:          include/pa_globals.h, include/pa_request.h,
                   12680:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   12681:          main/execute.C, main/main.dsp, main/pa_common.C,
                   12682:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12683:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   12684:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   12685:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   12686:          types/types.dsp: most pa_request compiled
                   12687: 
                   12688:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12689:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12690:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12691:          classes/op.C, classes/response.C, classes/string.C,
                   12692:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   12693:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   12694:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12695:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12696:          include/pa_dictionary.h, include/pa_dir.h,
                   12697:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12698:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   12699:          include/pa_pool.h, include/pa_request.h,
                   12700:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12701:          include/pa_sapi.h, include/pa_socks.h,
                   12702:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12703:          include/pa_stack.h, include/pa_string.h,
                   12704:          include/pa_stylesheet_connection.h,
                   12705:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12706:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12707:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   12708:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   12709:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   12710:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   12711:          main/compile.C, main/compile.tab.C, main/compile.y,
                   12712:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12713:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   12714:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   12715:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   12716:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   12717:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12718:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12719:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   12720:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   12721:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12722:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   12723:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12724:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   12725:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   12726:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   12727:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12728:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12729:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12730:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12731:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12732:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   12733:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12734:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12735:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12736:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12737:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12738:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12739:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12740:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12741:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   12742: 
                   12743:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   12744:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   12745:          src/include/pa_charsets.h, src/include/pa_common.h,
                   12746:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   12747:          src/include/pa_exec.h, src/include/pa_pool.h,
                   12748:          src/include/pa_request.h, src/include/pa_sapi.h,
                   12749:          src/include/pa_sql_connection.h,
                   12750:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   12751:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   12752:          src/main/compile.tab.C, src/main/compile_tools.C,
                   12753:          src/main/compile_tools.h, src/main/main.dsp,
                   12754:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   12755:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   12756:          src/main/pa_exception.C, src/main/pa_exec.C,
                   12757:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   12758:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   12759:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   12760:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   12761:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   12762:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   12763:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   12764:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   12765:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   12766:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   12767:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   12768:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12769:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   12770:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   12771:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   12772:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   12773:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   12774:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   12775:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   12776:          died, long live StringPtr
                   12777: 
                   12778: 2003-01-30  paf
                   12779: 
                   12780:        * src/: include/pa_charset.h, include/pa_request.h,
                   12781:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   12782:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   12783:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   12784: 
                   12785:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   12786:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   12787:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   12788:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12789:          types/types.dsp: vstateless_class compiled
                   12790: 
                   12791:        * src/main/compile.C: compile compiled
                   12792: 
                   12793:        * src/: include/pa_array.h, include/pa_operation.h,
                   12794:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   12795:          main/pa_table.C: compile_tools compiled
                   12796: 
                   12797:        * src/: include/pa_operation.h, main/compile.y,
                   12798:          main/compile_tools.C, main/compile_tools.h: started
                   12799:          compile_tools. vagues ideas of how to free compiled code
                   12800: 
                   12801:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   12802:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   12803:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   12804:          compiled
                   12805: 
                   12806: 2003-01-29  paf
                   12807: 
                   12808:        * src/: include/pa_globals.h, include/pa_request.h,
                   12809:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   12810:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   12811:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   12812:          compiled
                   12813: 
                   12814:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   12815:          now
                   12816: 
                   12817:        * src/: include/pa_array.h, include/pa_exception.h,
                   12818:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   12819: 
                   12820:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   12821:          compiled
                   12822: 
                   12823:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   12824:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   12825:          types/pa_vfile.h: vfile compiled
                   12826: 
                   12827:        * src/: include/pa_common.h, include/pa_globals.h,
                   12828:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   12829:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12830:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   12831: 
                   12832:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   12833:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   12834:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   12835:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12836:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   12837: 
                   12838:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   12839:          main/main.dsp, main/untaint.C: more compiled
                   12840: 
                   12841:        * src/: include/pa_charsets.h, include/pa_request.h,
                   12842:          include/pa_request_info.h, include/pa_string.h,
                   12843:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   12844:          types/pa_vresponse.h: vrequest compiled
                   12845: 
                   12846:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   12847:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   12848:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   12849: 
                   12850:        * src/: classes/classes.h, include/pa_charset.h,
                   12851:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   12852:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   12853:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   12854:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   12855:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   12856:          types/pa_vrequest.C, types/pa_vrequest.h,
                   12857:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   12858:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   12859: 
                   12860:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   12861:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   12862:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   12863:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   12864:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12865:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   12866:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   12867:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   12868:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   12869: 
                   12870: 2003-01-28  paf
                   12871: 
                   12872:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   12873:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   12874:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   12875:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   12876:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   12877:          compile_tools
                   12878: 
                   12879:        * src/: include/pa_charset.h, include/pa_exception.h,
                   12880:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   12881:          untaint compiled
                   12882: 
                   12883:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   12884:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   12885:          more compiled.  struck with string::store_to needing to know
                   12886:          source/client charsets
                   12887: 
                   12888:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   12889:          types/pa_vfile.h: uue compiled
                   12890: 
                   12891:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   12892:          table compiled
                   12893: 
                   12894:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12895:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   12896: 
                   12897:        * src/: include/pa_charset.h, main/pa_charset.C,
                   12898:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   12899:          introduced]
                   12900: 
                   12901:        * src/: classes/date.C, include/pa_charset.h,
                   12902:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   12903:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   12904:          pa_charsets compiled
                   12905: 
                   12906:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   12907:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   12908: 
                   12909:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   12910:          common compiled
                   12911: 
                   12912:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   12913:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   12914: 
                   12915:        * src/: include/pa_array.h, include/pa_charset.h,
                   12916:          include/pa_charsets.h, include/pa_pool.h,
                   12917:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12918:          include/pa_stack.h, include/pa_string.h,
                   12919:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   12920:          sql_driver_manager compiled
                   12921: 
                   12922:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   12923:          letter i with two dots added to koi, all ukranian letters added
                   12924:          to win1251.
                   12925: 
                   12926:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   12927:          abscent from koi]
                   12928: 
                   12929: 2003-01-27  paf
                   12930: 
                   12931:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   12932:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   12933:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   12934:          sql/pa_sql_driver.h: paused on sql_manager
                   12935: 
                   12936:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   12937:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12938:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   12939:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   12940: 
                   12941:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   12942:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12943:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   12944:          main/pa_table.C: table compiled
                   12945: 
                   12946:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   12947:          cache_managers compiled
                   12948: 
                   12949:        * src/: include/pa_array.h, include/pa_charset.h,
                   12950:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   12951: 
                   12952:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   12953: 
                   12954:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   12955:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12956:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   12957:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   12958:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   12959: 
                   12960: 2003-01-24  paf
                   12961: 
                   12962:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   12963:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   12964:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   12965:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   12966:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   12967:          types/pa_vint.h, types/pa_vjunction.h,
                   12968:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12969:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   12970: 
                   12971:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   12972:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   12973:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   12974:          main/pa_string.C, main/pa_table.C: string compiled
                   12975: 
                   12976:        * src/: include/pa_array.h, include/pa_common.h,
                   12977:          include/pa_dictionary.h, include/pa_exception.h,
                   12978:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   12979:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   12980:          main/pa_string.C: dictionary compiled
                   12981: 
                   12982: 2003-01-23  paf
                   12983: 
                   12984:        * src/: include/pa_array.h, include/pa_common.h,
                   12985:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   12986:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   12987:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   12988:          types/pa_value.h: resurrected pool in new sense: now it's
                   12989:          factory, producing&accounting memory chunks for read[autofree]
                   12990:          buffers
                   12991: 
                   12992:        * src/: include/pa_array.h, include/pa_exception.h,
                   12993:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   12994:          main/pa_exception.C, main/pa_table.C: table compiled
                   12995: 
                   12996:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   12997:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   12998:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   12999:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   13000:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   13001:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   13002:          main/pa_table.C: aint that easy
                   13003: 
                   13004:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   13005:          main/main.dsp: continued with Hash
                   13006: 
                   13007:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   13008:          stack] now. and exception can be reported OK now [can be reported
                   13009:          outside of pro c with that stack]
                   13010: 
                   13011: 2003-01-22  paf
                   13012: 
                   13013:        * src/: include/pa_array.h, include/pa_charset.h,
                   13014:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   13015:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   13016:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   13017:          base: contains references_count.  auto_ptr template calls
                   13018:          add_ref/release
                   13019: 
                   13020: 2003-01-21  paf
                   13021: 
                   13022:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13023:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13024:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   13025:          classes/op.C, classes/response.C, classes/string.C,
                   13026:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   13027:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   13028:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13029:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13030:          include/pa_dictionary.h, include/pa_dir.h,
                   13031:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13032:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   13033:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   13034:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   13035:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13036:          include/pa_stack.h, include/pa_string.h,
                   13037:          include/pa_stylesheet_connection.h,
                   13038:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13039:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13040:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   13041:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   13042:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13043:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   13044:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   13045:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   13046:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   13047:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   13048:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   13049:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   13050:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   13051:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   13052:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   13053:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   13054:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   13055:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13056:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13057:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13058:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13059:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   13060:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13061:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13062:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13063:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13064:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13065:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13066:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13067:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   13068:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   13069:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   13070:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   13071:          2002->2003
                   13072: 
                   13073: 2003-01-16  paf
                   13074: 
                   13075:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13076:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   13077: 
                   13078:        * operators.txt, src/include/pa_config_fixed.h,
                   13079:          src/main/pa_common.C: http request now return status. and not
                   13080:          fail on status!=200
                   13081: 
                   13082: 2003-01-15  paf
                   13083: 
                   13084:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   13085: 
                   13086: 2003-01-14  paf
                   13087: 
                   13088:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   13089:          mkinstalldirs: removed some ancient files [they in / really]
                   13090: 
                   13091:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   13092:          regretfully needed patch in two places.  in config_fixed.h made
                   13093:          stubs for lib to compile in MSVC
                   13094: 
                   13095: 2003-01-13  paf
                   13096: 
                   13097:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   13098:          configure.in(libtool) hacks
                   13099: 
1.101   ! moko     13100:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     13101:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   13102:          ltdl.h: moved to latest libtool (1.4.3)
                   13103: 
                   13104: 2003-01-10  paf
                   13105: 
                   13106:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   13107: 
                   13108:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   13109:          patches.        libxml2 >= 2.5.1
                   13110:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   13111:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   13112:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   13113: 
                   13114:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   13115:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   13116:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   13117:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   13118: 
                   13119: 2003-01-09  paf
                   13120: 
                   13121:        * INSTALL: xml,xslt,gdome lib urls updated
                   13122: 
                   13123:        * config.guess, config.sub, missing, mkinstalldirs,
1.101   ! moko     13124:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     13125:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.101   ! moko     13126:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
        !          13127:          1.7.2
1.95      moko     13128: 
                   13129:        * depcomp: moving to automake 1.7.2
                   13130: 
                   13131: 2002-12-27  paf
                   13132: 
                   13133:        * src/include/pa_version.h: 0007
                   13134: 
                   13135:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   13136:          outdated parts, made links to language docs
                   13137: 
                   13138:        * src/include/pa_config_auto.h.in: comment
                   13139: 
                   13140: 2002-12-26  paf
                   13141: 
                   13142:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   13143:          not contain trailing / fixed.
                   13144: 
                   13145:        * INSTALL: changing SAFE_MODE politics
                   13146: 
                   13147:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   13148: 
                   13149:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   13150: 
                   13151: 2002-12-25  paf
                   13152: 
                   13153:        * src/main/pa_globals.C: optimized-xml
                   13154: 
                   13155:        * src/main/pa_globals.C: optimized-as-is
                   13156: 
                   13157: 2002-12-24  paf
                   13158: 
                   13159:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   13160:          fixed [were really called with zero size when .html?a=&b=]
                   13161: 
                   13162:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   13163:          with --with-sendmail
                   13164: 
                   13165:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   13166:          fixed]
                   13167: 
                   13168: 2002-12-23  paf
                   13169: 
                   13170:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   13171:          ignoring parameters & were storing only string with default
                   13172:          expires
                   13173: 
                   13174:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   13175:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   13176:          December 23, 2002 4:22 AM Subject: bug â
                   13177:          Charset::transcode_buf2xchar
                   13178: 
                   13179: 2002-12-20  paf
                   13180: 
                   13181:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   13182:          non-cgi [script] runs
                   13183: 
                   13184: 2002-12-19  paf
                   13185: 
                   13186:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   13187:          [tested on elik]] moreover, it's not needed there [parser
                   13188:          registers charsets itself]
                   13189: 
                   13190:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   13191:          [tested on elik]]
                   13192: 
                   13193:        * operators.txt, src/include/pa_globals.h,
                   13194:          src/include/pa_request.h, src/main/pa_globals.C,
                   13195:          src/main/pa_request.C: $response:download
                   13196: 
                   13197:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   13198:          compiler [win32]].
                   13199: 
                   13200: 2002-12-18  paf
                   13201: 
                   13202:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   13203: 
                   13204: 2002-12-17  paf
                   13205: 
                   13206:        * src/targets/cgi/parser3.C: merged die&iis changes
                   13207: 
                   13208:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   13209:          to exit(1) 2. more flexible iilegal call check
                   13210: 
                   13211: 2002-12-16  paf
                   13212: 
                   13213:        * ltmain.sh: some automakes silly insist on having this handy
                   13214: 
                   13215:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   13216:          'p' bug fix
                   13217: 
                   13218: 2002-12-15  paf
                   13219: 
                   13220:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   13221:          'p'
                   13222: 
                   13223:        * configure.in, src/include/pa_config_auto.h.in,
                   13224:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   13225:          from branch 6 to HEAD
                   13226: 
                   13227:        * src/main/compile.C: removed warning
                   13228: 
                   13229:        * src/main/pa_common.C: ftruncate having checked
                   13230: 
                   13231:        * configure.in, src/include/pa_version.h: new version
                   13232: 
                   13233: 2002-12-14  paf
                   13234: 
                   13235:        * src/classes/table.C: removed unnecessary code
                   13236: 
                   13237:        * src/sql/pa_sql_driver.h: exception type fixed
                   13238: 
                   13239: 2002-12-09  paf
                   13240: 
                   13241:        * src/types/pa_vvoid.h: $void.store[now] error
                   13242: 
                   13243:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   13244: 
                   13245:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   13246:          tries to write core dump
                   13247: 
                   13248:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   13249: 
                   13250:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13251:          classes/void.C, main/pa_sql_driver_manager.C,
                   13252:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   13253:          handlers #2
                   13254: 
                   13255:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   13256:          exception handling mech in sql handlers
                   13257: 
                   13258:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   13259:          handlers
                   13260: 
                   13261:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   13262:          classes/void.C, main/pa_sql_driver_manager.C,
                   13263:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   13264:          handlers
                   13265: 
1.101   ! moko     13266:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
        !          13267:          to write makefile which used libtool to install things, which is
        !          13268:          not needed
1.95      moko     13269: 
                   13270: 2002-12-06  paf
                   13271: 
                   13272:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   13273:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   13274: 
                   13275: 2002-12-05  paf
                   13276: 
                   13277:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   13278:          cc/bcc OK now
                   13279: 
                   13280:        * src/main/untaint.C: mail header closed properly
                   13281: 
                   13282:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   13283:          header ',' allowed.  still bugs in smtp [only one receiptient
                   13284:          works, cc, bcc ignored now, and MAILED ;)]
                   13285: 
                   13286:          [strncpy killed, memnchr used]
                   13287: 
                   13288:        * src/main/pa_table.C: table-copy now current=0
                   13289: 
                   13290:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   13291:          lowlevel proc
                   13292: 
                   13293:        * src/targets/cgi/parser3.C: more checks on
                   13294:          http://domain/parser.cgi start [maybe some getenv returns "",
                   13295:          checked that now
                   13296: 
                   13297:        * src/targets/cgi/parser3.C: more checks on
                   13298:          http://domain/parser.cgi start [maybe some getenv returns "",
                   13299:          checked that now
                   13300: 
                   13301:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   13302:          out-of-mem errors reached log]
                   13303: 
                   13304:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   13305:          mail:send MIME-Version default
                   13306: 
                   13307:        * src/main/main.dsp: pa_version included into main.dsp
                   13308: 
                   13309: 2002-12-04  paf
                   13310: 
                   13311:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   13312: 
                   13313:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   13314:          lib/libltdl -> lib/ltdl Win32 changes. s
                   13315: 
                   13316:        * src/classes/classes.awk: more strict *.C$
                   13317: 
                   13318:        * gnu.dsp: restored
                   13319: 
1.101   ! moko     13320:        * configure.in, gnu.dsp, src/lib/Makefile.am,
        !          13321:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
        !          13322:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
        !          13323:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
        !          13324:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
        !          13325:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
        !          13326:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
        !          13327:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
        !          13328:          now created with /configure, not ltdl/configure, so it does have
        !          13329:          no problems with automake.  ltdl/configure
        !          13330:          AC_OUTPUT(Makefile<<removed)
1.95      moko     13331: 
                   13332: 2002-12-02  paf
                   13333: 
                   13334:        * operators.txt: removed outdated status:db
                   13335: 
                   13336:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   13337:          src/main/pa_common.C, src/main/pa_request.C,
                   13338:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   13339:          tainted parts becomes http-header
                   13340: 
                   13341: 2002-11-29  paf
                   13342: 
                   13343:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   13344:          dates now objects of type date
                   13345: 
                   13346:        * src/classes/image.C: file.seek removed [it were used in image.C
                   13347:          only, and for parser user this  means that jpeg image has bad
                   13348:          size in fragment's header] now used image.format
                   13349: 
                   13350:        * src/: include/pa_common.h, main/pa_common.C,
                   13351:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   13352:          now handled exactly like $response:header values.  e.g. can be
                   13353:          hash [can have subattributes] & contain date values.
                   13354: 
                   13355:        * src/main/pa_common.C: http:// param values lang forced URI
                   13356: 
                   13357:        * src/main/pa_common.C: http:// tainted partes now %xx
                   13358: 
                   13359: 2002-11-28  paf
                   13360: 
                   13361:        * operators.txt: http.timeout
                   13362: 
                   13363:        * src/classes/image.C: ^image.length now counts interchar space.
                   13364:          plus space after last char
                   13365: 
                   13366:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   13367: 
                   13368:        * src/classes/image.C: ^image.font width measurer now scans full
                   13369:          height [were -1]
                   13370: 
                   13371:        * configure.in: stopped double libltdl/Makefile generation
                   13372: 
                   13373:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   13374:          chars [one top horizontal line of 1pixel height were missing]
                   13375: 
                   13376:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   13377:          'false' to go into (Hash *) parameter
                   13378: 
                   13379: 2002-11-27  paf
                   13380: 
                   13381:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   13382:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   13383:          returns content-disposition: >>attachment<<
                   13384: 
                   13385:        * src/classes/image.C: ^image.font << bad font file-size now
                   13386:          properly reported
                   13387: 
                   13388: 2002-11-26  paf
                   13389: 
                   13390:        * src/main/pa_request.C: fixed lang in reponse header
                   13391: 
                   13392:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   13393: 
                   13394:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   13395:          made exception: http.status with source=bad status#
                   13396: 
                   13397: 2002-11-25  paf
                   13398: 
                   13399:        * configure.in, src/classes/image.C,
                   13400:          src/include/pa_config_auto.h.in,
                   13401:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.101   ! moko     13402:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
        !          13403:          const void related probs fixed
1.95      moko     13404: 
                   13405:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   13406: 
                   13407:          $file[^file::load[http://there]] $file.SERVER
                   13408: 
                   13409:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   13410:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   13411:          http options [invalid onces now reported] made default
                   13412:          user-agent: paf
                   13413: 
                   13414:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   13415:          src/classes/xdoc.C, src/include/pa_common.h,
                   13416:          src/include/pa_globals.h, src/main/pa_common.C,
                   13417:          src/main/pa_globals.C, src/main/pa_request.C,
                   13418:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   13419:          now understand http:// prefix and additional params, sample:
                   13420:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   13421:          $.USER-AGENT[parser3] ]]
                   13422: 
                   13423: 2002-11-22  paf
                   13424: 
                   13425:        * src/classes/image.C, src/include/pa_globals.h,
                   13426:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   13427:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   13428:          $image.exif.DateTime & co
                   13429: 
                   13430: 2002-11-21  paf
                   13431: 
                   13432:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   13433:          _PASS_APPENDED)
                   13434: 
                   13435:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   13436:          EXIF information [were big block and it's size were considered
                   13437:          negative :(]
                   13438: 
                   13439:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   13440:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   13441:          internals rewritten. no there's reader.seek, and all's ready for
                   13442:          EXIF extraction [now we fail to measure files with EXIF info]
                   13443: 
                   13444:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   13445:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   13446:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   13447: 
                   13448: 2002-11-20  paf
                   13449: 
                   13450:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   13451: 
                   13452:        * configure.in, src/include/pa_config_auto.h.in,
                   13453:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   13454:          comment
                   13455: 
                   13456:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   13457: 
                   13458:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   13459:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   13460:          currently processed document SIGPIPE >> interrupts request
                   13461:          processing [exception = DB rollback]
                   13462: 
                   13463:        * src/main/pa_exec.C: comment
                   13464: 
                   13465:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   13466: 
                   13467:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   13468:          << disable HTTP-POST repassing
                   13469: 
                   13470:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   13471:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   13472:          pipe read errors now checked
                   13473: 
                   13474: 2002-11-19  paf
                   13475: 
                   13476:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   13477:          CGI: Illegal call
                   13478: 
                   13479: 2002-11-01  paf
                   13480: 
                   13481:        * src/main/execute.C: comment
                   13482: 
                   13483: 2002-10-31  paf
                   13484: 
                   13485:        * src/main/execute.C: found out why, checked that for now.  todo:
                   13486:          find out a way for that user could do that
                   13487: 
                   13488:        * src/types/pa_vstateless_object.h: object put replaces static
                   13489:          parent if any
                   13490: 
                   13491:        * src/types/pa_vobject.C: object put replaces static parent if any
                   13492: 
                   13493:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13494:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   13495:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   13496:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   13497:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   13498:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13499:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   13500:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   13501:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13502:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13503:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13504:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13505:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   13506:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   13507:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13508:          types/pa_wwrapper.h: static fix merged
                   13509: 
                   13510:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   13511:          $virtual_fields in dynamic, but one can reach derived
                   13512:          static[class] variable from base
                   13513: 
                   13514:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   13515:          types/pa_vobject.C, types/pa_vobject.h,
                   13516:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   13517:          statics, left $virtual_fields in dynamic
                   13518: 
                   13519:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   13520:          one can't remember derivates in base class: there's so many of
                   13521:          them.  also there can be no virtual method calls in static
                   13522:          classes
                   13523: 
                   13524:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13525:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   13526:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13527:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13528:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   13529:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   13530:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   13531:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   13532:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13533:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13534:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13535:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13536:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   13537:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   13538:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13539:          types/pa_wwrapper.h: static call $self fixed
                   13540: 
                   13541:        * src/main/execute.C: comment
                   13542: 
                   13543:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   13544:          ^process[$caller.self]{...} now compiles to last derived object
                   13545:          part of that 'self'
                   13546: 
                   13547: 2002-10-29  paf
                   13548: 
                   13549:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   13550:          re-passing [iis to blame]
                   13551: 
                   13552:        * src/classes/string.C: changed string.save to pass current sql
                   13553:          connection to cstr thus one can ^connect[some server]{
                   13554:          $s[insert into table x (x) values (^taint[sql]{value})]
                   13555:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   13556:          properly escaped.  [tried in mssql->mysql export->import of
                   13557:          binary data]
                   13558: 
                   13559: 2002-10-25  paf
                   13560: 
                   13561:        * src/types/pa_vresponse.C: case insensitive response user fields
                   13562:          get/put
                   13563: 
                   13564:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   13565:          types/pa_vresponse.C: saving for maybe-future
                   13566: 
                   13567: 2002-10-23  paf
                   13568: 
                   13569:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   13570:          ^table.hash(expr)...
                   13571: 
                   13572:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   13573: 
                   13574: 2002-10-22  paf
                   13575: 
                   13576:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   13577:          VForm::Append...(...Value)
                   13578: 
                   13579:        * src/main/execute.C: $.name outside of $name[...] checked
                   13580: 
                   13581:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   13582:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   13583: 
                   13584: 2002-10-21  paf
                   13585: 
                   13586:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   13587:          $form:qtail $form:imap.x/y
                   13588: 
                   13589:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   13590:          "?value&...", "...&value&...", "...&value"
                   13591: 
                   13592:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   13593: 
                   13594:        * operators.txt, src/classes/file.C: /some/page.html:
                   13595:          ^file:fullpath[a.gif] => /some/a.gif
                   13596: 
                   13597: 2002-10-17  paf
                   13598: 
                   13599:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   13600:          a little: logical not and bitwise negation precedence made
                   13601:          highest, << and >> bitshits precedence made equal [were << higher
                   13602:          than >>]
                   13603: 
                   13604:        * src/classes/op.C: exception handling fixed [were bad with
                   13605:          contexts]
                   13606: 
                   13607: 2002-10-16  paf
                   13608: 
                   13609:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   13610:          main/pa_request.C: Request::self considered equal to
                   13611:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   13612:          VMethodFrame.self()
                   13613: 
                   13614:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   13615:          $hash in open field now gives old good error meesage
                   13616: 
                   13617: 2002-10-15  paf
                   13618: 
                   13619:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   13620:          use ^if($junction is junction){was and now true}
                   13621: 
                   13622:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   13623:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   13624:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   13625:          points to place where value left xml library and came to parser:
                   13626:          place of dom field extraction/call
                   13627: 
                   13628:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   13629:          main/compile.tab.C, main/compile.y, main/execute.C,
                   13630:          types/pa_vmethod_frame.h: removed last pieces of old code
                   13631:          allowing $junction.xxx at compile time
                   13632: 
                   13633:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   13634:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   13635:          objects also considered [were only classes]
                   13636: 
                   13637:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   13638:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   13639:          with CLASS self.  [   (request&method_frame).self temporarily
                   13640:          changed   ]
                   13641: 
                   13642:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   13643:          no exception to native calls.  for&foreach changed to use
                   13644:          method_frame.caller for their var's name context
                   13645: 
                   13646:        * src/: main/execute.C, targets/cgi/parser3.C,
                   13647:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   13648:          compiling to system classes disabled
                   13649: 
                   13650:        * operators.txt, src/classes/op.C:
                   13651:          ^process[$caller.CLASS]{code-string} added
                   13652: 
                   13653:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   13654:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   13655:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   13656:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   13657:          src/types/types.dsp: removed $junction.get $junction.set[]
                   13658:          introducing $caller
                   13659: 
                   13660:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   13661:          find them lower by inheritance tree
                   13662: 
                   13663:        * src/types/pa_vjunction.C: ident
                   13664: 
                   13665: 2002-10-14  paf
                   13666: 
                   13667:        * src/classes/op.C: process compiles to code's class class
                   13668: 
                   13669:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   13670:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   13671:          main/compile.y, main/execute.C, main/pa_request.C,
                   13672:          types/pa_vstateless_class.h: operators now main-class-methods
                   13673: 
                   13674:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   13675:          better stack trace [has "call" & co there]
                   13676: 
                   13677:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13678:          operators @auto now executed in MAIN context
                   13679: 
                   13680:        * src/main/execute.C: operator execution context now = MAIN, not
                   13681:          closest stack frame
                   13682: 
                   13683:          @touchit[] $i[after]
                   13684: 
                   13685:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   13686:          were 'after'
                   13687: 
                   13688:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   13689:          'after'
                   13690: 
                   13691:        * src/main/execute.C: comment
                   13692: 
                   13693:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   13694:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   13695:          action]
                   13696: 
                   13697:        * src/types/pa_vxnode.C: misreplace fixed
                   13698: 
                   13699:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   13700:          src/types/pa_vstatus.C, operators.txt:
                   13701:          $status:rusage.tv_secs/usecs introduced
                   13702: 
                   13703: 2002-10-09  paf
                   13704: 
                   13705:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   13706:          on empty string [or uses (default)]
                   13707: 
                   13708: 2002-10-08  paf
                   13709: 
                   13710:        * src/main/untaint.C: mail header quoted printable changed after
                   13711:          RFC reread
                   13712: 
                   13713:        * operators.txt: plan on ^if(method
                   13714: 
                   13715:        * src/types/pa_vxnode.C: misreplace
                   13716: 
                   13717: 2002-09-24  paf
                   13718: 
1.101   ! moko     13719:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     13720: 
                   13721:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   13722:          mailreceive would compile on freebsd now
                   13723: 
                   13724:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   13725:          configure, configure.in, src/include/pa_config_auto.h.in,
1.101   ! moko     13726:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
        !          13727:          mailreceive would compile on freebsd now
1.95      moko     13728: 
                   13729:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   13730:          changed: now there are only few chars are untainted: * ? ' " < >
                   13731:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   13732:          one should use ^untaint[uri]{...} now]
                   13733: 
                   13734:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   13735:          $list.name, not tainted as filespec
                   13736: 
                   13737:          @russianindex[] #dir with files with russian-lang names
                   13738:          $where[dir]
                   13739: 
                   13740:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   13741:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   13742: 
                   13743: 2002-09-23  paf
                   13744: 
                   13745:        * src/types/pa_vdouble.h: double->int round added
                   13746: 
                   13747:        * src/classes/date.C: date bug fix, now
                   13748:          round(floatDays*secondsPerDay)
                   13749: 
                   13750:        * src/classes/date.C: date bug fix, now
                   13751:          round(floatDays*secondsPerDay)
                   13752: 
                   13753: 2002-09-20  paf
                   13754: 
                   13755:        * src/main/execute.C: code junction calls disabled [before: code
                   13756:          was compiled in such a way, that there were no code-junctions in
                   13757:          OP_CALL]
                   13758: 
                   13759:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   13760: 
                   13761:          @badjunctioncallinside[code] ^code[]
                   13762: 
                   13763:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   13764:          expanding to include ^junction.method
                   13765: 
                   13766:        * src/main/pa_common.C: -d "DIR/" now true
                   13767: 
                   13768:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   13769:          as internal xdoc encoding, and after decoding attributes set by
                   13770:          dom functions now encoded OK, not as digital entities
                   13771: 
                   13772:        * src/classes/xdoc.C: empty transform result, being taken as file
                   13773:          now returns empty file, not raises stupid error about "stat-ed
                   13774:          file"
                   13775: 
                   13776:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   13777:          allowed
                   13778: 
                   13779:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   13780:          write iterators now:
                   13781: 
                   13782:          ^user-foreach[key;value]{$key=$value<br>}
                   13783: 
                   13784:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13785:          $code.value($i*2)       $code }
                   13786: 
                   13787:        * src/main/compile_tools.h: mistype
                   13788: 
1.101   ! moko     13789:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
        !          13790:          thus taking linking options configure changes into account [were:
        !          13791:          ignoring]
1.95      moko     13792: 
                   13793:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   13794:          $junction.get/put(1) one can write iterators now:
                   13795: 
                   13796:          ^user-foreach[key;value]{$key=$value<br>}
                   13797: 
                   13798:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13799:          $code.value($i*2)       $code }
                   13800: 
                   13801:        * src/: include/pa_opcode.h, include/pa_request.h,
                   13802:          main/compile.tab.C, main/compile.y, main/execute.C,
                   13803:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   13804:          introducing $junction.get/put(1) one can write iterators now:
                   13805: 
                   13806:          ^user-foreach[key;value]{$key=$value<br>}
                   13807: 
                   13808:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   13809:          $code.value($i*2)       $code }
                   13810: 
                   13811: 2002-09-19  paf
                   13812: 
1.101   ! moko     13813:        * Makefile.am: new: make commit
1.95      moko     13814: 
                   13815:        * aclocal.m4: forced to be older
                   13816: 
                   13817: 2002-09-18  paf
                   13818: 
                   13819:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   13820:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   13821: 
                   13822:        * src/: include/pa_common.h, include/pa_request.h,
                   13823:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   13824:          - now this - fatal error
                   13825: 
                   13826:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   13827:          that one can pass binary data there
                   13828: 
                   13829:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   13830:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   13831:          classes/op.C, classes/response.C, classes/string.C,
                   13832:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   13833:          include/pa_request.h: pa_request contexts made privated, plus
                   13834:          get_{self/method_frame} to read.  Request_context_saver used in
                   13835:          ^try to save flang too.  [were not saved]
                   13836: 
                   13837:        * src/types/pa_vresponse.C: header value chains joined before
                   13838:          output, this should help $.subject[$var $var] from being
                   13839:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   13840: 
                   13841: 2002-09-17  paf
                   13842: 
                   13843:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   13844:          removed changes, operators executed with calling self.  lots of
                   13845:          code with ^include code relies on defined/defining self variables
                   13846: 
                   13847:          $a[1] ^include[print_a.p] print_a.p: $a
                   13848: 
                   13849:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   13850: 
                   13851:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   13852:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   13853:          types/pa_vstateless_class.h: operators now executed with MAIN
                   13854:          self.  it's for ^include sake, too strong a change
                   13855: 
                   13856:        * src/classes/op.C: made place for ^process to compile it's code to
                   13857:          in case of no self
                   13858: 
                   13859:        * src/main/execute.C: found ancient param to Junction, removed.
                   13860:          allowed passing self to native_code_operators [for ^process to
                   13861:          work, she needs self]
                   13862: 
                   13863:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   13864:          types/pa_vstateless_class.h: found ancient param to Junction,
                   13865:          removed.  allowed passing self to native_code_operators [for
                   13866:          ^process to work, she needs self]
                   13867: 
                   13868:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   13869:          types/pa_value.h, types/pa_vmethod_frame.h,
                   13870:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   13871:          checked that in VMethodFrame get/put and $self.
                   13872: 
                   13873:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   13874:          copy options options checked, wrong option now fatal error
                   13875: 
                   13876:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   13877:          pieces boundaries]
                   13878: 
                   13879:        * bin/auto.p.dist.in: strange \n
                   13880: 
                   13881:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   13882:          .dll on cygwin, .so in other cases)
                   13883: 
1.101   ! moko     13884:        * configure, configure.in, bin/auto.p.dist.in: .so now detected
        !          13885:          [can be .sl on hpux, .dll on cygwin, .so in other cases)
1.95      moko     13886: 
                   13887:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   13888:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   13889:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   13890:          record taken [were last]
                   13891: 
                   13892:        * src/: classes/hash.C, classes/table.C,
                   13893:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   13894:          now errors
                   13895: 
                   13896:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   13897: 
                   13898:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   13899:          ,2,3]
                   13900: 
                   13901: 2002-09-16  paf
                   13902: 
                   13903:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   13904:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   13905:          stdout to be binary.  now detected closest header break.
                   13906: 
                   13907:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   13908:          closed right
                   13909: 
                   13910: 2002-09-13  paf
                   13911: 
                   13912:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   13913:          src/main/compile_tools.h: (expression #comment)
                   13914: 
                   13915:          (multiline expression #comment  line2  #comment )
                   13916: 
                   13917:          (expression #comment with (brackets) comment) << OK
                   13918: 
                   13919:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   13920:          bitwise !|| numerical xor now [preparing for expression
                   13921:          #comments]
                   13922: 
                   13923:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   13924:          error
                   13925: 
                   13926:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   13927:          cheched in pa_socks.C
                   13928: 
1.101   ! moko     13929:        * configure, configure.in, src/include/pa_config_auto.h.in:
        !          13930:          HAVE_WINSOCK_H created in configure.in
1.95      moko     13931: 
                   13932:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   13933:          cookie date now clean [were mistakenly tainted & that worked bad
                   13934:          with opera -- 'happily' that worked OK with msie]
                   13935: 
                   13936: 2002-09-12  paf
                   13937: 
                   13938:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   13939:          VClass get_element now first looks to fields, next to methods &
                   13940:          co todo: the rest reason: more speed
                   13941: 
                   13942:        * src/main/untaint.C: quoted printable encoding stops before
                   13943:          \s*<...>$
                   13944: 
                   13945:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   13946:          stops before <...>$
                   13947: 
                   13948: 2002-09-11  paf
                   13949: 
                   13950:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   13951:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   13952:          forgot to check users of those funcs. not all were using that
                   13953:          return value convention
                   13954: 
                   13955:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   13956:          windows-1254 added
                   13957: 
                   13958: 2002-09-10  paf
                   13959: 
                   13960:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   13961:          VCodeFrame parent param were specified badly
                   13962: 
                   13963:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   13964:          WWrapper which used in constructing objects(second param to sql
                   13965:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   13966:          code in hash to survivi
                   13967: 
                   13968:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   13969:          param to execute [stack said 'thanks']
                   13970: 
                   13971:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   13972:          types/pa_value.h, types/pa_vcode_frame.h,
                   13973:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   13974:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   13975:          responsibility to wcontext
                   13976: 
                   13977:        * src/classes/file.C: decided not to log exec's with stderr, that
                   13978:          could be warnings, and it's up to scritper to log/show them
                   13979: 
                   13980:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   13981:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   13982:          double/string converstion, which were loosing time&precesion
                   13983: 
                   13984:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   13985:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   13986:          case of unfinished in buffer processing, causing accidental
                   13987:          transcode stop [in case that source enc != utf-8 & there is
                   13988:          incomplete utf-8 sequence at the end of 16000block iside of
                   13989:          libxml lib] tfm readed & code updated
                   13990: 
                   13991: 2002-09-04  paf
                   13992: 
                   13993:        * configure: makes with sjlj
                   13994: 
                   13995:        * INSTALL, src/include/pa_config_fixed.h,
                   13996:          src/include/pa_sql_connection.h,
                   13997:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   13998:          checked.  on win32 it made default
                   13999: 
                   14000:        * src/include/pa_config_auto.h.in: sjlj define
                   14001: 
                   14002:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   14003:          can not work with longjump/throw pair, and one must switch that
                   14004:          on there.  todo: detect that automatically]
                   14005: 
                   14006:        * src/types/pa_vxnode.C: removed too strong checks of
                   14007:          xnode.elements.  now, for instance, if element does not have any
                   14008:          attributes, $xnode.attributes is void, not error
                   14009: 
                   14010: 2002-09-02  paf
                   14011: 
                   14012:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   14013:          removed double_result, didn't help
                   14014: 
                   14015:        * src/main/execute.C: double_result made to move that var away from
                   14016:          hungry g++ optimizer (-O2), before: it were optimized and
                   14017:          comparison operators worked badly
                   14018: 
                   14019:        * src/types/pa_vdate.h: removed debug
                   14020: 
1.101   ! moko     14021:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     14022: 
                   14023:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   14024:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   14025:          unknown reason.
                   14026: 
                   14027: 2002-08-29  paf
                   14028: 
                   14029:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   14030:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   14031:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   14032:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   14033:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   14034:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   14035:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   14036:          [called less frequent, allowed to remove ugly
                   14037:          Junction.change_context-s from many places, switch,
                   14038:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   14039:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   14040:          [speed up]
                   14041: 
                   14042: 2002-08-28  paf
                   14043: 
                   14044:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   14045:          tainted
                   14046: 
                   14047:        * src/types/pa_vcookie.C: fixed cookie delete when
                   14048:          $cookie:name[$.value[]]
                   14049: 
                   14050:        * operators.txt, src/classes/string.C:
                   14051:          ^string.split[delim[;options]]
                   14052: 
                   14053: 2002-08-27  paf
                   14054: 
1.101   ! moko     14055:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     14056: 
                   14057:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   14058:          delimiter
                   14059: 
                   14060:        * INSTALL: recommended latest gmime 1.0.5
                   14061: 
                   14062: 2002-08-26  paf
                   14063: 
                   14064:        * configure, configure.in: apache13/hook added to make dist.
                   14065: 
                   14066: 2002-08-23  paf
                   14067: 
                   14068:        * src/: include/pa_common.h, main/pa_common.C,
                   14069:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   14070:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   14071:          whatever] it's error now
                   14072: 
                   14073: 2002-08-21  paf
                   14074: 
1.101   ! moko     14075:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     14076: 
                   14077:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   14078:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   14079:          class".  compiled as if here they named base class
                   14080: 
                   14081:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   14082:          cloning constructor]
                   14083: 
                   14084:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   14085: 
                   14086:        * bin/auto.p.dist.in, src/targets/cgi/parser3.C,
                   14087:          src/types/pa_vfile.C, src/types/pa_vmail.C:
                   14088:          $mail.received.file.value.content-type fixed
                   14089: 
                   14090: 2002-08-20  paf
                   14091: 
                   14092:        * src/classes/file.C: fixed language of file:file result
                   14093: 
                   14094:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   14095:          from 3.0.0005
                   14096: 
                   14097:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   14098: 
                   14099:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   14100:          3.0.0005
                   14101: 
                   14102:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   14103: 
                   14104: 2002-08-19  paf
                   14105: 
                   14106:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   14107:          work now
                   14108: 
                   14109:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   14110:          error in xnode, which were not catched in xdoc]
                   14111: 
                   14112:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   14113:          prepared:        // validate each document after load/create (?)
                   14114:                 //xmlDoValidityCheckingDefaultValue = 1;
                   14115: 
                   14116: 2002-08-15  paf
                   14117: 
                   14118:        * src/classes/classes.h: write to static var caused useless
                   14119:          Exception, introduced Methoded::put_element wich consumes those
                   14120: 
                   14121:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   14122:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   14123:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   14124:          $response:field[date] $response:field[$.xxx[date]]
                   14125: 
                   14126:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14127:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   14128:          ^hash::sql{bad}
                   14129: 
                   14130:        * operators.txt: $request:body unprecessed POST request body
                   14131: 
                   14132:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   14133: 
                   14134:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   14135:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   14136: 
                   14137:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   14138:          src/include/pa_request.h, src/main/pa_pool.C,
                   14139:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   14140:          $request:body r.post_data now const
                   14141: 
                   14142:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   14143:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   14144:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   14145:          types/pa_vtable.h: instead of type() checking everywhere used
                   14146:          Value.as now user descendants can be used in params.
                   14147: 
                   14148:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   14149:          ^if($xtable) now OK
                   14150: 
                   14151:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   14152:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   14153:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   14154: 
                   14155: 2002-08-14  paf
                   14156: 
                   14157:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   14158:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   14159:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14160:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   14161:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14162:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   14163:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   14164:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14165:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14166:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14167:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14168:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14169:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14170:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   14171:          & VClass
                   14172: 
                   14173:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   14174: 
                   14175:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   14176:          removed fixopt stupidity. on stupid linux use cd /document/root
                   14177:          ../cgi/parser3 script
                   14178: 
                   14179:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   14180:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   14181: 
                   14182:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   14183:          fixopt.h: fixopt now preprocesses command line params, splitting
                   14184:          them by space, excluding argv[0], argv[argc-1]
                   14185: 
                   14186:        * src/targets/cgi/parser3.C: -f config file
                   14187: 
                   14188:        * src/targets/cgi/parser3.C: fixed .log file dir
                   14189: 
                   14190: 2002-08-13  paf
                   14191: 
                   14192:        * src/types/pa_vobject.C: allow override parent variables, useful
                   14193:          for form descendants [in vobject too, were in vclass]
                   14194: 
                   14195:        * src/types/pa_vclass.C: allow override parent variables, useful
                   14196:          for form descendants
                   14197: 
                   14198:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   14199:          overwritten in derived(table)
                   14200: 
                   14201:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   14202:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   14203:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   14204:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14205:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   14206:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14207:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   14208:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14209:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14210:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   14211:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14212:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14213:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14214:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14215:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   14216:          Value::get_element(..., bool looking_down) [needed to exclude
                   14217:          endless recoursion]
                   14218: 
                   14219:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   14220:          fix bug with put endless recoursion todo: check 'as'
                   14221: 
                   14222:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   14223:          reorganized modules todo: fix bug with put endless recoursion
                   14224:          todo: check 'as'
                   14225: 
                   14226:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   14227:          in derived(table)
                   14228: 
                   14229:        * src/types/pa_vobject.h: derived classes can have fields of their
                   14230:          own now
                   14231: 
                   14232:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   14233:          fixed error message on using non-created table
                   14234: 
                   14235:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   14236:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   14237:          main/compile.C, main/compile.tab.C, main/execute.C,
                   14238:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   14239:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14240:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   14241:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14242:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   14243:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14244:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14245:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14246:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14247:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   14248:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14249:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14250:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   14251:          looking down/up tree todo: fix error message on non-constructed
                   14252:          parents
                   14253: 
                   14254: 2002-08-12  paf
                   14255: 
                   14256:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   14257:          derived OK
                   14258: 
                   14259:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   14260:          thorough testing
                   14261: 
                   14262:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   14263:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   14264:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   14265:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   14266:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   14267:          ^base:create[] dynamic call rewritten todo: thorough testing
                   14268: 
                   14269:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   14270:          now instantates base class, remembers it and saves child in
                   14271:          parent VObject.get_class now returns last child = downward
                   14272:          virtual calls OK
                   14273: 
                   14274:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   14275:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   14276:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   14277:          types/pa_vobject.h, types/pa_vresponse.h,
                   14278:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14279:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   14280:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   14281:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   14282:          instance]
                   14283: 
                   14284:        * bin/auto.p.dist.in: more like in dist on parser.ru
                   14285: 
                   14286:        * bin/auto.p.dist.in: fixed sendmail default comment
                   14287: 
                   14288:        * src/main/pa_request.C: $response:body[file] content-type check
                   14289:          fixed [were bad when content-type is hash]
                   14290: 
                   14291: 2002-08-09  paf
                   14292: 
                   14293:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   14294:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   14295: 
                   14296: 2002-08-08  paf
                   14297: 
                   14298:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   14299:          src/main/pa_globals.C: year column in month calendar [week year]
                   14300: 
                   14301:        * src/main/execute.C: error reporting on object writes to MAIN
                   14302:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   14303: 
                   14304:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   14305:          $date.daylightsaving
                   14306: 
                   14307:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   14308:          use tainted data now. only she must specify the language.
                   14309: 
                   14310:          ^mail:send[     $.from[paf@mail.design.ru]
                   14311:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   14312:                $.text[^taint[uri][ìîñêâà]=] ]
                   14313: 
                   14314:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   14315:          now prints more precise origin
                   14316: 
                   14317:        * src/include/pa_string.h: String::first_char now not fails on
                   14318:          empty strings ^if(-f '') now ok and in 3 other places.
                   14319: 
                   14320:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14321:          String::first_char now not fails on empty strings ^if(-f '') now
                   14322:          ok and in 3 other places.
                   14323: 
                   14324: 2002-08-07  paf
                   14325: 
                   14326:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   14327:          fixed
                   14328: 
                   14329:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   14330: 
                   14331:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   14332:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   14333:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   14334:          mistakenly not completely transparent to object writes.
                   14335:          $hash[^if(1){$hash}] now works
                   14336: 
                   14337:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   14338:          now erasing cache file [there were bad check on that]
                   14339: 
                   14340:        * src/: classes/classes.dsp, classes/table.C,
                   14341:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   14342:          all Debug dirs in .dsp now named 'Debug'
                   14343: 
1.101   ! moko     14344:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     14345: 
                   14346:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   14347: 
                   14348:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   14349: 
                   14350:        * src/types/pa_vmail.C: mail:send empty  email checked
                   14351: 
                   14352: 2002-08-06  paf
                   14353: 
                   14354:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   14355:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   14356:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   14357: 
                   14358:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   14359:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   14360:          #  $.default() }
                   14361: 
                   14362:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   14363: 
                   14364:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   14365:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   14366:          $file.content-type [instead of .mime-type] now works for
                   14367:          file::stat also
                   14368: 
                   14369:        * src/main/pa_request.C: case insensitive mime_type_of
                   14370: 
                   14371:        * bin/auto.p.dist.in: jpeg
                   14372: 
                   14373: 2002-08-05  paf
                   14374: 
                   14375:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   14376: 
                   14377:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   14378: 
                   14379:        * operators.txt: comment on date:calendar week column
                   14380: 
                   14381:        * src/main/pa_common.C: write checked
                   14382: 
                   14383:        * src/main/: pa_common.C: write checked
                   14384: 
                   14385:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   14386: 
                   14387:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   14388:          month calendar week column [ISO 8601 Week Numbers]
                   14389: 
                   14390: 2002-08-02  paf
                   14391: 
                   14392:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   14393:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   14394:          DEBUG*
                   14395: 
                   14396:        * configure, configure.in, src/include/pa_version.h: release
                   14397:          3_0_0005
                   14398: 
                   14399:        * bin/auto.p.dist.in: unhandled_exception comments
                   14400: 
                   14401:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   14402:          multipart post fixed
                   14403: 
                   14404:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   14405:          response transcoded source->client only when text/* or simple
                   14406:          onoverridden $response:body
                   14407: 
                   14408: 2002-08-01  paf
                   14409: 
                   14410:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14411:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14412:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14413:          classes/op.C, classes/response.C, classes/string.C,
                   14414:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   14415:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   14416:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14417:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14418:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14419:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   14420:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   14421:          include/pa_socks.h, include/pa_sql_connection.h,
                   14422:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14423:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14424:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14425:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14426:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14427:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   14428:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14429:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   14430:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   14431:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   14432:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   14433:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14434:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14435:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   14436:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   14437:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   14438:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14439:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   14440:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   14441:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   14442:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   14443:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   14444:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   14445:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   14446:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14447:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   14448:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   14449:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14450:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14451:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14452:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14453:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14454:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14455:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14456:          types/pa_wcontext.h, types/pa_wwrapper.h: $Date: now$
                   14457: 
                   14458:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   14459:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14460:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14461:          classes/math.C, classes/op.C, classes/response.C,
                   14462:          classes/string.C, classes/table.C, classes/void.C,
                   14463:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14464:          include/pa_array.h, include/pa_cache_managers.h,
                   14465:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14466:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14467:          include/pa_dictionary.h, include/pa_dir.h,
                   14468:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14469:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   14470:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   14471:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   14472:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14473:          include/pa_stack.h, include/pa_string.h,
                   14474:          include/pa_stylesheet_connection.h,
                   14475:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14476:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14477:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   14478:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14479:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   14480:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14481:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14482:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   14483:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   14484:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14485:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14486:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   14487:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   14488:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   14489:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   14490:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   14491:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   14492:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   14493:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   14494:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14495:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14496:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14497:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   14498:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   14499:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   14500:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   14501:          types/pa_vresponse.C, types/pa_vresponse.h,
                   14502:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   14503:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   14504:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   14505:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   14506:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   14507:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   14508:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   14509:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   14510:          types/Makefile.am: ident.C* removed
                   14511: 
                   14512:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   14513:          file:find[/can/do/this/now.txt]
                   14514: 
                   14515:        * src/targets/cgi/parser3.C: usage to stdout now
                   14516: 
                   14517: 2002-07-31  paf
                   14518: 
                   14519:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   14520: 
                   14521:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   14522:          default "postmaster"
                   14523: 
                   14524:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   14525:          -f postmaster now default sendmail key word "postmaster"
                   14526:          replaced to $.from
                   14527: 
                   14528: 2002-07-30  paf
                   14529: 
1.101   ! moko     14530:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
        !          14531:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     14532: 
                   14533:        * src/main/pa_charset.C: comment
                   14534: 
                   14535:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   14536:          table, &#decimal;
                   14537: 
                   14538:        * src/main/pa_request.C: comment
                   14539: 
                   14540:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   14541:          paragraf]
                   14542: 
                   14543: 2002-07-11  paf
                   14544: 
                   14545:        * src/main/pa_exec.C: build command line badly added params twice
                   14546:          [and first time without ' ']. double wrong. fixed.
                   14547: 
                   14548:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   14549:          wich parser did not provide = reported badly.  fixed that.
                   14550: 
                   14551:        * src/classes/mail.C: $MAIL[ # xxx ]
                   14552: 
                   14553:          now ok
                   14554: 
                   14555:        * operators.txt: plan: sql detailed exception
                   14556: 
                   14557: 2002-07-01  paf
                   14558: 
                   14559:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   14560:          [MForm.configure_admin were called when request.main_class ==0
                   14561: 
                   14562:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   14563: 
                   14564:        * src/classes/form.C: content_length type fix
                   14565: 
                   14566: 2002-06-30  paf
                   14567: 
                   14568:        * src/classes/mail.C: merged from 4
                   14569: 
                   14570:        * src/classes/mail.C: restored $MAIL
                   14571: 
                   14572: 2002-06-28  paf
                   14573: 
                   14574:        * configure, configure.in: removed paths.h
                   14575: 
1.101   ! moko     14576:        * configure, src/include/pa_version.h,
1.95      moko     14577:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   14578:          merged, makes updated
                   14579: 
                   14580:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   14581:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14582:          src/include/pa_pool.h, src/include/pa_version.h,
                   14583:          src/main/pa_charset.C, src/main/pa_pool.C,
                   14584:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14585:          src/types/pa_vmail.C: merged latest updates to head
                   14586: 
                   14587: 2002-06-27  paf
                   14588: 
                   14589:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   14590:          not error now
                   14591: 
                   14592:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   14593:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   14594:          src/main/pa_charset.C, src/main/pa_pool.C:
                   14595:          ^xdoc::create[[uri]]... base uri for document being created,
                   14596:          imports and other relative file names would be relative to this
                   14597:          uri default uri=path_translated
                   14598: 
                   14599:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   14600: 
                   14601: 2002-06-26  paf
                   14602: 
                   14603:        * configure, configure.in, src/include/pa_version.h:
                   14604:          release_3_0_0004
                   14605: 
                   14606:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   14607:          0 now
                   14608: 
                   14609:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   14610: 
                   14611: 2002-06-25  paf
                   14612: 
                   14613:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   14614:          considered bad number now
                   14615: 
                   14616:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   14617:          now
                   14618: 
                   14619:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   14620:          name: optimize
                   14621: 
                   14622:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   14623:          library configured
                   14624: 
                   14625:        * src/main/pa_request.C: configure_admin forced if no @conf
                   14626: 
                   14627:        * operators.txt, bin/auto.p.dist.in, src/classes/math.C,
                   14628:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   14629:          when needed and to call system crypt() if not $apr1$ prefix
                   14630: 
                   14631: 2002-06-24  paf
                   14632: 
                   14633:        * INSTALL: --with-static/shared-mailreceive described
                   14634: 
                   14635:        * src/include/pa_config_fixed.h: ssize_t fixed
                   14636: 
1.101   ! moko     14637:        * configure, configure.in, src/include/pa_config_auto.h.in,
        !          14638:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     14639:          src/types/pa_vmail.C: $mail:received makes update
                   14640: 
                   14641:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   14642:          WITH_MAILRECEIVE
                   14643: 
                   14644:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   14645: 
                   14646:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   14647:          option, for $mail:receive
                   14648: 
                   14649:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   14650:          introducting $message:received ^mail:send rewritten with backward
                   14651:          comp
                   14652: 
                   14653:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   14654:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14655:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   14656:          now
                   14657: 
                   14658:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   14659:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   14660:          src/include/pa_request.h, src/include/pa_string.h,
                   14661:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   14662:          src/main/pa_globals.C, src/main/pa_request.C,
                   14663:          src/main/pa_string.C, src/main/pa_uue.C,
                   14664:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   14665:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   14666:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   14667:          uue to separate file introducting $message:received ^mail:send
                   14668:          rewritten with backward comp
                   14669: 
                   14670: 2002-06-21  paf
                   14671: 
1.101   ! moko     14672:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
        !          14673:          co changes
1.95      moko     14674: 
1.101   ! moko     14675:        * configure, configure.in, src/lib/md5/Makefile.am,
        !          14676:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
        !          14677:          restructure .in and .am files appropriate changes
1.95      moko     14678: 
                   14679:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   14680:          pcre to libs/ added libs/md5 which is linked to non-apache
                   14681:          targets ^math:crypt[password;$apr1$salt]
                   14682: 
                   14683:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   14684:          src/Makefile.am, src/classes/Makefile.am,
                   14685:          src/classes/classes.dsp, src/classes/math.C,
                   14686:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.101   ! moko     14687:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
        !          14688:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
        !          14689:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
        !          14690:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
        !          14691:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
        !          14692:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
        !          14693:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
        !          14694:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     14695:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   14696:          src/lib/pcre/pcre_parser_ctype.dsp,
                   14697:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   14698:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   14699:          src/main/compile.tab.C, src/main/main.dsp,
                   14700:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   14701:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   14702:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   14703:          to libs/ added libs/md5 which is linked to non-apache targets
                   14704:          ^math:crypt[password;$apr1$salt]
                   14705: 
                   14706: 2002-06-20  paf
                   14707: 
                   14708:        * INSTALL, configure, configure.in, operators.txt, bin/Makefile.am,
1.101   ! moko     14709:          bin/auto.p.dist.in, src/classes/file.C, src/classes/op.C,
        !          14710:          src/doc/doxygen.cfg, src/include/pa_globals.h,
1.95      moko     14711:          src/include/pa_request.h, src/main/execute.C,
                   14712:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14713:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   14714:          marged latest HEAD updates, mainly file:justname&co &
                   14715:          @auto/conf[filespec
                   14716: 
                   14717:        * operators.txt, src/classes/file.C:
                   14718:          !^file:dirname[/a/some.tar.gz]=/a
                   14719:              !^file:dirname[/a/b/]=/a
                   14720:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   14721:              !^file:justname[/a/some.tar.gz]=some.tar
                   14722:              !^file:justext[/a/some.tar.gz]=gz
                   14723: 
                   14724:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   14725:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   14726:          @conf/auto[filespec]
                   14727: 
                   14728:        * bin/auto.p.dist.in: <noindex>
                   14729: 
1.101   ! moko     14730:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     14731: 
                   14732:        * INSTALL, configure.in, operators.txt, bin/Makefile.am,
                   14733:          bin/auto.p.dist.in, src/doc/doxygen.cfg,
                   14734:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   14735:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   14736: 
                   14737: 2002-06-18  paf
                   14738: 
                   14739:        * configure, configure.in, src/include/pa_version.h: version to
                   14740:          configure.in
                   14741: 
                   14742:        * INSTALL: reflected .conf.dist dir change
                   14743: 
1.101   ! moko     14744:        * Makefile.am, configure, configure.in, bin/Makefile.am,
        !          14745:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     14746:          .in & *.am updated
                   14747: 
                   14748:        * src/classes/file.C: strncasecmp
                   14749: 
                   14750:        * src/classes/file.C: strcasecmp
                   14751: 
1.101   ! moko     14752:        * bin/Makefile.am, etc/Makefile.am: bin/parser3.conf.dist [moved
        !          14753:          from etc
1.95      moko     14754: 
                   14755:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   14756:          insensitive check now
                   14757: 
                   14758:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   14759: 
                   14760:        * configure, configure.in, src/include/pa_pool.h,
                   14761:          src/include/pa_types.h: pack configure.in detection simplified.
                   14762:          figured out that gcc on sparc not that stupid as thought
                   14763:          previously: on sparc: when it sees packed class it modifies it's
                   14764:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   14765:          operations [st, lduh] so packed must be all parts of packed
                   14766:          class, i.e. it's parents&fields(classes).  for now it's only
                   14767:          String that packed and what was wrong is that it's parent -
                   14768:          Pooled, were not packed. fixed that.
                   14769: 
                   14770: 2002-06-14  paf
                   14771: 
                   14772:        * operators.txt: more precise xml-to-text options
                   14773: 
                   14774:        * operators.txt, src/types/pa_vxnode.C: xnode
                   14775:          attribute_node.name/value xnode pi.node.data
                   14776: 
                   14777: 2002-06-12  paf
                   14778: 
1.101   ! moko     14779:        * configure, configure.in, src/targets/cgi/Makefile.am,
        !          14780:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     14781: 
                   14782:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   14783:          src/include/pa_globals.h, src/include/pa_request.h,
                   14784:          src/main/compile.tab.C, src/main/pa_globals.C,
                   14785:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   14786:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   14787: 
                   14788:        * src/classes/mail.C: sendmail -ti [default now]
                   14789: 
                   14790:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   14791:          to be strings. for convinient #ing
                   14792: 
                   14793:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   14794:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   14795: 
                   14796:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   14797:          main/pa_globals.C, main/pa_request.C: @conf
                   14798: 
                   14799: 2002-06-11  paf
                   14800: 
                   14801:        * src/classes/file.C: check simplified
                   14802: 
                   14803:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   14804:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   14805:          valid prefix
                   14806: 
                   14807:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   14808:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   14809:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   14810: 
                   14811: 2002-06-10  paf
                   14812: 
                   14813:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   14814:          src/main/pa_common.C: lock failures reported now
                   14815: 
                   14816:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   14817:          string->double @ compile time were not-enough-checking...
                   14818: 
                   14819:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   14820:          autoconvert now ignored
                   14821: 
                   14822:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   14823:          check
                   14824: 
                   14825:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   14826:          $response:body content-type:name
                   14827: 
                   14828:        * configure, configure.in: hpux check, nsl link, no socket
                   14829: 
                   14830:        * operators.txt: old merge conflict removed
                   14831: 
                   14832:        * configure, configure.in: pack even address access on sparc&co
                   14833:          arch checked in configure
                   14834: 
                   14835:        * configure, src/include/pa_version.h: makes
                   14836: 
                   14837:        * configure, configure.in, src/include/pa_version.h: makes
                   14838: 
                   14839:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   14840:          with charset even when all letters were 7bit one
                   14841: 
                   14842:        * src/main/pa_common.C: merged fixed -d (bug)
                   14843: 
                   14844:        * src/main/pa_common.C: fixed -d (bug)
                   14845: 
                   14846: 2002-06-03  paf
                   14847: 
                   14848:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   14849:          src/classes/classes.dsp, src/main/compile.tab.C,
                   14850:          src/main/main.dsp, src/main/pa_globals.C,
                   14851:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14852:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   14853:          .dsp-s along with reorganized cvs modules dirs structure
                   14854: 
                   14855:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   14856:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   14857:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   14858:          modules
                   14859: 
                   14860: 2002-05-28  paf
                   14861: 
                   14862:        * src/targets/cgi/parser3.C: info.uri now ""
                   14863: 
                   14864: 2002-05-17  paf
                   14865: 
                   14866:        * src/classes/: table.C: ^table.save << checked empty
                   14867:          pre/match/post columns
                   14868: 
                   14869: 2002-05-16  paf
                   14870: 
                   14871:        * src/classes/image.C: image::measure can png now
                   14872: 
                   14873: 2002-05-15  paf
                   14874: 
                   14875:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   14876:          added
                   14877: 
                   14878:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   14879: 
                   14880:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   14881:          %H[:%M[:%S]]]]]] [-%m now
                   14882: 
                   14883: 2002-05-14  paf
                   14884: 
                   14885:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   14886: 
                   14887: 2002-05-07  paf
                   14888: 
                   14889:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   14890:          src/include/pa_globals.h, src/include/pa_request.h,
                   14891:          src/include/pa_table.h, src/main/compile.tab.C,
                   14892:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   14893:          src/main/pa_request.C, src/main/pa_table.C,
                   14894:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   14895:          src/targets/isapi/parser3isapi.dsp,
                   14896:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   14897:          name2number field now &.  main_method_name now on Request pool
                   14898:          rather on global_pool [Junction+VJunction created on same pool as
                   14899:          name = were created on global pool, causing mem leaks]
                   14900: 
                   14901:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   14902:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   14903:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   14904:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   14905:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   14906:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   14907:          field now &.  main_method_name now on Request pool rather on
                   14908:          global_pool [Junction+VJunction created on same pool as name =
                   14909:          were created on global pool, causing mem leaks]
                   14910: 
                   14911: 2002-05-06  paf
                   14912: 
                   14913:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14914:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14915:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14916: 
                   14917:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   14918:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   14919:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   14920: 
                   14921: 2002-04-30  paf
                   14922: 
                   14923:        * configure, src/include/pa_version.h: version now not b
                   14924: 
                   14925:        * src/targets/cgi/parser3.C: request.uri now never 0
                   14926: 
                   14927: 2002-04-29  paf
                   14928: 
                   14929:        * configure.in: removed b
                   14930: 
                   14931:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   14932:          Exception::comment/type checked in (), no there's no empty
                   14933:          type/comment by default
                   14934: 
                   14935:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   14936:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   14937:          src/doc/value.dox, src/include/pa_exception.h,
                   14938:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   14939:          0001
                   14940: 
                   14941: 2002-04-26  paf
                   14942: 
                   14943:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   14944:          size reduced
                   14945: 
                   14946: 2002-04-25  paf
                   14947: 
                   14948:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   14949:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   14950:          now that took into account
                   14951: 
                   14952:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   14953:          01:03:04]
                   14954: 
                   14955:        * ChangeLog, operators.txt, src/classes/date.C:
                   14956:          ^date::create[2002-12-33 01:03:04]
                   14957: 
                   14958:        * ChangeLog: updated changelog
                   14959: 
                   14960:        * src/classes/table.C: removed restriction on column count to
                   14961:          ^table.hash to work, now must be >0 [were >1]
                   14962: 
                   14963: 2002-04-24  paf
                   14964: 
                   14965:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   14966:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14967:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   14968:          targets
                   14969: 
                   14970: 2002-04-23  paf
                   14971: 
                   14972:        * operators.txt, src/classes/string.C:
                   14973:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   14974:          "junction used outside of context"]
                   14975: 
                   14976: 2002-04-22  paf
                   14977: 
                   14978:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   14979:          src/main/pa_string.C, src/types/pa_vstring.C,
                   14980:          src/types/pa_vstring.h: ^string.optimize[]
                   14981: 
                   14982:        * src/: include/pa_globals.h, include/pa_table.h,
                   14983:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   14984:          table template
                   14985: 
                   14986:        * src/classes/: string.C: optimize removed from string
                   14987:          .left/right/pos
                   14988: 
                   14989:        * src/main/execute.C: rolled back to
                   14990:          before_killing_userjunction_contexts
                   14991: 
                   14992:        * src/main/execute.C: user junctions context killed
                   14993: 
                   14994:        * src/main/execute.C: junctions to local contexts got
                   14995:          cleanized&checked later
                   14996: 
                   14997: 2002-04-19  paf
                   14998: 
                   14999:        * src/: classes/string.C, include/pa_request.h,
                   15000:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   15001:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   15002:          prior to .left .right .mid .pos .match when that is profitable,
                   15003:          and always before .replace when $ORIGINS(1) optimization disabled
                   15004:          economy from not wasting mem on lots of strings which occur by
                   15005:          lots of String:mid calls to get parts of source string between
                   15006:          found_occurances
                   15007: 
                   15008:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   15009:          ^file:list
                   15010: 
                   15011:        * src/: include/pa_globals.h, include/pa_table.h,
                   15012:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   15013:          globalized, not created @ each ^match anymore economy:
                   15014:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   15015: 
                   15016:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   15017:          removed from each String::match replace iteration, and made
                   15018:          stacked sizeof(VTable)=12bytes economy on each replace code
                   15019: 
                   15020:        * src/doc/footer.htm: 2001,
                   15021: 
                   15022:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   15023:          string.match[]['] option enables generation of $match.prematch
                   15024:          .match .postmatch columns
                   15025: 
                   15026:        * src/main/pa_string.C: String::match options analized without
                   15027:          cstr-ing them now
                   15028: 
                   15029:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   15030:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   15031:          config updated to doxygen 1.2.15, created helper which fixes
                   15032:          minor bugs in chm project files & htm tree.  changed extension to
                   15033:          .htm
                   15034: 
                   15035: 2002-04-18  paf
                   15036: 
                   15037:        * src/doc/doxygen.cfg: .chi generation disabled
                   15038: 
                   15039:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   15040:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   15041:          fields&methods
                   15042: 
                   15043:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   15044:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   15045:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   15046:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   15047:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   15048:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   15049:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   15050:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   15051:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   15052:          VStateless_class to VObject
                   15053: 
                   15054:        * src/: main/pa_request.C, types/pa_valiased.h,
                   15055:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15056:          types/pa_vstring.h: VStateless_string_object speicalized light
                   15057:          version of VStateless_object
                   15058: 
                   15059:        * src/classes/op.C: ^throw comment param made optional
                   15060: 
                   15061:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   15062:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   15063:          and implemented down in VClass, fclass_alias removed,
                   15064: 
                   15065:        * src/types/pa_value.C: forced to cut that from .h because of
                   15066:          VStateless_class usage [undefined in .h]
                   15067: 
                   15068:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15069:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15070:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   15071:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   15072:          on each CALL]
                   15073: 
                   15074:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   15075:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   15076:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   15077:          classes/response.C, classes/string.C, classes/table.C,
                   15078:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   15079:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   15080:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   15081:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   15082:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   15083:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   15084:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   15085:          removed Value::fname
                   15086: 
                   15087: 2002-04-17  paf
                   15088: 
                   15089:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   15090:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   15091:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   15092:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   15093:          state, PTHROW freshen to throw & co
                   15094: 
                   15095:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   15096: 
                   15097:        * src/classes/op.C: taint local result var bug fixed
                   15098: 
                   15099: 2002-04-16  paf
                   15100: 
                   15101:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   15102:          Attic asm.txt as most interesting
                   15103: 
                   15104:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   15105:          check, preventing content-length: 0 from appearing
                   15106: 
                   15107:        * src/main/execute.C: $result in @main now taken into account as in
                   15108:          usual functions
                   15109: 
                   15110:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   15111:          & @unhandled_exception now taken into account as in usual
                   15112:          functions
                   15113: 
                   15114:        * src/doc/postbuild.txt: instructions on post .html build
                   15115: 
                   15116:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   15117: 
                   15118:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   15119:          tainted
                   15120: 
                   15121:        * src/main/pa_request.C: uri in error log
                   15122: 
                   15123:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   15124:          cheched date:create(days) param for validity [later were assumed
                   15125:          valid and crashed on invalid onces]
                   15126: 
                   15127:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15128:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   15129:          and used that for removing VString wrapper
                   15130: 
                   15131:        * src/classes/op.C: exception2vhash file now tainted
                   15132: 
                   15133:        * src/classes/op.C: _process pseudo origin copied from local var to
                   15134:          heap
                   15135: 
                   15136:        * src/classes/op.C: extra check on empty file in origin in _execute
                   15137: 
                   15138: 2002-04-15  paf
                   15139: 
                   15140:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   15141: 
                   15142:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   15143:          functions
                   15144: 
                   15145:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   15146:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   15147:          started dual write_xxx_lang functions, if checked & works
                   15148: 
                   15149:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   15150:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   15151:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   15152:          unnecessary VString shells
                   15153: 
                   15154:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   15155:          prev changes]
                   15156: 
                   15157:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   15158:          classes/table.C, include/pa_request.h, main/execute.C,
                   15159:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   15160:          StringOrValue wcontext result, now ready for dual writes
                   15161: 
                   15162:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   15163:          checked that
                   15164: 
                   15165:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   15166:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   15167:          changed to OP_WRITE_VALUE in var get cases
                   15168: 
                   15169:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   15170:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   15171:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15172:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   15173:          switch in hash constructor fixed [were problems with using of
                   15174:          stacked wwrapper after it's death]
                   15175: 
                   15176: 2002-04-12  paf
                   15177: 
                   15178:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   15179: 
                   15180: 2002-04-11  paf
                   15181: 
                   15182:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   15183:          Request::process_internal codeFrame & wwrapper stacked [not
                   15184:          wasting  heap anymore]
                   15185: 
                   15186: 2002-04-10  paf
                   15187: 
                   15188:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   15189:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   15190:          classes/string.C, classes/table.C, classes/void.C,
                   15191:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   15192:          main/pa_string.C: killed Request::process() wrapping
                   15193:          VString(String) in case we need only String
                   15194: 
                   15195:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15196:          killed 8 bytes from String.head
                   15197: 
                   15198: 2002-04-09  paf
                   15199: 
                   15200:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   15201:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   15202:          local*/char b[...];      a=b; situations
                   15203: 
                   15204:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   15205: 
                   15206:        * src/classes/xdoc.C: xslt params fixed
                   15207: 
                   15208:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   15209:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   15210:          not pool.malloc(MAX_NUMBER) but really neaded
                   15211: 
                   15212:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   15213:          int/double.int/double(default)
                   15214: 
                   15215: 2002-04-04  paf
                   15216: 
                   15217:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   15218:          [when reconstructing pieces were split by
                   15219:          max_integral(piece.size), thus some strings to replace happen to
                   15220:          be split into two = not replaced)
                   15221: 
                   15222:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   15223:          standalone version = current dir
                   15224: 
                   15225:        * src/targets/cgi/parser3.C: document root in standalone version =
                   15226:          current dir
                   15227: 
                   15228: 2002-04-03  paf
                   15229: 
                   15230:        * configure, configure.in: more checks on nonexistent charset
                   15231: 
1.101   ! moko     15232:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     15233: 
                   15234: 2002-04-02  paf
                   15235: 
                   15236:        * src/main/compile.C: parser.compile [exception name more like in
                   15237:          doc]
                   15238: 
                   15239: 2002-04-01  paf
                   15240: 
                   15241:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   15242:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   15243:          .content-type.charset, not .charset
                   15244: 
                   15245: 2002-03-29  paf
                   15246: 
                   15247:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   15248: 
                   15249:        * operators.txt, src/classes/date.C: ^date::create now may not
                   15250:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   15251:          days' year.  | 31.05->31.04   roll
                   15252: 
                   15253: 2002-03-28  paf
                   15254: 
                   15255:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   15256:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15257:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   15258:          ^cache(seconds)    ^cache[date] }
                   15259: 
                   15260:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   15261:          param
                   15262: 
                   15263: 2002-03-27  paf
                   15264: 
                   15265:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   15266:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   15267:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   15268:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   15269:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15270:          src/classes/xnode.C, src/include/pa_exception.h,
                   15271:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   15272:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   15273:          src/main/pa_array.C, src/main/pa_charset.C,
                   15274:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15275:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15276:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   15277:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   15278:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   15279:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   15280:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   15281:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   15282:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   15283:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   15284:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   15285:          src/types/pa_wwrapper.h: assigned exception types
                   15286: 
                   15287:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   15288:          src/include/pa_request.h, src/main/execute.C,
                   15289:          src/main/pa_request.C: decided agains resetting exception_trace,
                   15290:          just changed name
                   15291: 
                   15292: 2002-03-26  paf
                   15293: 
                   15294:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   15295:          fixed
                   15296: 
                   15297:        * src/classes/op.C: forced language of $source field of exception
                   15298:          to 'tainted', so that sql-langed-frags could be outputed outside
                   15299:          of connect
                   15300: 
                   15301:        * operators.txt: removed date.roll limit of +-1 offset
                   15302: 
                   15303:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   15304: 
                   15305:        * operators.txt, src/classes/date.C: fixed date roll on
                   15306:          daylightsaving days mktime took into account tm_isdst flag, which
                   15307:          remained from BEFORE roll, but should have been reset
                   15308: 
                   15309: 2002-03-25  paf
                   15310: 
                   15311:        * operators.txt, src/targets/cgi/parser3.C:
                   15312:          http_site_config_filespec
                   15313: 
                   15314:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   15315:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   15316:          with any/both --disable-foreign-group-files --disable-execs
                   15317: 
                   15318:        * INSTALL: "--with=sendmail=COMMAND" comment
                   15319: 
                   15320:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   15321:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.101   ! moko     15322:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
        !          15323:          disables execs also.  introducing --sendmail
1.95      moko     15324: 
                   15325:        * operators.txt: pgsql options comment
                   15326: 
                   15327:        * INSTALL: comment on --disable-link-stdcpp
                   15328: 
1.101   ! moko     15329:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
        !          15330:          libstdc++ link skipping configure option
1.95      moko     15331: 
                   15332:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   15333:          with error were put to cache with 'marked_to_rollback' flag, all
                   15334:          consequent even OK requests rolled back
                   15335: 
                   15336: 2002-03-22  paf
                   15337: 
                   15338:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   15339:          false return
                   15340: 
                   15341:        * operators.txt: few comments on sets
                   15342: 
                   15343: 2002-03-18  paf
                   15344: 
                   15345:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   15346:          src/include/pa_globals.h, src/include/pa_request.h,
                   15347:          src/include/pa_stack.h, src/main/pa_globals.C,
                   15348:          src/main/pa_request.C: introducing ^try
                   15349: 
                   15350:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   15351:          types/pa_vdouble.h: removed some tested @tests
                   15352: 
                   15353: 2002-03-15  paf
                   15354: 
                   15355:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   15356: 
                   15357: 2002-03-13  paf
                   15358: 
                   15359:        * src/main/pa_exception.C: checked not-pooled malloc
                   15360: 
                   15361: 2002-03-11  paf
                   15362: 
                   15363:        * INSTALL, configure, configure.in,
                   15364:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   15365: 
                   15366:        * src/main/pa_common.C: --disable-foreign-group-files
                   15367: 
                   15368:        * INSTALL: --disable-execs
                   15369: 
                   15370:        * src/main/pa_exec.C: --disable-execs
                   15371: 
                   15372:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   15373:          --disable-execs
                   15374: 
                   15375:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   15376: 
                   15377:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   15378:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   15379: 
                   15380: 2002-03-05  paf
                   15381: 
                   15382:        * operators.txt, src/classes/date.C: date week calendar columns
                   15383:          named
                   15384: 
                   15385:        * operators.txt, src/classes/date.C: date week calendar columns
                   15386:          named
                   15387: 
                   15388:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   15389:          requires headers to be terminated with \r\n manually [refuses to
                   15390:          separate header/body itself]
                   15391: 
                   15392:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   15393:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   15394: 
                   15395: 2002-03-04  paf
                   15396: 
                   15397:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   15398:          in PASS language
                   15399: 
                   15400:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   15401:          deserialize checks on broken file
                   15402: 
                   15403:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   15404:          parser3isapi.dsp: isapi updated
                   15405: 
                   15406: 2002-03-01  paf
                   15407: 
                   15408:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   15409: 
                   15410: 2002-02-28  paf
                   15411: 
                   15412:        * src/main/untaint.C: removed some debug comments
                   15413: 
                   15414:        * src/main/pa_charsets.C: when placing charset to cache using
                   15415:          global name now [were request]
                   15416: 
                   15417:        * configure, configure.in: apache module updated
                   15418: 
                   15419:        * src/main/pa_string.C: origin by first piece preferred before last
                   15420:          piece
                   15421: 
                   15422: 2002-02-27  paf
                   15423: 
                   15424:        * src/main/pa_charset.C: size_t
                   15425: 
                   15426:        * INSTALL: shared/static-xml with-pathlink
                   15427: 
                   15428:        * operators.txt: SMTP comment
                   15429: 
                   15430: 2002-02-26  paf
                   15431: 
                   15432:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   15433: 
                   15434:        * src/classes/xnode.C: in some situation, xpath query returned
                   15435:          result with type NODESET, but empty nodeset member field, checked
                   15436:          that
                   15437: 
                   15438: 2002-02-22  paf
                   15439: 
                   15440:        * INSTALL: without-zlib comment
                   15441: 
                   15442:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   15443: 
                   15444:        * configure, configure.in: glib###.a detection fixed
                   15445: 
                   15446:        * INSTALL: hashfile removed from INSTALL
                   15447: 
1.101   ! moko     15448:        * Makefile.am: make update
1.95      moko     15449: 
                   15450:        * src/main/pa_string.C: string iterators fixed again, so were
                   15451:          String::join_chain
                   15452: 
                   15453:        * src/main/pa_string.C: string iterators fixed again, so were
                   15454:          String::join_chain
                   15455: 
                   15456:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   15457:          fixed again, so were String::join_chain
                   15458: 
                   15459:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   15460: 
                   15461:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   15462:          "session"
                   15463: 
1.101   ! moko     15464:        * configure, configure.in, src/include/pa_config_auto.h.in:
        !          15465:          --with-shared-xml --with-static-xml
1.95      moko     15466: 
                   15467:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   15468:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   15469:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   15470:          xalan&xml
                   15471: 
                   15472:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   15473: 
                   15474:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   15475:          src/types/types.dsp: removed hashfile support from sources for
                   15476:          now
                   15477: 
1.101   ! moko     15478:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     15479:          src/classes/hashfile.C, src/include/Makefile.am,
1.101   ! moko     15480:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
        !          15481:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
        !          15482:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     15483:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.101   ! moko     15484:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
        !          15485:          src/types/Makefile.am, src/types/pa_vhashfile.C,
        !          15486:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     15487: 
                   15488: 2002-02-21  paf
                   15489: 
                   15490:        * src/main/untaint.C: removed debug code, activated commented-for
                   15491:          debug parts
                   15492: 
1.101   ! moko     15493:        * Makefile.am: make cvsupdate
1.95      moko     15494: 
                   15495:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   15496:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   15497:          append_row, not at link zero now string to string appending works
                   15498: 
                   15499: 2002-02-20  paf
                   15500: 
                   15501:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   15502:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   15503:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   15504: 
                   15505:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15506:          economy: 22%
                   15507: 
                   15508:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15509:          space uptimized: string::link_row removed
                   15510: 
                   15511:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   15512:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   15513:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15514:          types/pa_vstring.h: speed uptimized: string::is_empty
                   15515: 
                   15516:        * operators.txt, src/include/pa_common.h,
                   15517:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   15518:          src/include/pa_types.h, src/main/compile.tab.C,
                   15519:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   15520:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   15521:          string append optimiziation idea and estimates
                   15522: 
                   15523: 2002-02-19  paf
                   15524: 
                   15525:        * src/classes/math.C: not used directly [but erroreously reported
                   15526:          that 'is', thus registering twice&other probs]
                   15527: 
                   15528:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   15529:          to node [element]
                   15530: 
                   15531:        * src/main/compile.C: without string_origins parse error
                   15532:          file+line+col possible
                   15533: 
                   15534:        * src/main/: compile.C: without string_origins not worked
                   15535: 
                   15536: 2002-02-18  paf
                   15537: 
                   15538:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   15539:          trick i've installed into double::as_string
                   15540: 
                   15541:        * src/main/pa_globals.C: extern "C" was removed too fast
                   15542: 
                   15543:        * src/: include/pa_opcode.h, include/pa_request.h,
                   15544:          main/compile.tab.C, main/compile.y, main/execute.C,
                   15545:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   15546:          with string/nonstring values, now in expressions double/int
                   15547:          values are passed as-is, without stupid tostring/fromstring
                   15548:          conversions
                   15549: 
                   15550:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   15551:          __cplusplus } #endif
                   15552: 
                   15553:        * src/main/compile.tab.C: bison env set so one could compile
                   15554:          without cygwin installed
                   15555: 
                   15556:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   15557:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   15558:          gnome xml libs parser .dsp-s changed accordingly
                   15559: 
                   15560:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   15561: 
                   15562:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   15563:          with backward comp
                   15564: 
                   15565:        * src/classes/math.C: math:random range check fixed
                   15566: 
                   15567:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   15568: 
                   15569:        * INSTALL: local install comment
                   15570: 
1.101   ! moko     15571:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     15572: 
1.101   ! moko     15573:        * acinclude.m4, aclocal.m4, configure, configure.in,
        !          15574:          src/include/pa_config_auto.h.in,
        !          15575:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
        !          15576:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     15577: 
                   15578:        * operators.txt: \ comment
                   15579: 
                   15580: 2002-02-13  paf
                   15581: 
                   15582:        * src/include/pa_config_includes.h: sys/time time both included
                   15583:          now.  vaguely remember confilicts on this on some system [not on
                   15584:          six|ablv] so when would see them again would think up proper
                   15585:          check
                   15586: 
1.101   ! moko     15587:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
        !          15588:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     15589: 
                   15590:        * src/main/pa_common.C: truncation never occured when writing files
                   15591:          on unix [since i've changed cache mech] fix
                   15592: 
                   15593:        * src/main/pa_common.C: strnchr: sanity check added
                   15594: 
                   15595:        * etc/parser3.charsets/windows-1257.cfg: id added
                   15596: 
                   15597:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   15598:          baltic charset file generated, in generation script ispunct check
                   15599:          added
                   15600: 
                   15601: 2002-02-08  paf
                   15602: 
1.101   ! moko     15603:        * src/: include/Makefile.am, sql/Makefile.am,
        !          15604:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     15605: 
                   15606:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   15607:          forgotten
                   15608: 
                   15609:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   15610: 
                   15611:        * INSTALL, README: install&others updated
                   15612: 
                   15613:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   15614: 
1.101   ! moko     15615:        * Makefile.am, configure, configure.in,
        !          15616:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
        !          15617:          src/classes/Makefile.am, src/main/Makefile.am,
        !          15618:          src/main/pa_status_provider.C, src/targets/Makefile.am,
        !          15619:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
        !          15620:          works
1.95      moko     15621: 
                   15622:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15623:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15624:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   15625:          classes/math.C, classes/op.C, classes/response.C,
                   15626:          classes/string.C, classes/table.C, classes/void.C,
                   15627:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15628:          include/pa_array.h, include/pa_cache_managers.h,
                   15629:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15630:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15631:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15632:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15633:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15634:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15635:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15636:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15637:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15638:          include/pa_stack.h, include/pa_string.h,
                   15639:          include/pa_stylesheet_connection.h,
                   15640:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15641:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15642:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15643:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   15644:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15645:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15646:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   15647:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   15648:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   15649:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15650:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15651:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   15652:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   15653:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   15654:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   15655:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   15656:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15657:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   15658:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   15659:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   15660:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15661:          types/pa_vrequest.h, types/pa_vresponse.h,
                   15662:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   15663:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   15664:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15665:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15666:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   15667:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   15668:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   15669:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   15670:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   15671:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   15672:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   15673: 
                   15674:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15675:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15676:          classes/hashfile.C, classes/image.C, classes/int.C,
                   15677:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15678:          classes/string.C, classes/table.C, classes/void.C,
                   15679:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15680:          include/pa_array.h, include/pa_cache_managers.h,
                   15681:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15682:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15683:          include/pa_db_connection.h, include/pa_db_manager.h,
                   15684:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   15685:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15686:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   15687:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15688:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   15689:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15690:          include/pa_stack.h, include/pa_string.h,
                   15691:          include/pa_stylesheet_connection.h,
                   15692:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15693:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   15694:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   15695:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   15696:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15697:          main/pa_db_connection.C, main/pa_db_manager.C,
                   15698:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   15699:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15700:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   15701:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15702:          main/pa_status_provider.C, main/pa_string.C,
                   15703:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   15704:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   15705:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15706:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15707:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15708:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   15709:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   15710:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15711:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15712:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15713:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15714:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15715:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15716:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   15717:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15718:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15719:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15720:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15721:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15722:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15723:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15724:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   15725: 
                   15726: 2002-02-07  paf
                   15727: 
                   15728:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   15729: 
1.101   ! moko     15730:        * configure, configure.in, src/include/pa_config_auto.h.in,
        !          15731:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
        !          15732:          added yet another locking function: fcntl
1.95      moko     15733: 
                   15734:        * config.sub: on cygwin configure passes it with strange i1586
                   15735:          const, hacked it to mean i586
                   15736: 
                   15737:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15738:          disabled $if reference due to conflicts with local variables
                   15739: 
                   15740:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   15741:          xdoc::set obsolete now, now xdoc::create, with both sences
                   15742: 
                   15743:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   15744:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   15745:          table::create now // 'set' name obsolete now table clone.
                   15746: 
                   15747:        * operators.txt, src/classes/string.C,
                   15748:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   15749:          ^int/double/string.format now can be called with normal []
                   15750:          brackets, not stupid {} as it were implemented for some strange
                   15751:          reason.  retaining backward compatibility due to some
                   15752:          already-implemented servers
                   15753: 
                   15754:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   15755:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   15756:          operators now detected by check at name_without_curly_rdive_read
                   15757:          rule whether diving code constists only of
                   15758:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   15759:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   15760:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   15761: 
                   15762: 2002-02-06  paf
                   15763: 
                   15764:        * configure, configure.in: prefix expanded, grr
                   15765: 
                   15766:        * operators.txt, src/classes/mail.C: mail:send config changed
                   15767: 
                   15768: 2002-02-05  paf
                   15769: 
                   15770:        * operators.txt: regex options commented
                   15771: 
                   15772:        * src/main/: pa_exec.C: argv0 now correct
                   15773: 
                   15774:        * src/types/pa_vstatus.C: status:rusage 3
                   15775: 
                   15776:        * src/types/pa_vstatus.C: status:rusage 2
                   15777: 
                   15778:        * operators.txt: status:rusage described int operators
                   15779: 
                   15780:        * src/types/pa_vstatus.C: status:rusage 1
                   15781: 
                   15782:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   15783:          src/types/types.dsp: status:rusage
                   15784: 
                   15785:        * configure.in, operators.txt, src/classes/file.C,
                   15786:          src/classes/op.C, src/include/pa_common.h,
                   15787:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   15788:          src/main/pa_common.C: rewritten ^cache to use
                   15789:          non-blocking-exclusive-caches
                   15790: 
                   15791:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   15792:          [speed impact. was off for debugging purpose, but forgotten
                   15793:          afterwards]
                   15794: 
                   15795: 2002-02-01  paf
                   15796: 
                   15797:        * src/classes/op.C: file_write does EX lock after create, while
                   15798:          file_read does SH after open, so there's a moment after create
                   15799:          but before EX lock when read can sneak into, and read
                   15800:          just-created-for-writing-and-not-yet-locked file, added a check
                   15801:          for that in ^cache...read
                   15802: 
                   15803: 2002-01-31  paf
                   15804: 
                   15805:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   15806:          ^xxx:
                   15807: 
                   15808:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   15809:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   15810: 
                   15811:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   15812:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15813:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   15814:          operators check 6.1 rewritten. now check is done at compile time
                   15815: 
                   15816:        * src/main/execute.C: operators check 5 floated up old error of
                   15817:          staying in 'entered class/object' state after $a($a..) it
                   15818:          prevented operators from being called thereafter
                   15819: 
                   15820:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15821:          main/execute.C: operators check 4 floated up old error of staying
                   15822:          in 'entered object' state after ^a.a(a) it prevented operators
                   15823:          from being called thereafter
                   15824: 
                   15825:        * src/main/execute.C: operators check 3 floated up old error of
                   15826:          staying in 'entered class' state after $a:a(a) it prevented
                   15827:          operators from being called thereafter
                   15828: 
                   15829:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   15830:          floated up old error of staying in 'entered class' state after
                   15831:          $a:a[a] it prevented operators from being called thereafter
                   15832: 
                   15833:        * src/main/execute.C: operators check, thay mistakenly seen in
                   15834:          $class:operator   $object.operators contexts
                   15835: 
                   15836:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   15837:          win32
                   15838: 
1.101   ! moko     15839:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
        !          15840:          src/classes/Makefile.am, src/main/Makefile.am,
        !          15841:          src/targets/cgi/Makefile.am,
1.95      moko     15842:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.101   ! moko     15843:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     15844: 
1.101   ! moko     15845:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
        !          15846:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
        !          15847:          configure, configure.in, form.txt, ident.awk, install-sh,
        !          15848:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
        !          15849:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     15850:          etc/parser3.charsets/Makefile.am,
                   15851:          etc/parser3.charsets/koi8-r.cfg,
                   15852:          etc/parser3.charsets/windows-1250.cfg,
                   15853:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.101   ! moko     15854:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
        !          15855:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
        !          15856:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
        !          15857:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     15858:          straightened installation scripts procedure made
                   15859:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   15860:          change
                   15861: 
                   15862: 2002-01-30  paf
                   15863: 
                   15864:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   15865:          removed] those comments were a mistake, and prevented libltdl
                   15866:          from function properly
                   15867: 
                   15868: 2002-01-29  paf
                   15869: 
1.101   ! moko     15870:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
        !          15871:          creation [modified acinclude.m4 which were creating int into just
        !          15872:          assignment LIBTOOL=../libtool] added default system
        !          15873:          config&charsetts prepared 'make install', now it installs
        !          15874:          targets/cgi/parser3 into bin directory etc/parser3.conf &
        !          15875:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     15876:          $sysconfdir/parser3.charsets respectively
                   15877: 
                   15878:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   15879:          main/pa_globals.C: few forgotten ifdef XML added
                   15880: 
                   15881: 2002-01-28  paf
                   15882: 
1.101   ! moko     15883:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     15884:          removed
                   15885: 
                   15886:        * src/main/pa_exception.C: dom|generic error output fix
                   15887: 
                   15888:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   15889: 
                   15890:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   15891: 
                   15892:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   15893:          [fixed as_node helper func to accept docs]
                   15894: 
                   15895:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   15896:          xdoc.importNode 0
                   15897: 
                   15898:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   15899: 
                   15900: 2002-01-25  paf
                   15901: 
                   15902:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   15903:          @SPECIAL now works OK
                   15904: 
                   15905:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   15906: 
                   15907:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   15908:          violation that added
                   15909: 
                   15910:        * src/classes/hash.C: unified  hash::sql, now
                   15911:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   15912: 
                   15913:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   15914:          ^file:lock[filename]{code}
                   15915: 
                   15916:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   15917:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   15918:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   15919:          to some pa_common funcs
                   15920: 
                   15921:        * src/: include/pa_charset.h, main/pa_globals.C:
                   15922:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   15923: 
                   15924:        * src/: include/pa_charset.h, main/pa_charset.C,
                   15925:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   15926:          not stupid illegal define
                   15927: 
                   15928: 2002-01-24  paf
                   15929: 
                   15930:        * src/include/pa_version.h: changed version number
                   15931: 
                   15932:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15933:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   15934:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15935:          main/pa_db_connection.C, main/pa_db_table.C,
                   15936:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   15937:          hashfile without logfiles
                   15938: 
                   15939:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   15940:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   15941:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   15942:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   15943:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   15944:          cluttered disk without huge need]
                   15945: 
                   15946:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   15947:          handy macro, which is strangly abscent in dome lib
                   15948: 
                   15949:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   15950: 
                   15951:        * src/classes/xdoc.C: checked empty response
                   15952: 
                   15953:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   15954:          /, not self node]
                   15955: 
                   15956:        * src/classes/xnode.C: xnode.select returns array always now, in
                   15957:          case 'nothing found' returns empty array
                   15958: 
                   15959:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   15960:          be more tender with ctrl/c/v
                   15961: 
                   15962: 2002-01-23  paf
                   15963: 
                   15964:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   15965:          substituted.         // 2. when dom tree with entites goes under
                   15966:          transform text nodes        // got [erroreosly] cut on first
                   15967:          entity occurance
                   15968: 
                   15969:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   15970:          twice-converting
                   15971: 
                   15972:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   15973:          'e' in output this is for regretful twice-converting here:
                   15974:          $a(double value) when they write double falue  they convert it to
                   15975:          string first, thus %g were losing precesion.
                   15976: 
                   15977:          todo: think up some way to remove double->string string->double
                   15978:          twice-converting
                   15979: 
                   15980:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   15981:          %.20E now default float format this is for regretful
                   15982:          twice-converting here: $a(double value) when they write double
                   15983:          falue  they convert it to string first, thus %g were losing
                   15984:          precesion.
                   15985: 
                   15986:          todo: think up some way to remove double->string string->double
                   15987:          twice-converting
                   15988: 
                   15989:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   15990:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   15991:          reasons in comment inside
                   15992: 
                   15993:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   15994:          statically linked]
                   15995: 
                   15996:        * src/: include/pa_exception.h, main/compile.tab.C,
                   15997:          main/pa_exception.C: removed exception va_list constructor.  1.
                   15998:          not needed anymore 2. there were a conflict[causing errors]
                   15999:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   16000:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   16001:          ctor(, va_list) which, of course, caused gpf
                   16002: 
                   16003:        * src/main/pa_globals.C: removed debug xslt messages
                   16004: 
                   16005: 2002-01-22  paf
                   16006: 
                   16007:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   16008:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   16009:          helps compiling stylesheet properly.  example: this refused to
                   16010:          work,             <b>&laquo;<xsl:value-of select="@title"
                   16011:          />&raquo;</b> stranly worked only this way:
                   16012:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   16013: 
                   16014:          docs says "set it to 1", never going into details, so I decided
                   16015:          to try NOT to do that
                   16016: 
                   16017:        * src/classes/table.C: join behaived badly in case named tables
                   16018:          structure mismatched: 0 strings sneaked into dest failing
                   16019:          afterwards.  replaced them with empty strings
                   16020: 
                   16021: 2002-01-21  paf
                   16022: 
                   16023:        * src/main/pa_charset.C: checked empty transcoders in
                   16024:          transcode_cstr|buf
                   16025: 
                   16026:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   16027: 
                   16028:        * src/classes/xdoc.C: transform error source now
                   16029:          stylesheet_filespec
                   16030: 
1.101   ! moko     16031:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     16032:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   16033:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.101   ! moko     16034:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
        !          16035:          gnome
1.95      moko     16036: 
                   16037:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   16038:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   16039:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   16040:          xslt generic error 1
                   16041: 
                   16042:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   16043:          xml generic message 1
                   16044: 
                   16045:        * src/classes/table.C: ^table::load empty lines or #comments before
                   16046:          headline
                   16047: 
                   16048:        * src/: include/pa_array.h, include/pa_globals.h,
                   16049:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   16050:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16051:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   16052:          errors 0
                   16053: 
                   16054: 2002-01-16  paf
                   16055: 
                   16056:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   16057:          classes/table.C, classes/void.C, classes/xdoc.C,
                   16058:          include/pa_db_connection.h, include/pa_request.h,
                   16059:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16060:          include/pa_stylesheet_connection.h,
                   16061:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   16062:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16063:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   16064:          stylesheet_connection auto destroyers to remaining gnome objects
                   16065: 
                   16066:        * src/classes/xdoc.C: few comments
                   16067: 
                   16068: 2002-01-15  paf
                   16069: 
                   16070:        * src/classes/xdoc.C: xdoc   file   save   string
                   16071: 
                   16072:          ready.  todo: error handling
                   16073: 
                   16074:        * src/classes/xdoc.C: xdoc save rewritten using
                   16075:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   16076:          result
                   16077: 
                   16078:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   16079:          started output options parsing
                   16080: 
                   16081: 2002-01-14  paf
                   16082: 
                   16083:        * src/classes/xdoc.C: method
                   16084: 
                   16085:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16086:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   16087:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   16088:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   16089:          xslt transform0.  TODO:   use output options   handle errors
                   16090: 
                   16091:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   16092: 
                   16093: 2002-01-11  paf
                   16094: 
                   16095:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16096:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   16097:          partial logical && || evaluation
                   16098: 
                   16099:        * src/classes/xnode.C: xpath selectNodes
                   16100: 
                   16101:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   16102:          string/number/bool
                   16103: 
                   16104:        * src/classes/xnode.C: xpath selectNode 2
                   16105: 
                   16106:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   16107:          xpath selectNode 1
                   16108: 
                   16109: 2002-01-10  paf
                   16110: 
                   16111:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   16112: 
                   16113:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16114:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   16115:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   16116:          refcounter]
                   16117: 
                   16118: 2001-12-29  paf
                   16119: 
                   16120:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   16121:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   16122:          glib works 0
                   16123: 
                   16124: 2001-12-28  paf
                   16125: 
                   16126:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   16127:          main/pa_exception.C: started glib transcoders
                   16128: 
                   16129:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   16130: 
                   16131:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   16132:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   16133:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   16134:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   16135:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   16136:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   16137:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   16138:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   16139: 
                   16140: 2001-12-27  paf
                   16141: 
                   16142:        * src/: include/pa_charset.h, include/pa_common.h,
                   16143:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16144:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   16145:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   16146:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16147:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   16148:          from xalan&xerces, started the process.  globals [initialization
                   16149:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   16150:          calls
                   16151: 
                   16152:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   16153:          anymore
                   16154: 
                   16155: 2001-12-26  paf
                   16156: 
                   16157:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16158:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   16159:          key globalized [bug]
                   16160: 
                   16161: 2001-12-25  paf
                   16162: 
                   16163:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   16164:          main/pa_string.C: table set & append changed splitting languages,
                   16165:          separators now can be clean AND as-is same to mail command line
                   16166:          $MAIN:MAIL.progX arguments
                   16167: 
                   16168: 2001-12-24  paf
                   16169: 
                   16170:        * src/classes/mail.C: one parted text messages - no multipart
                   16171:          mime-type anymore.  for convinient if $.attach-ments
                   16172: 
                   16173:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   16174:          main/pa_string.C: read from cache size check updated
                   16175: 
                   16176:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   16177: 
                   16178: 2001-12-21  paf
                   16179: 
                   16180:        * src/classes/date.C: date:sql-string now returns localtime
                   16181: 
                   16182:        * src/main/pa_request.C: $result in @main actually not working, to
                   16183:          hell with it for now
                   16184: 
                   16185:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16186:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   16187:          @postprocess @exception
                   16188: 
                   16189:        * src/main/execute.C: junction evaluation canceled - endless
                   16190:          recursion detected
                   16191: 
                   16192: 2001-12-19  paf
                   16193: 
                   16194:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   16195:          intermediate
                   16196: 
                   16197:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   16198: 
                   16199:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   16200: 
                   16201:        * src/classes/op.C: ^cache keypath now relative
                   16202: 
                   16203:        * src/classes/mail.C: changed weighting prior to sort
                   16204: 
                   16205:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   16206:          were missing
                   16207: 
                   16208: 2001-12-17  paf
                   16209: 
                   16210:        * src/main/pa_charset.C: ifndef XML were bad type
                   16211: 
                   16212:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   16213:          outdated unset services_pool
                   16214: 
                   16215:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   16216:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   16217:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   16218: 
                   16219:        * src/main/untaint.C: allowed space in filespec
                   16220: 
                   16221:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   16222: 
                   16223:        * src/classes/image.C: no govno
                   16224: 
                   16225:        * src/classes/image.C: govno
                   16226: 
                   16227: 2001-12-16  paf
                   16228: 
                   16229:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   16230: 
                   16231:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   16232:          charset_connection&manager replaced by charset&charsets
                   16233: 
                   16234:        * src/main/pa_charset.C: name_cstr 0
                   16235: 
                   16236:        * src/main/untaint.C: uri lang now knows about client/source
                   16237:          charsets
                   16238: 
                   16239:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   16240:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16241:          include/pa_array.h, include/pa_cache_managers.h,
                   16242:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   16243:          include/pa_common.h, include/pa_db_connection.h,
                   16244:          include/pa_db_manager.h, include/pa_db_table.h,
                   16245:          include/pa_dictionary.h, include/pa_exception.h,
                   16246:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   16247:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   16248:          include/pa_sapi.h, include/pa_socks.h,
                   16249:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16250:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   16251:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16252:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   16253:          main/pa_charset.C, main/pa_charset_connection.C,
                   16254:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   16255:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   16256:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   16257:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   16258:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16259:          types/types.dsp: introducing Charset
                   16260: 
                   16261: 2001-12-14  paf
                   16262: 
                   16263:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   16264:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   16265:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   16266:          uri lang
                   16267: 
                   16268:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   16269: 
                   16270:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   16271: 
                   16272:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   16273:          defalts_name global
                   16274: 
                   16275:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   16276:          include/pa_request.h, main/main.dsp,
                   16277:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   16278:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   16279:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   16280:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   16281:          changed charset model.  now important: $request:charset
                   16282:          $response:charset while $response:content-type.charset become
                   16283:          unimportant [informational]
                   16284: 
                   16285: 2001-12-13  paf
                   16286: 
                   16287:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   16288: 
                   16289:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   16290:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   16291:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   16292:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   16293:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   16294:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16295: 
                   16296:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   16297:          auto_ptr part other way, because of stupid gcc 2.96
                   16298:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   16299:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   16300:          FormatterListener] /usr/include/g++-3/memory:48:
                   16301:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   16302:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   16303: 
                   16304:        * src/classes/xdoc.C: removed extra inc
                   16305: 
                   16306:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   16307: 
                   16308:        * src/include/pa_types.h: msvc head debugging flag
                   16309: 
                   16310:        * src/classes/xdoc.C: freed up listener
                   16311: 
                   16312:        * src/classes/string.C: change msg '... code is not code'
                   16313: 
                   16314:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   16315:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16316:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   16317:          [past/future prob]
                   16318: 
                   16319:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16320:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   16321:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16322:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   16323: 
                   16324:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16325:          main/pa_string.C: removed signed mismatch warnings
                   16326: 
                   16327:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   16328:          'expires' from header outputs
                   16329: 
                   16330:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   16331:          row ptr
                   16332: 
                   16333:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   16334:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   16335: 
                   16336:        * src/classes/xdoc.C: lang list updated
                   16337: 
                   16338: 2001-12-10  paf
                   16339: 
                   16340:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   16341: 
                   16342:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   16343:          erase files like that, knowing their full name introducing   //
                   16344:          theoretical problem with, for instance, "_2B" and "." fragments,
                   16345:          // they would yield the same    // because
                   16346:          need_file_encode('_')=false  // but we need to delete such files
                   16347:          somehow, getting names from ^index
                   16348: 
                   16349:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   16350:          string::join_chank break]
                   16351: 
                   16352: 2001-12-07  paf
                   16353: 
                   16354:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   16355:          include/pa_common.h, include/pa_config_auto.h.in,
                   16356:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16357:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   16358:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   16359:          types/pa_vhashfile.C: merged from r14_simple_cache
                   16360: 
                   16361:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   16362:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   16363:             lduh  [ %i2 + 1 ], %l0
                   16364: 
                   16365:          bus error, fixed that
                   16366: 
                   16367:        * src/main/pa_string.C: strange string deserialize bug on
                   16368:          client[pmts], a bit shortened,
                   16369: 
                   16370:        * src/include/pa_config_auto.h.in: makes
                   16371: 
                   16372:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   16373:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   16374:          file write shared lock file read
                   16375: 
                   16376:        * src/: classes/op.C, include/pa_common.h,
                   16377:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   16378: 
                   16379: 2001-12-06  paf
                   16380: 
                   16381:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16382:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   16383: 
                   16384:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   16385:          info
                   16386: 
                   16387:        * src/classes/hashfile.C: removed transaction from ^cache
                   16388: 
                   16389: 2001-12-05  paf
                   16390: 
                   16391:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   16392:          IIS5 there were a prob with illegal call check
                   16393: 
                   16394: 2001-12-04  paf
                   16395: 
                   16396:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16397:          main/pa_request.C: measures to log
                   16398: 
                   16399: 2001-11-23  paf
                   16400: 
                   16401:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16402:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   16403:          types/pa_vhashfile.C: merged from _0014, 1
                   16404: 
                   16405:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   16406:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   16407:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   16408:          ^cache(33) would change
                   16409: 
                   16410:          0660 bits in file_write & hashfile create
                   16411: 
                   16412:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   16413:          after pa_string optimization]
                   16414: 
                   16415: 2001-11-22  paf
                   16416: 
                   16417:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   16418:          table.offset[whence]
                   16419: 
                   16420:        * src/classes/op.C: process cstr(,connection)
                   16421: 
                   16422:        * src/classes/op.C: process now gets its body on current language,
                   16423:          not as-is
                   16424: 
                   16425:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   16426: 
                   16427:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   16428:          bit
                   16429: 
1.101   ! moko     16430:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     16431: 
                   16432: 2001-11-21  paf
                   16433: 
                   16434:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   16435:          <xsl:output output options made identical to xsl:output
                   16436:          attributes exclusion:    cdata-section-elements what xalan can do
                   16437:          but that not used now:    it can escape and remove CDATA sections
                   16438: 
                   16439:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   16440:          produced by xslt
                   16441: 
                   16442:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   16443: 
                   16444:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   16445: 
                   16446:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   16447:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   16448:          default language for {code}, it happen to change it's language
                   16449:          from CLEAN, so later refused to split by CLEAN \t
                   16450: 
                   16451: 2001-11-20  paf
                   16452: 
1.101   ! moko     16453:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
        !          16454:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     16455:          bottom of dependeces, so that errors would popup quicklier, fixed
                   16456:          line numbering in table::sql
                   16457: 
                   16458: 2001-11-19  paf
                   16459: 
                   16460:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   16461:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   16462:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   16463:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   16464:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   16465:          at wcontext.write
                   16466: 
1.101   ! moko     16467:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     16468:          _set_new_handler
                   16469: 
1.101   ! moko     16470:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
        !          16471:          set_new_handler in apache&isapi
1.95      moko     16472: 
                   16473: 2001-11-16  paf
                   16474: 
                   16475:        * src/targets/cgi/parser3.C: pool debug @ die
                   16476: 
                   16477:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   16478:          removed 8 bytes from String, 2 bytes from
                   16479:          string::chunk::row::item
                   16480: 
                   16481:        * src/main/pa_string.C: removed 1+4 bytes from String
                   16482: 
                   16483:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16484:          types/pa_vstring.C: removed 1+4 bytes from String
                   16485: 
                   16486:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   16487:          0
                   16488: 
                   16489:        * src/: include/pa_globals.h, include/pa_string.h,
                   16490:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   16491:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   16492:          targets/cgi/parser3.C: introducing estimating
                   16493:          String::cstr_bufsize, 0
                   16494: 
                   16495:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   16496: 
                   16497:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   16498: 
                   16499:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   16500:          include/pa_pool.h: die in pool::fail
                   16501: 
                   16502: 2001-11-15  paf
                   16503: 
                   16504:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   16505:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   16506:          dynamic buffer re-back now with counter
                   16507: 
                   16508:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   16509:          static buffer back
                   16510: 
                   16511:        * src/targets/cgi/parser3.C: std::
                   16512: 
                   16513:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   16514:          include/pa_config_includes.h: setnewhandler check
                   16515: 
1.101   ! moko     16516:        * src/include/pa_config_auto.h.in: makes
1.95      moko     16517: 
                   16518:        * src/targets/cgi/parser3.C: set_new_handler started
                   16519: 
                   16520: 2001-11-14  paf
                   16521: 
                   16522:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16523:          was wrong
                   16524: 
                   16525:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   16526:          was wrong
                   16527: 
                   16528:        * src/main/pa_request.C: z
                   16529: 
                   16530:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   16531:          full returns win32 -1 solaris >buffer_size
                   16532: 
                   16533:          checked all that
                   16534: 
                   16535:        * src/classes/op.C: ^untaint{body} as-is default now
                   16536: 
                   16537:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16538:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   16539:          with no_bad_constructors_try
                   16540: 
                   16541:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   16542:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   16543:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   16544:          $bred[^int::int[]]
                   16545: 
                   16546:          now VObject creation moved into overriden
                   16547:          VClass::create_new_value, thus 0 from create_new_value means that
                   16548:          class has no ctors
                   16549: 
                   16550: 2001-11-13  paf
                   16551: 
                   16552:        * src/classes/classes.C: returned accedently removed if in foreach
                   16553:          callbacks [when hash no-0-restructure]
                   16554: 
                   16555: 2001-11-12  paf
                   16556: 
                   16557:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   16558:          passed as-is to method, xalan makes & into &amp; itself
                   16559: 
                   16560:        * src/classes/date.C: date.roll parser2 alg used
                   16561: 
                   16562:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   16563:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16564:          main/pa_dictionary.C, main/pa_hash.C,
                   16565:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   16566:          now does not containt 0 values. put 0 actullay removes.  no check
                   16567:          on 0 value in foreach now required
                   16568: 
                   16569: 2001-11-11  paf
                   16570: 
                   16571:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   16572: 
                   16573:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   16574: 
                   16575:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   16576:          driver initialize not const
                   16577: 
                   16578: 2001-11-10  paf
                   16579: 
                   16580:        * src/main/pa_exec.C: doc
                   16581: 
                   16582: 2001-11-09  paf
                   16583: 
                   16584:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   16585:          param properly
                   16586: 
                   16587:        * src/classes/string.C: string.save now does untainting before
                   16588:          saving
                   16589: 
                   16590:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   16591:          still cstr oriented]
                   16592: 
                   16593:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16594:          line endings fixing got rid of cstr, now must work ok with post
                   16595:          multipart
                   16596: 
                   16597:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   16598:          not file  also now
                   16599: 
                   16600: 2001-11-08  paf
                   16601: 
                   16602:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16603:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16604:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   16605:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   16606:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   16607:          simple parent, not second parent [gcc 2.96 strangly refused to
                   16608:          call virtual from second parent]
                   16609: 
1.101   ! moko     16610:        * src/: include/pa_common.h, main/Makefile.am,
        !          16611:          targets/cgi/pa_pool.C: makes
1.95      moko     16612: 
                   16613:        * src/: include/pa_request.h, main/pa_request.C,
                   16614:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   16615:          'status' class enabler
                   16616: 
                   16617:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   16618: 
                   16619:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   16620:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   16621:          include/pa_stylesheet_manager.h, main/main.dsp,
                   16622:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   16623:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16624:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   16625:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   16626:          todo: apache 'status' class enabler
                   16627: 
                   16628: 2001-11-05  paf
                   16629: 
                   16630:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   16631:          debug to normal
                   16632: 
                   16633:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   16634:          hence i removed skipping 0 values in hash::for_each-es we need to
                   16635:          check cleaned cache items manually. few more checks.
                   16636: 
                   16637:          expiring to 0 time was wrong, changed to 'now' time
                   16638: 
                   16639:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   16640:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   16641:          on apache already done :)
                   16642: 
                   16643:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   16644:          skipping 0 values in hash::for_each-es we need to check cleaned
                   16645:          cache items manually
                   16646: 
                   16647:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   16648:          parser_multithreaded check was wrong
                   16649: 
                   16650:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16651:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16652:          classes/hashfile.C, classes/image.C, classes/int.C,
                   16653:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   16654:          classes/string.C, classes/table.C, classes/void.C,
                   16655:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16656:          include/pa_array.h, include/pa_charset_connection.h,
                   16657:          include/pa_charset_manager.h, include/pa_common.h,
                   16658:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16659:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16660:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   16661:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16662:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16663:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16664:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16665:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16666:          include/pa_stack.h, include/pa_string.h,
                   16667:          include/pa_stylesheet_connection.h,
                   16668:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16669:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   16670:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   16671:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   16672:          main/pa_charset_manager.C, main/pa_common.C,
                   16673:          main/pa_db_connection.C, main/pa_db_manager.C,
                   16674:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   16675:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   16676:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   16677:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16678:          main/pa_status_provider.C, main/pa_string.C,
                   16679:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   16680:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   16681:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   16682:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   16683:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   16684:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   16685:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   16686:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16687:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16688:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16689:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16690:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   16691:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16692:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   16693:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   16694:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16695:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16696:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   16697:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16698:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16699:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   16700:          $status:db fixed used not initialized in db_connection & db_table
                   16701: 
                   16702:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   16703:          $status:charset
                   16704: 
                   16705:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   16706:          include/pa_stylesheet_connection.h,
                   16707:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   16708:          types/pa_vstatus.h: $status:stylesheet
                   16709: 
                   16710:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   16711:          include/pa_request.h, include/pa_sql_connection.h,
                   16712:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16713:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   16714:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   16715:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   16716:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   16717:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   16718: 
                   16719: 2001-11-01  paf
                   16720: 
                   16721:        * src/include/pa_config_auto.h.in: makes
                   16722: 
                   16723:        * src/main/pa_hash.C: removed old extra include
                   16724: 
                   16725:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   16726:          checks [for hp, there are such in math.h]
                   16727: 
                   16728:        * src/classes/op.C: ^for endless loop check strightened
                   16729: 
                   16730:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   16731:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   16732:          co can use r.root to write their i & key,value there
                   16733: 
                   16734:        * src/classes/op.C: detected for var storage bug, fixed.
                   16735:          todo:foreach
                   16736: 
                   16737:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   16738:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16739:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   16740:          changing of hash inside of foreach
                   16741: 
                   16742:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   16743:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   16744:          were hash.foreach
                   16745: 
                   16746:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   16747:          types/pa_vstring.C, types/pa_vstring.h:
                   16748:          ^foreach[key|value]{body}[[separator]|{separator}]
                   16749: 
                   16750:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   16751:          types/pa_vcookie.C: ^hash.delete[key]
                   16752: 
                   16753: 2001-10-31  paf
                   16754: 
                   16755:        * src/main/: compile.C, pa_common.C: completely empty file now
                   16756:          considered "read", not ignored [not perfect trick used]
                   16757: 
                   16758:        * src/main/pa_common.C: simplier common ifdefs
                   16759: 
                   16760:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   16761: 
                   16762:        * src/main/pa_db_connection.C: z
                   16763: 
                   16764:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   16765:          lockdetector flags
                   16766:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   16767: 
                   16768:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   16769:          from accidental show [imagine user forgot @exception]
                   16770: 
                   16771:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   16772: 
                   16773:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16774:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   16775:          main/pa_common.C: ^string.save[[append;]path]
                   16776: 
                   16777:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   16778:          main/execute.C: \ in expression: int divide 10/3=3
                   16779: 
                   16780:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   16781:          inside of ^cache
                   16782: 
                   16783:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   16784:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   16785:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   16786:          needed
                   16787: 
                   16788: 2001-10-30  paf
                   16789: 
                   16790:        * src/: classes/classes.dsp, main/main.dsp,
                   16791:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16792:          types/types.dsp: enabled debug incremental compile
                   16793: 
                   16794:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   16795:          form post data line endings not reformatted now.
                   16796: 
                   16797:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   16798:          now required [had bug when file= has no value]
                   16799: 
                   16800:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   16801:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   16802:          cstr(asis) default param removed
                   16803: 
                   16804:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   16805: 
                   16806:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   16807: 
                   16808:        * src/include/pa_dir.h: LOAD_DIR fixed
                   16809: 
                   16810:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   16811:          was broken} fix_line_breaks
                   16812: 
                   16813:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   16814:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   16815:          packed with #pragma pack
                   16816: 
1.101   ! moko     16817:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     16818: 
                   16819: 2001-10-29  paf
                   16820: 
                   16821:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   16822: 
                   16823:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   16824:          string hash.puts
                   16825: 
                   16826:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   16827: 
                   16828:        * src/include/pa_sql_connection.h: there were one wrong
                   16829:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   16830: 
                   16831:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   16832:          param.someday either ifdef or remove it
                   16833: 
                   16834:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   16835: 
                   16836:        * src/main/untaint.C: optimizing returned after debugging
                   16837: 
                   16838:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   16839:          main/untaint.C: memory hunging #pragma pack(1)
                   16840: 
                   16841:          16 419 844 13 169 394
                   16842: 
                   16843:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   16844:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   16845:          places [todo:Array]
                   16846: 
                   16847:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   16848:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   16849:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   16850: 
                   16851:          total 5 652 652/158731 total 5 469 332/158731
                   16852: 
                   16853:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   16854:          Array:: without cache in get/put now
                   16855: 
                   16856:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   16857:          18:25:27 2001] total 5 652 652/158731
                   16858: 
                   16859:        * src/: include/pa_string.h, main/pa_string.C,
                   16860:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   16861:          now
                   16862: 
                   16863:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   16864:          18:11:53 2001] total 5796092/158731
                   16865: 
                   16866:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   16867:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   16868:          key ref now
                   16869: 
                   16870:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   16871:          17:11:17 2001] total 16867948/202658
                   16872: 
                   16873:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   16874:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   16875:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   16876:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16877:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16878:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   16879:          string::as_int/double now usually uses stack, not heap [200K out
                   16880:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   16881: 
                   16882:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   16883:          hiding bug]
                   16884: 
                   16885:        * src/Makefile.am: .am order
                   16886: 
                   16887:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   16888:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16889:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   16890:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   16891:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   16892:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   16893:          required "friend class"
                   16894: 
                   16895:          ../include/pa_request.h:51: friend declaration requires
                   16896:          class-key, i.e. `friend    class Temp_lang'
                   16897: 
                   16898:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16899:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   16900:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   16901: 
                   16902:          the idea is to #1 jump to C++ some function to main body, where
                   16903:          every function stack frame has exception unwind information and
                   16904:          from there... #2 propagate_exception()
                   16905: 
                   16906: 2001-10-28  paf
                   16907: 
                   16908:        * src/main/pa_db_connection.C: removed old consts
                   16909: 
                   16910:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   16911:          with wrong type/cast]
                   16912: 
                   16913:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   16914:          translation
                   16915: 
1.101   ! moko     16916:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     16917:          remember to build DB2 with -fexceptions!!!
                   16918: 
                   16919:        * src/main/pa_db_table.C: DB_RMW defed
                   16920: 
                   16921:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   16922:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16923:          include/pa_db_table.h, main/pa_db_connection.C,
                   16924:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   16925: 
                   16926: 2001-10-27  paf
                   16927: 
                   16928:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16929:          include/pa_db_table.h, main/pa_db_connection.C,
                   16930:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   16931:          types/pa_vhashfile.C: DB2 ifdefs
                   16932: 
1.101   ! moko     16933:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
        !          16934:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     16935:          makes with DB2
                   16936: 
1.101   ! moko     16937:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
        !          16938:          types/Makefile.am: makes db
1.95      moko     16939: 
                   16940:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   16941:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   16942:          globals.C
                   16943: 
                   16944:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16945:          include/pa_db_table.h, main/pa_db_connection.C,
                   16946:          main/pa_db_table.C: ^hashfile.clear[]
                   16947: 
                   16948:        * src/classes/classes.awk: no $ in var names
                   16949: 
                   16950:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   16951:          connection&table [forgotten calls]
                   16952: 
                   16953: 2001-10-26  paf
                   16954: 
                   16955:        * src/main/pa_db_connection.C: db checkpoints
                   16956: 
                   16957:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   16958:          checkpoints
                   16959: 
                   16960:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   16961:          default. but entities still reparsed. todo: tothink
                   16962: 
                   16963:        * src/main/pa_db_connection.C: db recover mech 2
                   16964: 
                   16965:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   16966:          include/pa_db_manager.h, include/pa_db_table.h,
                   16967:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   16968:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   16969:          types/pa_vhashfile.h: db connections & tables now cached at
                   16970:          create time & multithreaded
                   16971: 
                   16972:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   16973:          parsed_source
                   16974: 
                   16975:        * src/main/pa_db_connection.C: about to remove connection from
                   16976:          vhashfile
                   16977: 
                   16978:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   16979:          transaction commit/rollback responsibility left to parent [as it
                   16980:          sould - else there were a bug with double free]
                   16981: 
                   16982:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   16983:          responsibility left to parent [as it sould - else there were a
                   16984:          bug with double free]
                   16985: 
                   16986: 2001-10-25  paf
                   16987: 
                   16988:        * src/: classes/hashfile.C, include/pa_common.h,
                   16989:          include/pa_db_connection.h, include/pa_db_manager.h,
                   16990:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   16991:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   16992:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   16993:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   16994:          yet]
                   16995: 
                   16996:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   16997: 
                   16998:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   16999:          transaction parent passed
                   17000: 
                   17001: 2001-10-24  parser
                   17002: 
1.101   ! moko     17003:        * src/classes/Makefile.am: makes
1.95      moko     17004: 
                   17005:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   17006:          isapi/pool_storage.h: pool_storage fixed
                   17007: 
                   17008:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   17009:          types/pa_vform.h: form fix_line_breaks
                   17010: 
1.101   ! moko     17011:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     17012: 
                   17013:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   17014:          targets/cgi/pool_storage.h: makes
                   17015: 
                   17016:        * src/sql/pa_sql_driver.h: version
                   17017: 
                   17018:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   17019:          types/pa_vform.C, types/pa_vform.h: .am
                   17020: 
                   17021:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   17022:          this: DB_RMW Acquire write locks instead of read locks when doing
                   17023:          the retrieval. Setting this flag may decrease the likelihood of
                   17024:          deadlock during a read-modify-write cycle by immediately
                   17025:          acquiring the write lock during the read part of the cycle so
                   17026:          that another thread of control acquiring a read lock for the same
                   17027:          item, in its own read-modify-write cycle, will not result in
                   17028:          deadlock
                   17029: 
                   17030:        * src/targets/isapi/parser3isapi.dsp: doc
                   17031: 
                   17032:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   17033: 
                   17034:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   17035: 
                   17036:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17037:          main/pa_db_connection.C: hashfile expired deleted from db when
                   17038:          get & iterate
                   17039: 
                   17040:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   17041:          expiring 1
                   17042: 
                   17043:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   17044: 
                   17045:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   17046:          db_connection not bothers with key when not returning expired
                   17047:          data
                   17048: 
                   17049:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   17050:          types/pa_vhashfile.C: db_cursor constructor public now
                   17051: 
                   17052:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   17053:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   17054:          stamped, todo: put_element analize
                   17055: 
                   17056:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   17057:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   17058:          serialize. todo stamp
                   17059: 
                   17060: 2001-10-23  parser
                   17061: 
                   17062:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   17063:          classes/image.C, classes/mail.C, classes/response.C,
                   17064:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17065:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   17066:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   17067:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   17068:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   17069:          types/pa_vtable.C: ^hashfile.hash[]
                   17070: 
                   17071:        * src/: classes/hashfile.C, classes/xdoc.C,
                   17072:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   17073:          main/pa_globals.C: ifdefs so it compiled without db
                   17074: 
                   17075:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   17076:          include/pa_db_manager.h, main/pa_db_connection.C,
                   17077:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   17078:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   17079:          ^hashfile.delete[key]
                   17080: 
                   17081: 2001-10-22  parser
                   17082: 
                   17083:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   17084:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   17085: 
                   17086:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   17087:          classes/xnode.C, include/pa_charset_connection.h,
                   17088:          include/pa_db_connection.h, include/pa_db_manager.h,
                   17089:          include/pa_exception.h, include/pa_sapi.h,
                   17090:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17091:          include/pa_stylesheet_connection.h,
                   17092:          include/pa_stylesheet_manager.h,
                   17093:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17094:          main/pa_db_connection.C, main/pa_db_manager.C,
                   17095:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   17096:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17097:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   17098:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   17099:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   17100:          types/types.dsp: hashfile 0
                   17101: 
                   17102:        * src/types/pa_vhashfile.C: z
                   17103: 
                   17104:        * src/: classes/classes.dsp, classes/hashfile.C,
                   17105:          include/pa_config_fixed.h, main/execute.C,
                   17106:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   17107:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   17108: 
                   17109:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   17110: 
                   17111:        * src/: include/pa_exception.h, include/pa_request.h,
                   17112:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   17113:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17114:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   17115: 
                   17116: 2001-10-19  parser
                   17117: 
                   17118:        * src/include/pa_pool.h: header
                   17119: 
                   17120:        * src/main/pa_pool.C: auto compiled on gcc
                   17121: 
                   17122:        * src/classes/image.C: comment
                   17123: 
1.101   ! moko     17124:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     17125: 
                   17126:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17127:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17128:          types/pa_vxnode.h: xnode clone got freed
                   17129: 
                   17130:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17131:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   17132:          can free up xalandomstring resulting from pool::transcode
                   17133: 
                   17134:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   17135:          include/pa_config_fixed.h, include/pa_exception.h,
                   17136:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   17137:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   17138:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   17139:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   17140:          from non-xml compile
                   17141: 
                   17142:        * src/main/pa_request.C: pool:: context - get_context
                   17143: 
                   17144:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   17145:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   17146:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   17147:          classes/string.C, classes/table.C, classes/void.C,
                   17148:          include/pa_config_fixed.h, include/pa_exception.h,
                   17149:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   17150:          main/compile.C, main/compile_tools.C, main/execute.C,
                   17151:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   17152:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17153:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17154:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   17155:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17156:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   17157:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   17158:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   17159:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   17160:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   17161:          exceptions 0
                   17162: 
                   17163:        * src/classes/classes.awk: $ removed
                   17164: 
                   17165: 2001-10-18  parser
                   17166: 
                   17167:        * src/types/pa_vcookie.C: cookie:CLASS
                   17168: 
                   17169:        * src/main/main.dsp: project
                   17170: 
                   17171:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   17172:          set_document & ctor question "who owns document" solved
                   17173: 
                   17174:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   17175: 
                   17176:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17177:          main/pa_pool.C: encoding in dom creating funcs
                   17178: 
                   17179:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   17180:          be transformed now
                   17181: 
                   17182:        * src/classes/xdoc.C: dom created by create can be transformed now
                   17183: 
                   17184:        * src/classes/xdoc.C: z
                   17185: 
                   17186:        * src/classes/xdoc.C: comment
                   17187: 
                   17188:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   17189:          create now uses XercesDocumentBridge, appendChild&co now works
                   17190: 
                   17191:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   17192:          @ recompile
                   17193: 
                   17194:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   17195:          $origin @exception[
                   17196: 
                   17197:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   17198:          tag names forced to XML lang
                   17199: 
                   17200:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   17201:          leechy-found bugs in code&doc fixed
                   17202: 
                   17203: 2001-10-17  parser
                   17204: 
                   17205:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   17206:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   17207:          n functionality preserved
                   17208: 
                   17209:        * src/types/pa_vimage.h: removed unused vimage::save
                   17210: 
                   17211: 2001-10-16  parser
                   17212: 
                   17213:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   17214: 
                   17215:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   17216: 
                   17217:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   17218: 
                   17219:        * src/classes/image.C: image.copy tolerance
                   17220: 
                   17221:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   17222:          ineffective, but works for small paleted image
                   17223: 
                   17224:        * src/types/pa_vimage.C: comment
                   17225: 
                   17226:        * src/classes/image.C: gd size/resize bugfix
                   17227: 
                   17228:        * src/: classes/classes.dsp, main/main.dsp,
                   17229:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17230:          types/types.dsp: ident >nul 2>&1
                   17231: 
                   17232:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   17233:          systems
                   17234: 
                   17235:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   17236:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   17237: 
                   17238: 2001-10-15  parser
                   17239: 
                   17240:        * src/main/execute.C: z
                   17241: 
                   17242:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   17243: 
                   17244:        * src/types/pa_vxnode.C:     document_type_node.
                   17245:                  !readonly attribute DOMString name
                   17246:              !notation_node.
                   17247:                  !readonly attribute DOMString publicId
                   17248:                  !readonly attribute DOMString systemId
                   17249: 
1.101   ! moko     17250:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
        !          17251:          ::write badly passed string too transparently [failed to
        !          17252:          intercept it]
1.95      moko     17253: 
                   17254:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   17255:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   17256:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17257:          types/pa_vxnode.h: DOM1 major addtion, only few
                   17258:          attributes/methods left
                   17259: 
                   17260: 2001-10-13  parser
                   17261: 
                   17262:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17263:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   17264:          in main handler
                   17265: 
                   17266:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   17267:          cleanups & frees order
                   17268: 
                   17269:        * src/types/pa_vcode_frame.h: couple comments
                   17270: 
                   17271:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   17272:          transparent enough to handle hash if creation&passing
                   17273: 
                   17274:        * src/: include/pa_config_fixed.h, main/execute.C,
                   17275:          main/pa_exception.C: noticed that vcodeframe not transparent
                   17276:          enough, would change now
                   17277: 
                   17278: 2001-10-12  parser
                   17279: 
                   17280:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   17281:          fixed. initialization&free on each thread!
                   17282: 
                   17283:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   17284:          handling changed: now type of default param analized always, not
                   17285:          only at problem time, thus helping early problem spotting
                   17286: 
                   17287:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   17288:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   17289:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   17290:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   17291:          multithread bug fixed. initialization&free on each thread!
                   17292: 
                   17293: 2001-10-11  parser
                   17294: 
                   17295:        * src/classes/xnode.C: xnode.selectSingle now
                   17296: 
                   17297:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   17298:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   17299:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   17300:          convertors out of Pool into Exception
                   17301: 
                   17302:        * src/main/pa_string.C: const
                   17303: 
                   17304:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   17305:          linked pieces of same language together prior to String::replace
                   17306: 
                   17307:        * src/classes/hash.C:     !^hash.add[addme]
                   17308:              !^hash.sub[subme]
                   17309:              !^a.union[b] = new
                   17310:              !^a.intersection[b] = new
                   17311:              !^a.intersects[b] = bool
                   17312: 
                   17313:        * src/classes/hash.C:     !^hash::append[append_from]
                   17314: 
                   17315:        * src/: classes/hash.C, types/pa_vhash.h:
                   17316:          !^hash::create[[copy_from]]
                   17317: 
                   17318:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   17319:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   17320:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   17321:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   17322:          exception but somebody[value.bark] tried to throw it on it's pool
                   17323: 
1.101   ! moko     17324:        * src/include/pa_config_auto.h.in: makes
1.95      moko     17325: 
                   17326: 2001-10-10  parser
                   17327: 
                   17328:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   17329: 
                   17330:        * src/main/: compile.tab.C, compile.y: ^a[
                   17331: 
                   17332:          @next_method  << now unclosed ] would be reported here
                   17333: 
                   17334:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   17335:          compile error
                   17336: 
                   17337: 2001-10-09  parser
                   17338: 
1.101   ! moko     17339:        * src/: classes/Makefile.am, main/Makefile.am,
        !          17340:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     17341: 
                   17342:        * src/classes/Makefile.am: makes
                   17343: 
                   17344:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   17345:          win32 errors intercepted [xalan transformer patched and
                   17346:          incorporated]
                   17347: 
                   17348:        * src/: classes/classes.dsp, classes/xdoc.C,
                   17349:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17350:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17351:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   17352:          patches starting
                   17353: 
                   17354:        * src/classes/: string.C, table.C: ^string.save[file]
                   17355: 
                   17356:        * src/classes/: date.C, table.C: calendar moved to date
                   17357: 
                   17358:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   17359:          string/table]  now
                   17360: 
                   17361:        * src/classes/: op.C, table.C: z
                   17362: 
                   17363:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   17364:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   17365:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   17366:          be code [be string..]
                   17367: 
                   17368:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   17369:          table.C: lots of
                   17370:          params->as_int/double/as_string/as_junction/as_no_junction
                   17371:          messages added
                   17372: 
                   17373: 2001-10-08  parser
                   17374: 
                   17375:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   17376:          classes/table.C, classes/void.C, include/pa_request.h:
                   17377:          params->as_int/double message added
                   17378: 
                   17379:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   17380: 
                   17381:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   17382:          image:sector removed image:html internal "line-*" attribs
                   17383: 
                   17384:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   17385:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   17386: 
                   17387:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   17388:          way
                   17389: 
                   17390:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   17391:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   17392:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   17393: 
                   17394:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   17395:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   17396:          @ SAPI::log
                   17397: 
                   17398:        * src/main/untaint.C: \r to ' ' in origins mode
                   17399: 
                   17400:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   17401:          set]
                   17402: 
                   17403:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   17404:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   17405:          nonstandard liaison freed up
                   17406: 
                   17407: 2001-10-07  parser
                   17408: 
                   17409:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   17410:          project
                   17411: 
                   17412: 2001-10-05  parser
                   17413: 
                   17414:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   17415:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   17416:          from outputing to cerr.  lots of "todos"
                   17417: 
                   17418:        * src/main/untaint.C: http_header tainting more gentle with
                   17419:          enquoting now
                   17420: 
                   17421:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   17422:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   17423:          xml errorhandler.  fixed string.replace a little, read @test
                   17424: 
                   17425:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   17426:          *) does not have limit, and looks further eos, fixing....
                   17427: 
                   17428:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   17429: 
                   17430:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   17431: 
                   17432:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   17433:          bugfix
                   17434: 
1.101   ! moko     17435:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
        !          17436:          $result[^[$p^]z] now works fine
1.95      moko     17437: 
                   17438:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   17439:          wrong. fixed it
                   17440: 
                   17441:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   17442:          of totable appered to be vital
                   17443: 
                   17444: 2001-10-04  parser
                   17445: 
                   17446:        * src/classes/image.C: ^image.length[text]
                   17447: 
                   17448: 2001-10-03  parser
                   17449: 
                   17450:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   17451: 
                   17452:        * src/main/pa_request.C: restored pcre defaulting in request
                   17453:          [mindlessly "optimized" yesterday] comment left
                   17454: 
                   17455: 2001-10-02  parser
                   17456: 
                   17457:        * src/: main/pa_charset_manager.C,
                   17458:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   17459:          needed
                   17460: 
                   17461:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   17462:          forgot non-xml pool.*charset needed
                   17463: 
                   17464:        * src/classes/table.C: # config comments fixed
                   17465: 
                   17466:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   17467:          charset_connection #comment now
                   17468: 
                   17469:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   17470:          options fixed to use release msvcrt lib
                   17471: 
                   17472:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   17473:          removed default - pcre handles that internally fixed bug on
                   17474:          not-cleaning tables [previously was calloced, now member]
                   17475: 
                   17476:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   17477:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   17478:          inside removed default - pcre handles that internally fixed bug
                   17479:          on not-cleaning tables [previously was calloced, now member]
                   17480: 
                   17481:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   17482:          tested charset reload on file change @ apache version = OK tested
                   17483:          freeing up prev encoding on adding new = OK
                   17484: 
                   17485: 2001-10-01  parser
                   17486: 
                   17487:        * src/main/pa_charset_connection.C: removed entitify external hack
                   17488:          [internal installed]
                   17489: 
1.101   ! moko     17490:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     17491: 
                   17492:        * src/: include/pa_charset_connection.h,
                   17493:          include/pa_charset_manager.h,
                   17494:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17495:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   17496:          main/pa_request.C: charset loading & caching mech 0
                   17497: 
                   17498:        * src/: include/pa_stylesheet_connection.h,
                   17499:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17500:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   17501:          & caching mech now
                   17502: 
                   17503: 2001-09-30  parser
                   17504: 
                   17505:        * src/main/pa_request.C: forgot to fill toTable
                   17506: 
                   17507:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   17508:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   17509:          failed on win32 for now..
                   17510: 
                   17511:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   17512:          now charsets table configuration variable is: CHARSETS
                   17513: 
                   17514:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   17515:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   17516: 
                   17517:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   17518:          include/pa_request.h, main/pa_request.C: started ctype with
                   17519:          unicode values
                   17520: 
                   17521: 2001-09-28  parser
                   17522: 
                   17523:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   17524:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   17525:          string passed AS-IS now
                   17526: 
                   17527:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   17528:          way of user-configuring... todo: implement
                   17529: 
                   17530: 2001-09-27  parser
                   17531: 
                   17532:        * src/classes/table.C: table.sort changed to sort table itself
                   17533: 
                   17534:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   17535:          X^.getElementsByTagName[tagname] = array of xnode
                   17536:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   17537:          nodes removed - regretfully not supported @ xalan. maybe someday
                   17538:          would reimplement, if needed.
                   17539: 
                   17540:          win32build system: solved long waiting anti-non-started-apache
                   17541:          problem
                   17542: 
                   17543:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   17544:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17545:          types/types.dsp: win32 ident make system so not to rebuild
                   17546:          library [ident.C.new]
                   17547: 
                   17548: 2001-09-26  parser
                   17549: 
                   17550:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   17551:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   17552:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17553:          types/pa_vxnode.C, types/types.dsp: z
                   17554: 
                   17555:        * src/classes/classes.C: forgot one non-xml check
                   17556: 
1.101   ! moko     17557:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
        !          17558:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     17559: 
                   17560:        * src/targets/cgi/parser3.C: z
                   17561: 
                   17562:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   17563:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   17564: 
                   17565:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   17566:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17567:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   17568:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   17569:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   17570:          types/types.dsp: xdoc&xnode now
                   17571: 
                   17572:        * src/: classes/classes.C, classes/classes.awk,
                   17573:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   17574:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   17575:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17576:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17577:          classes/op.C, classes/response.C, classes/string.C,
                   17578:          classes/table.C, classes/void.C, include/pa_array.h,
                   17579:          include/pa_common.h, include/pa_config_fixed.h,
                   17580:          include/pa_config_includes.h, include/pa_dictionary.h,
                   17581:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17582:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   17583:          include/pa_socks.h, include/pa_sql_connection.h,
                   17584:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17585:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17586:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   17587:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   17588:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   17589:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   17590:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17591:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17592:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17593:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17594:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   17595:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17596:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17597:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   17598:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17599:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   17600:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   17601:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17602:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17603:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   17604:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   17605:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17606:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   17607:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   17608:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17609:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   17610:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17611:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   17612:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17613:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17614:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   17615:          main.dsp splitted to main+classes+types along to .am
                   17616: 
                   17617:        * src/classes/Makefile.am: removed useless var
                   17618: 
                   17619:        * src/: classes/classes.cmd, main/main.dsp,
                   17620:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   17621:          main.dsp
                   17622: 
                   17623: 2001-09-25  parser
                   17624: 
                   17625:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   17626:          1251 though, todo ICU
                   17627: 
1.101   ! moko     17628:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     17629:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.101   ! moko     17630:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
        !          17631:          types/pa_vdom.h: xml configure makes
1.95      moko     17632: 
                   17633: 2001-09-24  parser
                   17634: 
1.101   ! moko     17635:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
        !          17636:          types/Makefile.am: makes
1.95      moko     17637: 
1.101   ! moko     17638:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     17639: 
                   17640:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   17641:          started unix makes update
                   17642: 
                   17643:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   17644:          started unix makes update
                   17645: 
                   17646:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   17647: 
                   17648:        * src/types/pa_value.h: z
                   17649: 
                   17650:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   17651:          bugs with usinge hash/table in expressions
                   17652: 
                   17653:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   17654:          resolved conflicts fixed [const]
                   17655: 
                   17656:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   17657:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   17658:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17659:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   17660:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17661:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   17662:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   17663:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   17664:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   17665:          with before_xml [merge2 actually didn't happen - i've created
                   17666:          tags on wrong branch. so this merge is in fact re-merge]
                   17667: 
                   17668: 2001-09-21  parser
                   17669: 
                   17670:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   17671:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   17672:          produced "" in make file and sadly wrong interpreted on load]
                   17673: 
1.101   ! moko     17674:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
        !          17675:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
        !          17676:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
        !          17677:          include/pa_sql_driver_manager.h, include/pa_string.h,
        !          17678:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
        !          17679:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
        !          17680:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     17681: 
                   17682:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   17683:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   17684:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   17685:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17686:          main/pa_pool.C, main/pa_request.C,
                   17687:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   17688:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   17689:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17690:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   17691:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   17692:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   17693:          types/pa_vrequest.C, types/pa_vresponse.h,
                   17694:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   17695:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   17696:          created new projects for sql drivers [planning to remove sql
                   17697:          drivers from main cvs project] first, will join latest changes
                   17698: 
                   17699:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   17700:          pool.get_charset
                   17701: 
                   17702:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   17703:          pool.get_charset
                   17704: 
                   17705:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   17706:          pool.get_charset
                   17707: 
                   17708:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   17709:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   17710:          methods encoding to pool.get_charset
                   17711: 
                   17712:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   17713:          transcoder were created right "unsupported encoding" message.
                   17714:          not @ set time, but @ use time, so until xml output functions
                   17715:          .string, .file, .save used - no encoding name check occur
                   17716: 
                   17717:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   17718:          registration needed, pools are officially destructured
                   17719: 
                   17720: 2001-09-20  parser
                   17721: 
                   17722:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   17723: 
                   17724:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   17725:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   17726: 
                   17727:        * src/: classes/dnode.C, classes/dom.C,
                   17728:          include/pa_config_includes.h, include/pa_globals.h,
                   17729:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   17730:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   17731:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17732:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   17733:          Pool::transcode 0
                   17734: 
                   17735:        * src/classes/dom.C: dom. string save file moved output xml options
                   17736:          to last param and made it optional
                   17737: 
                   17738:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   17739:          dnodes
                   17740:              !$attributenode.specified = boolean
                   17741:                      true if the attribute received its value explicitly
                   17742:          in the XML document,
                   17743:                      or if a value was assigned programatically with the
                   17744:          setValue function.
                   17745:                  false if the attribute value came from the default value
                   17746:          declared in the document's DTD.
                   17747:              !$pinode.target = target of this processing instruction
                   17748:                  XML defines this as being the first token following the
                   17749:          markup
                   17750:                  that begins the processing instruction.
                   17751:                  XPath:
                   17752:              !^node.select[xpath/query/expression] = hash of 0->node0
                   17753:          1->node1
                   17754:              !^node.select-single[xpath/query/expression] = first node if
                   17755:          any
                   17756: 
                   17757:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   17758:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   17759:          some 'const's added
                   17760: 
                   17761:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   17762:          expression context now, there value = size and boolean value
                   17763:          size!=0
                   17764: 
                   17765:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   17766:          can be used in expression context now, there value = size and
                   17767:          boolean value size!=0
                   17768: 
                   17769:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   17770:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   17771:          due to strange xalan bug
                   17772: 
                   17773: 2001-09-18  parser
                   17774: 
                   17775:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   17776:          classes/image.C, classes/op.C, classes/table.C,
                   17777:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   17778:          include/pa_sql_driver_manager.h, main/compile.C,
                   17779:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17780:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   17781:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   17782:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17783:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   17784:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17785:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   17786:          before_xml branch ^if(def $hash) now true only when
                   17787:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   17788: 
                   17789:        * src/: classes/op.C, main/execute.C: operators self changed to
                   17790:          root ^for variable context changed to self
                   17791: 
                   17792:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   17793:          dnode 1
                   17794: 
                   17795:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   17796:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   17797: 
                   17798:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   17799:          poly* fixed
                   17800: 
                   17801: 2001-09-17  parser
                   17802: 
                   17803:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   17804:          types/pa_vdom.h: started dnode+dom
                   17805: 
                   17806:          dnode     DOM methods:     $node.name     $node.value
                   17807:          ...others...
                   17808: 
                   17809:              ^node.xpath[/rates/USD] = hash
                   17810:                  $hash[
                   17811:                          $.0[node0]
                   17812:                          $.1[node1]
                   17813:                  ]
                   17814: 
                   17815:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   17816:          applies to all linear primitives
                   17817: 
                   17818:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   17819:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17820:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   17821:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   17822:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   17823:          dom(dnode)
                   17824: 
                   17825:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   17826:          main/compile.y, main/compile_tools.h, main/execute.C,
                   17827:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   17828:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   17829:          name after '.'
                   17830: 
                   17831: 2001-09-15  parser
                   17832: 
                   17833:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   17834:          image: $line-width ^line(...)[****   style]
                   17835: 
                   17836:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   17837:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   17838:          pool_storage - cleanups first, allocations second.  apache wisely
                   17839:          does just like that
                   17840: 
                   17841:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   17842:          rewritten using template, no bugs now
                   17843: 
                   17844:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   17845:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   17846:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   17847:          poorly started isapi pool_storage, would rewrite using template
                   17848:          now
                   17849: 
                   17850:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   17851:          include/pa_stylesheet_connection.h, main/main.dsp,
                   17852:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   17853:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   17854:          xalan objects freed up [introducing Pool::register_cleanup]
                   17855: 
                   17856:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   17857:          comments
                   17858: 
                   17859: 2001-09-14  parser
                   17860: 
                   17861:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   17862:          z
                   17863: 
                   17864:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17865:          classes/mail.C, include/pa_common.h,
                   17866:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17867:          include/pa_stylesheet_connection.h,
                   17868:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   17869:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   17870:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   17871:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   17872:          compiled&cached
                   17873: 
                   17874: 2001-09-13  parser
                   17875: 
                   17876:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   17877:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   17878: 
                   17879:        * src/classes/dom.C: dom:file content-type(.method)
                   17880: 
                   17881:        * src/: include/pa_common.h, include/pa_globals.h,
                   17882:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   17883:          string now more informative error messages
                   17884: 
                   17885:        * src/: include/pa_globals.h, include/pa_request.h,
                   17886:          main/pa_request.C, targets/cgi/parser3.C,
                   17887:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   17888:          ParserSiteConfig .../parser3.conf
                   17889: 
                   17890:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   17891: 
                   17892: 2001-09-12  parser
                   17893: 
                   17894:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   17895:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   17896:          precise error reporting: "connection string must start with
                   17897:          protocol://" now
                   17898: 
                   17899:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   17900:          braced
                   17901: 
                   17902:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   17903:          lexer on LS_USER level did [] matching without setting nestage,
                   17904:          introduced special LS_NAME_SQUARE_PART state
                   17905: 
                   17906: 2001-09-11  parser
                   17907: 
                   17908:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   17909:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   17910:          languages+=xml
                   17911: 
                   17912:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   17913: 
                   17914:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17915:          options:     $.method[xml|html|text] detection fixed
                   17916: 
                   17917:        * src/types/pa_vdom.h: messages
                   17918: 
                   17919:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17920:          options:     $.method[xml|html|text] detection fixed
                   17921: 
                   17922: 2001-09-10  parser
                   17923: 
                   17924:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   17925:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   17926: 
                   17927:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   17928:          added]
                   17929: 
                   17930:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17931:          ^dom.xslt[stylesheet filename] 0
                   17932: 
                   17933:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   17934:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   17935: 
                   17936:        * src/classes/dom.C: ^dom.file[encoding] = file
                   17937: 
                   17938:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   17939:          ^dom.save[encoding;filename]
                   17940: 
                   17941:        * src/classes/dom.C: ^dom.string[] 0
                   17942: 
                   17943:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   17944: 
                   17945:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   17946:          types/pa_vform.h: ^dom.save[b.xml] 0
                   17947: 
                   17948: 2001-09-08  parser
                   17949: 
                   17950:        * src/types/pa_vform.C: $form:tables.name.field
                   17951: 
                   17952: 2001-09-07  parser
                   17953: 
                   17954:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   17955:          $table)...
                   17956: 
                   17957:        * src/targets/cgi/parser3.C: z
                   17958: 
                   17959:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   17960:          from '' to int/double is 0]
                   17961: 
                   17962:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   17963:          $table) is false when table is empty
                   17964: 
                   17965:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   17966:          !$form:tables $atable[$form:tables.a]
                   17967:          ^atable.menu{a=$atable.element}[,]
                   17968: 
                   17969:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   17970:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   17971: 
1.101   ! moko     17972:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     17973:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   17974:          of dom
                   17975: 
                   17976:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   17977:          types/pa_vform.C, types/pa_vform.h: z
                   17978: 
                   17979:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   17980:          element [not last]
                   17981: 
1.101   ! moko     17982:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     17983:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   17984: 
                   17985: 2001-09-06  parser
                   17986: 
                   17987:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17988:          table with one column 'element' and two rows: 1 and 2
                   17989: 
                   17990:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   17991:          table with one column 'element' and two rows: 1 and 2
                   17992: 
                   17993:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   17994:          bad int/double conversions, and now $form:nonexistent.int(88)
                   17995:          would return 88
                   17996: 
                   17997:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   17998:          types/pa_vhash.h: now there's special hash key '_default'
                   17999:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   18000:          $._default[xx] ] $hash.c
                   18001: 
                   18002:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   18003:          fixed [thanks, fif], ^; were treated there non-literally
                   18004: 
                   18005:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   18006:          doxygen
                   18007: 
                   18008:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18009:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   18010:          types/pa_vtable.C: few #ifndef DOXYGEN
                   18011: 
                   18012: 2001-09-05  parser
                   18013: 
                   18014:        * src/classes/: string.C, table.C: sql options can be void [same as
                   18015:          image:html the other day]
                   18016: 
                   18017:        * src/targets/cgi/Makefile.am: .am undo
                   18018: 
                   18019:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18020:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   18021:          macro expantion on param, simply qoutes whatever passed, undone
                   18022: 
                   18023:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   18024:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   18025:          STRINGIZE(name) #name invented
                   18026: 
                   18027:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   18028:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   18029:          MAIN_SQL_DRIVERS_NAME "drivers"
                   18030: 
                   18031:          moved to be availible to all users
                   18032: 
                   18033:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   18034:          SQL_DRIVER_CREATE_FUNC_NAME
                   18035: 
                   18036:        * src/classes/mail.C: MAIN:MAIL check fixed
                   18037: 
                   18038: 2001-09-04  parser
                   18039: 
                   18040:        * src/classes/image.C: image.html now can accept void params
                   18041: 
                   18042:        * src/targets/isapi/parser3isapi.C: z
                   18043: 
                   18044:        * src/targets/cgi/parser3.C: full_file_spec bug
                   18045: 
                   18046:        * src/targets/cgi/parser3.C: getenvcheck
                   18047: 
                   18048:        * src/targets/cgi/parser3.C: zz
                   18049: 
                   18050:        * src/targets/cgi/parser3.C: zzz
                   18051: 
                   18052:        * src/classes/date.C: date
                   18053: 
                   18054:        * src/classes/date.C: date:sql-string is now without ''
                   18055: 
1.101   ! moko     18056:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     18057:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   18058:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   18059: 
1.101   ! moko     18060:        * src/include/pa_config_auto.h.in: makes
1.95      moko     18061: 
                   18062: 2001-09-03  parser
                   18063: 
                   18064:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   18065: 
                   18066: 2001-09-01  parser
                   18067: 
                   18068:        * src/classes/image.C: letter_spacing
                   18069: 
                   18070:        * src/classes/image.C: image: font params changed
                   18071: 
                   18072:        * src/classes/image.C: image: as_int as_string used
                   18073: 
                   18074:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   18075:          analized
                   18076: 
                   18077: 2001-08-31  parser
                   18078: 
                   18079:        * src/targets/cgi/parser3.C: z
                   18080: 
1.101   ! moko     18081:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
        !          18082:          cygwin
1.95      moko     18083: 
                   18084:        * src/classes/void.C: void:int/double += (default)
                   18085: 
                   18086:        * src/classes/image.C: image:font added space param image:font
                   18087:          changed charwidth alg, added kerning const[for now]
                   18088: 
                   18089:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   18090: 
                   18091: 2001-08-29  parser
                   18092: 
                   18093:        * src/main/pa_exception.C: exception redundant debug info
                   18094: 
                   18095: 2001-08-28  parser
                   18096: 
                   18097:        * src/classes/image.C: image error msgs
                   18098: 
                   18099:        * src/classes/image.C: image: gifsize little endian
                   18100: 
                   18101:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   18102:          doxygeneration
                   18103: 
                   18104:        * src/: classes/Makefile.am, main/Makefile.am,
                   18105:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   18106: 
                   18107:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   18108:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   18109: 
                   18110:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   18111: 
                   18112:        * src/classes/table.C: NO_STRING_ORIGIN check
                   18113: 
                   18114:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   18115:          storage class specifiers invalid in friend function declarations
                   18116: 
                   18117:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   18118:          main/untaint.C, targets/cgi/parser3.C,
                   18119:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   18120:          case of limit
                   18121: 
                   18122:        * src/: classes/file.C, main/pa_common.C: file:move
                   18123:          autocreate/remove dest/src dir
                   18124: 
                   18125:        * src/: classes/string.C, include/pa_dictionary.h,
                   18126:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   18127:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   18128:          to directory constructor.  string:replace
                   18129: 
                   18130: 2001-08-27  parser
                   18131: 
                   18132:        * src/classes/image.C: fixed jpgsize alg
                   18133: 
                   18134:        * src/classes/image.C: fixed jpgsize alg
                   18135: 
                   18136:        * src/main/pa_exception.C: z
                   18137: 
                   18138:        * src/main/pa_common.C: removed debug info from pa_common
                   18139: 
                   18140:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   18141:          [auto.p from current dir loading]
                   18142: 
1.101   ! moko     18143:        * src/: main/pa_common.C, main/pa_exception.C,
        !          18144:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
        !          18145:          for solaris -lsocket
1.95      moko     18146: 
                   18147: 2001-08-24  parser
                   18148: 
                   18149:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   18150: 
                   18151:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   18152: 
                   18153:        * src/targets/cgi/parser3.C: not cgi extra \n
                   18154: 
                   18155:        * src/main/pa_sql_driver_manager.C: z
                   18156: 
                   18157:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   18158:          sql* removed services from disconnect - cross-request ideological
                   18159:          probs.
                   18160: 
                   18161:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   18162:          cross-request ideological probs.  oracle - fixed bug: cs
                   18163:          allocated on request.pool and got freed before disconnect
                   18164: 
                   18165:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   18166:          mallocs fixed
                   18167: 
                   18168: 2001-08-23  parser
                   18169: 
                   18170:        * src/classes/file.C: minor bug in file:save fixed
                   18171: 
                   18172:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   18173: 
                   18174: 2001-08-22  parser
                   18175: 
                   18176:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   18177:          types/pa_vfile.h: file:load|save[text|binary;
                   18178: 
                   18179:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   18180: 
                   18181: 2001-08-21  parser
                   18182: 
                   18183:        * src/classes/: file.C, table.C: ^file:list
                   18184: 
                   18185: 2001-08-20  parser
                   18186: 
                   18187:        * src/: main/compile.tab.C, main/compile.y,
                   18188:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   18189:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   18190:          recousively caused problems: inc incremeted 123 literal!! fixed
                   18191: 
                   18192: 2001-08-10  parser
                   18193: 
                   18194:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   18195: 
                   18196:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   18197:          added
                   18198: 
                   18199:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   18200:          added
                   18201: 
                   18202:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   18203: 
                   18204:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   18205:          ''
                   18206: 
                   18207:        * src/main/: pa_request.C: wanted to make const int
                   18208:          MAX_EXECUTE_SECONDS=1;
                   18209: 
                   18210:          but couldnt, set_callback_and_alarm appeared to be not exported
                   18211:          :(
                   18212: 
                   18213:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   18214:          check but it weren't wise enough
                   18215: 
                   18216:          @parse[dateString][tmp]
                   18217:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   18218:          #end
                   18219: 
                   18220:          @main[] ^parse[2001-02-03]
                   18221: 
                   18222:        * src/classes/: table.C: table:sort now default desc
                   18223: 
                   18224:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   18225:          table.sort now creates new sorted table
                   18226: 
                   18227: 2001-08-09  parser
                   18228: 
                   18229:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   18230: 
                   18231:        * src/classes/hash.C: hash:_default now [was hash:default]
                   18232: 
                   18233:        * src/classes/op.C: case without switch check added
                   18234: 
                   18235:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   18236:          precise $ORIGINS(1)
                   18237: 
                   18238:        * src/main/Makefile.am: .am
                   18239: 
                   18240:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18241:          fixed
                   18242: 
                   18243:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   18244:          fixed
                   18245: 
                   18246: 2001-08-07  parser
                   18247: 
                   18248:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18249:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   18250:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   18251:          string, table
                   18252: 
                   18253:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   18254:          srand made working
                   18255: 
                   18256: 2001-08-06  parser
                   18257: 
                   18258:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   18259:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   18260:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   18261:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   18262:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   18263: 
                   18264:        * src/main/pa_exec.C: exec win32 real filename
                   18265: 
                   18266:        * src/classes/file.C: exec stderr out
                   18267: 
                   18268:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   18269: 
                   18270: 2001-08-03  parser
                   18271: 
                   18272:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   18273: 
                   18274: 2001-08-02  parser
                   18275: 
                   18276:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   18277:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   18278: 
                   18279:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   18280:          get@execute, but needs array iterator, separate from array to
                   18281:          avoid it & use caching
                   18282: 
                   18283:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   18284:          bug fixed
                   18285: 
                   18286:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   18287:          main/execute.C, main/pa_globals.C: found another multithread bug
                   18288:          in op.C (last, last global var killed) :)
                   18289: 
                   18290: 2001-08-01  parser
                   18291: 
                   18292:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   18293:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   18294:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   18295:          main/untaint.C: speeded up typo-html replacements. introducing
                   18296:          Dictionary with first-char caching
                   18297: 
                   18298: 2001-07-31  parser
                   18299: 
                   18300:        * src/types/Makefile.am: pa_vtable.C added to .am
                   18301: 
                   18302:        * src/main/compile.tab.C: added, so that could be compiled even on
                   18303:          non-bison-enabled platforms
                   18304: 
                   18305: 2001-07-28  parser
                   18306: 
                   18307:        * src/classes/table.C: table:hash always produces hash, when can't
                   18308:          - empty
                   18309: 
                   18310:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   18311:          skipped \n
                   18312: 
                   18313: 2001-07-27  parser
                   18314: 
                   18315:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   18316:          on int/double/string :sql without result and default
                   18317: 
                   18318: 2001-07-26  parser
                   18319: 
                   18320:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   18321:          OP
                   18322: 
                   18323:        * src/main/compile.y: $man[$.age[zzz]]  0
                   18324: 
                   18325:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   18326:          creation syntax problem persists. restored $: for a while.
                   18327:          thinking of $man[$.age[zzz]] syntax now
                   18328: 
                   18329:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18330:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   18331:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   18332:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   18333:          types/pa_wwrapper.h: fixing :: realization #1
                   18334: 
                   18335:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   18336:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   18337:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   18338:          prefix.  ordinary : remains for static accesses
                   18339: 
                   18340: 2001-07-25  parser
                   18341: 
                   18342:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   18343:          fields 2. methods 3. columns
                   18344: 
                   18345:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   18346:          quote.  optimized double&int tostring-s
                   18347: 
                   18348:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   18349:          whitespace before first method decl
                   18350: 
                   18351:        * src/classes/table.C: allowed nontable result in table:sql,
                   18352:          results in empty table
                   18353: 
                   18354:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   18355:          lines before first method decl
                   18356: 
                   18357:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   18358:          types/pa_vtable.h: ^table.record[] now $table.fields
                   18359: 
                   18360:        * src/main/compile.y: $var[] is now empty string, not void
                   18361: 
                   18362:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   18363:          void
                   18364: 
                   18365:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   18366:          main/pa_globals.C: match replace code context moved to implicit
                   18367:          $match context
                   18368: 
                   18369:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   18370:          main/compile_tools.h, main/execute.C: with killed, code storage
                   18371:          introduced with former 'with' syntax
                   18372: 
                   18373: 2001-07-24  parser
                   18374: 
                   18375:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   18376:          types/pa_value.h: first get_element, next get operator
                   18377: 
                   18378:        * src/main/compile.y: removed @end handling
                   18379: 
                   18380:        * src/main/: compile.C, compile.y: @end handling method2
                   18381: 
                   18382:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   18383:          file:move
                   18384: 
                   18385:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   18386:          fixed
                   18387: 
                   18388: 2001-07-23  parser
                   18389: 
                   18390:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   18391:          driver
                   18392: 
                   18393:        * src/classes/hash.C: changed sql driver query interface
                   18394: 
                   18395:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18396:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   18397:          changed sql driver query interface
                   18398: 
                   18399: 2001-07-20  parser
                   18400: 
                   18401:        * src/types/pa_vrequest.C: X!$browser:type
                   18402: 
                   18403:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   18404:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   18405:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   18406:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   18407:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   18408:          types/pa_vobject.h, types/pa_vrequest.C,
                   18409:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   18410:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   18411:          BASE element globally removed
                   18412: 
                   18413: 2001-07-18  parser
                   18414: 
                   18415:        * src/classes/file.C: file:exec/cgi msg
                   18416: 
                   18417:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   18418: 
                   18419:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   18420: 
1.101   ! moko     18421:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
        !          18422:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
        !          18423:          removed $id from *.in *.am
1.95      moko     18424: 
                   18425:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   18426:          abbrevations
                   18427: 
                   18428:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   18429:          classes/string.C, classes/table.C, include/pa_globals.h,
                   18430:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   18431:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   18432:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   18433:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   18434:          $ORIGINS(1) output tracing mode
                   18435: 
                   18436: 2001-07-13  parser
                   18437: 
                   18438:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   18439:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   18440:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   18441:          second would not call first @auto
                   18442: 
                   18443:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   18444:          wrong, fixed
                   18445: 
                   18446: 2001-07-12  parser
                   18447: 
                   18448:        * src/types/pa_value.h: pa_value.putelement modification of system
                   18449:          classes prevented
                   18450: 
                   18451: 2001-07-11  parser
                   18452: 
                   18453:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   18454:          table $piece
                   18455: 
                   18456:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   18457:          types/pa_vstateless_class.h: $file created by file:state +=
                   18458:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   18459:          get_junction-created objects [they were on wrong pool]
                   18460: 
                   18461: 2001-07-09  parser
                   18462: 
                   18463:        * src/main/untaint.C: qp wrong name
                   18464: 
                   18465:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   18466:          main/compile.y: date format 0
                   18467: 
                   18468: 2001-07-07  parser
                   18469: 
                   18470:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   18471:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   18472:          roll table calendar
                   18473: 
                   18474:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   18475:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   18476:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   18477:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   18478:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   18479:          string.  todo: sql, calendar
                   18480: 
                   18481: 2001-07-06  parser
                   18482: 
                   18483:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   18484:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   18485: 
                   18486: 2001-07-03  parser
                   18487: 
                   18488:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   18489:          classes/random.C, main/main.dsp: class random renamed to math,
                   18490:          operators became methods
                   18491: 
                   18492:        * src/classes/op.C:  pow sqrt
                   18493: 
                   18494:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   18495: 
                   18496: 2001-07-02  parser
                   18497: 
                   18498:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   18499:          'column'
                   18500: 
                   18501:        * src/classes/hash.C: ^hash.keys[]
                   18502: 
                   18503:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   18504: 
                   18505:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   18506:          'strings'
                   18507: 
                   18508: 2001-06-29  parser
                   18509: 
                   18510:        * src/main/: execute.C: /0  %0 checkes ver 2
                   18511: 
                   18512:        * src/main/execute.C: /0  %0 checke
                   18513: 
                   18514:        * src/classes/Makefile.am: nothing - void
                   18515: 
                   18516:        * src/classes/table.C: empty strings @ sql
                   18517: 
                   18518: 2001-06-28  parser
                   18519: 
                   18520:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18521:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18522:          classes/op.C, classes/random.C, classes/response.C,
                   18523:          classes/string.C, classes/table.C, classes/void.C,
                   18524:          main/compile.C, main/compile_tools.C, main/execute.C,
                   18525:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18526:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18527:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18528:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18529:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   18530:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   18531:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   18532:          $";
                   18533: 
                   18534:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   18535:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18536:          classes/op.C, classes/random.C, classes/response.C,
                   18537:          classes/string.C, classes/table.C, classes/void.C,
                   18538:          main/compile.C, main/compile.y, main/compile_tools.C,
                   18539:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   18540:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18541:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18542:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18543:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   18544:          targets/isapi/parser3isapi.C: static char *RCSId="$Id$";
                   18545: 
                   18546:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   18547:          $class:name: == ${class:name}:
                   18548: 
                   18549:        * src/classes/string.C: exactly one
                   18550: 
                   18551: 2001-06-27  parser
                   18552: 
                   18553:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   18554:          types/pa_vvoid.h: nothing renamed to void
                   18555: 
                   18556:        * src/classes/op.C: ^switch ^case
                   18557: 
                   18558:        * src/main/compile.y: nothing renamed to void
                   18559: 
                   18560:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   18561:          main/execute.C, main/main.dsp, main/pa_request.C,
                   18562:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   18563:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   18564:          void
                   18565: 
                   18566:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   18567: 
                   18568: 2001-05-28  parser
                   18569: 
                   18570:        * src/doc/html2chm.cmd: removed >a
                   18571: 
                   18572:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   18573:          project options [some bugs]
                   18574: 
                   18575:        * src/doc/sources2html.cmd: z
                   18576: 
                   18577:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18578:          main/execute.C: operators are not in root class again
                   18579: 
                   18580: 2001-05-24  parser
                   18581: 
                   18582:        * src/targets/cgi/parser3.dsp: project file
                   18583: 
                   18584:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   18585:          ^log ^exp
                   18586: 
                   18587:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   18588:          conversions in @exception[params]
                   18589: 
                   18590:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   18591: 
                   18592: 2001-05-23  parser
                   18593: 
                   18594:        * src/main/pa_string.C: string cmp bug
                   18595: 
                   18596:        * src/classes/: mail.C, op.C: rem max 1000
                   18597: 
                   18598:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   18599:          LS_DEF_NAME
                   18600: 
                   18601: 2001-05-22  parser
                   18602: 
                   18603:        * src/classes/op.C: if params code-required
                   18604: 
                   18605: 2001-05-21  parser
                   18606: 
                   18607:        * src/types/pa_vstring.C: eoleof
                   18608: 
                   18609:        * src/classes/Makefile.am: .AM
                   18610: 
                   18611:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   18612: 
                   18613:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   18614: 
                   18615:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   18616:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   18617:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   18618:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   18619:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   18620:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   18621:          'nothing'
                   18622: 
                   18623:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   18624:          vstring::set_string
                   18625: 
                   18626:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   18627: 
                   18628:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   18629:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   18630:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   18631: 
                   18632:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   18633:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   18634:          hash:sql moved to main trunc. operators.txt updated
                   18635: 
                   18636:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   18637: 
                   18638:        * src/classes/op.C: z
                   18639: 
                   18640:        * src/: main/compile.C, classes/classes.C: 1
                   18641: 
                   18642:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   18643:          main/execute.C: 0
                   18644: 
                   18645:        * src/main/execute.C: z
                   18646: 
                   18647:        * src/targets/cgi/parser3.C: z
                   18648: 
                   18649:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   18650:          site_auto_path "." in that case
                   18651: 
                   18652:        * src/targets/cgi/: parser3.C: z
                   18653: 
                   18654:        * src/main/pa_request.C: .am
                   18655: 
                   18656:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   18657:          pcre_tables=pcre_default_tables;
                   18658: 
                   18659: 2001-05-19  parser
                   18660: 
                   18661:        * src/main/pa_string.C: z
                   18662: 
                   18663:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   18664:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   18665:          target.
                   18666: 
                   18667:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   18668:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   18669:          used, 4* mem wasted
                   18670: 
                   18671:        * src/classes/string.C: root context in match replace body now
                   18672:          unchanged
                   18673: 
                   18674:        * src/types/pa_value.h: parameter # 1 based
                   18675: 
                   18676:        * src/main/pa_common.C: common:  actual filename '%s'
                   18677: 
                   18678:        * src/classes/string.C: z
                   18679: 
                   18680:        * src/classes/Makefile.am: classes/.am
                   18681: 
                   18682:        * src/classes/: Makefile.am: classes/.am
                   18683: 
                   18684:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   18685:          targets/cgi/pa_pool.C: classes/.am
                   18686: 
                   18687: 2001-05-18  parser
                   18688: 
1.101   ! moko     18689:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
        !          18690:          pa_threads.C ins
1.95      moko     18691: 
                   18692:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   18693: 
                   18694: 2001-05-17  parser
                   18695: 
                   18696:        * src/: classes/string.C, include/pa_config_fixed.h,
                   18697:          include/pa_config_includes.h, main/compile.y,
                   18698:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   18699:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   18700:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   18701:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   18702:          most .C
                   18703: 
                   18704:        * src/doc/html2chm.cmd: z
                   18705: 
                   18706:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   18707:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   18708: 
                   18709:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   18710:          get_connection_from_cache
                   18711: 
                   18712:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   18713: 
                   18714:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   18715:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   18716:          cache expiration[use SQL_Driver::disconnect]
                   18717: 
                   18718:        * src/main/pa_table.C: table.locate current restored on "not found"
                   18719: 
                   18720:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   18721:          line no
                   18722: 
                   18723:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18724:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   18725: 
                   18726:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18727:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   18728:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   18729:          1driver and set_services fight for driver::fservices. before fix
                   18730: 
                   18731:        * src/: classes/op.C, include/pa_config_fixed.h,
                   18732:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18733:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   18734:          own 1driver and set_services fight for driver::fservices. before
                   18735:          fix
                   18736: 
                   18737:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18738:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   18739:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   18740:          pa_threads.C
                   18741: 
                   18742:        * src/include/pa_threads.h: removed targets/parser
                   18743: 
                   18744:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   18745:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   18746:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   18747:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   18748:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   18749:          headers
                   18750: 
                   18751:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   18752:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   18753:          order prevented sqlmanager to see MULTYTHREAD define
                   18754: 
                   18755:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   18756:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   18757:          put/gets
                   18758: 
                   18759:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   18760:          from hash.h
                   18761: 
                   18762:        * src/: classes/op.C, include/pa_sql_connection.h,
                   18763:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   18764:          from cache ->set_services(&services);
                   18765: 
                   18766: 2001-05-16  parser
                   18767: 
                   18768:        * src/targets/cgi/parser3.C: z
                   18769: 
                   18770:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   18771:          debug, #ifdefed some.  would debug later, on more precise sample
                   18772:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   18773:          $name.$tail[$tail!] $name.$tail } ok3
                   18774: 
                   18775:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   18776:          removed array debug. before vstring rebasing
                   18777: 
                   18778:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   18779:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   18780:          array debugged; adjusted
                   18781: 
                   18782:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   18783:          SQL_Driver_manager line no for connect/charset errors
                   18784: 
                   18785: 2001-05-15  parser
                   18786: 
                   18787:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   18788:          main/pa_string.C: string+array made linear grows
                   18789: 
                   18790:        * src/: include/pa_string.h, main/pa_string.C,
                   18791:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   18792:          grow lineary, not exponentialy
                   18793: 
                   18794:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   18795:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   18796:          with fullchunk cmps
                   18797: 
                   18798:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   18799:          70041=           81
                   18800: 
                   18801:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   18802:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   18803:          malloc 27809390/368771, calloc 3232/83. would test now
                   18804: 
                   18805:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   18806:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18807:          numbered params had wrong name - for instance: bad error message
                   18808:          in ^for[] bad body type. fixed
                   18809: 
                   18810: 2001-05-14  parser
                   18811: 
                   18812:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   18813:          main/untaint.C: ^string.upper|lower[]
                   18814: 
                   18815: 2001-05-11  parser
                   18816: 
                   18817:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   18818:          classes/string.C, classes/table.C, classes/unknown.C,
                   18819:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   18820:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   18821:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   18822: 
                   18823:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   18824:          .dsp for win32tools
                   18825: 
                   18826: 2001-05-11  paf
                   18827: 
                   18828:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   18829:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   18830:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   18831:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   18832: 
                   18833: 2001-05-10  paf
                   18834: 
                   18835:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   18836:          for C++, that's all
                   18837: 
1.101   ! moko     18838:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
        !          18839:          pa_config_includes.h: inline wonders
1.95      moko     18840: 
                   18841:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   18842:          doc/doxygen.cmd: hash.C added
                   18843: 
                   18844:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   18845: 
                   18846:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   18847:          menthod
                   18848: 
                   18849:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   18850:          pa_vstateless_object.h: changed priority: field before method
                   18851:          lookup in vclass & vobject
                   18852: 
                   18853:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   18854:          grammar: priorities changes [lowerd && prior] vobject: now first
                   18855:          fields, next methods
                   18856: 
                   18857: 2001-05-08  paf
                   18858: 
                   18859:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   18860:          bark=false. fixed
                   18861: 
                   18862:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   18863:          types/pa_vmethod_frame.h: hash:default works at last!
                   18864: 
                   18865:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   18866:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   18867:          hash:default
                   18868: 
                   18869:        * src/classes/table.C: z
                   18870: 
                   18871:        * src/classes/table.C: table:hash always hash of hash now
                   18872: 
                   18873:        * src/classes/table.C: table:empty return bool now
                   18874: 
                   18875:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   18876:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18877:          types/pa_vtable.h: table:hash
                   18878: 
                   18879:        * src/classes/table.C: table:record have name
                   18880: 
                   18881:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   18882:          returns vunknown
                   18883: 
                   18884:        * src/classes/: double.C, int.C, op.C, string.C:
                   18885:          int,double,string:int[] double[] string:length[] results now have
                   18886:          hames
                   18887: 
                   18888:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   18889:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   18890:          now return bool
                   18891: 
                   18892:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   18893:          in method checkparams again. fixed
                   18894: 
                   18895: 2001-05-07  paf
                   18896: 
                   18897:        * src/doc/chm.cmd: cmd
                   18898: 
                   18899:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   18900:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   18901:          types/pa_value.h: method reported errors on wrong pool
                   18902: 
                   18903:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   18904:          now
                   18905: 
                   18906:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   18907:          include/code.h, include/pa_opcode.h, main/compile.C,
                   18908:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   18909:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18910:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   18911:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   18912:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18913:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18914:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18915:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18916:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   18917:          types/pa_wwrapper.h: pa_code.h
                   18918: 
                   18919:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   18920: 
                   18921:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   18922:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   18923:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18924:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   18925:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18926:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   18927:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   18928:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   18929:          types/pa_vtable.h: dox, split by not clean parts also
                   18930: 
                   18931:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   18932:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   18933:          'dir' fields & co. more
                   18934: 
                   18935:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   18936:          so to enable 'dir' fields & co.
                   18937: 
                   18938:        * src/main/compile.y: grammar: @end
                   18939: 
                   18940: 2001-05-04  paf
                   18941: 
                   18942:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18943:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   18944: 
                   18945:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   18946:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   18947:          classes/op.C, classes/random.C, classes/response.C,
                   18948:          classes/string.C, classes/table.C, classes/unknown.C,
                   18949:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   18950:          method dox
                   18951: 
                   18952: 2001-05-03  paf
                   18953: 
                   18954:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   18955:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   18956:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   18957:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   18958:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   18959:          main/pa_request.C: dox splitted .dox files and added some
                   18960: 
                   18961:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   18962: 
                   18963: 2001-05-02  paf
                   18964: 
                   18965:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   18966:          by file_name  language now
                   18967: 
                   18968: 2001-04-28  paf
                   18969: 
                   18970:        * src/classes/classes.inc: removed classes.inc
                   18971: 
                   18972:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   18973:          from .am
                   18974: 
                   18975:        * src/classes/classes.awk: skipped classes in .awk
                   18976: 
                   18977:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   18978:          classes/classes.inc, classes/double.C, classes/file.C,
                   18979:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   18980:          classes/string.C, classes/table.C, classes/unknown.C,
                   18981:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   18982:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   18983:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   18984:          pa_methoded back to classes/classes.h
                   18985: 
                   18986:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   18987: 
                   18988:        * src/: classes/Makefile.am, classes/classes.awk,
                   18989:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   18990:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   18991: 
                   18992:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   18993:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   18994:          classes/response.C, classes/string.C, classes/table.C,
                   18995:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   18996:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   18997:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   18998:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   18999:          include|main/pa_methoded
                   19000: 
                   19001:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   19002:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   19003: 
                   19004:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   19005:          moved some configured data to request::classes_conf moved some
                   19006:          string crations from globals to M...  [works]
                   19007: 
                   19008:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19009:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   19010:          main/pa_request.C: moved some configured data to
                   19011:          request::classes_conf moved some string crations from globals to
                   19012:          M...
                   19013: 
                   19014:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   19015:          about to move configured data to special request hash
                   19016: 
                   19017:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   19018:          classes/form.C, classes/mail.C, include/pa_request.h,
                   19019:          main/pa_request.C: configure started
                   19020: 
                   19021:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   19022:          2. todo: methoded-configure
                   19023: 
                   19024:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19025:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19026:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19027:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   19028:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19029:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19030:          classes/random.C, classes/response.C, classes/string.C,
                   19031:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   19032:          include/pa_request.h, main/compile.y, main/execute.C,
                   19033:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19034:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19035:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   19036:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   19037:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19038:          types/pa_vrequest.h, types/pa_vresponse.h,
                   19039:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   19040:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   19041:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   19042:          methoded-configure
                   19043: 
                   19044:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   19045:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   19046:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   19047:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   19048: 
                   19049:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   19050:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   19051:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19052:          classes/random.C, classes/response.C, classes/string.C,
                   19053:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   19054:          main/compile.y, main/execute.C, main/pa_globals.C,
                   19055:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   19056:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19057:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   19058:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   19059:          beautifying just compiled. todo: debug, configure
                   19060: 
                   19061: 2001-04-27  paf
                   19062: 
                   19063:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   19064:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   19065:          beautifying -99
                   19066: 
                   19067:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   19068:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   19069:          classes/classes.h, classes/double.C, classes/file.C,
                   19070:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   19071:          classes/op.C, classes/random.C, classes/response.C,
                   19072:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   19073:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19074:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   19075:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   19076:          types/pa_vunknown.h: beautifying -100
                   19077: 
                   19078:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   19079: 
                   19080:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   19081:          classes/_op.h, classes/_random.h, classes/_table.h,
                   19082:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   19083:          classes/op.C, classes/random.C, classes/response.C,
                   19084:          classes/string.C, classes/table.C, classes/unknown.C,
                   19085:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19086:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19087:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   19088:          beautifying
                   19089: 
                   19090: 2001-04-26  paf
                   19091: 
                   19092:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   19093: 
                   19094:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   19095:          documentation ++
                   19096: 
                   19097:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   19098:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19099:          targets/cgi/pa_pool.C: code documentation ++
                   19100: 
                   19101:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   19102:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19103:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   19104:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   19105:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19106:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19107:          types/pa_vrequest.C, types/pa_vrequest.h,
                   19108:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   19109:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   19110:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   19111:          code documentation ++
                   19112: 
                   19113:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   19114:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   19115:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   19116:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   19117:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19118:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   19119:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19120:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   19121: 
                   19122:        * src/main/: pa_request.C, pa_string.C: z
                   19123: 
                   19124:        * src/: include/pa_common.h, include/pa_types.h,
                   19125:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   19126:          connection caching fixed.  request-pooled-url were stored into
                   19127:          global connectioncache
                   19128: 
                   19129: 2001-04-25  paf
                   19130: 
                   19131:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   19132:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   19133: 
                   19134:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   19135:          main/execute.C, main/pa_common.C: -d
                   19136: 
                   19137:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   19138:          illegal call check a bit improved, but still under iis no mapping
                   19139:          of dir with parser allowed!
                   19140: 
                   19141: 2001-04-24  paf
                   19142: 
                   19143:        * src/targets/Makefile.am: apache module lib .am
                   19144: 
                   19145:        * src/main/pa_exec.C: windows32 buildCommand
                   19146: 
                   19147: 2001-04-23  paf
                   19148: 
                   19149:        * src/targets/cgi/Makefile.am: win32 conditional
                   19150: 
                   19151:        * src/targets/cgi/Makefile.am: win32 conditional
                   19152: 
                   19153:        * src/targets/cgi/Makefile.am: liblink
                   19154: 
                   19155:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   19156:          vfile fields return type
                   19157: 
                   19158:        * src/types/pa_vfile.h: vfile fields return type
                   19159: 
                   19160:        * src/include/pa_config_auto.h.in: .h.in
                   19161: 
                   19162:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   19163:          types/Makefile: makefiles removed
                   19164: 
                   19165:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   19166:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   19167: 
                   19168:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   19169:          [tested: i & g ]
                   19170: 
                   19171:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   19172:          @test noticed series in isapi, check how initialize_random_class
                   19173:          is called! [must be called only once]
                   19174: 
                   19175:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   19176:          would not be 'unknown column'
                   19177: 
                   19178:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   19179:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   19180: 
                   19181:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   19182:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   19183:          [now doesnt]
                   19184: 
                   19185:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   19186: 
                   19187:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   19188:          /cgi-bin/parser3/auto.p
                   19189: 
                   19190:        * src/main/untaint.C: untaint without charset
                   19191: 
                   19192:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19193:          main/pa_common.C: common: file_write /// @test mkdirs
                   19194:          file_delete rmdirs
                   19195: 
                   19196:        * src/main/untaint.C: mail header only once to =?
                   19197: 
                   19198:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   19199:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   19200:          main/untaint.C: untaint -        @test optimize whitespaces for
                   19201:          all but 'html'
                   19202: 
                   19203:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   19204:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19205:          main/untaint.C: untaint -  @test mail-header
                   19206: 
                   19207: 2001-04-20  paf
                   19208: 
                   19209:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   19210:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   19211:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   19212:          targets/cgi/parser3.C: $MAIN:LOCALE
                   19213: 
                   19214:        * src/main/untaint.C: z
                   19215: 
                   19216:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   19217: 
                   19218: 2001-04-19  paf
                   19219: 
                   19220:        * src/main/compile_tools.h: $a$b bugfix
                   19221: 
                   19222:        * src/targets/cgi/parser3.C: z
                   19223: 
                   19224:        * src/classes/file.C: z
                   19225: 
                   19226:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   19227:          done: header to $fields. waits for header '\' tricks
                   19228: 
                   19229:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19230:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   19231:          changed urlencode here and in untaint.C to HTTP standard's " and
                   19232:          \" mech
                   19233: 
                   19234:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   19235:          http://alx/~paf/ doesnt load /auto.p
                   19236: 
                   19237: 2001-04-18  paf
                   19238: 
                   19239:        * src/main/pa_request.C: 1
                   19240: 
                   19241:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   19242:          linux @alx
                   19243: 
                   19244: 2001-04-17  paf
                   19245: 
                   19246:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   19247:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   19248:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   19249:          enabled
                   19250: 
                   19251:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19252:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19253:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19254:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19255:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   19256:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   19257:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19258:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   19259:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   19260:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   19261:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   19262:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   19263:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   19264:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   19265: 
                   19266:        * src/: include/pa_sql_driver_manager.h,
                   19267:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   19268:          types/pa_vimage.h: sql driver interface now has initialize(client
                   19269:          .so)
                   19270: 
                   19271: 2001-04-16  paf
                   19272: 
                   19273:        * src/Makefile.am: compile2 cygwin
                   19274: 
                   19275:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   19276:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   19277: 
                   19278:        * src/targets/cgi/Makefile.am: compile0 jav
                   19279: 
                   19280:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   19281:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   19282:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   19283:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19284:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   19285:          classes/mail.C, classes/op.C, classes/random.C,
                   19286:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19287:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   19288:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   19289:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   19290:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   19291:          compile-1
                   19292: 
                   19293: 2001-04-15  paf
                   19294: 
                   19295:        * src/classes/op.C: z
                   19296: 
                   19297:        * src/classes/table.C: table:empty +=process
                   19298: 
                   19299:        * src/types/pa_value.h: MethodParams !junction
                   19300: 
                   19301:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   19302:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   19303:          classes/random.C, classes/response.C, classes/string.C,
                   19304:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   19305:          MethodParams everywhere
                   19306: 
                   19307:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   19308:          types/pa_vmethod_frame.h: MethodParams in op.C
                   19309: 
                   19310: 2001-04-12  paf
                   19311: 
                   19312:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   19313: 
                   19314:        * src/: classes/_unknown.h, classes/unknown.C,
                   19315:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   19316:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   19317: 
                   19318:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   19319: 
                   19320:        * src/classes/image.C: image:gif now does not have params
                   19321: 
                   19322:        * src/classes/image.C:
                   19323:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   19324: 
                   19325:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   19326:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19327:          for var now written not to r.wcontext, but to r.root cleared
                   19328:          "entered_object" state
                   19329: 
                   19330: 2001-04-11  paf
                   19331: 
                   19332:        * src/classes/image.C: image:create image:load
                   19333: 
                   19334:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   19335:          just compiled
                   19336: 
                   19337:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19338:          todo: gif without file
                   19339: 
                   19340:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   19341:          started porting to Pooled descendant
                   19342: 
                   19343:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   19344:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   19345:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   19346:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   19347: 
                   19348:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   19349:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   19350:          end. switching to python imaging lib
                   19351: 
                   19352:        * src/main/main.dsp: gd+smtp made separate libs
                   19353: 
                   19354:        * src/: include/pa_globals.h, include/pa_string.h,
                   19355:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   19356:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   19357:          length
                   19358: 
                   19359:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   19360:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   19361:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   19362:          UL_FILE_NAME of posted file name
                   19363: 
                   19364:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   19365:          post [broke when moved post read to core]
                   19366: 
                   19367: 2001-04-10  paf
                   19368: 
                   19369:        * src/classes/image.C: image:html done
                   19370: 
                   19371:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   19372: 
                   19373:        * src/classes/image.C: z
                   19374: 
                   19375:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   19376:          forgotten!
                   19377: 
                   19378:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   19379:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19380:          types/pa_vimage.h: image:measure -90
                   19381: 
                   19382:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   19383:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   19384:          classes/_random.h, classes/_response.h, classes/_string.h,
                   19385:          classes/_table.h, classes/file.C, classes/mail.C,
                   19386:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   19387:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   19388:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   19389:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   19390:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   19391:          compiled
                   19392: 
                   19393:        * src/classes/mail.C: minor bug with unclear from/to
                   19394: 
                   19395:        * src/classes/mail.C: sendmail unix skipping defaults
                   19396: 
                   19397:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   19398:          sendmail unix added defaults
                   19399: 
                   19400:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   19401: 
                   19402:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   19403: 
                   19404: 2001-04-09  paf
                   19405: 
                   19406:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   19407:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   19408:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   19409:          targets/isapi/parser3isapi.dsp: all targets exec
                   19410: 
                   19411:        * src/: include/pa_sapi.h, include/pa_string.h,
                   19412:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19413:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   19414:          args in apache:util.script
                   19415: 
                   19416:        * src/include/pa_string.h: written but not tested exec with env for
                   19417:          unix
                   19418: 
                   19419:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   19420:          targets/cgi/parser3.C: exec win32 env
                   19421: 
                   19422:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   19423:          0
                   19424: 
                   19425:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   19426:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   19427:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   19428:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   19429: 
                   19430:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   19431:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   19432: 
                   19433:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   19434:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   19435: 
                   19436:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   19437:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   19438:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19439:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19440:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   19441:          exec class just compiled. moved post read to request core
                   19442: 
                   19443:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   19444:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   19445:          main/pa_globals.C, targets/cgi/parser3.C,
                   19446:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   19447:          are already read by vform
                   19448: 
                   19449: 2001-04-08  paf
                   19450: 
                   19451:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   19452:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   19453:          uuencode. string<<
                   19454: 
                   19455: 2001-04-07  paf
                   19456: 
                   19457:        * src/classes/mail.C: z
                   19458: 
                   19459:        * src/classes/mail.C: z
                   19460: 
                   19461:        * src/classes/mail.C: ^mail[$attach
                   19462: 
                   19463:        * src/classes/mail.C: ^attach dead end
                   19464: 
                   19465:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   19466:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19467:          targets/isapi/parser3isapi.C: mail:send 1
                   19468: 
                   19469:        * src/: classes/mail.C, main/pa_request.C: z
                   19470: 
                   19471:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   19472:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   19473:          compiled
                   19474: 
                   19475:        * src/classes/mail.C: +=
                   19476: 
                   19477:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   19478:          prepared
                   19479: 
                   19480:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   19481:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   19482:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19483:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   19484: 
                   19485: 2001-04-06  paf
                   19486: 
                   19487:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   19488:          main/pa_string.C: table:dir 1
                   19489: 
                   19490:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   19491:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   19492: 
                   19493:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   19494:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   19495:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   19496:          main/pa_request.C: renamed 'root' to 'op'
                   19497: 
                   19498:        * src/classes/: _op.h, op.C: renamed from 'root'
                   19499: 
                   19500:        * src/types/pa_valiased.C: another root inherititance skipped
                   19501: 
                   19502:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   19503:          root methods of parent class. just 'ROOT' class
                   19504: 
                   19505:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   19506:          @office
                   19507: 
                   19508:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   19509: 
                   19510: 2001-04-05  paf
                   19511: 
                   19512:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   19513:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   19514:          constructor flag dropped at get_method_frame and remembered into
                   19515:          method_frame
                   19516: 
                   19517:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19518:          classes/table.C, main/pa_request.C: junction to code&expression
                   19519:          in errors
                   19520: 
                   19521:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   19522:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   19523:          $LOCALE:ctype[Russian_Russia.1251]
                   19524: 
                   19525:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   19526:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   19527:          main/pa_table.C: hash now not thread-safe.
                   19528: 
                   19529:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19530:          main/untaint.C: z
                   19531: 
                   19532:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19533:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   19534:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   19535:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   19536:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   19537: 
                   19538:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19539:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   19540: 
                   19541:        * src/classes/table.C: select * from hren error contains statement
                   19542: 
                   19543:        * src/: classes/table.C, include/pa_sql_connection.h,
                   19544:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   19545:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   19546: 
                   19547:        * src/: classes/root.C, include/pa_sql_connection.h,
                   19548:          include/pa_sql_driver.h, main/main.dsp,
                   19549:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   19550:          services for conv memory & error reporting
                   19551: 
                   19552: 2001-04-04  paf
                   19553: 
                   19554:        * src/doc/doxygen.cfg: z
                   19555: 
                   19556:        * src/include/pa_sql_driver.h: mysql connect
                   19557: 
                   19558:        * src/include/pa_sql_driver.h: mysql info
                   19559: 
                   19560:        * src/: classes/root.C, include/pa_sql_driver.h,
                   19561:          include/pa_sql_driver_manager.h, main/main.dsp,
                   19562:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   19563: 
                   19564:        * src/sql/Makefile.am: forgot to add mysql client
                   19565: 
                   19566:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   19567:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   19568:          [forgot to add libltdl, added]
                   19569: 
                   19570:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   19571:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   19572:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19573:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   19574:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   19575:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   19576:          -1000 just compiled
                   19577: 
                   19578:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   19579:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   19580:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   19581: 
                   19582: 2001-04-03  paf
                   19583: 
                   19584:        * src/types/pa_vform.C: z
                   19585: 
                   19586:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   19587:          assigned lang
                   19588: 
                   19589:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   19590:          {}[]< empty []
                   19591: 
                   19592:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   19593:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   19594:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   19595: 
                   19596:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19597:          string:match replace strange matches
                   19598: 
                   19599:        * src/classes/string.C: string:match replace 0
                   19600: 
                   19601:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   19602:          prepared 2
                   19603: 
                   19604:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19605:          string:match replace prepared
                   19606: 
                   19607:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19608:          string:match replace -11
                   19609: 
                   19610:        * src/: classes/string.C, include/pa_globals.h,
                   19611:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   19612:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   19613: 
                   19614:        * src/: classes/string.C, include/pa_globals.h,
                   19615:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   19616:          main/pa_string.C: string:match [search] -1 just compiled
                   19617: 
                   19618:        * src/types/pa_vstring.C: z
                   19619: 
                   19620:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   19621:          classes/int.C, classes/response.C, classes/root.C,
                   19622:          classes/string.C, classes/table.C, include/pa_string.h,
                   19623:          main/pa_string.C: string:match -10 [frame]
                   19624: 
                   19625:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   19626:          main/pa_request.C: z
                   19627: 
                   19628:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   19629:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   19630:          todo/tests
                   19631: 
                   19632:        * src/include/pa_common.h: z
                   19633: 
                   19634:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   19635:          main/pa_request.C, targets/cgi/parser3.C,
                   19636:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   19637:          content-disposition
                   19638: 
                   19639:        * src/: include/pa_common.h, include/pa_globals.h,
                   19640:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19641:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   19642: 
                   19643:        * src/: include/pa_common.h, include/pa_request.h,
                   19644:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   19645:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   19646:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   19647:          response:body
                   19648: 
                   19649:        * src/classes/table.C: table:append now uses string::split
                   19650: 
                   19651:        * src/classes/table.C: z
                   19652: 
                   19653:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   19654:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   19655:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   19656:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   19657:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   19658:          string::pos & cmp & piece bugs fixed.  string::split new
                   19659:          table:load separated from set table:set implemented with clean \n
                   19660:          \t searches
                   19661: 
                   19662: 2001-04-02  paf
                   19663: 
                   19664:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   19665:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   19666:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19667:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   19668:          it in table:set/load
                   19669: 
                   19670:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   19671:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   19672: 
                   19673:        * src/classes/random.C: random:generate 1
                   19674: 
                   19675:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   19676:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   19677:          types/pa_value.h: random:generate
                   19678: 
                   19679: 2001-03-30  paf
                   19680: 
                   19681:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   19682:          todo: table flip and append. string::pos
                   19683: 
                   19684:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   19685:          classes/response.C, classes/root.C, classes/string.C,
                   19686:          classes/table.C, main/compile.y, main/execute.C,
                   19687:          types/pa_value.h, types/pa_vstateless_class.C,
                   19688:          types/pa_vstateless_class.h: static|dynamic|any method
                   19689:          registration
                   19690: 
                   19691:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   19692:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   19693:          table:flip
                   19694: 
                   19695: 2001-03-29  paf
                   19696: 
                   19697:        * src/classes/string.C: string:xsplit forgot that they must result
                   19698:          in 1 row N column [not vice versa]
                   19699: 
                   19700:        * src/classes/string.C: z
                   19701: 
                   19702:        * src/classes/string.C: string: rsplit
                   19703: 
                   19704:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19705:          string: lsplit
                   19706: 
                   19707:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   19708:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   19709:          lsplit -1
                   19710: 
                   19711:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19712:          string: pos
                   19713: 
                   19714:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19715:          string: pos -1
                   19716: 
                   19717:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   19718:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   19719:          main/untaint.C: string: left right mid
                   19720: 
                   19721:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   19722:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   19723:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   19724:          and [;] are different now.
                   19725: 
                   19726:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19727:          main/untaint.C: pool.request undone
                   19728: 
                   19729:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   19730:          main/untaint.C: pool.request
                   19731: 
                   19732: 2001-03-28  paf
                   19733: 
                   19734:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19735:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19736:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   19737:          $request:browser [.type .version]; unknown.get_double now = 0.
                   19738: 
                   19739:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   19740:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   19741:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   19742:          types/pa_vform.C: file:load autodetection of mime-type by
                   19743:          user-file-name
                   19744: 
                   19745:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   19746:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   19747:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   19748: 
                   19749:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   19750:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   19751:          write. must be self.set
                   19752: 
                   19753:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19754:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   19755: 
                   19756:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   19757:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   19758:          types/pa_vtable.h: table:locate just compiled
                   19759: 
                   19760: 2001-03-27  paf
                   19761: 
                   19762:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   19763:          code-params2, fixed ntfs hardlink slow dir update
                   19764: 
                   19765:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   19766:          types/pa_wcontext.h: fixed r/w context of code-params
                   19767: 
                   19768:        * src/: classes/table.C, main/execute.C: about to change junction
                   19769:          rcontext!!
                   19770: 
                   19771:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   19772:          classes/string.C, classes/table.C, main/compile_tools.C,
                   19773:          main/execute.C, main/pa_request.C, main/untaint.C,
                   19774:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   19775:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19776:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   19777:          types/pa_vunknown.h: sort 0
                   19778: 
                   19779:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   19780:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   19781:          renamed to are_static_calls_disabled
                   19782: 
                   19783:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   19784:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   19785:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   19786:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   19787: 
                   19788:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   19789: 
                   19790:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   19791:          started table:sort fixed minor bug in #...^{
                   19792: 
                   19793:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   19794:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   19795:          decided to have as it were. stepped back.  grammar: added 'in'
                   19796:          'is' 'lt'&co follow-space check
                   19797: 
                   19798: 2001-03-26  paf
                   19799: 
                   19800:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19801:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   19802:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19803:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   19804:          invocation in ^process
                   19805: 
                   19806:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   19807: 
                   19808:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   19809:          main/pa_array.C: table:record
                   19810: 
                   19811:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   19812:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19813:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   19814:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   19815:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   19816:          types/pa_vtable.h: z
                   19817: 
                   19818:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   19819:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   19820:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   19821:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   19822:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   19823:          method realisations on 'self' validity - they now can simply
                   19824:          assume that 'self' is V{Proper} .
                   19825: 
                   19826: 2001-03-25  paf
                   19827: 
                   19828:        * src/main/untaint.C: z
                   19829: 
                   19830:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   19831:          lowlevel - it initialization could be skipped if failed in @auto.
                   19832:          so that exception report would use some table
                   19833: 
                   19834:        * src/main/pa_request.C: table empty lines ignored. system-default
                   19835:          content type assigned in output:result [can fail in main:auto and
                   19836:          skipped normal defaults extraction]
                   19837: 
                   19838:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   19839:          bug
                   19840: 
                   19841:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   19842:          processing to table [except preliminary \r\n \r \n replacements
                   19843:          to "\n"]
                   19844: 
                   19845:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   19846:          move all the processing to table
                   19847: 
                   19848:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   19849:          main/pa_table.C, main/untaint.C: returned table originating.
                   19850:          useful for reporting typo table problems origin. think would be
                   19851:          useful somewhere else
                   19852: 
                   19853:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   19854: 
                   19855:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   19856:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   19857:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   19858:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   19859:          types/pa_vcookie.h: typo & typo-default
                   19860: 
                   19861: 2001-03-24  paf
                   19862: 
                   19863:        * src/main/pa_common.C: z
                   19864: 
                   19865:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19866:          targets/cgi/parser3.C: html-typo 2
                   19867: 
                   19868:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   19869:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   19870:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   19871:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   19872:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   19873:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   19874:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   19875:          noticed double default content-type prob. run cgi.cmd tomorrow
                   19876:          first html-typo sample. detected << problem: they become ltlt too
                   19877:          fast
                   19878: 
                   19879:        * src/main/compile.y: z
                   19880: 
                   19881:        * src/main/: compile.y, compile_tools.h: #comment
                   19882: 
                   19883:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   19884:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   19885:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   19886:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   19887:          stringified
                   19888: 
                   19889:        * src/types/pa_valiased.C: decided to String-ify file_read
                   19890: 
                   19891:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   19892:          isapi/parser3isapi.dsp: cgi: sapi::log
                   19893: 
                   19894:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   19895:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   19896:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   19897:          error log experiments failed - cgi under iis got no access to
                   19898:          log. registereventsource simply failed with 5(illegal call) code,
                   19899:          while worked OK as standalone executable.  isapi: used
                   19900:          HSE_APPEND_LOG_PARAMETER feature
                   19901: 
                   19902:        * src/: include/pa_common.h, include/pa_globals.h,
                   19903:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   19904:          targets/isapi/parser3isapi.C: fixed default content-type
                   19905:          allocation storage
                   19906: 
                   19907:        * src/: include/pa_globals.h, include/pa_request.h,
                   19908:          main/pa_globals.C, main/pa_request.C: z
                   19909: 
                   19910:        * src/: include/pa_array.h, include/pa_hash.h,
                   19911:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   19912:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   19913:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   19914:          content-type
                   19915: 
                   19916:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   19917:          sanity
                   19918: 
                   19919:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   19920:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   19921:          away freeze mech.  no danger now for you can't do
                   19922:          ^request:process[@new-method[] body] trick anymore.  still
                   19923:          remains $some_instance.process[@new-method[] possibility] but
                   19924:          would leave it as a feature.  see index for sample
                   19925: 
                   19926:        * src/: include/pa_common.h, main/pa_common.C,
                   19927:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   19928:          monkey every target
                   19929: 
                   19930:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   19931:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   19932:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   19933: 
                   19934: 2001-03-23  paf
                   19935: 
                   19936:        * src/: include/pa_pool.h, main/pa_request.C,
                   19937:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   19938:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19939:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   19940: 
                   19941:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   19942: 
                   19943:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   19944:          it would be better to rewrite as filter then to deal with pool
                   19945: 
                   19946:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   19947:          now like in cgi, not from APPL_PHYSICAL_PATH
                   19948: 
                   19949:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   19950:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19951:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   19952:          include/pa_version.h, main/compile.y, main/execute.C,
                   19953:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   19954:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19955:          main/untaint.C, targets/cgi/parser3.C,
                   19956:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   19957:          cgi: reinvent document_root and request_uri under iis. autoconf
                   19958:          updated. introducing ap_config_includes
                   19959: 
                   19960:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   19961: 
                   19962:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   19963: 
                   19964:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   19965:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   19966:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19967:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   19968: 
                   19969:        * src/: include/pa_globals.h, main/pa_request.C,
                   19970:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19971:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   19972:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   19973: 
                   19974:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19975:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19976:          isapi minor env beauty
                   19977: 
                   19978:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   19979:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   19980:          isapi document_root 0
                   19981: 
                   19982: 2001-03-22  paf
                   19983: 
                   19984:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   19985: 
                   19986:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   19987:          isapi/parser3isapi.C: z
                   19988: 
                   19989:        * src/: include/pa_pool.h, main/pa_request.C,
                   19990:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   19991: 
                   19992:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   19993:          kill.pl: isapi added utils
                   19994: 
                   19995:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   19996:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19997:          types/pa_vform.C: isapi 0
                   19998: 
                   19999:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   20000:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20001:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   20002:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   20003:          started isapi
                   20004: 
                   20005:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   20006:          some comments
                   20007: 
                   20008:        * src/: include/pa_globals.h, include/pa_request.h,
                   20009:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   20010:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   20011:          parser_root_auto_path parser_site_auto_path
                   20012: 
                   20013:        * src/types/pa_vcookie.C: cookie attr decoded
                   20014: 
                   20015: 2001-03-21  paf
                   20016: 
                   20017:        * src/targets/cgi/parser3.C: z
                   20018: 
                   20019:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   20020: 
                   20021:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   20022:          types/pa_venv.h: in cookie & env. todo:post
                   20023: 
                   20024:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   20025:          classes/root.C, classes/table.C, include/pa_array.h,
                   20026:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   20027:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   20028:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   20029:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20030:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   20031:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20032:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   20033:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   20034:          shifted apache branch on main trunc
                   20035: 
                   20036:        * src/: include/pa_common.h, include/pa_globals.h,
                   20037:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   20038:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   20039:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   20040:          starting mod_parser3
                   20041: 
                   20042:        * src/targets/cgi/parser3.C: starting mod_parser3
                   20043: 
                   20044: 2001-03-20  paf
                   20045: 
                   20046:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   20047:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   20048:          win32 ifdefs work and add ifdef unistd
                   20049: 
                   20050:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   20051:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   20052:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   20053:          z
                   20054: 
                   20055:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   20056:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   20057:          locking
                   20058: 
                   20059:        * src/: classes/Makefile.am, types/Makefile.am: z
                   20060: 
                   20061:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   20062:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   20063:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   20064:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   20065:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   20066:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   20067:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   20068: 
                   20069:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   20070:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   20071: 
                   20072:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   20073:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   20074:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   20075:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   20076:          types/pa_vform.h: z
                   20077: 
                   20078:        * src/include/pa_string.h: z
                   20079: 
                   20080:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   20081:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   20082:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   20083:          :Value
                   20084: 
                   20085:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   20086:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   20087:          :VStateless_object
                   20088: 
                   20089:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   20090:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   20091:          :VStateless_object
                   20092: 
                   20093:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20094:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   20095: 
                   20096:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   20097:          types/pa_valiased.h, types/pa_value.h,
                   20098:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20099:          types/pa_vstateless_object.h: moved common get_element part from
                   20100:          stateless object&class into VAliased
                   20101: 
                   20102:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   20103:          classes/table.C, main/execute.C, main/main.dsp,
                   20104:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   20105:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   20106:          now :Value
                   20107: 
                   20108:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   20109:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   20110:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   20111: 
                   20112:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   20113:          doxx
                   20114: 
                   20115:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   20116:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   20117:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   20118:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   20119:          and ^file:save
                   20120: 
                   20121: 2001-03-19  paf
                   20122: 
                   20123:        * src/types/pa_vfile.C: z
                   20124: 
                   20125:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   20126:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   20127:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   20128:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   20129: 
                   20130:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   20131:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   20132:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   20133:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   20134:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   20135:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   20136:          types/pa_vfile.h: file class just compiled
                   20137: 
                   20138:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   20139:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   20140:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   20141:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   20142:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   20143: 
                   20144:        * src/include/pa_pool.h: z
                   20145: 
                   20146:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   20147:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   20148:          Hash::Value to Val so to doxygen would finlly stop confusing
                   20149:          those Value-s
                   20150: 
                   20151:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   20152:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   20153:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20154:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20155:          include/pa_types.h, main/compile.C, main/compile.y,
                   20156:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20157:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   20158:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   20159:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20160:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   20161: 
                   20162:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   20163:          derivates somehow unlinked. don't know why yet
                   20164: 
                   20165:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   20166:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   20167:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20168:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20169:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20170:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20171:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   20172: 
                   20173:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   20174:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   20175:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   20176:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   20177:          types/pa_vrequest.h: doc: detected Value derivates prob
                   20178: 
                   20179:        * src/include/pa_globals.h: z
                   20180: 
                   20181:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   20182:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   20183:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   20184:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   20185:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20186:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   20187:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20188:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   20189: 
                   20190: 2001-03-18  paf
                   20191: 
                   20192:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   20193:          cookie: allowed access to hash-assigned
                   20194: 
                   20195:        * src/targets/cgi/parser3.C: z
                   20196: 
                   20197:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   20198:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   20199:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   20200:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20201:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   20202:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   20203:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20204:          types/pa_vunknown.h: cookie class
                   20205: 
                   20206:        * src/main/pa_request.C: zero length output allowed
                   20207: 
                   20208:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   20209:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   20210: 
                   20211:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   20212:          lang switch
                   20213: 
                   20214:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   20215:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20216:          types/pa_value.h, types/pa_vhash.h:
                   20217:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   20218: 
                   20219:        * src/main/execute.C: z
                   20220: 
                   20221:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   20222:          targets/cgi/parser3.C: taint[uri
                   20223: 
                   20224:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   20225:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   20226:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   20227:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   20228: 
                   20229:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   20230:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   20231:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   20232:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   20233:          bool tainted) ctor
                   20234: 
                   20235:        * src/: include/pa_hash.h, include/pa_request.h,
                   20236:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   20237:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   20238:          targets/cgi/parser3.C: proper @exceptions params tainting
                   20239: 
                   20240:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   20241:          response fields to header
                   20242: 
                   20243:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20244:          z
                   20245: 
                   20246:        * src/: classes/_response.h, classes/response.C,
                   20247:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   20248:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   20249:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   20250:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   20251:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   20252:          $response: 0  request::core exception rethrow
                   20253: 
                   20254: 2001-03-16  paf
                   20255: 
                   20256:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   20257:          types/pa_vrequest.h: native method' class call with less params
                   20258:          then needed error reporting
                   20259: 
                   20260:        * src/: classes/_request.h, classes/request.C,
                   20261:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   20262:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20263:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   20264:          types/pa_vrequest.h: $request : query :uri
                   20265: 
                   20266:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   20267:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   20268:          types/pa_wcontext.h: $result
                   20269: 
                   20270:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   20271: 
                   20272:        * src/: classes/double.C, include/code.h, main/compile.y,
                   20273:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   20274:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   20275: 
                   20276:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   20277:          main/compile.y, main/execute.C, types/pa_value.h,
                   20278:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   20279:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   20280:          wcontext conflict
                   20281: 
                   20282:        * src/: main/execute.C, types/pa_value.h,
                   20283:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   20284:          $string.field
                   20285: 
                   20286: 2001-03-15  paf
                   20287: 
                   20288:        * src/main/pa_request.C: news sample
                   20289: 
                   20290:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   20291:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   20292: 
                   20293:        * src/main/: compile.y, execute.C: z
                   20294: 
                   20295:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   20296:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   20297:          pre pre works
                   20298: 
                   20299:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20300:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   20301:          fillfields just compiled
                   20302: 
                   20303: 2001-03-14  paf
                   20304: 
                   20305:        * src/: include/pa_request.h, main/pa_request.C,
                   20306:          targets/cgi/parser3.C: z
                   20307: 
                   20308:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   20309:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   20310:          types/pa_vstring.h: limits -1
                   20311: 
                   20312:        * src/: include/pa_globals.h, include/pa_request.h,
                   20313:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   20314:          main/pa_request.C, targets/cgi/parser3.C,
                   20315:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   20316:          request_info -1
                   20317: 
                   20318:        * src/: include/pa_globals.h, main/pa_globals.C,
                   20319:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20320:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   20321:          vform_fields_fill
                   20322: 
                   20323:        * src/targets/cgi/parser3.C: #  if MSVC
                   20324: 
                   20325:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   20326:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   20327: 
                   20328:        * src/targets/cgi/parser3.C: z
                   20329: 
                   20330:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   20331:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   20332:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   20333:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   20334:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   20335:          types/pa_vunknown.h: global handler, exceptions in parser3
                   20336: 
                   20337: 2001-03-13  paf
                   20338: 
                   20339:        * src/: classes/form.C, main/compile.y, main/core.C,
                   20340:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   20341:          types/pa_vform.h, types/pa_vstateless_class.C,
                   20342:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   20343:          instead
                   20344: 
                   20345:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20346:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   20347:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   20348:          started cgi target
                   20349: 
                   20350:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   20351:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   20352:          before error show with parser
                   20353: 
                   20354:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   20355:          include/pa_request.h, main/core.C, main/pa_request.C,
                   20356:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   20357: 
                   20358:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   20359: 
                   20360:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   20361:          parser3.C: renamed targets/ parser to cgi
                   20362: 
                   20363:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   20364:          classes/root.C, classes/string.C, classes/table.C,
                   20365:          include/pa_request.h, types/pa_vhash.h: z
                   20366: 
                   20367:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20368:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   20369:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   20370:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20371:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   20372:          [historical moment :)]
                   20373: 
                   20374:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   20375:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   20376: 
                   20377:        * src/types/pa_venv.h: $ENV 1
                   20378: 
                   20379:        * src/main/execute.C: z
                   20380: 
                   20381:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   20382:          future methods of ENV constructor if
                   20383: 
                   20384:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   20385:          class
                   20386: 
                   20387:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20388:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20389:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20390:          classes/string.C, classes/table.C, include/pa_request.h,
                   20391:          main/compile.C, main/compile_tools.h, main/core.C,
                   20392:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20393:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20394:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20395:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20396:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20397:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20398: 
                   20399:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20400:          classes/_root.h, classes/_string.h, classes/_table.h,
                   20401:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   20402:          classes/string.C, classes/table.C, include/pa_request.h,
                   20403:          main/compile.C, main/compile_tools.h, main/core.C,
                   20404:          main/execute.C, main/main.dsp, main/pa_request.C,
                   20405:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   20406:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   20407:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   20408:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20409:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   20410: 
                   20411:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   20412:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   20413:          yesterdays bad decision on execute_static_method
                   20414: 
                   20415:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   20416: 
                   20417:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20418:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   20419: 
                   20420:        * src/main/pa_request.C: z
                   20421: 
                   20422:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20423:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   20424: 
                   20425:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   20426:          include/pa_pool.h, main/pa_request.C:
                   20427:          restructure_exceptions_dead_end
                   20428: 
                   20429:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   20430:          allowed ; inside {} to break params
                   20431: 
                   20432:        * src/classes/root.C: ^eval
                   20433: 
                   20434:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   20435:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   20436:          string ^format
                   20437: 
                   20438:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   20439:          'bad' but not 'enough'
                   20440: 
                   20441:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   20442:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   20443:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   20444:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   20445:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   20446: 
                   20447:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20448:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   20449:          types/pa_vint.h: ^for
                   20450: 
                   20451: 2001-03-12  paf
                   20452: 
                   20453:        * src/classes/table.C: table ^empty
                   20454: 
                   20455:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   20456: 
                   20457:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   20458:          ^offset ^line ^count
                   20459: 
                   20460:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   20461:          ^abs()  ^sign()
                   20462: 
                   20463:        * src/classes/: root.C, table.C: ^use
                   20464: 
                   20465:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20466:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   20467:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   20468:          ^while. switched off wcontext.constructing after write(value) or
                   20469:          auto-vhash-constructing
                   20470: 
                   20471:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   20472:          main/pa_request.C: fail_if_junction_ helper func
                   20473: 
                   20474:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   20475:          include/pa_request.h, main/execute.C, main/main.dsp,
                   20476:          main/pa_common.C, main/pa_request.C: ^process error point by
                   20477:          actual method_name, not source.  ^load
                   20478: 
                   20479:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   20480: 
                   20481:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   20482:          classes/_table.h, classes/table.C, main/untaint.C: z
                   20483: 
                   20484:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   20485:          include/pa_table.h, main/core.C, main/execute.C,
                   20486:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   20487:          types/pa_value.h: table:set 0
                   20488: 
                   20489:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   20490:          include/pa_request.h, include/pa_table.h, main/core.C,
                   20491:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   20492:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   20493:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   20494:          types/pa_vstring.h: freeze, ^table:create[] -1
                   20495: 
                   20496:        * src/: classes/root.C, types/pa_value.h: z
                   20497: 
                   20498:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   20499:          get_method in couple places optimizing them
                   20500: 
                   20501:        * src/classes/root.C: z
                   20502: 
                   20503:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   20504:          zeroing
                   20505: 
                   20506:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20507:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   20508:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   20509:          main/compile.y, main/compile_tools.h, main/execute.C,
                   20510:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   20511:          types/pa_vmframe.h: ^process. actual names to store param and
                   20512:          check_actual_numbered_params for better place diagnostics
                   20513: 
                   20514:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   20515:          method-junctions bug fixed
                   20516: 
                   20517:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   20518:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   20519: 
                   20520: 2001-03-11  paf
                   20521: 
                   20522:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   20523:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   20524:          VDouble VInt base now VObject_base - without fields
                   20525: 
                   20526:        * src/: classes/root.C, include/core.h, main/core.C: z
                   20527: 
                   20528:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20529:          classes/string.C, include/core.h, include/pa_hash.h,
                   20530:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   20531:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   20532: 
                   20533:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20534:          include/pa_request.h, main/execute.C: intercept_string
                   20535: 
                   20536:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20537:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   20538: 
                   20539:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   20540:          ^inc-s(expr)
                   20541: 
                   20542:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20543:          classes/_root.h, classes/_string.h, classes/double.C,
                   20544:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20545:          include/code.h, include/core.h, include/pa_array.h,
                   20546:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20547:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20548:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20549:          include/pa_types.h, main/compile.C, main/compile.y,
                   20550:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20551:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20552:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   20553:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   20554:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20555:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20556:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20557:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20558:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20559:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   20560: 
                   20561:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   20562: 
                   20563:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20564:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   20565: 
                   20566:        * src/: include/pa_valiased.h, include/pa_value.h,
                   20567:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20568:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20569:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20570:          include/pa_vobject.h, include/pa_vstring.h,
                   20571:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20572:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   20573:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   20574:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   20575:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20576:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   20577:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   20578:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   20579:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   20580:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   20581:          include/
                   20582: 
                   20583: 2001-03-10  paf
                   20584: 
                   20585:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   20586:          main/pa_request.C: run+auto=run
                   20587: 
                   20588:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   20589: 
                   20590:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   20591:          classes/_root.h, classes/_string.h, classes/double.C,
                   20592:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   20593:          include/code.h, include/core.h, include/pa_array.h,
                   20594:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   20595:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   20596:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   20597:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   20598:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   20599:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   20600:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20601:          include/pa_vobject.h, include/pa_vstring.h,
                   20602:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20603:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   20604:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20605:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   20606:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   20607:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20608:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   20609:          main/pa_wcontext.C: sources header
                   20610: 
                   20611:        * src/main/pa_request.C: auto..
                   20612: 
                   20613:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20614:          main/pa_request.C: auto tree0
                   20615: 
                   20616:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   20617:          main/core.C, main/pa_request.C: names to core.C
                   20618: 
                   20619:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   20620:          include/pa_request.h, main/core.C, main/execute.C,
                   20621:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   20622: 
                   20623:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   20624:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   20625:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20626:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   20627: 
                   20628:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   20629:          @auto[] realised. auto.p scan togo
                   20630: 
                   20631:        * src/: include/pa_request.h, main/execute.C: autocalc
                   20632:          code-junctions result now have names
                   20633: 
                   20634:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   20635:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   20636:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   20637:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   20638: 
                   20639:        * src/classes/env.C: env:file/line
                   20640: 
                   20641:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   20642:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   20643:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   20644:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   20645:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20646:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   20647:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   20648: 
                   20649:        * src/include/pa_vclass.h: const fight to go
                   20650: 
                   20651:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   20652:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   20653:          main/main.dsp: env0
                   20654: 
                   20655:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   20656:          classes/_string.h, classes/double.C, classes/int.C,
                   20657:          classes/root.C, classes/string.C, include/pa_request.h,
                   20658:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   20659:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   20660:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   20661:          main/pa_wcontext.C: ^lang prepare0
                   20662: 
                   20663: 2001-03-09  paf
                   20664: 
                   20665:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   20666:          construct proper naming
                   20667: 
                   20668:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   20669:          classes/double.C, classes/int.C, classes/root.C,
                   20670:          classes/string.C, include/code.h, include/pa_value.h,
                   20671:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   20672:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20673:          main/compile.y, main/compile_tools.C, main/core.C,
                   20674:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   20675:          and ^double[]. fixed expr type
                   20676: 
                   20677:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20678:          ^string.length[]
                   20679: 
                   20680: 2001-03-08  paf
                   20681: 
                   20682:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   20683: 
                   20684:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   20685:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20686:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   20687:          derivated from vobject
                   20688: 
                   20689:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   20690:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   20691: 
                   20692:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   20693:          remained clone conseqs
                   20694: 
                   20695:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   20696: 
                   20697:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   20698: 
                   20699:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   20700:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   20701:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   20702:          include/pa_vobject.h, include/pa_vstring.h,
                   20703:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20704:          main/execute.C: withoud cloning. didn't need it actually, params
                   20705:          got passed from out unnamed ewpool
                   20706: 
                   20707:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   20708:          include/pa_vjunction.h, include/pa_vobject.h,
                   20709:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   20710: 
                   20711:        * src/: include/pa_bool.h, include/pa_double.h,
                   20712:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   20713:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   20714:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20715:          include/pa_vobject.h, include/pa_vstring.h,
                   20716:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   20717:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   20718:          to give params proper names
                   20719: 
                   20720:        * src/main/pa_wcontext.C: z
                   20721: 
                   20722:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   20723:          unknown values in get_element and unfilled params. removed wrong
                   20724:          name change in get_element
                   20725: 
                   20726:        * src/main/execute.C: z
                   20727: 
                   20728:        * src/main/execute.C: fixed problems calling operators in
                   20729:          constructors
                   20730: 
                   20731:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   20732:          detected problems calling operators in constructors
                   20733: 
                   20734:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   20735:          autocalc def to string
                   20736: 
                   20737:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   20738:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   20739: 
                   20740:        * src/classes/root.C: added root.c
                   20741: 
                   20742:        * src/: include/pa_request.h, include/pa_value.h,
                   20743:          include/pa_vcframe.h, include/pa_vmframe.h,
                   20744:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   20745:          main/core.C, main/execute.C, main/pa_cframe.C,
                   20746:          main/pa_wcontext.C: 'if' just compiled
                   20747: 
                   20748:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   20749:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20750:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   20751:          main/pa_wcontext.C: z
                   20752: 
                   20753:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   20754:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   20755:          with parameter names  in operator methods
                   20756: 
                   20757:        * src/main/compile.y: minor renamings in .y
                   20758: 
                   20759:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   20760:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   20761:          @BASE.  changed 'RUN' assignment mech
                   20762: 
                   20763:        * src/main/execute.C: z
                   20764: 
                   20765:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20766:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   20767:          static. so to enable runtime ^use
                   20768: 
                   20769:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   20770: 
                   20771:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   20772:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   20773: 
                   20774:        * src/main/execute.C: root root in code-junction
                   20775: 
                   20776: 2001-03-07  paf
                   20777: 
                   20778:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   20779:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   20780: 
                   20781:        * src/: include/pa_stack.h, include/pa_value.h,
                   20782:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   20783:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   20784:          fixed rwcontext of {} params up
                   20785: 
                   20786:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   20787: 
                   20788:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   20789: 
                   20790:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   20791:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   20792:          main/pa_hash.C: expr def in -f
                   20793: 
                   20794:        * src/main/: compile.y, execute.C: expr calls
                   20795: 
                   20796:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   20797:          fixed
                   20798: 
                   20799:        * src/main/compile.y: expr quoted code
                   20800: 
                   20801:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   20802:          support0
                   20803: 
                   20804:        * src/main/compile.y: expr string comparisons 0
                   20805: 
                   20806:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   20807:          main/pa_string.C: just compiled lt&co
                   20808: 
                   20809:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   20810:          $field not a $var.field
                   20811: 
                   20812: 2001-03-06  paf
                   20813: 
                   20814:        * src/main/compile.y: .y expr visible-shorter
                   20815: 
                   20816:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   20817:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   20818:          logical
                   20819: 
                   20820:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   20821:          skipping whitespace in yylex
                   20822: 
                   20823:        * src/include/pa_vbool.h: forgot this
                   20824: 
                   20825:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   20826:          string ops in expressions 0
                   20827: 
                   20828:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   20829:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   20830:          main/execute.C, main/main.dsp: !~
                   20831: 
                   20832:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   20833:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   20834:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20835:          include/pa_vunknown.h, include/pa_wcontext.h,
                   20836:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20837:          main/compile_tools.h, main/execute.C: +-*/
                   20838: 
                   20839:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   20840:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   20841: 
                   20842:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   20843:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   20844: 
                   20845:        * src/main/compile.y: expr grammar-1
                   20846: 
                   20847:        * src/main/compile.y: expr lexx1
                   20848: 
                   20849:        * src/main/: compile.y, execute.C, main.dsp: z
                   20850: 
                   20851:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   20852:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   20853:          main/execute.C: expr lex0 exec-1
                   20854: 
                   20855:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   20856: 
                   20857: 2001-02-26  paf
                   20858: 
                   20859:        * src/main/compile.y: max_string in yyerror bug fix
                   20860: 
                   20861: 2001-02-25  paf
                   20862: 
                   20863:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20864:          include/pa_wcontext.h, main/execute.C: VAliased3
                   20865: 
                   20866:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   20867: 
                   20868:        * src/main/execute.C: VAliased1
                   20869: 
                   20870:        * src/: include/pa_request.h, include/pa_value.h,
                   20871:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   20872:          VAliased0
                   20873: 
                   20874:        * src/: include/pa_pool.h, include/pa_request.h,
                   20875:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   20876:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   20877:          VAliased just compiled
                   20878: 
                   20879:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   20880:          include/pa_vobject.h, main/execute.C: alias dead end
                   20881: 
                   20882:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20883:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20884:          main/main.dsp: no not get fields into interm VFielded class.
                   20885:          fields & staticfields 1
                   20886: 
                   20887:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   20888:          include/pa_vobject.h, include/pa_wcontext.h,
                   20889:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   20890:          main/main.dsp: would now get fields into interm VFielded class
                   20891: 
                   20892:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   20893:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   20894:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   20895:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   20896:          main/pa_wcontext.C: virtuals2
                   20897: 
                   20898:        * src/main/compile.y: : 1
                   20899: 
                   20900:        * src/main/compile.y: rethought to $class:static.field.subfield
                   20901: 
                   20902:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   20903:          $class:element
                   20904: 
                   20905:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   20906:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   20907:          main/pa_wcontext.C: before execute class calls rewrite
                   20908: 
                   20909:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   20910:          name RUN, also alias
                   20911: 
                   20912:        * src/main/compile.y: escaping bug
                   20913: 
                   20914:        * src/: include/pa_request.h, include/pa_value.h,
                   20915:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   20916:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   20917: 
                   20918:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   20919:          include/pa_vmframe.h, include/pa_vobject.h,
                   20920:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   20921:          main/compile_tools.h, main/execute.C: ^class:method() just
                   20922:          compiled
                   20923: 
                   20924: 2001-02-24  paf
                   20925: 
                   20926:        * src/main/main.dsp: no bison -d
                   20927: 
                   20928:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   20929:          class' err msg wrong
                   20930: 
                   20931:        * src/main/compile.y: z
                   20932: 
                   20933:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   20934: 
                   20935:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   20936:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   20937: 
                   20938:        * src/: include/pa_vclass.h, main/core.C: z
                   20939: 
                   20940:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20941:          include/pa_vobject.h, main/main.dsp: vobject00
                   20942: 
                   20943:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   20944:          60% from 1 were 0
                   20945: 
                   20946:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   20947:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   20948:          as bad as you've named it: wcontext.value() was not a perfect
                   20949:          idea
                   20950: 
                   20951:        * src/main/execute.C: codeframe1
                   20952: 
                   20953:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   20954:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   20955:          include/pa_vjunction.h, include/pa_vmframe.h,
                   20956:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   20957:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   20958:          just compiled
                   20959: 
                   20960:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   20961:          ideology @: ^x{$a()) must construct current wcontext element, so
                   20962:          smart wcontext handling needed
                   20963: 
                   20964:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   20965:          klinch
                   20966: 
                   20967:        * src/main/: compile.y, execute.C: fixed empty constructor
                   20968:          optimized empty case. failed on calls - produced empty string
                   20969:          param
                   20970: 
                   20971:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   20972: 
                   20973:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   20974:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   20975:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   20976:          main/execute.C: code junctions0. something wrong with last \n
                   20977:          macrotemplate strip
                   20978: 
                   20979:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   20980:          main/pa_value.C: minor error reporting format beautifyings
                   20981: 
                   20982:        * src/: include/pa_value.h, include/pa_vclass.h,
                   20983:          include/pa_vframe.h, main/core.C, main/execute.C,
                   20984:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   20985:          junctions0
                   20986: 
                   20987: 2001-02-23  paf
                   20988: 
                   20989:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   20990:          pa_wwrapper.h: lara came, can't work, sorry :(
                   20991: 
                   20992:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   20993:          junction
                   20994: 
                   20995:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   20996:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   20997:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   20998: 
                   20999:        * src/: include/pa_hash.h, include/pa_value.h,
                   21000:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   21001:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   21002:          done
                   21003: 
                   21004:        * src/include/pa_wcontext.h: z
                   21005: 
                   21006:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   21007:          wrong grammar in complex constructor case
                   21008: 
                   21009:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   21010: 
                   21011:        * src/main/execute.C: with result rwpool
                   21012: 
                   21013:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   21014:          main/main.dsp: value named
                   21015: 
                   21016:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   21017:          strign 2 value in 2 places in execute
                   21018: 
                   21019:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   21020:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   21021:          wcontext.put_element when wcontext fvalue==0
                   21022: 
                   21023: 2001-02-22  paf
                   21024: 
                   21025:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   21026:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   21027:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   21028: 
                   21029:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   21030:          erroreos checkout
                   21031: 
                   21032:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   21033: 
                   21034:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   21035:          main/compile_tools.h, main/pa_array.C: $self.get
                   21036: 
                   21037:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   21038: 
                   21039:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   21040:          bit. finished now.
                   21041: 
                   21042:        * src/main/compile.y: $: finished
                   21043: 
                   21044:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   21045: 
                   21046:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   21047:          main/execute.C: OP_STRING better then some xxx _VALUE
                   21048: 
                   21049:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   21050:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21051:          string to vstring it .y all
                   21052: 
                   21053:        * src/: include/pa_request.h, include/pa_stack.h,
                   21054:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   21055:          all
                   21056: 
                   21057:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   21058:          precise parse error line:col
                   21059: 
                   21060:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   21061:          main/pa_hash.C, main/pa_pool.C: TRY...
                   21062: 
                   21063:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21064:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   21065:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21066:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   21067:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   21068:          main/pa_table.C: removed exception from request
                   21069: 
                   21070:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   21071:          some forgotten
                   21072: 
                   21073:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   21074:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   21075:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   21076:          get/put simple vars to VClass works0
                   21077: 
                   21078:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   21079:          main/pa_string.C: in process, but found that exceptions are too
                   21080:          global
                   21081: 
                   21082:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   21083:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   21084:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   21085:          seems wcontext must write strings regardles of fvalue!=0
                   21086: 
                   21087: 2001-02-21  paf
                   21088: 
                   21089:        * src/main/execute.C: tired :)
                   21090: 
                   21091:        * src/main/: compile.C, compile.y, execute.C: store0
                   21092: 
                   21093:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   21094:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   21095:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   21096:          main/execute.C, main/main.dsp, main/pa_array.C,
                   21097:          main/pa_request.C: get put -1 [just compiled]
                   21098: 
                   21099:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   21100:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   21101:          main/main.dsp, main/pa_request.C: request core methods0
                   21102: 
                   21103:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   21104:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   21105:          execute
                   21106: 
                   21107:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   21108:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   21109:          methods and one_big_piece. now compile returns array<method*>
                   21110: 
                   21111:        * src/main/compile.y: more straightforward yylex[end]
                   21112: 
                   21113:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21114:          string.operator==(char*)
                   21115: 
                   21116:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   21117:          main/execute.C, main/pa_array.C: after array.const get wonders
                   21118: 
                   21119:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   21120:          pa_string.h, pa_value.h: struck with const array.gets
                   21121: 
                   21122:        * src/main/: execute.C: z
                   21123: 
                   21124:        * src/main/: compile.y, execute.C: z
                   21125: 
                   21126:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   21127:          processing in eval & yyerror so it wouldn't cause memleaks.
                   21128: 
                   21129:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   21130:          parse error positions. leaving RIGHTMOST position as
                   21131:          @file[line:col]
                   21132: 
                   21133:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   21134:          main/compile_tools.h: line numbers needed. would add them to .y
                   21135:          now internally. externally it's not as precise as needed
                   21136: 
                   21137:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   21138:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   21139:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   21140:          compiler works ok
                   21141: 
                   21142: 2001-02-20  paf
                   21143: 
                   21144:        * src/main/: compile.C, compile.y, compile_tools.C,
                   21145:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   21146:          not perfect
                   21147: 
                   21148:        * src/: include/code.h, include/compile.h, include/execute.h,
                   21149:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   21150:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21151:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21152:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   21153:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   21154:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   21155:          compiled.  execute=dump for now
                   21156: 
                   21157:        * src/main/core.C: core rewrite using yacc investigations now will
                   21158:          be compile[yacc]/execute[opcodes]
                   21159: 
                   21160: 2001-02-15  paf
                   21161: 
                   21162:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   21163:          rewrite as turing machine? for it seems it would be it's too many
                   21164:          ifs with this syntax now
                   21165: 
                   21166: 2001-02-14  paf
                   21167: 
                   21168:        * src/main/core.C: get_params 1
                   21169: 
                   21170:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   21171:          :( ]
                   21172: 
                   21173:        * src/main/core.C: varios breaks
                   21174: 
                   21175:        * src/main/core.C: get names 3
                   21176: 
                   21177:        * src/main/core.C: get names 2
                   21178: 
                   21179:        * src/main/core.C: get names 1
                   21180: 
                   21181:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   21182:          names 0
                   21183: 
                   21184:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   21185:          text repassing2 operator static vars
                   21186: 
                   21187:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   21188:          main/pa_string.C: process text repassing
                   21189: 
                   21190:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21191:          module:calls changes
                   21192: 
                   21193: 2001-02-13  paf
                   21194: 
                   21195:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   21196:          ^class:calls[] started
                   21197: 
                   21198:        * src/: include/pa_value.h, main/core.C: z
                   21199: 
                   21200:        * src/main/core.C: operators : and self. prefixes
                   21201: 
                   21202:        * src/main/core.C: z
                   21203: 
                   21204:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   21205:          tested
                   21206: 
                   21207:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   21208:          optimized
                   21209: 
                   21210:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   21211:          would change privates to better support optimization
                   21212: 
                   21213:        * src/: include/pa_string.h, main/pa_string.C:
                   21214:          String_iterator::skip_to todo:optimize
                   21215: 
                   21216: 2001-02-12  paf
                   21217: 
                   21218:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   21219:          String_iterator
                   21220: 
                   21221:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   21222:          comments
                   21223: 
                   21224:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   21225:          self/methodref joined
                   21226: 
                   21227: 2001-02-11  paf
                   21228: 
                   21229:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   21230:          main/main.dsp: core started.  core.C, context&value .h
                   21231: 
                   21232:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21233:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21234:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   21235: 
                   21236: 2001-01-30  paf
                   21237: 
                   21238:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   21239:          comments
                   21240: 
                   21241:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   21242:          main/pa_pool.C: moved pa_pool.C to be target specific
                   21243: 
                   21244:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21245:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   21246:          to & changes
                   21247: 
                   21248:        * src/: include/pa_exception.h, include/pa_pool.h,
                   21249:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   21250:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   21251:          re-associated. that's much better even removed 'die' necessety
                   21252: 
                   21253:        * src/: include/pa_error.h, include/pa_exception.h,
                   21254:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   21255:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   21256:          targets/Makefile.am: lowered targets/parser into subdir, added
                   21257:          parser_Pool(Pool) failed to add. would think..
                   21258: 
                   21259:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   21260:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   21261:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   21262:          hence lots of 'const'
                   21263: 
                   21264:        * src/: include/pa_error.h, include/pa_request.h,
                   21265:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   21266:          main/pa_table.C: Error fixed
                   21267: 
                   21268: 2001-01-29  paf
                   21269: 
                   21270:        * src/: include/pa_array.h, include/pa_common.h,
                   21271:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   21272:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   21273:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   21274:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   21275: 
                   21276:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21277:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21278:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   21279:          main/pa_string.C, main/pa_table.C: Request Error Table
                   21280: 
                   21281:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   21282:          templates"
                   21283: 
                   21284:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   21285:          main/main.dsp, main/pa_array.C: templates failed no template
                   21286:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   21287:          2.95.2-6 from latest cygwin]
                   21288: 
                   21289:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21290:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   21291:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   21292:          main/pa_table.C: Table started would test template Array now
                   21293: 
                   21294:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21295:          String originating
                   21296: 
                   21297:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   21298:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   21299:          SYNCHRONIZED(thread_safe)
                   21300: 
                   21301:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   21302:          parts to top
                   21303: 
                   21304:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   21305:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   21306:          see: needed only in global Hash now, made Hash:: put/get
                   21307:          SYNCHRONIZED
                   21308: 
                   21309:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   21310:          main/pa_threads.C: added pa_threads
                   21311: 
                   21312:          Mutex
                   21313: 
                   21314:        * src/include/pa_hash.h: some comments
                   21315: 
                   21316:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   21317:          Array& operator += (Array& src)
                   21318: 
                   21319:        * src/main/pa_array.C: expand not convinient, would rewrite
                   21320: 
                   21321:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   21322:          (Array& src)
                   21323: 
                   21324:          rethought, would change now
                   21325: 
                   21326: 2001-01-27  paf
                   21327: 
                   21328:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   21329:          caching
                   21330: 
                   21331:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21332:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   21333:          cache rethought to chunk caching
                   21334: 
                   21335:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   21336:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   21337:          main/pa_hash.C, main/pa_string.C: Array 0
                   21338: 
                   21339:        * src/main/pa_string.C: String::operator ==
                   21340: 
                   21341:        * src/main/pa_hash.C: String(&String)
                   21342: 
                   21343:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   21344: 
                   21345:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   21346:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   21347:          pa_hash[forgotten]
                   21348: 
                   21349: 2001-01-26  paf
                   21350: 
                   21351:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   21352:          removed templates [vc++ suxx]
                   21353: 
                   21354:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   21355:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   21356: 
                   21357:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   21358: 
                   21359:        * src/main/: main.dsp, pa_string.C: $Id$ check
                   21360: 
                   21361:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: $Id$
                   21362:          check
                   21363: 
                   21364:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   21365:          dynamic row_count
                   21366: 
                   21367:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21368:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21369:          targets/Makefile.am: Initial revision
                   21370: 
                   21371:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   21372:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   21373:          targets/Makefile.am: creating parser3 module
                   21374: 

E-mail: