Annotation of parser3/ChangeLog, revision 1.209

1.209   ! moko        1: 2024-12-09  moko
        !             2: 
        !             3:        * tests/results/119.processed: newline corrected for some OS
        !             4: 
        !             5:        * tests/: 441.html, results/441.processed: Debian-specific test
        !             6:          commented
        !             7: 
        !             8:        * buildall: pcre2 10.42 -> 10.44
        !             9: 
        !            10: 2024-12-08  moko
        !            11: 
        !            12:        * buildall: external links fixed
        !            13: 
        !            14:        * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
        !            15: 
        !            16:        * src/include/pa_table.h: some clang versions compilation fix
        !            17: 
        !            18:        * configure.ac: 3.4.7b -> 3.5.0rc
        !            19: 
        !            20: 2024-12-07  moko
        !            21: 
        !            22:        * tests/: 443.html, 444.html, results/443.processed,
        !            23:          results/444.processed: tests for named params (related to feature
        !            24:          #1205)
        !            25: 
        !            26:        * src/: classes/reflection.C, types/pa_method.h: named_params
        !            27:          support in reflection (related to feature #1205)
        !            28: 
        !            29:        * src/types/pa_vmethod_frame.h: extra_params and named params
        !            30:          should be also inited in ^method[] call (related to feature
        !            31:          #1205)
        !            32: 
        !            33:        * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
        !            34:          support using @method[arg;.named_arg;.named_arg2] syntax
        !            35:          (implements feature #1205)
        !            36: 
        !            37:        * tests/: 443.html, results/443.processed: test for *args inited
        !            38:          added (related to bug #1264)
        !            39: 
        !            40:        * src/types/pa_vmethod_frame.h: *args are now inited even if not
        !            41:          specified (fixes bug #1264)
        !            42: 
        !            43:        * tests/: 442.html, results/442.processed: tests for
        !            44:          params.as_file_name(N) with empty file name added (related to
        !            45:          feature #1121)
        !            46: 
        !            47:        * src/: classes/file.C, classes/hashfile.C, classes/image.C,
        !            48:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
        !            49:          include/pa_exception.h, types/pa_vmethod_frame.h:
        !            50:          params.as_file_name(N) added and used instead of
        !            51:          params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
        !            52:          (implements feature #1121)
        !            53: 
        !            54:        * src/: classes/file.C, classes/image.C, classes/op.C,
        !            55:          classes/table.C, include/pa_exception.h: filename is everywhere
        !            56:          params.as_string, unify exception and remove
        !            57:          FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
        !            58: 
        !            59:        * tests/: 141.html, results/141.processed: test for
        !            60:          ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
        !            61:          to feature #1263)
        !            62: 
        !            63:        * src/classes/math.C: ^math:digest[...; $.hmac[$file]
        !            64:          $.format[file] ] now supported (implements feature #1263)
        !            65: 
        !            66: 2024-12-06  moko
        !            67: 
        !            68:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
        !            69:          targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
        !            70:          (cgi/console/mail/httpd/apache/isapi) added (related to feature
        !            71:          #1262)
        !            72: 
        !            73: 2024-12-05  moko
        !            74: 
        !            75:        * src/targets/cgi/parser3.C: more correct arguments processing to
        !            76:          block -fl config.file log.file logic (related to feature #1262)
        !            77: 
        !            78: 2024-12-04  moko
        !            79: 
        !            80:        * src/targets/cgi/parser3.C: now only one log location is selected
        !            81:          and tried. -l - supported for stderr specification (related to
        !            82:          feature #1262)
        !            83: 
        !            84: 2024-12-03  moko
        !            85: 
        !            86:        * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
        !            87:          results/010.processed, results/415.processed: tests for
        !            88:          $.(expression)[value], $a.(expression), ^v.(expression)[args]
        !            89:          added (related to feature #1064)
        !            90: 
        !            91:        * src/main/compile.y: $.(expression)[value], $a.(expression),
        !            92:          ^v.(expression)[args] now supported (implements feature #1064)
        !            93: 
        !            94: 2024-12-02  moko
        !            95: 
        !            96:        * src/targets/cgi/parser3.C: -l /path/to/log options added
        !            97:          (implements feature #1262)
        !            98: 
1.208     moko       99: 2024-12-01  moko
                    100: 
                    101:        * tests/: 010.html, results/010.processed: some tests related to
                    102:          bug #1149 added
                    103: 
                    104:        * src/main/compile.y: the check pc.pos.col > 1 is not required
                    105:          because we can't be here without a '$' before. The begin == end
                    106:          check was incorrect since $[a]{b} fits this condition (fixes bug
                    107:          #1149)
                    108: 
                    109: 2024-11-29  moko
                    110: 
                    111:        * src/classes/array.C: warning war
                    112: 
                    113: 2024-11-26  moko
                    114: 
                    115:        * tests/: 441.html, results/441.processed: a bit more testing
                    116:          (related to bug #1238)
                    117: 
                    118:        * src/main/pa_exec.C: only " now quoted (related to bug #1239)
                    119: 
                    120:        * src/main/pa_exec.C: simplification arg_quote added (related to
                    121:          bug #1229)
                    122: 
1.207     moko      123: 2024-11-25  moko
                    124: 
                    125:        * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
                    126:          bug #1239)
                    127: 
                    128: 2024-11-24  moko
                    129: 
                    130:        * src/main/pa_exec.C: added cmd.exe specific
                    131: 
                    132:        * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
                    133:          tests for ^file::exec env and args tainting tests (related to bug
                    134:          #1239)
                    135: 
                    136:        * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
                    137: 
                    138:        * src/include/pa_config_includes.h: added recommendations for
                    139:          libxslt.a and and libexslt.a compilation under cygwin
                    140: 
                    141:        * tests/results/102.processed: $form:fields.value is now writable,
                    142:          as $form:value (related to feature #1254)
                    143: 
                    144:        * src/include/pa_config_includes.h: cigwin compilation fixes
                    145: 
                    146: 2024-11-23  moko
                    147: 
                    148:        * tests/httpd/site/run_server.sh: to simplify testing
                    149: 
                    150:        * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
                    151:          site/form.html: $form:files and $form:elements tests added, tests
                    152:          with curl supported (related to feature #1254)
                    153: 
                    154:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
                    155:          types/pa_vform.h: $form:elements implemented, VForm::get_element
                    156:          uses faster SYMBOLS_EQ, hashes no longer copied when using
                    157:          $form:fields/tables/files/imap and can be edited (implements
                    158:          feature #1254)
                    159: 
                    160:        * src/main/pa_http.C: pa_send added to handle partial writes (fixes
                    161:          bug #1261)
                    162: 
1.206     moko      163: 2024-11-17  moko
                    164: 
                    165:        * tests/: 440.html, results/440.processed: tests for
                    166:          ^table.array[], offset restoration, iterators robust tests
                    167:          (related to bug #1258, features #1259 and #1260)
                    168: 
                    169:        * tests/: 439.html, results/439.processed: array and hash iterators
                    170:          robust tests (related to feature #1260)
                    171: 
                    172:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                    173:          include/pa_table.h: Array_robust_iterator added and used in cases
                    174:          where array can be modified during iteration (implements feature
                    175:          #1260)
                    176: 
                    177:        * src/classes/table.C: ^table.array[], ^table.array[column name],
                    178:          ^table.array{code} added (implements feature #1259)
                    179: 
                    180: 2024-11-16  moko
                    181: 
                    182:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
                    183:          table current row restoration after exception and table changes
                    184:          (fixes bug #1258)
                    185: 
                    186: 2024-11-13  moko
                    187: 
                    188:        * src/classes/table.C: minor optimization
                    189: 
                    190:        * src/main/pa_string.C: \r added to default ^string.trim chars list
                    191:          (https://www.parser.ru/forum/?id=86648)
                    192: 
1.205     moko      193: 2024-11-11  moko
                    194: 
1.206     moko      195:        * src/classes/classes.C: set_base commented
                    196: 
                    197:        * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
                    198:          deleted
                    199: 
                    200:        * src/classes/classes.vcproj: no more classes.awk and classes.inc
                    201: 
                    202:        * src/classes/: Makefile.am, classes.awk: no more classes.awk and
                    203:          classes.inc
                    204: 
                    205:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                    206:          main/pa_globals.C: classes.awk is useless, preparing to delete it
                    207: 
1.205     moko      208:        * src/classes/classes.h: temp fix
                    209: 
                    210: 2024-11-10  moko
                    211: 
                    212:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    213:          classes/op.C, main/pa_string.C: minor optimization
                    214: 
                    215:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    216:          classes/op.C, main/pa_string.C: typo fixed
                    217: 
                    218:        * src/: classes/classes.awk, classes/classes.h, classes/date.C,
                    219:          classes/file.C, classes/image.C, classes/op.C,
                    220:          main/pa_charsets.C, main/pa_string.C: singletones used to reduce
                    221:          memory allocation befor main(). Only 3 allocations in chatsets
                    222:          left (implements feature #1257)
                    223: 
                    224:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
                    225:          minor naming convention fix
                    226: 
                    227:        * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
                    228:          results/436.processed, results/437.processed,
                    229:          results/438.processed: tests for @unhandled_exception processing
                    230:          (related to feature #1256)
                    231: 
                    232:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    233:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    234:          targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
                    235:          are now processed in request::core for correct logging and
                    236:          reporting (feature #1256)
                    237: 
                    238:        * src/: include/pa_sapi.h, main/pa_request.C,
                    239:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    240:          targets/isapi/parser3isapi.C: unhandled exception now called if
                    241:          exception occures during $response:download processing (related
                    242:          to bug #1255)
                    243: 
                    244:        * etc/auto.p.in: better 404 error reporting
                    245: 
                    246: 2024-11-09  moko
                    247: 
                    248:        * src/main/pa_memory.C: more detailed usage comment
                    249: 
                    250:        * src/main/pa_memory.C: usage commented
                    251: 
                    252:        * src/main/pa_memory.C: minor cleanup
                    253: 
                    254:        * src/types/: pa_varray.h, pa_vregex.h: warnings war
                    255: 
                    256:        * tests/: 436.html, httpd/029.txt, httpd/ok.log,
                    257:          httpd/site/029.html, results/436.processed: test for exception in
                    258:          $response:download[] added
                    259: 
                    260:        * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
                    261:          and avoid exit status 1 on die
                    262: 
                    263:        * tests/results/: 007.processed, 019.processed, 098.processed,
                    264:          103.processed, 233.processed: windows headers matter for binary
                    265:          files
                    266: 
                    267:        * tests/httpd/ok.log: tests results updated as extra headers now
                    268:          cleared on error (related to bug #1255)
                    269: 
                    270:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    271:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    272:          targets/isapi/parser3isapi.C: headers buffering to avoid extra
                    273:          headers in errors, custom send_error in cgi/httpd mode to avoid
                    274:          memory allocations (fixes bug #1255)
                    275: 
                    276: 2024-11-07  moko
                    277: 
                    278:        * tests/: 264.html, results/264.processed: tests updated to test
                    279:          removal of only trailing empty arguments for backward
                    280:          compatibility (related to feature #1252)
                    281: 
                    282:        * src/classes/file.C: remove trailing empty arguments for backward
                    283:          compatibility (related to feature #1252)
                    284: 
                    285: 2024-11-05  moko
                    286: 
                    287:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
                    288:          low memory case, when static initialization failed even before
                    289:          main() start
                    290: 
                    291: 2024-11-04  moko
                    292: 
                    293:        * configure, src/include/pa_config_auto.h.in,
                    294:          src/include/pa_config_fixed.h: _locking no longer used
                    295: 
                    296:        * configure.ac: _locking no longer used (related to bug #1231)
                    297: 
                    298:        * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
                    299: 
                    300:        * src/main/pa_os.C: lock errors tuning (related to bug #1231)
                    301: 
                    302:        * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
                    303:          unused
                    304: 
                    305:        * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
                    306:          be used on locking errors (related to bug #1231)
                    307: 
                    308:        * src/main/pa_os.C: GetLastError used as errno is not set (related
                    309:          to bug #1231)
                    310: 
                    311:        * src/main/pa_os.C: under windows _locking replaced with LockFileEx
                    312:          allowing shared lock to work (fixes bug #1231)
                    313: 
                    314:        * INSTALL: actualized, minor fixes
                    315: 
                    316:        * etc/auto.p.in: default LIMITS added
                    317: 
                    318:        * AUTHORS: links actualized
                    319: 
                    320:        * src/: classes/array.C, classes/bool.C, classes/classes.C,
                    321:          classes/classes.awk, classes/classes.h, classes/curl.C,
                    322:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                    323:          classes/hash.C, classes/hashfile.C, classes/image.C,
                    324:          classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
                    325:          classes/math.C, classes/memcached.C, classes/memory.C,
                    326:          classes/op.C, classes/reflection.C, classes/regex.C,
                    327:          classes/response.C, classes/string.C, classes/table.C,
                    328:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    329:          include/pa_array.h, include/pa_base64.h,
                    330:          include/pa_cache_managers.h, include/pa_charset.h,
                    331:          include/pa_charsets.h, include/pa_common.h,
                    332:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    333:          include/pa_dictionary.h, include/pa_dir.h,
                    334:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    335:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    336:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    337:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    338:          include/pa_request_charsets.h, include/pa_request_info.h,
                    339:          include/pa_sapi.h, include/pa_socks.h,
                    340:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    341:          include/pa_stack.h, include/pa_string.h,
                    342:          include/pa_stylesheet_connection.h,
                    343:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    344:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    345:          include/pa_uue.h, include/pa_xml_exception.h,
                    346:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    347:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    348:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    349:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    350:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    351:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    352:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    353:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    354:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    355:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    356:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    357:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    358:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    359:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    360:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    361:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    362:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    363:          main/untaint.C, sql/pa_sql_driver.h,
                    364:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    365:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    366:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    367:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    368:          types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
                    369:          types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
                    370:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    371:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                    372:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                    373:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                    374:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                    375:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                    376:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                    377:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                    378:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                    379:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                    380:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    381:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    382:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    383:          types/pa_vresponse.C, types/pa_vresponse.h,
                    384:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    385:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    386:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    387:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    388:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    389:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    390:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    391: 
1.203     moko      392: 2024-10-28  moko
                    393: 
1.204     moko      394:        * src/classes/array.C: avoid invalidate()
                    395: 
                    396:        * src/: classes/array.C, types/pa_varray.h: minor optimization for
                    397:          fused to survive in ^array::copy[$a] (related to feature #930)
                    398: 
                    399:        * src/types/pa_varray.h: minor optimization as last element is
                    400:          allways defined if present
                    401: 
1.203     moko      402:        * tests/: 435.html, results/435.processed: tests for
                    403:          ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
                    404:          for array added (related to feature #1253)
                    405: 
                    406:        * src/classes/array.C: typo fixed
                    407: 
                    408:        * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
                    409:          ^hash.set([-+]index)[value], and same for array added (implements
                    410:          feature #1253)
                    411: 
                    412:        * tests/results/: 246.processed, 298.processed, 342.processed,
                    413:          389.processed, 397.processed, 430.processed, 432.processed: tests
                    414:          results update after minor exceptions texts fixes
                    415: 
                    416: 2024-10-27  moko
                    417: 
                    418:        * src/: classes/array.C, classes/hash.C, classes/math.C,
                    419:          classes/reflection.C, classes/string.C, classes/table.C,
                    420:          main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
                    421:          types/pa_vmethod_frame.h: handy as_index() added, several
                    422:          exceptions texts fixed (related to feature #930)
                    423: 
                    424:        * src/: classes/array.C, types/pa_varray.h: non-working
                    425:          $array.fields removed, ^array.delete[index] supported (related to
                    426:          feature #930)
                    427: 
                    428:        * tests/: 431.html, results/431.processed: tests updated after
                    429:          ^a.delete[3] supported
                    430: 
                    431:        * tests/: 431.html, 434.html, results/434.processed: tests for last
                    432:          element used, push/pop, exceptions during arguments processing
                    433:          and used caching (related to feature #930)
                    434: 
                    435:        * src/: classes/array.C, types/pa_varray.h: change_used added for
                    436:          better used caching and now no issues if exception occures during
                    437:          append arguments processing (related to feature #930)
                    438: 
                    439:        * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
                    440:          ^array.pop[] added, last element is allways used (related to
                    441:          feature #930)
                    442: 
                    443: 2024-10-26  moko
                    444: 
                    445:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
                    446:          types/pa_varray.h: confirm_all_used added where possible (related
                    447:          to feature #930)
                    448: 
                    449:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    450:          small array optimizations (related to feature #930)
                    451: 
                    452:        * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
                    453: 
                    454:        * tests/: 431.html, results/431.processed: test for
                    455:          ^array.compact[undef] added
                    456: 
                    457:        * src/classes/array.C: ^array.compact[] now have optional 'undef'
                    458:          argument to also compact undefined elements (related to feature
                    459:          #930)
                    460: 
                    461: 2024-10-24  moko
                    462: 
                    463:        * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
                    464:          VArray::hash is used rarery, no longer caching the result
                    465: 
                    466:        * tests/results/432.processed: testing removed from tests
                    467: 
                    468: 2024-10-23  moko
                    469: 
                    470:        * tests/: 431.html, results/431.processed: ^array.compact[] test
                    471:          added
                    472: 
                    473:        * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
                    474: 
                    475:        * tests/: 432.html, results/432.processed: testing ^array.at[] for
                    476:          both "solid" and "sparse" arrays
                    477: 
                    478:        * src/classes/array.C: ^array.at[] speedup for "solid" arrays
                    479: 
                    480: 2024-10-22  moko
                    481: 
                    482:        * tests/results/264.processed: spelling
                    483: 
                    484:        * src/classes/file.C: spelling
                    485: 
                    486:        * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
                    487:          tests updated after ^file::exec[cmd;;$array] implemented and
                    488:          empty arguments not skipped (related to feature #1252)
                    489: 
                    490:        * src/classes/file.C: ^file::exec[cmd;;$array] supported
                    491:          (implements feature #1252) bugfix: empty arguments no longer
                    492:          skipped
                    493: 
1.205     moko      494: 2024-10-21  moko
                    495: 
                    496:        * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
                    497:          007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
                    498:          014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
                    499:          021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
                    500:          028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
                    501:          site/index.html, site/test.txt: httpd tests added
                    502: 
1.202     moko      503: 2024-10-20  moko
                    504: 
                    505:        * src/classes/string.C: warnings war
                    506: 
                    507:        * src/: main/pa_string.C, classes/array.C: warnings war
                    508: 
                    509:        * src/classes/json.C: warnings war
                    510: 
                    511:        * src/classes/image.C: warnings war
                    512: 
                    513:        * src/: classes/table.C, types/pa_varray.C: warnings war
                    514: 
                    515:        * src/classes/array.C: warning war
                    516: 
                    517:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
                    518: 
                    519:        * src/main/main.vcproj: warnings war
                    520: 
                    521: 2024-10-19  moko
                    522: 
                    523:        * tests/427.html: test updated after constructors renamed
                    524: 
                    525: 2024-10-18  moko
                    526: 
                    527:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
                    528:          results/421.processed, results/430.processed,
                    529:          results/431.processed: test updated after constructors renamed
                    530: 
                    531:        * src/classes/array.C: create -> copy, new -> create according to
                    532:          https://www.parser.ru/forum/?id=86603 discussion (related to
                    533:          feature #930)
                    534: 
                    535: 2024-10-16  moko
                    536: 
                    537:        * src/classes/json.C: $json:array[array or hash] added to provide
                    538:          more backward compatibility (implements feature #1251)
                    539: 
                    540: 2024-10-15  moko
                    541: 
                    542:        * tests/: 421.html, results/421.processed: test results updated
                    543:          after missing constuctor error check added and array is_index
                    544:          check added
                    545: 
                    546:        * src/main/execute.C: absent constructor message fixed
                    547: 
1.201     moko      548: 2024-10-13  moko
                    549: 
                    550:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                    551:          with is_index() before calling index() for better error reporting
                    552:          in method name typo (was invalid number, not method not found
                    553:          exception).
                    554: 
                    555: 2024-10-08  moko
                    556: 
                    557:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                    558: 
                    559:        * src/include/pa_array.h: warnings war
                    560: 
1.200     moko      561: 2024-10-05  moko
                    562: 
                    563:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                    564:          returns current row cells array (implements feature #1250)
                    565: 
                    566:        * tests/: 405.html, results/169.processed, results/405.processed:
                    567:          tests updated after ^string.split[;a] implemented (related to
                    568:          feature #1249)
                    569: 
                    570:        * src/classes/string.C: ^string.split[] - 'a' option added for
                    571:          splitting into an array (implements feature #1249)
                    572: 
                    573: 2024-10-04  moko
                    574: 
                    575:        * tests/: 431.html, results/431.processed: final code coverage
                    576:          array tests
                    577: 
                    578:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    579:          array: confirm_all_used() added and used where possible, expand()
                    580:          now expends faster
                    581: 
                    582: 2024-10-03  moko
                    583: 
                    584:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                    585: 
                    586:        * tests/: 256.html, results/256.processed: test for
                    587:          $.date[unix-timestamp] handling large dates
                    588: 
                    589:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                    590:          classes/string.C, classes/table.C, include/pa_common.h,
                    591:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    592:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                    593:          format replaced with pa_uitoa where applicable,
                    594:          $.date[unix-timestamp] fixed for handling large dates
                    595: 
                    596:        * tests/: 433.html, results/433.processed: more tests, including
                    597:          test for possible endless recursion in ^o.GET[]
                    598: 
                    599:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                    600:          recursion in get_scalar_value inside ^o.GET[]
                    601: 
                    602:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                    603:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                    604:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                    605:          $LIMITS.max_recursion
                    606: 
                    607: 2024-10-02  moko
                    608: 
                    609:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                    610:          results/253.processed, results/287.processed,
                    611:          results/430.processed, results/433.processed: more tests for full
                    612:          array and json code coverage
                    613: 
                    614:        * tests/: 433.html, results/433.processed: tests for hash functions
                    615:          with array param
                    616: 
                    617:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                    618: 
                    619:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                    620:          in 246.html used to test ^array.at, same result produced
                    621: 
                    622:        * tests/: 430.html, 431.html, results/430.processed,
                    623:          results/431.processed: more array tests for 100% code coverage
                    624:          (related to feature #930)
                    625: 
                    626:        * tests/: 427.html, 430.html, results/427.processed,
                    627:          results/430.processed: first portion of array tests added
                    628:          (related to feature #930)
                    629: 
                    630:        * src/classes/array.C: allow only whitespace string as argument for
                    631:          add and join
                    632: 
                    633:        * src/classes/array.C: add behavour for array synced with hash
                    634: 
                    635: 2024-09-30  moko
                    636: 
                    637:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                    638:          tests added
                    639: 
                    640:        * src/classes/array.C: $.distinct should not be used unless
                    641:          $.sparse(true)
                    642: 
                    643:        * tests/: 429-sql.html, results/388-sql.processed,
                    644:          results/429-sql.processed: tests for ^array::sql{}, including
                    645:          multi_statements mode (related to feature #930)
                    646: 
1.199     moko      647: 2024-09-29  moko
                    648: 
                    649:        * src/classes/array.C: synced ^array::sql multi_statements logic
                    650:          with ^hash::sql new behavour
                    651: 
                    652: 2024-09-28  moko
                    653: 
                    654:        * tests/: 428-sql.html, results/388-sql.processed,
                    655:          results/428-sql.processed: tests updated after column names were
                    656:          fixed in multi_statements mode (related to feature #1197)
                    657: 
                    658:        * src/classes/hash.C: column names are fixed for most cases in
                    659:          multi_statements mode (related to feature #1197)
                    660: 
                    661:        * tests/: 428-sql.html, results/195.processed,
                    662:          results/224.processed, results/239.processed,
                    663:          results/254.processed, results/261.processed,
                    664:          results/306.processed, results/333.processed,
                    665:          results/341.processed, results/343.processed,
                    666:          results/344.processed, results/348.processed,
                    667:          results/364.processed, results/389.processed,
                    668:          results/390.processed, results/415.processed,
                    669:          results/420.processed, results/421.processed: tests results
                    670:          updated after error messages spelling minor fixes
                    671: 
                    672:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                    673:          spelling
                    674: 
                    675:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    676:          classes/image.C, classes/math.C, classes/string.C,
                    677:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                    678:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                    679:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                    680:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                    681:          types/pa_vmail.C, types/pa_vobject.C,
                    682:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    683:          types/pa_vxdoc.C: minor error messages spelling fixes
                    684: 
                    685:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                    686:          implementation (related to feature #930)
                    687: 
                    688:        * tests/: 388-sql.html, results/388-sql.processed: test results
                    689:          updated after rows number ^file::sql{} check added
                    690: 
                    691:        * src/classes/file.C: rows number now checked in ^file::sql{}
                    692: 
                    693:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                    694: 
                    695:        * tests/: 428-sql.html, results/428-sql.processed: more
                    696:          multi_statements testing before bugfix
                    697: 
                    698:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                    699:          results/428-sql.processed: support for multiple sql test files
                    700:          added
                    701: 
                    702:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                    703: 
                    704:        * src/classes/hash.C: more accurate one_bool_column processing
                    705: 
                    706:        * tests/: 427.html, results/427.processed: Constructors as methods
                    707:          behavour documented in test
                    708: 
                    709:        * src/classes/hash.C: HashStringValue::Iterator used for options
                    710: 
                    711:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                    712: 
                    713:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                    714:          testing
                    715: 
                    716:        * tests/results/367-curl.processed: test result updated after
                    717:          server charset changed
                    718: 
                    719:        * tests/results/347-curl.processed: error messages updated
                    720: 
                    721:        * tests/results/: 346-curl.processed, 379-curl.processed,
                    722:          394-curl.processed: tests results updated after Type -> Exception
                    723:          type replacement
                    724: 
                    725:        * tests/results/388-sql.processed: tests result updated after Type
                    726:          -> Exception type
                    727: 
                    728: 2024-09-27  moko
                    729: 
                    730:        * src/classes/hash.C: minor simplification
                    731: 
                    732: 2024-09-24  moko
                    733: 
                    734:        * src/main/pa_string.C: atoui error messages improved
                    735: 
                    736:        * tests/: 165.html, 312.html, results/165.processed,
                    737:          results/312.processed, results/379.processed: tests updated after
                    738:          default endless loop limit increased, atoi error messages
                    739:          improved
                    740: 
                    741:        * src/classes/hash.C: VBool::get used, unification
                    742: 
1.198     moko      743: 2024-09-22  moko
                    744: 
                    745:        * src/classes/array.C: minor simplification
                    746: 
                    747:        * src/classes/array.C: ^array.left(N),
                    748:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                    749: 
                    750:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                    751:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                    752:          added, default 1000000 (related to feature #930)
                    753: 
                    754:        * tests/: 426.html, results/426.processed: test for negative limit
                    755:          and offset processing for table options added
                    756: 
                    757:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                    758:          bugfix: negative limit and offset processing for table options
                    759:          fixed
                    760: 
                    761: 2024-09-21  moko
                    762: 
                    763:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                    764:          ^for added that also iterates holes; ^remove added (related to
                    765:          feature #930)
                    766: 
                    767:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                    768:          $.offset(M) ] added (related to feature #930)
                    769: 
                    770: 2024-09-20  moko
                    771: 
                    772:        * src/: classes/array.C, types/pa_varray.h: array:
                    773:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                    774:          feature #930)
                    775: 
                    776: 2024-09-19  moko
                    777: 
                    778:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                    779:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                    780:          support $a[v1;v2;...] syntax (related to feature #930)
                    781: 
                    782: 2024-09-17  moko
                    783: 
                    784:        * src/: classes/reflection.C, include/pa_request.h,
                    785:          main/compile_tools.h, main/pa_request.C:
                    786:          ^reflection:class_alias[existing class name;alias class name]
                    787:          added. The array class can now be redefined regardless of the
                    788:          $.replace(bool) option value (related to feature #930)
                    789: 
                    790:        * src/main/: compile.y, compile_tools.h: class_add return value
                    791:          inverted to add it to request class
                    792: 
                    793:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                    794:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                    795:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                    796:          resize if required. spared array - added fused, append.
                    797: 
1.197     moko      798: 2024-09-16  moko
                    799: 
                    800:        * src/types/pa_varray.h: get moved to where it belongs
                    801: 
                    802: 2024-09-15  moko
                    803: 
                    804:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                    805:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                    806: 
                    807:        * tests/: 421.html, results/323.processed, results/421.processed:
                    808:          tests updated after 'spared-array' class renamed to 'array'
                    809:          following a discussion on the forum (related to feature #930)
                    810: 
                    811:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                    812:          types/pa_vmail.C: initial SparseArray separation from Array,
                    813:          parser class now 'array'
                    814: 
                    815: 2024-09-14  moko
                    816: 
                    817:        * tests/: 030.html, results/030.processed: out of range expires
                    818:          check added
                    819: 
                    820:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                    821:          checking expires time using VDate
                    822: 
                    823: 2024-09-13  moko
                    824: 
                    825:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                    826:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                    827:          classes/memcached.C, classes/op.C, classes/regex.C,
                    828:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                    829:          main/execute.C, main/pa_http.C, main/pa_request.C,
                    830:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                    831:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                    832:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                    833:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                    834:          removed as dynamic_cast is faster, Value::is() is still required
                    835:          for is operator.
                    836: 
                    837: 2024-09-12  moko
                    838: 
                    839:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                    840:          classes/table.C, classes/xnode.C, include/pa_array.h,
                    841:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                    842:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                    843:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                    844:          templated pa_itoa/pa_uitoa added to work with any integer type,
                    845:          String::Body::Format removed
                    846: 
                    847: 2024-09-10  moko
                    848: 
                    849:        * src/classes/array.C: append and insert methods added to
                    850:          sparse-array (related to feature #930)
                    851: 
                    852:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                    853:          tests updated after sparse-array was added to avoid ^json:parse[]
                    854:          using it in old tests (related to feature #930)
                    855: 
                    856:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                    857:          types/pa_varray.h: sparse-array class added (initial feature #930
                    858:          implementation)
                    859: 
                    860:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                    861:          for sparse-array class files (related to feature #930)
                    862: 
                    863:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                    864:          types/pa_vhash.h: VArray support functions without actual VArray
                    865:          files (related to feature #930)
                    866: 
1.196     moko      867: 2024-09-07  moko
                    868: 
                    869:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                    870:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                    871:          main/pa_http.C, main/pa_sql_driver_manager.C,
                    872:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                    873:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                    874:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                    875:          with Hash::Iterator, has_next() replaced with operator bool
                    876:          (related to feature #930)
                    877: 
                    878:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                    879:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                    880:          types/pa_vstateless_class.C: Array class extended,
                    881:          Array::Iterator added and used (related to feature #930)
                    882: 
1.195     moko      883: 2024-08-26  moko
                    884: 
                    885:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                    886:          should be used on argv[0] as well to match document root.
                    887: 
1.194     moko      888: 2024-08-25  moko
                    889: 
                    890:        * src/main/pa_request.C: be more specific
                    891: 
                    892:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                    893:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                    894:          (fixes bug #1244)
                    895: 
                    896:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                    897:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                    898:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                    899: 
                    900:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                    901: 
1.193     moko      902: 2024-07-24  moko
                    903: 
                    904:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                    905:          main/execute.C, main/pa_string.C: Warning war: clang changed
                    906:          -Wdeprecated-register warning to -Wregister, it's easier to
                    907:          remove all register vars then continue this fight. :)
                    908: 
                    909:        * src/main/: compile.y, compile.tab.C: warning war: register
                    910:          removed
                    911: 
1.192     moko      912: 2024-07-14  moko
                    913: 
                    914:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                    915:          checking the HTTP request environment; if the variable is not
                    916:          present, checking the web server process environment (implements
                    917:          feature #1242)
                    918: 
1.191     moko      919: 2024-05-26  moko
                    920: 
                    921:        * tests/: 195.html, 229.html, results/096.processed,
                    922:          results/097.processed, results/158.processed,
                    923:          results/186.processed, results/273.processed,
                    924:          results/293.processed, results/317.processed,
                    925:          results/389.processed, results/402.processed: tests updated as
                    926:          single quote now escaped with &apos; in HTML tainting mode
                    927:          (related to feature #1241)
                    928: 
                    929:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                    930:          tainting mode (implements feature #1241)
                    931: 
                    932:        * tests/results/: 020.processed, 021.processed, 026.processed,
                    933:          042.processed, 043.processed, 057.processed, 110.processed,
                    934:          115.processed, 116.processed, 117.processed, 118.processed,
                    935:          119.processed, 120.processed, 125.processed, 126.processed,
                    936:          128.processed, 130.processed, 131.processed, 132.processed,
                    937:          133.processed, 135.processed, 136.processed, 138.processed,
                    938:          139.processed, 140.processed, 145.processed, 150.processed,
                    939:          151.processed, 165.processed, 174.processed, 181.processed,
                    940:          182.processed, 192.processed, 193.processed, 201.processed,
                    941:          213.processed, 224.processed, 226.processed, 230.processed,
                    942:          239.processed, 240.processed, 244.processed, 253.processed,
                    943:          254.processed, 261.processed, 264.processed, 269.processed,
                    944:          274.processed, 275.processed, 288.processed, 294.processed,
                    945:          296.processed, 303.processed, 306.processed, 307.processed,
                    946:          308.processed, 311.processed, 312.processed, 314.processed,
                    947:          315.processed, 316.processed, 320.processed, 323.processed,
                    948:          324.processed, 325.processed, 328.processed, 330.processed,
                    949:          332.processed, 333.processed, 337.processed, 338.processed,
                    950:          341.processed, 342.processed, 343.processed, 344.processed,
                    951:          345.processed, 348.processed, 352.processed, 356.processed,
                    952:          357.processed, 363.processed, 364.processed, 368.processed,
                    953:          372.processed, 373.processed, 376.processed, 378.processed,
                    954:          379.processed, 385.processed, 386.processed, 387.processed,
                    955:          389.processed, 390.processed, 395.processed, 397.processed,
                    956:          398.processed, 399.processed, 404.processed, 406.processed,
                    957:          413.processed, 414.processed, 420.processed, 421.processed,
                    958:          424.processed, auto.p: Type -> Exception type for readability
                    959: 
                    960:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                    961:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                    962:          results/119.processed, results/165.processed,
                    963:          results/175.processed, results/192.processed,
                    964:          results/213.processed, results/217.processed,
                    965:          results/230.processed, results/240.processed,
                    966:          results/298.processed, results/380.processed,
                    967:          results/415.processed: try-catch, try-catch-comment used
                    968: 
                    969: 2024-05-21  moko
                    970: 
                    971:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                    972:          results/180.processed, results/195.processed,
                    973:          results/224.processed, results/auto.p: @try-catch-comment added
                    974:          and used
                    975: 
                    976:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                    977:          415.html, results/269.processed, results/283.processed,
                    978:          results/auto.p: more tests are updated to prepare for apostrophe
                    979:          escaping in HTML tainting
                    980: 
                    981:        * tests/results/: 181.processed, 294.processed, 296.processed,
                    982:          315.processed, 379.processed, 389.processed, auto.p:
                    983:          $exception.comment printed as-is for whitespace reporting and to
                    984:          prepare for apostrophe escaping in HTML mode
                    985: 
1.190     moko      986: 2024-05-11  moko
                    987: 
                    988:        * tests/: 099.html, 100.html, results/099.processed,
                    989:          results/100.processed: a test for non-UTF-8 filename* added
                    990:          (related to feature #1240)
                    991: 
                    992:        * tests/: 293.html, results/293.processed: tainting modes tests
                    993:          added
                    994: 
                    995:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    996:          309.processed, 310.processed, 419.processed: tests results
                    997:          updated after filename* added (related to feature #1240)
                    998: 
                    999:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                   1000:          parameter was added to the Content-Disposition header to conform
                   1001:          with RFC 6266, with code provided by Sumo (implements feature
                   1002:          #1240)
                   1003: 
                   1004: 2024-05-10  moko
                   1005: 
                   1006:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                   1007:          positive performance effect in our case
                   1008: 
1.189     moko     1009: 2024-03-27  moko
                   1010: 
                   1011:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                   1012:          (related to feature #1236)
                   1013: 
                   1014: 2024-03-15  moko
                   1015: 
                   1016:        * tests/: 413.html, results/413.processed: test for object still
                   1017:          can be used as file parameter (related to bug #1218)
                   1018: 
                   1019:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                   1020:          still can be used in file context (fixes bug #1218)
                   1021: 
                   1022: 2024-03-14  moko
                   1023: 
                   1024:        * src/include/pa_string.h: ArrayString get() null result assert
                   1025:          also added (related to bug #1238)
                   1026: 
                   1027:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                   1028:          VString::empty() used instead of new VString()
                   1029: 
                   1030: 2024-03-12  moko
                   1031: 
                   1032:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                   1033:          results/379.processed: test added for cookie without value
                   1034:          (related to bug #1238)
                   1035: 
                   1036:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                   1037:          values are now required to be non-null (related to bug #1238)
                   1038: 
                   1039:        * src/main/pa_http.C: cookies without value are now parsed
                   1040:          correctly (fixed bug #1238)
                   1041: 
                   1042: 2024-03-11  moko
                   1043: 
                   1044:        * tests/run_parser.sh: for better error reporting
                   1045: 
1.188     moko     1046: 2023-12-30  moko
                   1047: 
                   1048:        * tests/: 038.html, results/038.processed: test for atan2 added
                   1049: 
                   1050: 2023-12-29  moko
                   1051: 
                   1052:        * src/classes/math.C: atan2(y,x) math function added
                   1053: 
1.187     moko     1054: 2023-12-14  moko
                   1055: 
                   1056:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                   1057: 
                   1058:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                   1059:          exceptions and behavour added (related to feature #1236)
                   1060: 
                   1061: 2023-12-13  moko
                   1062: 
                   1063:        * buildall: by default parser is now bundled with pcre2 10.42,
                   1064:          --without-pcre2 option added to build with pcre-8.45 (related to
                   1065:          feature #1236)
                   1066: 
                   1067: 2023-12-12  moko
                   1068: 
                   1069:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                   1070:          support added (implements feature #1236)
                   1071: 
                   1072:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                   1073:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                   1074:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                   1075:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                   1076:          <yavor@gnu.org> to add pcre2 library support (implements feature
                   1077:          #1236)
                   1078: 
1.186     moko     1079: 2023-11-28  moko
                   1080: 
                   1081:        * src/include/pa_config_includes.h: warnings war continues
                   1082: 
                   1083:        * src/include/pa_config_includes.h: warning war
                   1084: 
                   1085:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                   1086:          number strings, whitespace and sign in exception messages
                   1087:          (related to bug #1234)
                   1088: 
1.185     moko     1089: 2023-11-26  moko
                   1090: 
                   1091:        * tests/: 274.html, results/224.processed, results/274.processed:
                   1092:          tests for date double, int, bool added (related to feature #1235)
                   1093: 
                   1094:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                   1095:          added for date class (implements feature #1235)
                   1096: 
                   1097: 2023-11-23  moko
                   1098: 
                   1099:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                   1100:          and '-' strings are no longer can be treated as number 0,
                   1101:          exception thrown (fixes bug #1234)
                   1102: 
1.184     moko     1103: 2023-11-18  moko
                   1104: 
                   1105:        * src/include/pa_types.h: minor
                   1106: 
                   1107:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                   1108: 
                   1109:        * tests/: 389.html, results/389.processed: error messages for some
                   1110:          OS differs a bit, reducing failing tests for them
                   1111: 
                   1112: 2023-11-17  moko
                   1113: 
                   1114:        * tests/: 423.html, results/423.processed: test for optional
                   1115:          @auto[] inheritance added (related to feature #1233)
                   1116: 
                   1117:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1118:          types/pa_vstateless_class.C: optional @auto[] inheritance
                   1119:          implemented if defined with two args (path, class name)
                   1120:          (implements feature #1233)
                   1121: 
                   1122:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   1123:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                   1124:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                   1125:          sync double->int overflow behavour under different architectures
                   1126:          (fixes bug #1232)
                   1127: 
                   1128:        * tests/: 422.html, results/422.processed: int clipping added
                   1129: 
                   1130: 2023-11-16  moko
                   1131: 
                   1132:        * tests/: 422.html, results/422.processed: test for int and uint
                   1133:          overflow in ^n.format[d/u/x]
                   1134: 
                   1135:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                   1136:          Apple M1 when negative double converts to uint the result is 0)
                   1137:          and crc32 should be 32 bits
                   1138: 
                   1139:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                   1140:          on Apple M1 it's 0
                   1141: 
                   1142:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                   1143:          Apple M1 when negative double converts to uint the result is 0)
                   1144:          and crc32 should be 32 bits
                   1145: 
1.183     moko     1146: 2023-10-07  moko
                   1147: 
                   1148:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                   1149:          behavour with other OP_NUM_*, related to bug #1230
                   1150: 
                   1151: 2023-10-06  moko
                   1152: 
                   1153:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                   1154: 
                   1155:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                   1156:          be converted to double to avoid 80 bit operations in x87 mode
                   1157:          (fixes bug #1230)
                   1158: 
                   1159: 2023-10-05  moko
                   1160: 
                   1161:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                   1162:          compatibility
                   1163: 
                   1164:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                   1165: 
                   1166:        * tests/: 421.html, results/421.processed: test to cover all
                   1167:          classes and objects nonexistent method and field exceptions
                   1168:          (related to feature #1080 and #1227)
                   1169: 
                   1170:        * tests/results/: 182.processed, 324.processed: undefined method ->
                   1171:          <type> method not found exception (related to feature #1080)
                   1172: 
                   1173:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                   1174:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                   1175:          "element can not be fetched from" for them, "field not found" for
                   1176:          all other types (related to bug #1227)
                   1177: 
                   1178: 2023-10-03  moko
                   1179: 
                   1180:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                   1181:          <type> method not found" exception now thrown for static calls
                   1182:          instead of "undefined method" without class name (related to
                   1183:          feature #1080)
                   1184: 
                   1185: 2023-10-02  moko
                   1186: 
                   1187:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                   1188:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                   1189:          <method name>, Comment: <type> method not found" exception now
                   1190:          thrown for all dynamic objects instead of "undefined method"
                   1191:          without class name (implements feature #1080)
                   1192: 
1.182     moko     1193: 2023-10-01  moko
                   1194: 
                   1195:        * src/classes/json.C: we don't have a dynamic json object.
                   1196: 
                   1197: 2023-09-28  moko
                   1198: 
                   1199:        * tests/: 420.html, results/261.processed, results/420.processed:
                   1200:          tests updated after bug #1228 fix reverted
                   1201: 
                   1202:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                   1203:          whitespace string is hash compatible, so we don't want $s.key to
                   1204:          return a junction
                   1205: 
                   1206:        * tests/: 261.html, 420.html, results/261.processed,
                   1207:          results/420.processed: test for bug #1227 added, test updated
                   1208:          after bug #1228 fixed
                   1209: 
                   1210:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                   1211:          now throws exception as $non-empty-string.field (fixes bug #1227)
                   1212: 
                   1213:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                   1214:          #1228)
                   1215: 
                   1216: 2023-09-26  moko
                   1217: 
                   1218:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                   1219:          src/classes/classes.C, src/classes/classes.awk,
                   1220:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                   1221:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   1222:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   1223:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                   1224:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                   1225:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                   1226:          src/classes/regex.C, src/classes/response.C,
                   1227:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   1228:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   1229:          src/include/pa_array.h, src/include/pa_base64.h,
                   1230:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   1231:          src/include/pa_charsets.h, src/include/pa_common.h,
                   1232:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   1233:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   1234:          src/include/pa_exception.h, src/include/pa_exec.h,
                   1235:          src/include/pa_globals.h, src/include/pa_hash.h,
                   1236:          src/include/pa_http.h, src/include/pa_memory.h,
                   1237:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   1238:          src/include/pa_os.h, src/include/pa_pool.h,
                   1239:          src/include/pa_random.h, src/include/pa_request.h,
                   1240:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   1241:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   1242:          src/include/pa_sql_connection.h,
                   1243:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   1244:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   1245:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                   1246:          src/include/pa_table.h, src/include/pa_threads.h,
                   1247:          src/include/pa_types.h, src/include/pa_uue.h,
                   1248:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                   1249:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                   1250:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                   1251:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                   1252:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                   1253:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                   1254:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                   1255:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                   1256:          src/main/compile.tab.C, src/main/compile.y,
                   1257:          src/main/compile_tools.C, src/main/compile_tools.h,
                   1258:          src/main/execute.C, src/main/pa_base64.C,
                   1259:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   1260:          src/main/pa_charsets.C, src/main/pa_common.C,
                   1261:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   1262:          src/main/pa_exception.C, src/main/pa_exec.C,
                   1263:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                   1264:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                   1265:          src/main/pa_request.C, src/main/pa_socks.C,
                   1266:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   1267:          src/main/pa_stylesheet_connection.C,
                   1268:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                   1269:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                   1270:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                   1271:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                   1272:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                   1273:          src/targets/apache/mod_parser3_core.C,
                   1274:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                   1275:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                   1276:          src/types/pa_method.h, src/types/pa_property.h,
                   1277:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1278:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                   1279:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   1280:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   1281:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                   1282:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1283:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                   1284:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                   1285:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   1286:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   1287:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   1288:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                   1289:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                   1290:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   1291:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                   1292:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                   1293:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   1294:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                   1295:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                   1296:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   1297:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   1298:          src/types/pa_vstateless_class.h,
                   1299:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   1300:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   1301:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1302:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                   1303:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   1304:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   1305:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   1306:          src/types/pa_wwrapper.h: copyright, authors actualized
                   1307: 
1.181     moko     1308: 2023-08-20  moko
                   1309: 
                   1310:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                   1311:          commited (related to feature #1219)
                   1312: 
                   1313: 2023-08-16  moko
                   1314: 
                   1315:        * src/main/pa_random.C: replaced clock precision with monotonicity
                   1316:          counter, good for Windows version with low clock frequency
                   1317:          (related to feature #1229)
                   1318: 
                   1319: 2023-08-15  moko
                   1320: 
                   1321:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                   1322:          fixes related to feature #1229
                   1323: 
                   1324:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                   1325:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                   1326:          (implements feature #1229)
                   1327: 
1.180     moko     1328: 2023-08-02  moko
                   1329: 
                   1330:        * tests/: results/417.processed, 417.html: test for empty string
                   1331:          match after last char added (related to bug #1224)
                   1332: 
                   1333:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                   1334:          length match (related to bug #1224)
                   1335: 
1.179     moko     1336: 2022-11-22  moko
                   1337: 
                   1338:        * tests/: 419.html, results/419.processed: test for L_URI and path
                   1339:          removeal from filename added (related to bug #1204)
                   1340: 
                   1341:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                   1342:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                   1343:          attribute value, L_URI should be used
                   1344: 
1.178     moko     1345: 2022-09-21  moko
                   1346: 
                   1347:        * src/targets/cgi/parser3.C: more clear error messages
                   1348: 
                   1349:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                   1350:          SAPI_Info will return 0 in read_post and post_size !=
                   1351:          content_length will be thrown
                   1352: 
1.177     moko     1353: 2022-08-23  moko
                   1354: 
                   1355:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                   1356:          header value
                   1357: 
                   1358: 2022-08-22  moko
                   1359: 
                   1360:        * tests/: 418.html, results/418.processed: test for
                   1361:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                   1362:          to #1225)
                   1363: 
                   1364:        * src/classes/hash.C: keep old behavoir by default
                   1365: 
                   1366:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                   1367:          $.order[self|arg] ] added (implements #1215)
                   1368: 
1.176     moko     1369: 2022-03-21  moko
                   1370: 
                   1371:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                   1372:          xmlInitCharEncodingHandlers is called in libxml static
                   1373:          initializers before gc_substitute_memory_management_functions in
                   1374:          pa_globals and thus gc may not see reference to our
                   1375:          xmlCharEncodingHandler and free it.
                   1376: 
1.175     moko     1377: 2022-01-26  moko
                   1378: 
                   1379:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                   1380: 
1.174     moko     1381: 2021-12-28  moko
                   1382: 
                   1383:        * tests/: 417.html, results/417.processed: test for empty string
                   1384:          match added (related to bug #1224)
                   1385: 
                   1386:        * src/main/pa_string.C: empty string match now works (fixes bug
                   1387:          #1224)
                   1388: 
1.173     moko     1389: 2021-12-24  moko
                   1390: 
                   1391:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                   1392: 
                   1393: 2021-12-23  moko
                   1394: 
                   1395:        * src/: classes/table.C, main/pa_request.C: warnings war
                   1396: 
                   1397:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   1398:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                   1399: 
                   1400: 2021-12-21  moko
                   1401: 
                   1402:        * tests/: 416.html, results/416.processed: test for ^break[] in
                   1403:          ^hash/table.select[] (related to feature #1222)
                   1404: 
                   1405:        * src/classes/: hash.C, table.C: ^break[] support for
                   1406:          ^hash/table.select[] (implements feature #1222)
                   1407: 
1.172     moko     1408: 2021-11-30  moko
                   1409: 
                   1410:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                   1411:          0.5 sec
                   1412: 
1.171     moko     1413: 2021-11-10  moko
                   1414: 
                   1415:        * tests/results/415.processed: more syntax errors tests added
                   1416: 
                   1417:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                   1418:          28.p: minor syntax error tests
                   1419: 
                   1420:        * src/main/pa_exception.C: pa_strdup added for compatibility
                   1421: 
                   1422:        * src/classes/curl.C: hint to call ^curl:options[
                   1423:          $.library[correct.libcurl.so.name] ] added if default load fails.
                   1424: 
                   1425: 2021-11-09  moko
                   1426: 
                   1427:        * src/main/compile.y: error message can be on stack
                   1428: 
                   1429:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                   1430: 
                   1431:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                   1432:          this case then strncpy
                   1433: 
                   1434:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                   1435:          instead of strcpy where possible
                   1436: 
                   1437:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                   1438:          used to avoid MAX_STRING limit in Exception comment
                   1439: 
                   1440:        * tests/results/415.processed: compiler exceptions are no longer
                   1441:          limited to MAX_STRING
                   1442: 
                   1443:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                   1444:          char * instead of fixed buffer
                   1445: 
                   1446:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                   1447:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                   1448:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                   1449:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                   1450:          results/415.processed: tests for parser.compile exceptions added
                   1451: 
                   1452: 2021-11-08  moko
                   1453: 
                   1454:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                   1455:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                   1456:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1457:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                   1458:          drawbacks
                   1459: 
1.170     moko     1460: 2021-11-06  moko
                   1461: 
                   1462:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                   1463:          (implements feature #1219)
                   1464: 
                   1465:        * tests/: 414.html, results/414.processed: test for
                   1466:          ^hash.rename[from;to] added (related to feature #1144)
                   1467: 
                   1468: 2021-11-05  moko
                   1469: 
                   1470:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                   1471:          (related to feature #1144)
                   1472: 
                   1473: 2021-11-04  moko
                   1474: 
                   1475:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                   1476:          added (implements feature #1144)
                   1477: 
1.169     moko     1478: 2021-10-19  moko
                   1479: 
                   1480:        * tests/: 413.html, results/413.processed: test for hash no longer
                   1481:          is accepted as file parameter (related to bug #1218)
                   1482: 
                   1483:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1484:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                   1485:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                   1486:          longer is accepted as file parameter (fixes bug #1218)
                   1487: 
1.168     moko     1488: 2021-07-19  moko
                   1489: 
                   1490:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                   1491:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                   1492: 
1.167     moko     1493: 2021-04-16  moko
                   1494: 
                   1495:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                   1496:          processing it leads to assertions.
                   1497: 
1.166     moko     1498: 2021-03-25  moko
                   1499: 
                   1500:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                   1501:          #1213
                   1502: 
1.165     moko     1503: 2021-02-12  moko
                   1504: 
                   1505:        * tests/: 360.html, results/360.processed, results/363.processed:
                   1506:          parser method call in expression mode no longer differs from call
                   1507:          in string mode (related to feature #1211)
                   1508: 
                   1509: 2021-02-11  moko
                   1510: 
                   1511:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   1512:          fixed (bug #1212)
                   1513: 
                   1514:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   1515:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   1516:          strings in both calls (implements feature #1211)
                   1517: 
1.164     moko     1518: 2021-01-28  moko
                   1519: 
                   1520:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   1521: 
                   1522:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   1523:          3.4.7b
                   1524: 
1.162     moko     1525: 2021-01-21  moko
                   1526: 
                   1527:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   1528:          is MULTITHREADED
                   1529: 
1.157     moko     1530: 2021-01-20  moko
                   1531: 
1.161     moko     1532:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   1533:          'a2enmod mpm_prefork'
                   1534: 
1.160     moko     1535:        * src/targets/apache/mod_parser3.c: prefork name is now
                   1536:          'libapache2-mpm-itk'
                   1537: 
                   1538:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   1539:          removed
                   1540: 
1.159     moko     1541:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   1542: 
1.158     moko     1543:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   1544:          3.4.6
                   1545: 
1.157     moko     1546:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   1547: 
                   1548:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   1549:          /httpd.p
                   1550: 
                   1551:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   1552:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   1553:          #1203)
                   1554: 
                   1555: 2021-01-19  moko
                   1556: 
                   1557:        * buildall: --disable-parallel-mark added to avoid "number of
                   1558:          processors" threads creation for heap marking as it conflicts
                   1559:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   1560:          limits threads)
                   1561: 
1.156     moko     1562: 2021-01-16  moko
                   1563: 
                   1564:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   1565:          main/pa_globals.C, main/pa_memory.C,
                   1566:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   1567:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   1568:          feature #1209)
                   1569: 
                   1570: 2021-01-15  moko
                   1571: 
                   1572:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   1573:          3.4.6rc
                   1574: 
                   1575:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   1576:          faster on large json)
                   1577: 
                   1578: 2021-01-14  moko
                   1579: 
                   1580:        * operators.txt: updated with 3.4.6 changes
                   1581: 
                   1582:        * tests/results/224.processed: test result modified after
                   1583:          today(shift) implemented
                   1584: 
                   1585:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   1586:          option $.default(bool) added (related to feature #1172)
                   1587: 
                   1588:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   1589:          (related to feature #1172)
                   1590: 
                   1591:        * tests/: 141.html, results/141.processed: test modified for
                   1592:          feature #1185.
                   1593: 
                   1594:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   1595:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   1596:          options $.lower(bool) (implements feature #1185)
                   1597: 
                   1598: 2021-01-11  moko
                   1599: 
                   1600:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   1601:          #1192)
                   1602: 
                   1603:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   1604:          added (related to feature #1192)
                   1605: 
1.155     moko     1606: 2021-01-05  moko
                   1607: 
                   1608:        * tests/: 270.html, results/270.processed: test modified to work
                   1609:          under Windows
                   1610: 
                   1611:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   1612:          4 windows
                   1613: 
                   1614:        * tests/: 410.html, results/410.processed: test for
                   1615:          $CLASS-GETTER-PROTECTED(false) added
                   1616: 
                   1617: 2021-01-04  moko
                   1618: 
                   1619:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   1620:          $MAIN:LOCALS(true) added
                   1621: 
1.154     moko     1622: 2021-01-03  moko
                   1623: 
                   1624:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   1625:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   1626:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   1627:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   1628:          #1207)
                   1629: 
                   1630: 2021-01-02  moko
                   1631: 
                   1632:        * etc/auto.p.in: minor
                   1633: 
                   1634:        * src/main/pa_request.C: sending headers only after opening file to
                   1635:          allow error reporting if file was not opened (foreign group,
                   1636:          etc).
                   1637: 
                   1638: 2020-12-31  moko
                   1639: 
                   1640:        * src/: include/pa_request.h, main/pa_request.C,
                   1641:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   1642: 
                   1643:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1644:          main/pa_request.C: get_class_ref added and used
                   1645: 
                   1646:        * etc/auto.p.in: @CLASS httpd added
                   1647: 
                   1648:        * etc/auto.p.in: @auto[] is now first
                   1649: 
                   1650: 2020-12-30  moko
                   1651: 
                   1652:        * tests/: 408.html, results/408.processed: test for bug #1166
                   1653:          (windows only) added
                   1654: 
                   1655:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   1656:          for trailing / (fixes bug #1166)
                   1657: 
                   1658:        * tests/: 341.html, results/341.processed: tests for
                   1659:          ^nameless_table.hash[] added (related to feature #1138)
                   1660: 
                   1661:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   1662:          (implements feature #1138), extra fields in named tables no
                   1663:          longer ignored (implements feature #1138)
                   1664: 
                   1665:        * tests/results/390.processed: updated after exception text change
                   1666: 
                   1667: 2020-12-29  moko
                   1668: 
                   1669:        * tests/: 407.html, results/407.processed: +$._default check
                   1670: 
                   1671:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   1672: 
                   1673:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   1674:          and ^hash.reverse[] added (releated to feature #1172)
                   1675: 
                   1676:        * src/classes/hash.C:
                   1677:          ^hash.select[key;value](bool-condition)[options hash] +
                   1678:          ^hash.reverse[] added (implements feature #1172)
                   1679: 
                   1680:        * src/types/pa_vtable.h: warning war
                   1681: 
                   1682:        * src/include/pa_config_fixed.h: win32 fix
                   1683: 
1.153     moko     1684: 2020-12-27  moko
                   1685: 
                   1686:        * tests/: 406.html, results/406.processed: test results updated
                   1687: 
                   1688:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   1689:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   1690:          spelling
                   1691: 
                   1692: 2020-12-26  moko
                   1693: 
                   1694:        * tests/: 406.html, results/406.processed: tests for
                   1695:          ^table.rename[] added (related to feature #1148)
                   1696: 
                   1697:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   1698:          ^table.rename[column name from;column name to], ^table.rename[
                   1699:          $.[column name from][column name to] ... ] added (implements
                   1700:          feature #1148)
                   1701: 
                   1702: 2020-12-25  moko
                   1703: 
                   1704:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   1705:          request_info now on stack to avoid yet another THREAD_LOCAL
                   1706:          memory deallocation issue (now with cookies), explained in #1203
                   1707: 
                   1708:        * src/types/pa_vcookie.C: fields should be inited
                   1709: 
                   1710: 2020-12-24  moko
                   1711: 
                   1712:        * src/include/pa_stylesheet_connection.h: looks like
                   1713:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   1714:          sure libxml bug, but we have GC anyway, so we just remove this
                   1715:          call and see...
                   1716: 
                   1717:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   1718:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   1719:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   1720:          abort.c:65:8     frame #3: 0x00000000004da663
                   1721:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   1722:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   1723:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   1724:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   1725:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   1726:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   1727:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   1728:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   1729:           frame #8: 0x000000000050d35c
                   1730:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   1731:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   1732:           frame #10: 0x00000000004436e5
                   1733:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   1734:          [inlined]
                   1735:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   1736:          pa_stylesheet_connection.h:62:3
                   1737: 
                   1738: 2020-12-23  moko
                   1739: 
                   1740:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   1741: 
                   1742:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   1743:          ^image::measure[; $.video(true) ] added
                   1744: 
                   1745:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   1746:          httpd mode for unknown reasons
                   1747: 
                   1748: 2020-12-22  moko
                   1749: 
                   1750:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   1751:          error_log uri of currently processed document", but never used
                   1752:          and conflicts with how libgc stops threads on FreeBSD (#define
                   1753:          SIG_SUSPEND SIGUSR1), thus removed.
                   1754: 
                   1755: 2020-12-21  moko
                   1756: 
                   1757:        * src/main/pa_request.C: +comment
                   1758: 
1.151     moko     1759: 2020-12-20  moko
                   1760: 
1.152     moko     1761:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   1762:          it is more safe to have versions of pa_strdup with one and two
                   1763:          arguments, as helper_length=0 not always mean that strlen()
                   1764:          should be called, but means zero.
                   1765: 
                   1766:        * src/targets/isapi/parser3isapi.C: minor
                   1767: 
                   1768:        * src/main/pa_http.C: +valid_http_method
                   1769: 
1.151     moko     1770:        * src/: include/pa_http.h, main/pa_http.C,
                   1771:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   1772: 
                   1773: 2020-12-17  moko
                   1774: 
                   1775:        * tests/: 405.html, results/405.processed: test for split by regex
                   1776:          added (related to feature #1160)
                   1777: 
                   1778:        * src/classes/string.C: split by regex implemented (feature #1160)
                   1779: 
                   1780:        * src/classes/string.C: minor
                   1781: 
                   1782:        * tests/: 404.html, results/404.processed: test for whitespace
                   1783:          string is now OK for table argument (related to feature #1169)
                   1784: 
                   1785:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   1786:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   1787:          argument (as with hash) (implements feature #1169)
                   1788: 
                   1789:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   1790:          limit for comment (fixes bug #1102)
                   1791: 
                   1792:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   1793: 
                   1794:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   1795: 
                   1796:        * src/include/pa_config_includes.h: HAVE_TLS used
                   1797: 
                   1798:        * configure.ac: +TLS check
                   1799: 
                   1800:        * src/main/pa_http.C: content logging added
                   1801: 
                   1802:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   1803:          clear_response_headers added
                   1804: 
                   1805: 2020-12-16  moko
                   1806: 
                   1807:        * buildall: as we now use threads, libatomic_ops still required for
                   1808:          some OS.
                   1809: 
                   1810:        * src/main/pa_request.C: whitespace
                   1811: 
                   1812:        * src/: include/pa_request.h, main/pa_request.C:
                   1813:          Request::Exception_trace::table extracted and used
                   1814: 
                   1815:        * src/main/pa_request.C: moving output_result call outside of try
                   1816:          as network exceptions should not be handled by parser code
                   1817: 
                   1818:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   1819:          logging network exchange
                   1820: 
                   1821:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   1822:          via network if it was network write error.
                   1823: 
                   1824:        * src/targets/cgi/parser3.C: log -> pa_log
                   1825: 
                   1826:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   1827: 
                   1828:        * src/main/pa_threads.C: getpid() if no gettid() found
                   1829: 
                   1830:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1831:          we need to ignore "void" connections from browsers (browsers open
                   1832:          connections in advance and they will be empty if user does not
                   1833:          request more pages)
                   1834: 
                   1835: 2020-12-15  moko
                   1836: 
                   1837:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   1838: 
                   1839:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   1840:          RequestController not needed in httpd mode
                   1841: 
                   1842:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1843:          classes/classes.h, classes/curl.C, classes/date.C,
                   1844:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1845:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1846:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1847:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1848:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1849:          classes/string.C, classes/table.C, classes/void.C,
                   1850:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1851:          include/pa_array.h, include/pa_base64.h,
                   1852:          include/pa_cache_managers.h, include/pa_charset.h,
                   1853:          include/pa_charsets.h, include/pa_common.h,
                   1854:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1855:          include/pa_dictionary.h, include/pa_dir.h,
                   1856:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1857:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1858:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1859:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1860:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1861:          include/pa_sapi.h, include/pa_socks.h,
                   1862:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1863:          include/pa_stack.h, include/pa_string.h,
                   1864:          include/pa_stylesheet_connection.h,
                   1865:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1866:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1867:          include/pa_uue.h, include/pa_xml_exception.h,
                   1868:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1869:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1870:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1871:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1872:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1873:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1874:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1875:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   1876:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   1877:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   1878:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   1879:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   1880:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   1881:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   1882:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   1883:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   1884:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1885:          main/untaint.C, sql/pa_sql_driver.h,
                   1886:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1887:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   1888:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   1889:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   1890:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   1891:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1892:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1893:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   1894:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   1895:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   1896:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   1897:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   1898:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1899:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   1900:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   1901:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1902:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   1903:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   1904:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   1905:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1906:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1907:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1908:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1909:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1910:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1911:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   1912: 
                   1913:        * src/main/pa_request.C: old compilers support
                   1914: 
                   1915:        * tests/: 362.html, results/362.processed: test updated after
                   1916:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   1917:          #1108)
                   1918: 
                   1919:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   1920:          removed, as xsltFreeStylesheet has side effects on original doc.
                   1921:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   1922:          not updated after xdoc modification (part 3 of test 362).
                   1923:          (related to bug #1108)
                   1924: 
                   1925:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   1926: 
                   1927:        * src/: classes/memory.C, include/pa_memory.h,
                   1928:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   1929:          PA_GC_GCOLLECT used
                   1930: 
                   1931:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   1932: 
                   1933:        * src/targets/cgi/parser3.C: msvs support fixes
                   1934: 
                   1935:        * src/lib/gc/include/gc.h: more cleanup
                   1936: 
                   1937:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   1938: 
                   1939:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   1940:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   1941: 
                   1942:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   1943: 
                   1944:        * configure.ac: pthread.h added to checked headers
                   1945: 
                   1946:        * src/classes/table.C: string stream is back :)
                   1947: 
                   1948:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   1949:          exists
                   1950: 
                   1951:        * src/main/pa_globals.C: GC_dont_gc replaced
                   1952: 
                   1953:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   1954:          left to simplify adding new functions.  depricated GC_dont_gc
                   1955:          replaced with GC_disable and GC_enable calls.
                   1956: 
                   1957:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   1958:          CORD_from_file* not used and thus removed
                   1959: 
                   1960:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   1961: 
                   1962: 2020-12-14  moko
                   1963: 
                   1964:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   1965:          referenced elsewhere, or GC will collect it.
                   1966: 
                   1967:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   1968:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   1969:          elsewhere, or GC will collect them (and we'll get GPF in
                   1970:          multithreaded enviroment).  May be it can be also fixed by some
                   1971:          GC call, not sure. But this fix costs nothing (but hours of
                   1972:          debugging to find the issue :).
                   1973: 
1.150     moko     1974: 2020-12-11  moko
                   1975: 
                   1976:        * configure.ac: gettid() check added
                   1977: 
                   1978:        * src/main/pa_threads.C: HAVE_GETTID used
                   1979: 
                   1980:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   1981: 
                   1982:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   1983:          version for isapi/cgi/apache
                   1984: 
                   1985:        * buildall: threads are now required.
                   1986: 
                   1987:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   1988:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1989:          main/main.vcproj: pa_threads.C moved to main
                   1990: 
                   1991:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   1992:          isapi/pa_threads.C: pa_threads.C moved to main
                   1993: 
                   1994:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   1995:          targets/apache/Makefile.am: pa_threads.C moved to main
                   1996: 
                   1997:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   1998: 
                   1999:        * src/: include/pa_stylesheet_connection.h,
                   2000:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   2001:          and weird GPF in multithreaded httpd is gone
                   2002: 
                   2003:        * src/include/: pa_stylesheet_connection.h,
                   2004:          pa_sql_driver_manager.h: whitespace
                   2005: 
                   2006:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   2007: 
                   2008:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   2009:          main/pa_stylesheet_manager.C: whitespace, warning war
                   2010: 
                   2011:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   2012:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   2013:          parser_multithreaded never used
                   2014: 
                   2015:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   2016: 
                   2017: 2020-12-10  moko
                   2018: 
                   2019:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   2020:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   2021:          MULTITHREADED and PARALLEL httpd server modes
                   2022: 
                   2023:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   2024: 
                   2025: 2020-12-09  moko
                   2026: 
                   2027:        * etc/auto.p.in: + @httpd-main
                   2028: 
                   2029:        * src/: include/pa_common.h, main/pa_request.C,
                   2030:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   2031:          work
                   2032: 
                   2033:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2034:          slow file_read_binary no longer used, send_range added
                   2035: 
                   2036: 2020-12-08  moko
                   2037: 
                   2038:        * src/main/pa_request.C: >4Gb support
                   2039: 
                   2040:        * src/targets/cgi/parser3.C: msvc warning war
                   2041: 
                   2042:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   2043:          main/pa_request.C: msvc warnings war
                   2044: 
                   2045:        * src/classes/image.C: warning war
                   2046: 
                   2047:        * src/classes/table.C: MSVC warning war
                   2048: 
                   2049:        * src/targets/cgi/parser3.C: msvc warnings war
                   2050: 
                   2051:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   2052:          added
                   2053: 
1.149     moko     2054: 2020-12-07  moko
                   2055: 
1.150     moko     2056:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   2057:          avoid logging beside system-wide auto.p
                   2058: 
                   2059:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   2060: 
                   2061:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   2062:          configure options added:
                   2063: 
                   2064:          --with-system-cfg=FILE  to specify system-wide auto.p
                   2065:          --with-system-log=FILE  to specify system-wide parser3.log
                   2066: 
                   2067:        * Makefile.am: bin no longer exists
                   2068: 
                   2069:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   2070:          package
                   2071: 
                   2072:        * buildall: auto.p and parser3.charsets moved to their default
                   2073:          location after install
                   2074: 
                   2075:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   2076: 
                   2077:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   2078: 
1.149     moko     2079:        * src/targets/cgi/parser3.C: locate_config call returned to
                   2080:          original place as it requires pa_thread_request() under Windows
                   2081: 
                   2082:        * src/targets/cgi/parser3.C: renaming
                   2083: 
                   2084: 2020-12-06  moko
                   2085: 
                   2086:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   2087:          check added
                   2088: 
                   2089: 2020-12-04  moko
                   2090: 
                   2091:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   2092:          main/pa_request.C: unified uint64_t lseek implemented to support
                   2093:          >4Gb files under x86, including Windows
                   2094: 
                   2095: 2020-12-02  moko
                   2096: 
                   2097:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   2098:          with max_file_size
                   2099: 
                   2100:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2101:          support for processing files sized >4Gb on 32 bit planforms
                   2102: 
                   2103:        * tests/399.html: file moved
                   2104: 
                   2105:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   2106: 
                   2107:        * src/targets/cgi/pa_sapi_info.h: warning war
                   2108: 
                   2109:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   2110:          warning war
                   2111: 
                   2112: 2020-12-01  moko
                   2113: 
                   2114:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   2115: 
                   2116:        * src/classes/image.C: for "size not found" exception to be shown
                   2117:          if size not found until eof
                   2118: 
                   2119:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   2120:          bit linux)
                   2121: 
                   2122:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   2123:          #1188)
                   2124: 
                   2125: 2020-11-30  moko
                   2126: 
                   2127:        * src/classes/image.C: definitions moved closer to code
                   2128: 
                   2129:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   2130:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   2131:          395_dir/3_VP8X.webp, results/395.processed,
                   2132:          results/396.processed: tests for ^image::measure[] .webp support
                   2133:          added, all image files moved into one directory (related to
                   2134:          feature #1188)
                   2135: 
                   2136:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   2137:          #1188)
                   2138: 
1.148     moko     2139: 2020-11-29  moko
                   2140: 
                   2141:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   2142:          processing, unnessesary defines removed
                   2143: 
                   2144: 2020-11-24  moko
                   2145: 
                   2146:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2147:          309.processed, 310.processed: Content-Disposition: inline
                   2148:          returned
                   2149: 
                   2150:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   2151:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   2152:          ] added (related to bug #1204)
                   2153: 
                   2154:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   2155:          ] supported to avoid Content-Disposition: inline;
                   2156:          filename="<file>.ext" but still set Content-Type for ext (related
                   2157:          to bug #1204)
                   2158: 
1.147     moko     2159: 2020-11-22  moko
                   2160: 
                   2161:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   2162:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   2163: 
                   2164:        * src/main/pa_request.C: content_disposition_inline returned.
                   2165: 
                   2166: 2020-11-17  moko
                   2167: 
                   2168:        * src/main/pa_request.C: empty main method name support
                   2169: 
                   2170:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   2171:          config_handler added, stdout flush added.
                   2172: 
                   2173: 2020-11-16  moko
                   2174: 
                   2175:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   2176: 
                   2177:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   2178:          309.processed, 310.processed: Content-Disposition: inline is not
                   2179:          required and should not contain filename="<name>"
                   2180: 
                   2181:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   2182:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2183:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   2184: 
1.146     moko     2185: 2020-11-14  moko
                   2186: 
                   2187:        * src/targets/cgi/parser3.C: spelling
                   2188: 
                   2189:        * src/targets/cgi/parser3.C: renaming
                   2190: 
                   2191:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   2192:          relocated
                   2193: 
                   2194:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   2195:          before request processing, which is weired
                   2196: 
                   2197: 2020-11-13  moko
                   2198: 
                   2199:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   2200:          copied in httpd.
                   2201: 
                   2202: 2020-11-12  moko
                   2203: 
                   2204:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   2205: 
                   2206:        * src/: include/pa_request.h, main/pa_request.C,
                   2207:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   2208: 
                   2209:        * src/main/pa_http.C: URI validation added
                   2210: 
                   2211:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   2212:          can't be empty but can be null.  httpd-main is now main method
                   2213:          name for httpd mode
                   2214: 
                   2215: 2020-11-11  moko
                   2216: 
                   2217:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   2218: 
                   2219:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   2220:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2221:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   2222:          main/pa_request.C: r.absolute -> r.full_disk_path
                   2223: 
                   2224:        * src/targets/cgi/parser3.C: if filename to process is not
                   2225:          specified, auto.p should be present.
                   2226: 
1.145     moko     2227: 2020-11-03  moko
                   2228: 
                   2229:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   2230: 
                   2231:        * src/main/pa_request.C: content_disposition_inline is the default,
                   2232:          not required.
                   2233: 
1.144     moko     2234: 2020-10-29  moko
                   2235: 
                   2236:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   2237:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   2238:          path_translated changing to correct relative files path
                   2239:          calculation in httpd mode
                   2240: 
                   2241:        * src/: include/pa_request.h, main/pa_request.C:
                   2242:          fail_on_read_problem removed, as it allways true, as if should
                   2243:          be.
                   2244: 
                   2245:        * src/: include/pa_request.h, main/pa_request.C,
                   2246:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2247:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   2248:          config was not found, thus flag not required and removed.
                   2249: 
                   2250: 2020-10-28  moko
                   2251: 
                   2252:        * tests/: 402.html, results/402.processed: error reporting test
                   2253: 
                   2254:        * src/main/execute.C: better error reporting when
                   2255:          $result[^hash::create[]] in @main.
                   2256: 
                   2257:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   2258:          + minor optimization
                   2259: 
                   2260:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2261:          main/pa_xml_io.C: execute_*_method simplified and unified
                   2262: 
                   2263: 2020-10-27  moko
                   2264: 
                   2265:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   2266: 
                   2267:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   2268:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2269:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   2270:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   2271:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   2272:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   2273:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   2274:          longer used in object-prototype mode
                   2275: 
                   2276:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   2277:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   2278:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   2279:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   2280:          $form:name[value] features
                   2281: 
1.143     moko     2282: 2020-10-18  moko
                   2283: 
                   2284:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   2285: 
                   2286: 2020-10-15  moko
                   2287: 
                   2288:        * src/main/pa_http.C: url no longer needed as
                   2289:          ALTER_EXCEPTION_SOURCE is used
                   2290: 
                   2291:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   2292:          main/pa_http.C: check_file_size filespec is now optional
                   2293: 
                   2294:        * src/: classes/curl.C, include/pa_exception.h,
                   2295:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   2296:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   2297: 
                   2298:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   2299:          results/346-curl.processed, results/379-curl.processed,
                   2300:          results/379.processed: test results updated as load now provides
                   2301:          better error reporting + curl responses updated
                   2302: 
                   2303: 2020-10-14  moko
                   2304: 
                   2305:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   2306:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   2307:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   2308:          checked. 10 is now default base, no hex autodetect by default
                   2309: 
                   2310:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2311:          connection socket closing in destructor + accept exception
                   2312:          handling
                   2313: 
                   2314:        * src/targets/cgi/parser3.C: warning war
                   2315: 
                   2316:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   2317:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2318:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   2319:          exception handling unified
                   2320: 
                   2321: 2020-10-13  moko
                   2322: 
                   2323:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   2324:          autodetection
                   2325: 
                   2326:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   2327: 
                   2328:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   2329: 
                   2330:        * src/main/pa_http.C: warning war
                   2331: 
1.142     moko     2332: 2020-10-12  moko
                   2333: 
1.143     moko     2334:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2335:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   2336:          unhandled exception code optimization
                   2337: 
                   2338:        * src/targets/cgi/parser3.C: request_info now global variable
                   2339: 
                   2340:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   2341:          class
                   2342: 
                   2343:        * src/: include/pa_http.h, main/pa_http.C,
                   2344:          targets/cgi/pa_sapi_info.h: read_post implemented
                   2345: 
1.142     moko     2346:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2347:          [host:]port syntax support in httpd mode
                   2348: 
                   2349:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   2350:          targets/cgi/parser3.C: populate_env added
                   2351: 
                   2352:        * src/include/pa_hash.h: to make get(char *) compiling in
                   2353:          HashStringString
                   2354: 
                   2355: 2020-10-10  moko
                   2356: 
                   2357:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2358:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   2359: 
                   2360:        * src/: include/pa_http.h, include/pa_request_info.h,
                   2361:          main/pa_http.C, main/pa_string.C,
                   2362:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   2363:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   2364:          types/pa_vrequest.C: initial httpd mode implementation
                   2365: 
1.141     moko     2366: 2020-10-04  moko
                   2367: 
                   2368:        * src/targets/cgi/parser3.C: options together
                   2369: 
                   2370: 2020-09-30  moko
                   2371: 
                   2372:        * src/main/pa_http.C: renamed
                   2373: 
1.140     moko     2374: 2020-08-14  moko
                   2375: 
                   2376:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   2377:          src/targets/cgi/Makefile.am: no httpd as separate library
                   2378: 
                   2379: 2020-08-13  moko
                   2380: 
                   2381:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   2382:          unhandled exception handler to report 500 instead of 200 it was
                   2383:          before.
                   2384: 
                   2385:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   2386: 
                   2387:        * src/: include/pa_sapi.h, main/untaint.C,
                   2388:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2389:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   2390:          thus replaced with SAPI::die and removed
                   2391: 
                   2392:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   2393:          cgi/parser3.C: whitespace
                   2394: 
                   2395:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   2396: 
                   2397: 2020-08-12  moko
                   2398: 
                   2399:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   2400:          removed, whitespace was: SIGPIPE received while executing code.
                   2401:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   2402:          cl=0]
                   2403: 
                   2404:        * parser3.sln: + httpd.vcproj
                   2405: 
                   2406: 2020-08-11  moko
                   2407: 
                   2408:        * src/targets/cgi/Makefile.am: +libhttpd
                   2409: 
                   2410:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   2411: 
1.139     moko     2412: 2020-07-13  moko
                   2413: 
                   2414:        * tests/: 401.html, results/401.processed: test for hash key does
                   2415:          not keep language, but tainted in foreach.
                   2416: 
1.138     moko     2417: 2020-07-01  moko
                   2418: 
                   2419:        * tests/: 235.html, results/235.processed: test result updated as
                   2420:          messages before attachments implemented (feature #1176)
                   2421: 
1.137     moko     2422: 2020-06-27  moko
                   2423: 
                   2424:        * tests/: 400.html, results/400.processed: test updated to check
                   2425:          ^return{code}
                   2426: 
                   2427:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   2428:          fixed
                   2429: 
                   2430: 2020-06-26  moko
                   2431: 
                   2432:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   2433:          added (related to https://www.parser.ru/forum/?id=85319)
                   2434: 
                   2435:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   2436:          when $result assignment was last statement in the method
                   2437:          (https://www.parser.ru/forum/?id=85319)
                   2438: 
1.136     moko     2439: 2020-05-23  moko
                   2440: 
                   2441:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   2442:          whitespace, unused level removed
                   2443: 
                   2444: 2020-05-19  moko
                   2445: 
                   2446:        * src/types/pa_vmail.C: whitespace
                   2447: 
                   2448:        * src/types/pa_vmail.C: files should be processed last (related to
                   2449:          feature #1176)
                   2450: 
1.135     moko     2451: 2020-05-12  moko
                   2452: 
                   2453:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   2454:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   2455: 
                   2456:        * configure.ac: FreeBSD1X.X check added to avoid
                   2457:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   2458: 
1.134     moko     2459: 2020-02-26  moko
                   2460: 
                   2461:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   2462:          compilation issue (related to bug #1201)
                   2463: 
                   2464:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   2465:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   2466:          -f and -d now works under Windows in UTF-8 with Russian
                   2467:          filenames.
                   2468: 
                   2469:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   2470:          advice (related to feature #1199)
                   2471: 
                   2472: 2020-02-25  moko
                   2473: 
                   2474:        * buildall: --silent removed
                   2475: 
                   2476:        * configure.ac: gmime-3.0 support
                   2477: 
                   2478:        * buildall: --with-system-mailreceive option added to build with
                   2479:          system libgmime
                   2480: 
                   2481:        * src/types/pa_vmail.C: avoiding
                   2482:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   2483:          to feature #1199)
                   2484: 
1.133     moko     2485: 2020-02-18  moko
                   2486: 
                   2487:        * src/classes/op.C: windows x64 debug mode compile fix
                   2488: 
                   2489:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   2490:          change (releated to feature #1200)
                   2491: 
                   2492:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2493:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   2494:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   2495:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   2496:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2497:          targets/apache/ApacheModuleParser3.vcproj,
                   2498:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2499:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2500:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   2501:          dependency (related to feature #1200)
                   2502: 
1.132     moko     2503: 2020-02-12  moko
                   2504: 
                   2505:        * src/types/pa_vmail.C: minimize diff
                   2506: 
                   2507:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   2508:          #1199)
                   2509: 
1.131     moko     2510: 2020-01-18  moko
                   2511: 
                   2512:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   2513: 
1.130     moko     2514: 2019-12-28  moko
                   2515: 
                   2516:        * src/targets/cgi/parser3.C: avoid empty ?
                   2517: 
                   2518: 2019-12-27  moko
                   2519: 
                   2520:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   2521:          DOCUMENT_ROOT (related to feature #1164)
                   2522: 
                   2523:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   2524:          fcgiwrap setup (implements feature #1164)
                   2525: 
                   2526:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   2527:          but no issues found (related to feature #1164)
                   2528: 
                   2529:        * src/targets/cgi/parser3.C: actualized
                   2530: 
                   2531: 2019-12-26  moko
                   2532: 
                   2533:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   2534:          removed
                   2535: 
                   2536:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   2537:          removed
                   2538: 
                   2539:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   2540:          allocation errors, we don't want default gc warnings (without
                   2541:          timestamp and URI).
                   2542: 
                   2543:        * src/: classes/memory.C, main/pa_globals.C,
                   2544:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2545:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   2546:          pa_globals_init
                   2547: 
                   2548:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   2549:          initialization used (optimization)
                   2550: 
                   2551:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   2552:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   2553:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   2554:          (optimization)
                   2555: 
1.129     moko     2556: 2019-12-09  moko
                   2557: 
                   2558:        * src/include/pa_config_fixed.h: warning war
                   2559: 
1.128     moko     2560: 2019-12-08  moko
                   2561: 
                   2562:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   2563:          process grammar under Unix.
                   2564: 
                   2565: 2019-12-07  moko
                   2566: 
                   2567:        * tests/389.html: For Windows XP. :)
                   2568: 
                   2569:        * tests/388-sql.html: Windows compatibility added
                   2570: 
                   2571: 2019-12-06  moko
                   2572: 
                   2573:        * src/targets/cgi/parser3.C: warning war
                   2574: 
                   2575:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   2576:          == sizeof(CORD)) to avoid aligning bugs in future
                   2577: 
                   2578:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   2579:          XML_STATIC
                   2580: 
                   2581:        * src/include/pa_request.h: StackItem() not required
                   2582: 
                   2583:        * src/include/pa_stack.h: warning war
                   2584: 
                   2585:        * src/include/pa_config_includes.h: GCC warning silenced
                   2586: 
                   2587:        * src/include/pa_memory.h: warning war: the program should also
                   2588:          define 'void operator delete [](void*, std::size_t)'
                   2589:          [-Wsized-deallocation]
                   2590: 
                   2591:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   2592: 
                   2593:        * src/classes/string.C: not reqired cast removed
                   2594: 
                   2595:        * src/classes/string.C: not reqired cast removed
                   2596: 
                   2597: 2019-12-05  moko
                   2598: 
                   2599:        * src/lib/sdbm/pa_file_io.C: warning war
                   2600: 
                   2601:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   2602:          enum Language : size_t - required for VS2015+ to make
                   2603:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   2604:          without it (related to feature #1198)
                   2605: 
                   2606: 2019-12-04  moko
                   2607: 
                   2608:        * src/main/pa_base64.C: unsigned char -> uchar
                   2609: 
                   2610:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   2611:          as other libs
                   2612: 
                   2613:        * src/include/pa_version.h: +amd64
                   2614: 
                   2615: 2019-12-03  moko
                   2616: 
                   2617:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   2618:          release
                   2619: 
                   2620:        * src/include/pa_config_includes.h: warning war
                   2621: 
                   2622:        * src/classes/image.C: warning war
                   2623: 
                   2624:        * src/main/pa_globals.C: x64 libs support
                   2625: 
                   2626:        * src/include/pa_config_includes.h: warning war
                   2627: 
                   2628:        * src/types/pa_method.h: warning war
                   2629: 
1.127     moko     2630: 2019-11-28  moko
                   2631: 
                   2632:        * src/classes/math.C: vs2003 compatibility + warning war
                   2633: 
                   2634:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   2635:          libxml2-2.9.9 (related to feature #1136)
                   2636: 
                   2637:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   2638:          typecast for more compatibility (related to feature #1136)
                   2639: 
                   2640:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   2641:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   2642:          feature #1136)
                   2643: 
                   2644: 2019-11-26  moko
                   2645: 
                   2646:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   2647:          removed (it was failing in $$var case), condition added
                   2648: 
1.126     moko     2649: 2019-11-25  moko
                   2650: 
                   2651:        * tests/: 397.html, 399.html, results/141.processed,
                   2652:          results/399.processed: base64 options tested
                   2653: 
                   2654:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   2655: 
                   2656:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   2657:          implemented (feature #986)
                   2658: 
                   2659:        * src/main/pa_cache_managers.C: whitespace
                   2660: 
                   2661:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   2662:          ^base64 encode options added (related to feature #986)
                   2663: 
                   2664:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   2665:          pa_base64_encode(file) removed - more memory, but faster and less
                   2666:          code (related fo feature #986)
                   2667: 
                   2668: 2019-11-24  moko
                   2669: 
                   2670:        * tests/: 155.html, results/155.processed: limit and offset in
                   2671:          ^table::load[] now supported, thus test added
                   2672: 
                   2673:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   2674:          main/pa_common.C: optimization: offset and limit options parsing
                   2675:          moved inside file_load.
                   2676: 
                   2677: 2019-11-23  moko
                   2678: 
                   2679:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   2680:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   2681:          optimization: file_read replaced with simplified file_read_binary
                   2682: 
                   2683:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   2684:          types/pa_vform.C: whitespace
                   2685: 
                   2686:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   2687:          removed
                   2688: 
                   2689: 2019-11-21  moko
                   2690: 
                   2691:        * tests/: 193.html, results/193.processed, results/389.processed:
                   2692:          test results updated as now base64 does not discard tail without
                   2693:          padding (related to feature #986)
                   2694: 
                   2695: 2019-11-20  moko
                   2696: 
                   2697:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   2698:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   2699:          pa_base64_decode (related to feature #986)
                   2700: 
                   2701:        * tests/398.html: tests for base64 decode added (related to feature
                   2702:          #986)
                   2703: 
                   2704:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   2705:          support, padding inside base 64 supported (related to feature
                   2706:          #096)
                   2707: 
                   2708: 2019-11-19  moko
                   2709: 
                   2710:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   2711:          FreeBSD 12
                   2712: 
1.125     moko     2713: 2019-11-16  moko
                   2714: 
                   2715:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   2716:          support added, step support removed (related to #986)
                   2717: 
                   2718: 2019-11-15  moko
                   2719: 
                   2720:        * src/classes/math.C: using log since log2 is not present on
                   2721:          FreeBSD < 8.4 (related to feature #1177)
                   2722: 
                   2723:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   2724:          pa_base64_size extracted and used for files as well (related to
                   2725:          feature 986)
                   2726: 
                   2727: 2019-11-14  moko
                   2728: 
                   2729:        * tests/: 397.html, results/397.processed: + content check
                   2730: 
                   2731:        * tests/: 141.html, results/141.processed: make test resuls more
                   2732:          readable
                   2733: 
                   2734:        * tests/: 397.html, results/193.processed, results/397.processed:
                   2735:          test results updated after \x00 character was disabled in
                   2736:          math:convert string mode (related to feature #1177)
                   2737: 
                   2738:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   2739:          converting to string (as in base64, related to feature #1177)
                   2740: 
                   2741:        * src/classes/file.C: more correct arguments separation
                   2742: 
                   2743:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   2744:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2745:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   2746:          options added, but not yet implemented (related to feature #986)
                   2747: 
                   2748:        * src/classes/math.C: whitespace
                   2749: 
                   2750: 2019-11-13  moko
                   2751: 
                   2752:        * tests/: 397.html, results/397.processed: +tainting test (related
                   2753:          to feature #1177)
                   2754: 
                   2755:        * src/classes/math.C: as we now produce not only digits, result
                   2756:          should be tainted (related to feature #1177)
                   2757: 
                   2758:        * src/main/pa_base64.C: whitespace
                   2759: 
                   2760:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   2761:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2762:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   2763:          implementation moved from pa_common.h and pa_common.C
                   2764: 
                   2765: 2019-11-12  moko
                   2766: 
                   2767:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   2768:          as ^math:convert now supports arbitrary precision
                   2769: 
                   2770: 2019-11-11  moko
                   2771: 
                   2772:        * tests/results/389.processed: uctualized error message
                   2773: 
                   2774:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   2775:          ^math:convert added (related to feature #1177)
                   2776: 
                   2777:        * src/classes/math.C: ^math:convert now supports arbitrary
                   2778:          precision, alphabet support added (implements feature #1177)
                   2779: 
1.124     moko     2780: 2019-11-06  moko
                   2781: 
                   2782:        * tests/: 181.html, results/181.processed: entities usage added,
                   2783:          more entites load tests (related to bug #842 discussion)
                   2784: 
                   2785: 2019-11-05  moko
                   2786: 
                   2787:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   2788:          call from xmlFileOpen if http://localhost/<file> was not found
                   2789:          (related to bug #842)
                   2790: 
                   2791:        * src/main/pa_xml_io.C: rename
                   2792: 
                   2793:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   2794: 
                   2795:        * src/main/pa_xml_io.C: whitespace
                   2796: 
1.123     moko     2797: 2019-10-31  moko
                   2798: 
                   2799:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   2800:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   2801:          #1181)
                   2802: 
1.122     moko     2803: 2019-10-25  moko
                   2804: 
                   2805:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   2806:          queries tests
                   2807: 
                   2808: 2019-10-24  moko
                   2809: 
                   2810:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   2811:          pgsql driver test
                   2812: 
                   2813:        * tests/: 388-sql.html, results/388-sql.processed:
                   2814:          multi_statements=1 now tested, mysql test now supported
                   2815:          (connection must be specified in [parser3] section in .my.cnf)
                   2816:          related to issues #1195 and #1194
                   2817: 
1.121     moko     2818: 2019-09-11  moko
                   2819: 
                   2820:        * src/classes/int.C: whitespace
                   2821: 
                   2822:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   2823:          exception test
                   2824: 
                   2825:        * tests/results/388-sql.processed: sql queries now shown (related
                   2826:          to feature #1196)
                   2827: 
                   2828:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   2829:          with old parser versions.
                   2830: 
                   2831:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   2832:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   2833:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   2834:          instead of connect string in query_event_handlers exceptions
                   2835:          (implements feature #1196)
                   2836: 
1.120     moko     2837: 2019-09-06  moko
                   2838: 
                   2839:        * tests/388-sql.html: mysql compat
                   2840: 
                   2841:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   2842:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   2843:          sql_ variables declaration moved to pa_common.h
                   2844: 
1.116     moko     2845: 2019-01-15  moko
                   2846: 
                   2847:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   2848:          logically sorted
                   2849: 
                   2850: 2018-12-27  moko
                   2851: 
                   2852:        * src/include/pa_config_includes.h: warning war:
                   2853:          -Wdeprecated-register added for C++ 17
                   2854: 
                   2855: 2018-10-15  moko
                   2856: 
                   2857:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   2858:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   2859:          --with-xml=/usr/local/
                   2860: 
                   2861: 2018-09-24  moko
                   2862: 
                   2863:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   2864:          ^image::measure[] now supports tiff added (related to feature
                   2865:          #1188)
                   2866: 
                   2867:        * src/classes/image.C: ^image::measure[] now supports tiff
                   2868:          (implements feature #1188)
                   2869: 
                   2870: 2018-09-20  moko
                   2871: 
                   2872:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   2873:          files measure added (related to ticket #1188)
                   2874: 
                   2875:        * src/classes/image.C: measure of bmp files implemented (related to
                   2876:          ticket #1188)
                   2877: 
                   2878: 2018-09-18  moko
                   2879: 
                   2880:        * tests/: 394-curl.html, results/394-curl.processed,
                   2881:          results/auto.p: test for bug #1187 (max_file_size check for head
                   2882:          requests) added
                   2883: 
                   2884: 2018-08-24  moko
                   2885: 
                   2886:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   2887:          response content-length check is required (fixes bug #1187)
                   2888: 
                   2889: 2018-05-11  moko
                   2890: 
                   2891:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   2892:          $.append(bool) ] option added (related to feature #919)
                   2893: 
                   2894:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   2895:          from misha@ patch (implements feature #919)
                   2896: 
                   2897: 2018-03-22  moko
                   2898: 
                   2899:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   2900:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   2901:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   2902:          Windows-only problem.
                   2903: 
                   2904:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   2905:          build fix)
                   2906: 
                   2907: 2018-02-03  moko
                   2908: 
                   2909:        * src/main/execute.C: removes irrelevant lines from exception stack
                   2910:          trace when exceptions occurs in assigment (fixes bug #1165)
                   2911: 
                   2912:        * tests/: 393.html, results/393.processed: test for behavour after
                   2913:          "Property can not be created, already exists field with that
                   2914:          name" exception removed (related to feature #1183)
                   2915: 
                   2916:        * src/types/pa_vclass.C: "Property can not be created, already
                   2917:          exists field with that name" exception removed (implements
                   2918:          feature #1183)
                   2919: 
                   2920: 2018-01-19  moko
                   2921: 
                   2922:        * src/classes/string.C: whitespace
                   2923: 
                   2924:        * src/classes/string.C: whitespace
                   2925: 
                   2926:        * tests/: 392.html, results/392.processed: test for
                   2927:          ^regex::create[$regex] added (related to feature #1135)
                   2928: 
                   2929:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   2930:          ^regex::create[$regex] added (implements feature #1135)
                   2931: 
                   2932:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   2933:          commented define added (related to feature #1157)
                   2934: 
                   2935: 2018-01-17  moko
                   2936: 
                   2937:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   2938: 
                   2939: 2018-01-15  moko
                   2940: 
                   2941:        * tests/: 390.html, results/390.processed: real path replaced by
                   2942:          stub
                   2943: 
                   2944:        * tests/: 391.html, results/391.processed: test for feature #1181
                   2945:          (XML_PARSE_HUGE exception) added
                   2946: 
                   2947: 2018-01-11  moko
                   2948: 
                   2949:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   2950:          XML_PARSE_HUGE option passed by default (implements feature
                   2951:          #1181)
                   2952: 
                   2953:        * src/classes/string.C: whitespace
                   2954: 
                   2955: 2017-12-10  moko
                   2956: 
                   2957:        * tests/: 389.html, 390.html, results/389.processed,
                   2958:          results/390.processed: image code coverage tests added (related
                   2959:          to feature #1125)
                   2960: 
                   2961: 2017-12-08  moko
                   2962: 
                   2963:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   2964:          results/346-curl.processed, results/388-sql.processed,
                   2965:          results/389.processed: more code coverage tests
                   2966: 
                   2967:        * tests/: 264.html, results/264.processed: code coverage for
                   2968:          ^file::exec[]
                   2969: 
                   2970: 2017-12-07  moko
                   2971: 
                   2972:        * tests/: 174.html, 388-sql.html, 389.html,
                   2973:          results/388-sql.processed, results/389.processed,
                   2974:          results/174.processed: more coverage tests
                   2975: 
                   2976:        * src/classes/math.C: exception text actualized
                   2977: 
                   2978: 2017-12-06  moko
                   2979: 
                   2980:        * tests/388-sql.html: $SQL can be here
                   2981: 
                   2982:        * tests/results/auto.p: $SQL not required here
                   2983: 
                   2984:        * tests/: 388-sql.html, 389.html, Makefile,
                   2985:          results/388-sql.processed, results/389.processed, results/auto.p:
                   2986:          code coverage tests for sql (using sqlite) and int/double/bool
                   2987:          added (related to feature #1125)
                   2988: 
                   2989:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2990:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   2991:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   2992:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2993:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2994:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2995:          types/types.vcproj: gc\include no longer required
                   2996: 
                   2997:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   2998:          required
                   2999: 
                   3000:        * src/: classes/Makefile.am, classes/table.C,
                   3001:          include/pa_config_includes.h, include/pa_string.h,
                   3002:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3003:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   3004:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   3005:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   3006:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   3007:          used, we now include it directly
                   3008: 
                   3009: 2017-12-04  moko
                   3010: 
                   3011:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   3012:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   3013:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   3014:          where required
                   3015: 
                   3016:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   3017:          now can be used to trace memory allocations
                   3018: 
                   3019:        * src/: classes/table.C, include/pa_config_includes.h,
                   3020:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3021:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   3022:          method removes, libcord also can work without libgc
                   3023: 
                   3024:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   3025: 
                   3026: 2017-11-29  moko
                   3027: 
                   3028:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   3029:          are not present (related to feature #1173)
                   3030: 
                   3031:        * tests/346-curl.html: test updated to test curl content-length bug
                   3032:          (related to feature #1173)
                   3033: 
                   3034:        * tests/results/346-curl.processed: more test for content-length
                   3035:          curl bug (related to feature #1173)
                   3036: 
                   3037:        * tests/results/346-curl.processed: test results updated after
                   3038:          #1173 implemented
                   3039: 
                   3040: 2017-11-28  moko
                   3041: 
                   3042:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   3043:          (related to feature #1173)
                   3044: 
                   3045: 2017-11-27  moko
                   3046: 
                   3047:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   3048:          $.http_version[version string] added (implements feature #1173),
                   3049:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   3050:          where $post(true) bug existed.
                   3051: 
                   3052: 2017-11-18  moko
                   3053: 
                   3054:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   3055: 
                   3056:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   3057:          feature #1170)
                   3058: 
                   3059: 2017-11-17  moko
                   3060: 
                   3061:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   3062:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   3063:          with delete usage check only under Debian 9 (related to feature
                   3064:          #1170)
                   3065: 
                   3066: 2017-11-16  moko
                   3067: 
                   3068:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   3069:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   3070:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   3071:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   3072:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   3073:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   3074:          stubs defend from accidental use (implements feature #1170)
                   3075: 
                   3076: 2017-06-24  moko
                   3077: 
                   3078:        * configure.ac: minor fix: thanks to alx@
                   3079: 
1.115     moko     3080: 2017-05-29  moko
                   3081: 
                   3082:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   3083:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   3084:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   3085: 
                   3086:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   3087:          ignored, =?UTF-8?Q?= should start in case of leading space
                   3088:          (related to bug #123)
                   3089: 
                   3090:        * buildall: echo -n -> printf for OS X. :)
                   3091: 
                   3092: 2017-05-25  moko
                   3093: 
                   3094:        * tests/: 288.html, results/288.processed: test updated afted
                   3095:          setting $o.prop without setter exception removed (related to
                   3096:          feature #1157)
                   3097: 
                   3098:        * src/types/pa_vclass.C: no more "this property has no setter
                   3099:          method" when setting $o.prop without setter (implements feature
                   3100:          #1157)
                   3101: 
                   3102:        * buildall: echo \c -> echo -n for FreeBSD
                   3103: 
                   3104:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   3105:          src/types/pa_vdouble.h: isfinite now checked in configure
                   3106: 
                   3107:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   3108:          upgraded to automake 1.15
                   3109: 
                   3110: 2017-05-23  moko
                   3111: 
                   3112:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   3113:          defined
                   3114: 
                   3115: 2017-05-22  moko
                   3116: 
                   3117:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   3118: 
                   3119:        * buildall: extern CFLAGS setting support
                   3120: 
                   3121:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   3122: 
                   3123:        * buildall: http -> https
                   3124: 
                   3125:        * buildall: gc-7.2f -> gc-7.6.0
                   3126: 
                   3127: 2017-05-20  moko
                   3128: 
                   3129:        * buildall: https, pcre, xml, xslt updated to current versions
                   3130:          (related to feature #1136)
                   3131: 
                   3132: 2017-05-19  moko
                   3133: 
                   3134:        * tests/097.html: after parser.ru moved to https
                   3135: 
                   3136: 2017-05-17  moko
                   3137: 
                   3138:        * tests/results/: 175.processed, 372.processed: tests resuls
                   3139:          updated after lintian spelling typos fixed (related to bug #1156)
                   3140: 
                   3141:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   3142:          classes/string.C, classes/table.C, main/pa_charset.C,
                   3143:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   3144:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   3145:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   3146: 
                   3147:        * tests/results/096.processed: +XMP
                   3148: 
                   3149:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   3150:          $.xmp(true) options tested (test for feature #1154)
                   3151: 
                   3152:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   3153:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   3154:          fetched by default! (implements feature #1154)
                   3155: 
                   3156: 2017-05-16  moko
                   3157: 
                   3158:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   3159:          allowed (related to feature #1154)
                   3160: 
                   3161:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3162:          initial XMP implementation - without options and transcode
                   3163:          (related to feature #1154)
                   3164: 
                   3165: 2017-05-12  moko
                   3166: 
                   3167:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3168:          image: exif moved to ffields, skipped in ^image.html[] where
                   3169:          iterators now used (preparation for feature #1154)
                   3170: 
                   3171: 2017-05-05  moko
                   3172: 
                   3173:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   3174:          results/387.processed: test for circular class inheritance check
                   3175:          added (related to bug #1150)
                   3176: 
                   3177:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   3178:          added (fixes endless add_derived bug #1150)
                   3179: 
                   3180: 2017-05-04  moko
                   3181: 
                   3182:        * tests/: 386.html, results/386.processed: test for
                   3183:          $table.value(number) added (related to feature #1152)
                   3184: 
                   3185:        * src/types/pa_vtable.C: table put_element: column value must be
                   3186:          string  - > column value must be string compatible to allow
                   3187:          $t.value(1) (implements feature #1152)
                   3188: 
                   3189: 2017-05-03  moko
                   3190: 
                   3191:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   3192:          (related to feature #1151)
                   3193: 
                   3194:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   3195:          not possible, removing test (related to feature #1151)
                   3196: 
                   3197:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   3198:          get_element_method added and used to allow $use[$method] and
                   3199:          $autouse[$method] (implements feature 1151)
                   3200: 
                   3201:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   3202:          variable added (related to feature #1151)
                   3203: 
                   3204:        * tests/results/226.processed: actualized after ^try-catch used
                   3205: 
                   3206:        * tests/: 226.html, 385.html, results/385.processed: test for
                   3207:          @autouse in variable added
                   3208: 
                   3209:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   3210: 
1.114     moko     3211: 2017-02-27  moko
                   3212: 
                   3213:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   3214: 
1.113     moko     3215: 2017-02-20  moko
                   3216: 
                   3217:        * operators.txt: actualization + beauty
                   3218: 
                   3219: 2017-02-16  moko
                   3220: 
                   3221:        * tests/: 384.html, results/384.processed: test for
                   3222:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   3223:          #1089)
                   3224: 
                   3225:        * tests/: 384.html, results/384.processed: test for
                   3226:          ^reflection:mixin[] added (related to feature #1089)
                   3227: 
                   3228:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   3229: 
1.112     moko     3230: 2017-02-15  moko
                   3231: 
                   3232:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   3233:          fixed
                   3234: 
                   3235:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   3236:          test added (related to feature #1069)
                   3237: 
                   3238:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3239:          compilation without HASH_ORDER fixed
                   3240: 
                   3241:        * src/: classes/reflection.C, include/pa_hash.h:
                   3242:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   3243:          feature #1069)
                   3244: 
                   3245: 2017-02-14  moko
                   3246: 
                   3247:        * tests/: 152.html, results/152.processed: test for $._default hash
                   3248:          added (related to bug #1131)
                   3249: 
                   3250:        * tests/: 277.html, results/277.processed: test for hash with only
                   3251:          $._default is now defined (related to bug #1131)
                   3252: 
                   3253:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   3254:          (fixed bug #1131)
                   3255: 
                   3256: 2017-02-13  moko
                   3257: 
                   3258:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   3259: 
                   3260:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   3261:          results/320.processed, results/375.processed, results/auto.p:
                   3262:          cat-windows.sh support added
                   3263: 
                   3264:        * tests/375.html: Windows support
                   3265: 
                   3266:        * tests/270.html: documented
                   3267: 
                   3268:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   3269:          (not backslashes) even under Windows (broke test 270)
                   3270: 
                   3271: 2017-02-12  moko
                   3272: 
                   3273:        * tests/: descript.ion, todo.txt: cleanup
                   3274: 
                   3275: 2017-02-09  moko
                   3276: 
                   3277:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   3278:          run_tests.cmd: Windows compatibility
                   3279: 
                   3280:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   3281:          incorrectly (GMT) if parser is called from cygwin
                   3282: 
1.111     moko     3283: 2017-02-08  moko
                   3284: 
1.112     moko     3285:        * operators.txt: actualization 15% completed
                   3286: 
                   3287:        * operators.txt: cp1251 -> utf-8
                   3288: 
                   3289:        * NEWS, README: minor update
                   3290: 
                   3291:        * src/include/pa_config_includes.h: warning war continues
                   3292: 
                   3293:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   3294:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3295:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   3296:          gcc 6.x issues fixed
                   3297: 
1.111     moko     3298:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3299:          classes/classes.h, classes/curl.C, classes/date.C,
                   3300:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3301:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3302:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3303:          classes/memcached.C, classes/memory.C, classes/op.C,
                   3304:          classes/reflection.C, classes/regex.C, classes/response.C,
                   3305:          classes/string.C, classes/table.C, classes/void.C,
                   3306:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3307:          include/pa_array.h, include/pa_cache_managers.h,
                   3308:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3309:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3310:          include/pa_dictionary.h, include/pa_dir.h,
                   3311:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3312:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3313:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3314:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3315:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3316:          include/pa_sapi.h, include/pa_socks.h,
                   3317:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3318:          include/pa_stack.h, include/pa_string.h,
                   3319:          include/pa_stylesheet_connection.h,
                   3320:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   3321:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   3322:          include/pa_uue.h, include/pa_xml_exception.h,
                   3323:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   3324:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   3325:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   3326:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   3327:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   3328:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   3329:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   3330:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   3331:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   3332:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   3333:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   3334:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3335:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3336:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3337:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   3338:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   3339:          main/untaint.C, sql/pa_sql_driver.h,
                   3340:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   3341:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   3342:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   3343:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3344:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   3345:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   3346:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   3347:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3348:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   3349:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   3350:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   3351:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   3352:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3353:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   3354:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   3355:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   3356:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   3357:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3358:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3359:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3360:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3361:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3362:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3363:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3364:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3365:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3366:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3367:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   3368:          2015->2017
                   3369: 
1.110     moko     3370: 2017-02-07  moko
                   3371: 
                   3372:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   3373: 
                   3374: 2017-02-06  moko
                   3375: 
                   3376:        * src/main/pa_common.C: minor fixes, whitespace
                   3377: 
                   3378:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3379:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   3380:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   3381:          now used (implements feature #1081)
                   3382: 
                   3383:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   3384: 
                   3385: 2017-02-01  moko
                   3386: 
                   3387:        * src/include/pa_request.h: cleanup
                   3388: 
                   3389: 2017-01-30  moko
                   3390: 
                   3391:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   3392: 
                   3393: 2017-01-29  moko
                   3394: 
                   3395:        * tests/: 383.html, results/383.processed: test for
                   3396:          ^reflection:stack[] added (related to feature #1052)
                   3397: 
                   3398:        * src/classes/reflection.C: else added
                   3399: 
                   3400:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   3401:          $.max_file_lock_wait added (implements feature #1128)
                   3402: 
                   3403: 2017-01-28  moko
                   3404: 
                   3405:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   3406:          body and other cases tests added (related to featue #1014)
                   3407: 
                   3408:        * src/classes/curl.C: bug if response is empty fixed (related to
                   3409:          feature #1014)
                   3410: 
                   3411: 2017-01-27  moko
                   3412: 
                   3413:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   3414:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   3415:          added (implements feature #1052)
                   3416: 
                   3417: 2017-01-25  moko
                   3418: 
                   3419:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   3420:          method test added
                   3421: 
                   3422: 2017-01-23  moko
                   3423: 
                   3424:        * src/classes/reflection.C: optimization: options->get replaced by
                   3425:          hash iterator
                   3426: 
                   3427:        * tests/: 381.html, results/381.processed: now -> fixed date
                   3428: 
                   3429:        * src/main/pa_request.C: warning war
                   3430: 
                   3431:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   3432:          5Mb (fixes bug #1058)
                   3433: 
                   3434:        * src/classes/curl.C: warning war
                   3435: 
                   3436:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   3437:          $.one-line(true) option added (related to feature #1124)
                   3438: 
                   3439:        * src/: classes/json.C, types/pa_value.h: $json-string
                   3440:          $.one-line(true|false) options is now supported (implements
                   3441:          feature #1124)
                   3442: 
                   3443:        * tests/: 380.html, results/380.processed: test for modified
                   3444:          $.max_file_size added (related to bug #1014)
                   3445: 
                   3446:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   3447:          load added (related to bug #1014)
                   3448: 
                   3449:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3450:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   3451:          in curl / file load from disk and http, http file load rewritten
                   3452:          (related to bug #1014)
                   3453: 
                   3454: 2017-01-18  moko
                   3455: 
                   3456:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   3457:          added (related to feature #66)
                   3458: 
                   3459:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   3460:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   3461:          (related to feature #66)
                   3462: 
                   3463: 2017-01-17  moko
                   3464: 
                   3465:        * tests/: 377.html, results/377.processed: test for different
                   3466:          combinations of breaks in body and delimiter (related to bug
                   3467:          #1077)
                   3468: 
                   3469:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   3470:          added (related to bug #1077)
                   3471: 
                   3472:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   3473:          passed to native method" exception added to avoid bugs due to
                   3474:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   3475:          after ^break[] (related to bug #1077)
                   3476: 
                   3477: 2017-01-14  moko
                   3478: 
                   3479:        * tests/: 330.html, results/330.processed: test results updated
                   3480:          after ^break[] bugs where fixed (related to bug #1077)
                   3481: 
                   3482:        * tests/: 329.html, results/329.processed: test results updated
                   3483:          after ^break[] bugs where fixed (related to bug #1077)
                   3484: 
                   3485:        * tests/results/320.processed: ^return[] added
                   3486: 
                   3487: 2017-01-13  moko
                   3488: 
                   3489:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3490:          classes/table.C, include/pa_request.h, main/execute.C,
                   3491:          main/pa_request.C, targets/cgi/parser3.C,
                   3492:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   3493:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   3494:          checked after each possible process/execute call (fixes bug
                   3495:          #1077)
                   3496: 
                   3497: 2016-12-29  moko
                   3498: 
                   3499:        * src/main/pa_common.C: warning war
                   3500: 
                   3501:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   3502:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   3503:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   3504:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   3505:          (related to feature #1014)
                   3506: 
                   3507:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   3508:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   3509:          (related to feature #1014)
                   3510: 
                   3511: 2016-12-28  moko
                   3512: 
                   3513:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   3514:          warning war
                   3515: 
                   3516: 2016-12-26  moko
                   3517: 
                   3518:        * tests/: 341.html, results/341.processed: test for
                   3519:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   3520: 
                   3521:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   3522:          (related to feature #1057)
                   3523: 
                   3524:        * src/types/pa_vdate.C: warning war continues...
                   3525: 
                   3526:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   3527:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   3528: 
                   3529:        * src/lib/gd/gifio.C: warning war / cleanup
                   3530: 
                   3531:        * src/lib/json/pa_json.C: warning war
                   3532: 
                   3533:        * src/classes/hash.C: warning war
                   3534: 
                   3535:        * src/types/pa_vfile.C: warning war
                   3536: 
                   3537:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   3538:          -Wall warning war continues
                   3539: 
                   3540:        * configure.ac: --with-build-warnings actualized
                   3541: 
                   3542: 2016-12-25  moko
                   3543: 
                   3544:        * src/main/pa_exec.C: -wAll warning war
                   3545: 
                   3546:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   3547:          -wAll warning war
                   3548: 
                   3549:        * src/: include/pa_common.h, include/pa_sapi.h,
                   3550:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   3551:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   3552:          -wAll warning war
                   3553: 
                   3554: 2016-12-23  moko
                   3555: 
                   3556:        * src/lib/ltdl/Makefile.am: extra dist added
                   3557: 
                   3558:        * tests/results/344.processed: test result updated after $file.text
                   3559:          prefetched in ^hash::create[$file] (related to feature #1075)
                   3560: 
                   3561:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   3562:          ^hash::create[$file] (related to feature #1075)
                   3563: 
                   3564: 2016-12-22  moko
                   3565: 
                   3566:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   3567:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   3568:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   3569:          #1014 under 32-bit unix versions)
                   3570: 
                   3571: 2016-12-21  moko
                   3572: 
                   3573:        * tests/: 375.html, results/375.processed: test for exec returning
                   3574:          stated file added (related to feature #1119)
                   3575: 
                   3576:        * src/classes/file.C: load should not return file with null body
                   3577:          (fixes bug #1119)
                   3578: 
                   3579: 2016-12-14  moko
                   3580: 
                   3581:        * tests/: 374.html, results/374.processed: test for $method.name
                   3582:          added (related to feature #1117) plus method returning junction
                   3583:          test
                   3584: 
                   3585: 2016-12-13  moko
                   3586: 
                   3587:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   3588:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   3589:          (implements feature #1117)
                   3590: 
                   3591:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   3592:          HEAD and TRACE can't have body (implements feature #1116)
                   3593: 
                   3594: 2016-12-09  moko
                   3595: 
                   3596:        * tests/: 373.html, results/373.processed: tests for
                   3597:          ^reflection:tainting added (related to feature #1098)
                   3598: 
                   3599:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   3600:          change (related to feature #1098)
                   3601: 
                   3602: 2016-12-06  moko
                   3603: 
                   3604:        * src/: classes/reflection.C, include/pa_string.h,
                   3605:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   3606:          feature #1098)
                   3607: 
                   3608: 2016-12-05  moko
                   3609: 
                   3610:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   3611:          (fixes bug #1114)
                   3612: 
                   3613: 2016-12-04  moko
                   3614: 
                   3615:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   3616:          check added
                   3617: 
                   3618: 2016-12-03  moko
                   3619: 
                   3620:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   3621:          to test value.as_hash() usage
                   3622: 
                   3623:        * src/classes/curl.C: value.as_hash() used for correct hash
                   3624:          processing
                   3625: 
                   3626:        * src/classes/reflection.C: exceptions texts fixes
                   3627: 
                   3628: 2016-12-02  moko
                   3629: 
                   3630:        * tests/: 372.html, results/372.processed: tests for
                   3631:          ^reflection:create[ $.class[name] $.constructor[name]
                   3632:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   3633:          feature #1094)
                   3634: 
                   3635:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   3636:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   3637:          will be called in ~VNativeMethodFrame
                   3638: 
                   3639:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   3640:          ] minor fix
                   3641: 
                   3642:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   3643:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   3644:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   3645:          now supported (implements feature #1094) value::as_hash added
                   3646:          (and should be used everywhere)
                   3647: 
                   3648:        * src/classes/reflection.C: cleanup
                   3649: 
                   3650: 2016-12-01  moko
                   3651: 
                   3652:        * tests/: 356.html, results/356.processed: test for method
                   3653:          junctions class name added to the resulting hash added (related
                   3654:          to feature #1068)
                   3655: 
                   3656:        * src/classes/reflection.C: for method junctions class name added
                   3657:          to the resulting hash (related to feature #1068)
                   3658: 
                   3659: 2016-11-30  moko
                   3660: 
                   3661:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   3662:          exception (related to bug #1113)
                   3663: 
                   3664:        * src/types/pa_vhashfile.C: whitespace
                   3665: 
                   3666:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   3667:          #1113)
                   3668: 
                   3669:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3670:          229.processed, 239.processed, 244.processed, 246.processed,
                   3671:          314.processed, 352.processed: tests results updated after method
                   3672:          call exceptions improved as method now keeps its name
                   3673: 
                   3674:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   3675:          types/pa_vmethod_frame.h: method call exceptions improved as
                   3676:          method now keeps its name
                   3677: 
                   3678:        * tests/: 224.html, 239.html, results/224.processed,
                   3679:          results/239.processed: tests and tests results updated after
                   3680:          Request::construct exception changed
                   3681: 
                   3682:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   3683:          exception optimized
                   3684: 
                   3685:        * tests/: 371.html, results/371.processed: test for
                   3686:          WWrapper.get_element call in $.name.key[value] code added
                   3687:          (related to feature #1091)
                   3688: 
                   3689:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   3690:          in $.name.key[value] code (related to feature #1091)
                   3691: 
                   3692: 2016-11-29  moko
                   3693: 
                   3694:        * src/classes/op.C: VS warning war
                   3695: 
                   3696:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   3697:          C4239: nonstandard extension used : 'return' : conversion from
                   3698:          'Value' to 'Value &' (related to feature #1020)
                   3699: 
                   3700:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   3701:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   3702:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   3703:          to feature #1020)
                   3704: 
                   3705:        * src/main/execute.C: VS warning war
                   3706: 
                   3707:        * src/targets/cgi/parser3.C: VS compatibility fix
                   3708: 
                   3709:        * src/include/pa_request.h: VS warning war
                   3710: 
                   3711:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   3712:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   3713: 
                   3714:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   3715:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   3716:          $.stdin[$binary_file] (fixes bug #1044)
                   3717: 
                   3718: 2016-11-28  moko
                   3719: 
                   3720:        * src/main/pa_exec.C: whitespace
                   3721: 
                   3722:        * src/main/pa_request.C: whitespace
                   3723: 
                   3724:        * tests/: 369.html, results/369.processed: test for
                   3725:          $response:status usage added (related to feature #1099)
                   3726: 
                   3727:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   3728:          if < 100 (implements feature #1099)
                   3729: 
                   3730:        * src/targets/cgi/parser3.C: whitespace
                   3731: 
                   3732:        * src/targets/cgi/parser3.C: whitespace
                   3733: 
                   3734:        * tests/: 368.html, results/368.processed: test updated after
                   3735:          ^reflection:filename[$method] added (related to feature #1053)
                   3736: 
                   3737:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3738:          main/compile.y, main/execute.C, main/pa_request.C,
                   3739:          types/pa_vclass.h: filename -> filespec,
                   3740:          ^reflection:filename[$method] added (related to feature #1053)
                   3741: 
                   3742: 2016-11-27  moko
                   3743: 
                   3744:        * tests/: 368.html, results/368.processed: test for
                   3745:          reflection:filename[$class or object] added (related to feature
                   3746:          #1053)
                   3747: 
                   3748:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   3749:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   3750:          object] added (implements feature #1053)
                   3751: 
                   3752: 2016-11-26  moko
                   3753: 
                   3754:        * src/: include/pa_request_info.h,
                   3755:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3756:          remove_absolute_uri -> strip_absolute_uri
                   3757: 
                   3758: 2016-11-25  moko
                   3759: 
                   3760:        * src/: include/pa_request_info.h,
                   3761:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3762:          request_info.remove_absolute_uri added to remove possible
                   3763:          http://site.name/ from $request:uri (implements feature #1112)
                   3764: 
                   3765: 2016-11-24  moko
                   3766: 
                   3767:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   3768:          previous request headers clearing after redirect added (related
                   3769:          to bug #1109)
                   3770: 
                   3771:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   3772:          response headers from previous requests are now cleared, only
                   3773:          last request headers are collected (fixes bug #1109)
                   3774: 
                   3775:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   3776:          tests results updated as method name now added to the resulting
                   3777:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3778:          feature #1068)
                   3779: 
                   3780:        * src/classes/reflection.C: method name now added to the resulting
                   3781:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3782:          feature #1068)
                   3783: 
                   3784:        * tests/results/366.processed: test for native and parser
                   3785:          implementation of ^use[] logic (related to feature #1074)
                   3786: 
                   3787:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   3788:          for native and parser implementation of ^use[] logic (related to
                   3789:          feature #1074)
                   3790: 
                   3791: 2016-11-23  moko
                   3792: 
                   3793:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3794:          main/pa_request.C: @USE file now implemented as ^use[file;
                   3795:          $.origin[origin_file] ] (implements feature #1074)
                   3796: 
1.109     moko     3797: 2016-11-21  moko
                   3798: 
1.110     moko     3799:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   3800:          3.4.4 and $caller.method now tested (related to feature #1110)
                   3801: 
                   3802:        * tests/: 364.html, results/364.processed: $caller usage in
                   3803:          different contexts now tested (related to feature #1110)
                   3804: 
                   3805:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   3806: 
                   3807:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   3808: 
1.109     moko     3809:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   3810:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   3811:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   3812:          used (implements feature #1110)
                   3813: 
                   3814: 2016-11-20  moko
                   3815: 
                   3816:        * src/types/pa_vdouble.h: whitespace
                   3817: 
                   3818: 2016-11-11  moko
                   3819: 
                   3820:        * tests/: 363.html, results/363.processed: more tests for feature
                   3821:          #1091 (how parser methods work in expression context)
                   3822: 
                   3823:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   3824:          expressions strings are now written as strings, not values by
                   3825:          write_as_string (related to feature #1091)
                   3826: 
                   3827:        * src/classes/op.C: to make more correct behavour in expression
                   3828:          context
                   3829: 
                   3830: 2016-11-07  moko
                   3831: 
                   3832:        * tests/: 362.html, results/362.processed: test for
                   3833:          xsltParseStylesheetDoc caching as xsl modification after it added
                   3834:          (related to bug #1108)
                   3835: 
                   3836:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   3837:          result now cached as xdoc is modified after it (fixes bug #1108)
                   3838: 
                   3839: 2016-11-06  moko
                   3840: 
                   3841:        * src/types/pa_vxdoc.h: whitespace
                   3842: 
                   3843: 2016-11-05  moko
                   3844: 
                   3845:        * src/types/pa_vmethod_frame.h: cleanup
                   3846: 
                   3847: 2016-11-03  moko
                   3848: 
                   3849:        * tests/results/244.processed: more correct exception after method
                   3850:          frames separation
                   3851: 
                   3852:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   3853: 
                   3854:        * src/types/pa_method.h: optimization: params_count added
                   3855: 
                   3856:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   3857:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   3858:          types/pa_value.C, types/pa_vmethod_frame.C,
                   3859:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   3860:          VMethodFrame now divided into VNativeMethodFrame,
                   3861:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   3862:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   3863:          and used (related to feature #1104)
                   3864: 
                   3865: 2016-11-02  moko
                   3866: 
                   3867:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   3868:          classes/double.C, classes/file.C, classes/hash.C,
                   3869:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3870:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3871:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   3872:          classes/regex.C, classes/string.C, classes/table.C,
                   3873:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   3874:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   3875:          r.write (implements feature #1091)
                   3876: 
                   3877:        * src/main/execute.C: cleanup (related to feature #1104)
                   3878: 
                   3879:        * src/: include/pa_request.h, main/execute.C,
                   3880:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   3881:          added, in_expression removed (implements feature #1104)
                   3882: 
                   3883: 2016-10-31  moko
                   3884: 
                   3885:        * src/types/pa_value.C: whitespace
                   3886: 
                   3887: 2016-10-28  moko
                   3888: 
                   3889:        * tests/results/244.processed: updated after error reporting fixed
                   3890:          in pa_wcontext.C
                   3891: 
                   3892:        * src/types/pa_wcontext.C: error reporting fixed
                   3893: 
                   3894:        * src/types/pa_wcontext.h: whitespace
                   3895: 
                   3896:        * src/classes/image.C: not fully readed entries are no longer
                   3897:          processed (fixes bug #1106)
                   3898: 
                   3899: 2016-10-26  moko
                   3900: 
                   3901:        * src/classes/image.C: whitespace
                   3902: 
                   3903:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   3904:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   3905:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   3906:          longer required (related to feature #1091)
                   3907: 
                   3908:        * tests/results/: 264.processed, 350.processed: test results update
                   3909:          reverted (whitespace optimization) after write_no_lang removed :)
                   3910:          (related to feature #1091)
                   3911: 
                   3912:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   3913:          classes/string.C, classes/table.C, classes/void.C,
                   3914:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   3915:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   3916:          equal write_pass_lang (related to feature #1091)
                   3917: 
                   3918:        * tests/results/: 264.processed, 350.processed: test results
                   3919:          updated (whitespace optimization) after write_assign_lang removed
                   3920:          (related to feature #1091)
                   3921: 
                   3922:        * tests/: 361.html, results/361.processed: test for non-string
                   3923:          ^untaint added (related to feature #1091)
                   3924: 
                   3925:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3926:          classes/hash.C, classes/op.C, classes/string.C,
                   3927:          include/pa_request.h, main/execute.C: optimization:
                   3928:          write_assign_lang removed as not required (first part of feature
                   3929:          #1091 implementation)
                   3930: 
1.108     moko     3931: 2016-10-12  moko
                   3932: 
                   3933:        * tests/: 360.html, results/360.processed: more test code (related
                   3934:          to feature #1104)
                   3935: 
                   3936:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   3937:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   3938:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   3939:          WContext is next task (implements feature #1104)
                   3940: 
                   3941:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   3942:          / CO_WITHOUT_WCONTEXT
                   3943: 
                   3944:        * tests/: 360.html, results/360.processed: test for in expression
                   3945:          state (related to feature #1104)
                   3946: 
                   3947: 2016-10-11  moko
                   3948: 
                   3949:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   3950: 
                   3951:        * src/classes/op.C: default value removed from initializer
                   3952: 
                   3953:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   3954: 
                   3955:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   3956: 
                   3957: 2016-10-10  moko
                   3958: 
                   3959:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   3960:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   3961:          to feature #42)
                   3962: 
                   3963:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   3964:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   3965: 
                   3966: 2016-10-08  moko
                   3967: 
                   3968:        * src/classes/double.C: whitespace
                   3969: 
                   3970: 2016-10-07  moko
                   3971: 
                   3972:        * src/types/pa_vmethod_frame.h: reorder
                   3973: 
                   3974: 2016-10-06  moko
                   3975: 
                   3976:        * src/classes/date.C: typo
                   3977: 
                   3978:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   3979: 
                   3980:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   3981:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   3982:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   3983:          Value*
                   3984: 
                   3985:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   3986: 
                   3987:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   3988:          removed; first as_* code rewrite
                   3989: 
                   3990: 2016-10-05  moko
                   3991: 
                   3992:        * src/include/pa_request.h: whitespace
                   3993: 
                   3994:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   3995:          intercept_string added (related to feature #1097)
                   3996: 
                   3997:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   3998:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   3999:          optimization: intercept_string removed (implements feature #1097)
                   4000: 
                   4001:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   4002: 
                   4003:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   4004:          from VCodeFrame and WWrapper as not required
                   4005: 
                   4006: 2016-10-04  moko
                   4007: 
                   4008:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   4009:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   4010:          classes/int.C, classes/json.C, classes/op.C,
                   4011:          classes/reflection.C, classes/string.C, classes/table.C,
                   4012:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4013:          proces_to_value -> process after StringOrValue removed (related
                   4014:          to feature #1020)
                   4015: 
                   4016:        * src/classes/form.C: whitespace
                   4017: 
                   4018:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   4019: 
                   4020:        * tests/: 357.html, 358.html, results/357.processed,
                   4021:          results/358.processed, results/auto.p: test for @conf
                   4022:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   4023: 
                   4024: 2016-10-03  moko
                   4025: 
                   4026:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   4027:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   4028:          supported (implements feature #42)
                   4029: 
                   4030:        * src/types/pa_vregex.h: no reason for VRegex to be
                   4031:          is_evaluated_expr
                   4032: 
                   4033:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   4034:          (implements feature #1095)
                   4035: 
                   4036: 2016-10-01  moko
                   4037: 
                   4038:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   4039:          false by default (related to feature #1089)
                   4040: 
                   4041: 2016-09-30  moko
                   4042: 
                   4043:        * src/types/pa_wcontext.h: cleanup
                   4044: 
                   4045: 2016-09-29  moko
                   4046: 
                   4047:        * src/main/execute.C: whitespace
                   4048: 
                   4049:        * src/include/pa_request.h: whitespace
                   4050: 
                   4051:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4052:          classes/op.C, classes/table.C, include/pa_request.h,
                   4053:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   4054:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   4055:          StringOrValue removed as it just slows down and adds complexity
                   4056:          (implements feature #1020)
                   4057: 
                   4058: 2016-09-28  moko
                   4059: 
                   4060:        * tests/: 356.html, results/266.processed, results/321.processed,
                   4061:          results/356.processed: tests updated after name was added to
                   4062:          method_info hash, test for ^reflection:method_info[junction]
                   4063:          added (related to feature #1068)
                   4064: 
                   4065:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   4066:          supported, method name added to the resulting hash (implements
                   4067:          feature #1068)
                   4068: 
                   4069:        * tests/: 276.html, results/276.processed: more tests for
                   4070:          ^reflection:delete[]
                   4071: 
                   4072:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   4073:          didn't work on class and could damage native objects (like file)
                   4074: 
                   4075: 2016-09-26  moko
                   4076: 
                   4077:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   4078:          results/345.processed, results/346-curl.processed,
                   4079:          results/347-curl.processed, results/348.processed: numbers added
                   4080:          to simplify diff analysis
                   4081: 
                   4082:        * tests/: 352.html, results/352.processed: test result updated as
                   4083:          method name used
                   4084: 
                   4085:        * src/classes/reflection.C: method name used
                   4086: 
                   4087:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   4088:          its name
                   4089: 
                   4090:        * src/types/pa_method.h: whitespace
                   4091: 
                   4092:        * src/classes/reflection.C: both method and field with one name can
                   4093:          exist.
                   4094: 
                   4095:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   4096:          feature #1089)
                   4097: 
                   4098:        * tests/: 355.html, results/355.processed: property appears in
                   4099:          derived class if added in base test added
                   4100: 
                   4101:        * src/types/pa_vstateless_class.h: get_method declaration +
                   4102:          whitespace
                   4103: 
                   4104:        * tests/: 354.html, results/354.processed: nice test from method
                   4105:          and property with one name in class added
                   4106: 
                   4107: 2016-09-23  moko
                   4108: 
                   4109:        * src/classes/reflection.C: ^reflection:method usage documented
                   4110: 
                   4111: 2016-09-22  moko
                   4112: 
                   4113:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   4114:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   4115:          compile warning and GPF occures on VS2003 (related to feature
                   4116:          #1087)
                   4117: 
                   4118:        * tests/: 350.html, results/350.processed: test added for
                   4119:          $.encloser[] support in ^table::create (related to feature #11)
                   4120: 
                   4121:        * src/classes/table.C: another minor fix (related to feature #11)
                   4122: 
1.107     moko     4123: 2016-09-21  moko
                   4124: 
                   4125:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   4126: 
                   4127:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4128:          classes/json.C, classes/string.C, classes/table.C,
                   4129:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4130:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4131:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   4132:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   4133:          pa_charsets, vs2015 warning war
                   4134: 
                   4135:        * src/classes/table.C: vs2015 warning war
                   4136: 
                   4137:        * src/types/pa_vdate.C: vs2015 warning war
                   4138: 
                   4139:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   4140: 
                   4141:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   4142:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   4143: 
                   4144:        * src/main/pa_common.C: vs2015 compilation fixes
                   4145: 
                   4146:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   4147:          vs2015 compilation fixes
                   4148: 
                   4149:        * src/main/pa_charset.C: vs2015 warning war
                   4150: 
                   4151:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   4152: 
                   4153:        * src/main/pa_charset.C: vs2015 warning war
                   4154: 
                   4155:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   4156: 
                   4157:        * src/types/pa_vdate.C: vs2015 compilation fix
                   4158: 
                   4159:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   4160: 
                   4161:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   4162:          VS2015 compilation fixes
                   4163: 
                   4164:        * src/classes/table.C: minor fix (related to feature #11)
                   4165: 
                   4166:        * tests/results/282.processed: no longer skipping extra enclosers
                   4167:          (related to feature #11)
                   4168: 
                   4169:        * src/classes/table.C: minor fix + no longer skipping extra
                   4170:          enclosers (related to feature #11)
                   4171: 
                   4172:        * src/classes/table.C: minor optimization (related to feature #11)
                   4173: 
                   4174:        * src/classes/table.C: minor fix and optimization (related to
                   4175:          feature #11)
                   4176: 
                   4177: 2016-09-20  moko
                   4178: 
                   4179:        * tests/: 353.html, results/353.processed: test for
                   4180:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   4181:          added (related to bug #1090)
                   4182: 
                   4183:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   4184:          one_big_piece (fixes bug #1090)
                   4185: 
                   4186:        * tests/: 229.html, results/229.processed: code coverage tests
                   4187: 
                   4188:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   4189:          body) was called
                   4190: 
                   4191:        * src/classes/op.C: whitespace
                   4192: 
                   4193:        * tests/: 323.html, results/323.processed: test for code junction
                   4194:          should not be returned by ^reflection:class, ^reflection:base
                   4195: 
                   4196:        * src/classes/reflection.C: bugfix: code junction should not be
                   4197:          returned by ^reflection:class, ^reflection:base
                   4198: 
                   4199:        * tests/: 323.html, 352.html, results/352.processed: no more
                   4200:          exception for ^reflection:method[class;no-such-method] (related
                   4201:          to feature #1087)
                   4202: 
                   4203:        * src/classes/reflection.C:
                   4204:          ^reflection:method[class;no-such-method] : exception -> void
                   4205:          (related to feature #1087)
                   4206: 
                   4207:        * src/include/pa_request.h: request::write_value added to allow
                   4208:          write value without convertion (related to issue #1091)
                   4209: 
                   4210: 2016-09-19  moko
                   4211: 
                   4212:        * src/main/pa_random.C: windows build fix
                   4213: 
                   4214:        * src/types/pa_vhash.h: warning war
                   4215: 
                   4216: 2016-09-14  moko
                   4217: 
                   4218:        * tests/: 352.html, 552.html, results/352.processed,
                   4219:          results/552.processed: test for ^reflection:method[] extension
                   4220:          added (related to feature #1087)
                   4221: 
                   4222:        * tests/: 552.html, results/552.processed: test for
                   4223:          ^reflection:method[] extension added (related to feature #1087)
                   4224: 
                   4225:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   4226:          dynamic_cast check added (related to feature #1087)
                   4227: 
                   4228:        * tests/: 351.html, results/351.processed: test for @auto[]
                   4229:          inheritance bug diring ^process[] added (related to bug #1088)
                   4230: 
                   4231:        * src/: classes/op.C, main/pa_request.C,
                   4232:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   4233:          disable it inheritance during ^process (fixes bug #1088)
                   4234: 
                   4235:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   4236:          added (implements feature #1087)
                   4237: 
                   4238: 2016-09-13  moko
                   4239: 
                   4240:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   4241:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   4242:          to feature #1086)
                   4243: 
                   4244:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   4245:          types/pa_vobject.C: objects now are not class instances, but have
                   4246:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   4247:          in @conf (implements feature #1086)
                   4248: 
                   4249: 2016-09-08  moko
                   4250: 
                   4251:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   4252:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   4253:          include/pa_string.h: cleanup: string::split limit argument
                   4254:          removed as no longer required, pos_after no longer reference
                   4255:          (related to feature #11)
                   4256: 
                   4257:        * src/classes/table.C, tests/results/348.processed: now exception
                   4258:          is rised when invalid option is passed to ^table::create[]
                   4259: 
                   4260:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   4261:          coverage tests
                   4262: 
                   4263:        * tests/: 348.html, results/348.processed: code coverage tests
                   4264:          added
                   4265: 
                   4266:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   4267:          tests
                   4268: 
                   4269:        * tests/: 035.html, results/035.processed, results/272.processed:
                   4270:          tests updated after $.encloser[] support for ^table::create
                   4271:          implementation (related to feature #11)
                   4272: 
                   4273:        * src/classes/table.C: $.encloser[] support for ^table::create
                   4274:          finally added (implements feature #11)
                   4275: 
                   4276: 2016-09-07  moko
                   4277: 
                   4278:        * src/include/pa_string.h: added StringSplitHelper as friend
                   4279:          (related to feature #11)
                   4280: 
                   4281:        * src/include/pa_string.h: body and langs now protected, not
                   4282:          private to allow inheritance (related to feature #11)
                   4283: 
                   4284:        * src/classes/table.C: lsplit optimized before cloning for
                   4285:          ^table::create with $.encloser[] (related to feature #11)
                   4286: 
                   4287:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   4288:          added and used (related to feature #11)
                   4289: 
                   4290:        * src/classes/table.C: spelling:
                   4291: 
                   4292:          TableSeparators -> TableControlChars column -> separator
                   4293:          separators -> control_chars
                   4294: 
                   4295: 2016-09-06  moko
                   4296: 
                   4297:        * src/main/pa_string.C: whitespace
                   4298: 
                   4299:        * src/main/pa_string.C: whitespace
                   4300: 
                   4301: 2016-09-01  moko
                   4302: 
                   4303:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   4304:          results OS-independent
                   4305: 
                   4306:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   4307:          compiler (related to feature #1042)
                   4308: 
                   4309: 2016-08-15  moko
                   4310: 
                   4311:        * src/include/pa_string.h: whitespace
                   4312: 
                   4313:        * src/classes/table.C: whitespace
                   4314: 
1.106     moko     4315: 2016-08-05  moko
                   4316: 
                   4317:        * tests/: 344.html, results/344.processed: test for
                   4318:          ^hash::create[$file] added (related to feature #1075)
                   4319: 
                   4320:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   4321:          supported (implements feature #1075)
                   4322: 
                   4323: 2016-08-04  moko
                   4324: 
                   4325:        * tests/: 341.html, results/341.processed: more code coverage tests
                   4326: 
                   4327:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4328:          coverage tests for curl
                   4329: 
                   4330:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4331:          coverage tests for curl
                   4332: 
                   4333:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   4334:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   4335:          test added
                   4336: 
                   4337:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   4338:          coverage tests for curl
                   4339: 
                   4340: 2016-08-03  moko
                   4341: 
                   4342:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   4343:          until it will be loaded, allowing to find existing library.
                   4344: 
                   4345:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   4346:          results/347-curl.processed: more code coverage tests for curl
                   4347: 
                   4348:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   4349:          results/339-curl.processed, results/346-curl.processed: curl
                   4350:          functionality tests
                   4351: 
                   4352: 2016-08-02  moko
                   4353: 
                   4354:        * tests/: 339.html, results/339.processed: test for tables in
                   4355:          ^file:load[] and ^curl:load[] (commented) added (related to
                   4356:          feature #1042)
                   4357: 
                   4358:        * tests/: 345.html, results/345.processed: code coverage tests for
                   4359:          file class
                   4360: 
                   4361:        * tests/: 344.html, results/344.processed: code coverage tests
                   4362: 
                   4363:        * tests/: 344.html, results/344.processed: mdate removed from
                   4364:          output
                   4365: 
                   4366:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   4367:          fcontent.is_text_mode() if not set (related to feature #1061)
                   4368: 
                   4369:        * tests/: 344.html, results/344.processed: more tests
                   4370: 
                   4371:        * tests/: 343.html, 344.html, results/343.processed,
                   4372:          results/344.processed: tests for ^file::create[ $.from-charset
                   4373:          and $.to-charset ] (related to feature #1061)
                   4374: 
                   4375:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4376:          aset_text_mode argument optimized
                   4377: 
                   4378:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4379:          checkBOM now used in detect_binary_content (related to feature
                   4380:          #1061)
                   4381: 
                   4382:        * src/main/pa_request.C: load_charset no longer required to_upper
                   4383: 
                   4384:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   4385:          preserves original file mode (if no $.mode specified)
                   4386: 
                   4387:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4388:          ^file::create now supports $.from-charset[] and $.to-charset
                   4389:          options (implements feature #1061), automatic transcode is done
                   4390:          if text file is created from binary file and charset is detected.
                   4391: 
                   4392: 2016-07-30  moko
                   4393: 
                   4394:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   4395:          feature #1057)
                   4396: 
                   4397:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   4398:          added (related to feature #1057)
                   4399: 
                   4400:        * tests/: 286.html, results/286.processed: code tests coverage
                   4401: 
                   4402: 2016-07-29  moko
                   4403: 
                   4404:        * src/classes/table.C: table size should be checked inside menu and
                   4405:          foreach (related to feature #858)
                   4406: 
                   4407:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   4408:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4409:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   4410:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   4411:          charsets.get now does str_upper inside (related to feature #1061)
                   4412: 
                   4413:        * tests/: 342.html, results/342.processed: more code coverage tests
                   4414: 
                   4415:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   4416:          + foreach test added (related to feature #858)
                   4417: 
                   4418:        * tests/: 341.html, results/341.processed: tests for
                   4419:          ^table.hash[]{code} added + code coverage tests (related to
                   4420:          feature #1057)
                   4421: 
                   4422:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   4423:          value} support (implements feature #1057)
                   4424: 
                   4425:        * src/classes/table.C: whitespace
                   4426: 
                   4427: 2016-07-28  moko
                   4428: 
                   4429:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   4430:          from URL, if not specified query string removed from url-based
                   4431:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   4432:          #1042)
                   4433: 
                   4434: 2016-07-27  moko
                   4435: 
                   4436:        * tests/: 340.html, results/340.processed: test for
                   4437:          transcode_text_result=false added (related to issue #1042)
                   4438: 
                   4439: 2016-07-26  moko
                   4440: 
                   4441:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   4442:          is folder and ends with /) (related to feature #1042)
                   4443: 
                   4444:        * src/main/pa_http.C: whitespace optimizaion
                   4445: 
                   4446:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   4447:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   4448:          multiple headers, ^file::load supports headers transcoding
                   4449:          (implements feature #1042)
                   4450: 
                   4451: 2016-07-25  moko
                   4452: 
                   4453:        * src/include/pa_common.h: PA_DEFAULT added
                   4454: 
                   4455: 2016-07-22  moko
                   4456: 
                   4457:        * tests/: 338.html, results/338.processed: test for
                   4458:          $date.field(value) added (related to feature #1066)
                   4459: 
                   4460:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4461:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   4462:          feature #1066)
                   4463: 
1.105     moko     4464: 2016-07-21  moko
                   4465: 
                   4466:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   4467:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   4468:          arguments removed; image.C - absolute path shown in exception
                   4469:          (implements feature #1071)
                   4470: 
                   4471:        * tests/: 235.html, results/235.processed: test and test result
                   4472:          updated after static boundary in mail and Errors-To: mail header
                   4473:          removed (related to feature #1047)
                   4474: 
                   4475:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   4476:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   4477:          used, static boundary in mail removed, Errors-To: mail header
                   4478:          removed (implements feature #1047)
                   4479: 
                   4480: 2016-07-20  moko
                   4481: 
                   4482:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   4483:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   4484:          issue #1051)
                   4485: 
                   4486:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   4487:          request.classes(): Value -> VStateless_class, part 2 (related to
                   4488:          issue #1051)
                   4489: 
                   4490:        * tests/results/: 224.processed, 323.processed: classes without
                   4491:          methods should not be methoded (related to issue #1051)
                   4492: 
                   4493:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   4494:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   4495:          -> VStateless_class, part 1 (related to issue #1051)
                   4496: 
                   4497:        * tests/: 337.html, results/337.processed: test for
                   4498:          ^reflection:fields_reference[] and VHashReference class added
                   4499:          (related to feature #1072)
                   4500: 
                   4501:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   4502:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   4503:          and VHashReference added, allowing ^reflection:fields_reference[]
                   4504:          implementation (closes feature #1072)
                   4505: 
                   4506: 2016-07-19  moko
                   4507: 
                   4508:        * tests/: 323.html, results/323.processed: we want to see
                   4509:          "methoded"
                   4510: 
                   4511:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   4512:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   4513:          #1059)
                   4514: 
                   4515:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   4516:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   4517:          somebody_entered_some_class, $BASE:property works again,
                   4518:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   4519: 
                   4520: 2016-07-14  moko
                   4521: 
                   4522:        * tests/: 335.html, results/335.processed: test for feature #1055
                   4523:          added
                   4524: 
                   4525:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   4526:          feature: ^hash.contains[_default] added (implements feature
                   4527:          #1055)
                   4528: 
                   4529: 2016-07-13  moko
                   4530: 
                   4531:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   4532:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   4533: 
                   4534: 2016-07-05  moko
                   4535: 
                   4536:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   4537:          in ^hash.foreach (related to feature #1073)
                   4538: 
                   4539: 2016-07-04  moko
                   4540: 
                   4541:        * tests/: 134.html, 281.html, results/134.processed,
                   4542:          results/281.processed: tests updated after hash blocking removed
                   4543:          (related to feature #1073)
                   4544: 
                   4545:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   4546:          no longer blocks on change during foreach (implements feature
                   4547:          #1073)
                   4548: 
                   4549: 2016-06-17  moko
                   4550: 
                   4551:        * tests/: 330.html, results/330.processed: try exception source
                   4552:          test added (related to bug in #1062)
                   4553: 
                   4554:        * tests/: 334.html, results/334.processed: Exception stack trace
                   4555:          test added (related to bug in $1062)
                   4556: 
                   4557:        * src/classes/op.C: Exception trace now correctly restored and
                   4558:          errors reported (related to bug #1062)
                   4559: 
1.104     moko     4560: 2016-05-25  moko
                   4561: 
                   4562:        * src/main/compile.y: minor cleanup + beauty
                   4563: 
                   4564: 2016-05-24  moko
                   4565: 
                   4566:        * tests/: 333.html, results/333.processed: more exceptions testing
                   4567: 
                   4568:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   4569:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   4570:          features #1056, #1026)
                   4571: 
                   4572:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   4573:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   4574:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   4575:          (implements feature #1056)
                   4576: 
                   4577:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4578:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   4579:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   4580:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   4581:          feature #1026)
                   4582: 
                   4583:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   4584:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   4585:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   4586:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   4587:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   4588:          feature #1026)
                   4589: 
                   4590:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4591:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   4592:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   4593:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   4594: 
                   4595:        * src/main/main.vcproj: + ps_symbols
                   4596: 
                   4597:        * src/: include/Makefile.am, include/pa_string.h,
                   4598:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   4599:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   4600:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4601:          types/pa_vstateless_class.C: initial implementation for symbols
                   4602:          cache (related to feature #1026)
                   4603: 
                   4604:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   4605: 
                   4606:        * src/main/pa_globals.C: minor cleanup
                   4607: 
                   4608: 2016-05-19  moko
                   4609: 
                   4610:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   4611:          (related to feature #1046)
                   4612: 
                   4613:        * tests/: 331.html, results/331.processed: test for
                   4614:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   4615:          (related to feature #1051)
                   4616: 
                   4617:        * src/main/compile.y:
                   4618:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   4619:          (implements feature #1054)
                   4620: 
                   4621: 2016-05-18  moko
                   4622: 
                   4623:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   4624:          "column not found" exception for ^table.no-such-method[] (related
                   4625:          to feature #1046)
                   4626: 
                   4627:        * tests/: 261.html, results/261.processed: test added and updated
                   4628:          after feature #1046 implementation
                   4629: 
                   4630:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   4631:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   4632:          ^string.contains added for hash compatibility, $string.method no
                   4633:          longer returns stting method (implements feature #1046)
                   4634: 
                   4635: 2016-05-12  moko
                   4636: 
                   4637:        * src/classes/curl.C: content-type response header no longer
                   4638:          ignored (fixes issue #1045)
                   4639: 
                   4640:        * tests/: 330.html, results/330.processed: test for incomplete
                   4641:          finally execution when break occures added (related to issue
                   4642:          #1077)
                   4643: 
                   4644:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   4645:          executing catch and finally code (fixes issue #1062)
                   4646: 
                   4647: 2016-05-11  moko
                   4648: 
                   4649:        * tests/: 329.html, results/329.processed: test for invalid
                   4650:          ^break[] behavour added (bug #1077)
                   4651: 
                   4652:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   4653: 
                   4654: 2016-04-24  moko
                   4655: 
                   4656:        * src/types/pa_vstateless_class.h: warning war
                   4657: 
                   4658: 2016-04-17  moko
                   4659: 
                   4660:        * tests/: 328.html, results/328.processed: test for
                   4661:          ^break(condition) and ^continue(condition) (related to feature
                   4662:          #1063)
                   4663: 
                   4664:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   4665:          implemented (feature #1063)
                   4666: 
                   4667: 2016-04-12  moko
                   4668: 
                   4669:        * tests/results/280.processed: ordered hash now used for class
                   4670:          methods and properties (test results updated for feature #1069)
                   4671: 
                   4672:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   4673:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   4674:          failed (related to issue #1051)
                   4675: 
                   4676:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   4677:          are printed to check inheritance (related to feature #1051)
                   4678: 
1.103     moko     4679: 2016-04-09  moko
                   4680: 
                   4681:        * tests/results/320.processed: ordered hash now used for class
                   4682:          methods and properties (test results updated for feature #1069)
                   4683: 
                   4684:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   4685:          methods and properties (implements feature #1069)
                   4686: 
                   4687:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   4688:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   4689:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   4690:          feature #1051)
                   4691: 
                   4692: 2016-04-07  moko
                   4693: 
                   4694:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   4695:          (related to feature #1051)
                   4696: 
                   4697:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   4698:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   4699:          string constants deduplication (related to feature #1051)
                   4700: 
                   4701:        * tests/results/224.processed: test result updated (related to
                   4702:          feature #1051)
                   4703: 
                   4704:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   4705:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   4706:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   4707:          types/pa_vstatus.h: classes hash now contains only
                   4708:          VStateless_class derived objects, .CLASS is also allways
                   4709:          VStateless_class derived object (related to feature #1051).
                   4710: 
                   4711: 2016-04-06  moko
                   4712: 
                   4713:        * tests/results/323.processed: test result updated after feature
                   4714:          #1051 implementation
                   4715: 
                   4716:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   4717:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   4718:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   4719:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   4720:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4721:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   4722:          classes, type() moved from VStateless_class to VClass and
                   4723:          Methoded (implements feature #1051)
                   4724: 
                   4725: 2016-04-04  moko
                   4726: 
                   4727:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   4728:          beauty: put_class added (related to feature #1051)
                   4729: 
                   4730: 2016-04-01  moko
                   4731: 
                   4732:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   4733:          229.processed, 244.processed, 246.processed, 316.processed: test
                   4734:          results updated as class.type() removed from error messages, only
                   4735:          type() left (related to feature #1051)
                   4736: 
                   4737:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   4738:          classes/op.C, classes/reflection.C, main/compile.y,
                   4739:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   4740:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   4741:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   4742:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   4743:          from VStateless_class, type() is used instead (related to feature
                   4744:          #1051)
                   4745: 
                   4746:        * src/classes/mail.C: old logic restored.
                   4747: 
                   4748:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4749:          classes/classes.h, classes/curl.C, classes/date.C,
                   4750:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4751:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4752:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4753:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   4754:          classes/regex.C, classes/response.C, classes/string.C,
                   4755:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4756:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   4757:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   4758:          feature #1051)
                   4759: 
                   4760: 2016-03-30  moko
                   4761: 
                   4762:        * tests/: 327.html, results/224.processed, results/327.processed:
                   4763:          test for TZ specification in ^date::create[], TZ is kept during
                   4764:          ^date::create[$dt] (related to feature #1048)
                   4765: 
                   4766:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   4767:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   4768:          feature #1048)
                   4769: 
                   4770: 2016-03-29  moko
                   4771: 
                   4772:        * tests/: 315.html, results/315.processed: test for timezone format
                   4773:          +HHmm added (related to feature #1065)
                   4774: 
                   4775:        * src/classes/date.C: timezone format +HHmm now supported
                   4776:          (implements feature #1065)
                   4777: 
                   4778: 2016-03-28  moko
                   4779: 
                   4780:        * tests/: 202.html, results/131.processed, results/202.processed,
                   4781:          results/224.processed, results/256.processed,
                   4782:          results/315.processed: test results updated after %.2d now
                   4783:          default for hours offset in iso-string (was %2d), test for
                   4784:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4785:          added (related to feature #1065)
                   4786: 
                   4787: 2016-03-27  moko
                   4788: 
                   4789:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   4790:          feature #1065)
                   4791: 
                   4792:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4793:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4794:          added (implements feature #1065)
                   4795: 
                   4796: 2016-03-24  moko
                   4797: 
                   4798:        * tests/: 202.html, results/202.processed: test $date.week added
                   4799:          (related to bug #1067)
                   4800: 
                   4801:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   4802:          date (fix for bug #1067)
                   4803: 
                   4804: 2016-03-10  moko
                   4805: 
                   4806:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   4807: 
1.102     moko     4808: 2015-12-07  moko
                   4809: 
                   4810:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   4811:          .CLASS_NAME optimization added (related to feature #844)
                   4812: 
                   4813: 2015-11-17  moko
                   4814: 
                   4815:        * tests/: 323.html, results/323.processed: order added
                   4816: 
                   4817:        * tests/: 325.html, results/325.processed: double range test added
                   4818:          (related to bug #1049)
                   4819: 
                   4820: 2015-11-16  moko
                   4821: 
                   4822:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   4823:          added to disallow NaN and Infinity (fixes bug #1049)
                   4824: 
                   4825: 2015-11-11  moko
                   4826: 
                   4827:        * tests/324.html: parser 3.4.3 execution support added (related to
                   4828:          feature #1017)
                   4829: 
                   4830:        * tests/: 324.html, results/324.processed: test for
                   4831:          GET_ELEMENT4CALL feature added (feature #1017)
                   4832: 
1.101     moko     4833: 2015-10-29  moko
                   4834: 
                   4835:        * operators.txt: updated for 3.4.4
                   4836: 
                   4837:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   4838: 
                   4839:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   4840:          (related to bug #1043)
                   4841: 
                   4842: 2015-10-28  moko
                   4843: 
                   4844:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   4845:          hangup during ^file::exec (fixes bug #1043)
                   4846: 
1.100     moko     4847: 2015-10-27  moko
                   4848: 
                   4849:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   4850: 
1.99      moko     4851: 2015-10-26  moko
                   4852: 
1.100     moko     4853:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   4854:          (related to issue #1041)
                   4855: 
                   4856:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   4857:          Copyright year updated
                   4858: 
1.99      moko     4859:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   4860:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   4861:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   4862:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   4863:          classes/mail.C, classes/math.C, classes/memcached.C,
                   4864:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4865:          classes/regex.C, classes/response.C, classes/string.C,
                   4866:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4867:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4868:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4869:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4870:          include/pa_dictionary.h, include/pa_dir.h,
                   4871:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4872:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4873:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4874:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4875:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4876:          include/pa_sapi.h, include/pa_socks.h,
                   4877:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4878:          include/pa_stack.h, include/pa_string.h,
                   4879:          include/pa_stylesheet_connection.h,
                   4880:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4881:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4882:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4883:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4884:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   4885:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   4886:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   4887:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   4888:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   4889:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   4890:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   4891:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   4892:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   4893:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4894:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4895:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4896:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4897:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4898:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   4899:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   4900:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   4901:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   4902:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   4903:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   4904:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   4905:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   4906:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   4907:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4908:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4909:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4910:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4911:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4912:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4913:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4914:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   4915:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4916:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4917:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   4918:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4919:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4920:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   4921:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   4922:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   4923:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4924:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   4925:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   4926: 
                   4927:        * src/targets/cgi/parser3.C: year updated
                   4928: 
                   4929:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   4930:          issue #1041)
                   4931: 
                   4932:        * tests/: 323.html, results/323.processed: test for base classes
                   4933:          added
                   4934: 
                   4935:        * tests/: 261.html, results/261.processed: updated after better
                   4936:          error reporting done for $string.key exception
                   4937: 
                   4938:        * src/types/pa_vstring.h: better error report for $string.key
                   4939:          exception
                   4940: 
                   4941:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   4942:          copied as VObject::get_element4call to remove extra virtual call
                   4943: 
                   4944:        * tests/: 322.html, results/322.processed: test for
                   4945:          ^reflection:is[] added (related to feature #1041)
                   4946: 
                   4947:        * src/classes/reflection.C: ^reflection:is empty value is void
                   4948:          (related to feature #1041)
                   4949: 
                   4950:        * src/classes/reflection.C:
                   4951:          ^reflection:is[class_name|code|method;[context;]element_name]
                   4952:          added (implements feature #1041)
                   4953: 
                   4954: 2015-10-24  moko
                   4955: 
                   4956:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   4957: 
1.98      moko     4958: 2015-10-22  moko
                   4959: 
                   4960:        * tests/: 321.html, results/321.processed: test for
                   4961:          ^reflection:method_info[] file detection added
                   4962: 
                   4963:        * tests/: 320.html, results/320.processed: test for
                   4964:          ^reflection:class_by_name[class_name] added (related to feature
                   4965:          #993)
                   4966: 
                   4967:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   4968:          added (implements feature #993)
                   4969: 
                   4970:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   4971:          (related to feature #1017)
                   4972: 
                   4973:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   4974:          added (related to issue #1039)
                   4975: 
                   4976:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   4977:          #1039)
                   4978: 
                   4979:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   4980:          for VDate
                   4981: 
                   4982:        * tests/results/182.processed: updated after feature #1038
                   4983:          implemented
                   4984: 
                   4985:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   4986:          compile-time exception origin added (test for feature #1039)
                   4987: 
                   4988:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   4989:          main/pa_request.C: exception unification: compile-time exceptions
                   4990:          now have origin, @USE origins also tracked (implements feature
                   4991:          #1039)
                   4992: 
                   4993: 2015-10-20  moko
                   4994: 
                   4995:        * src/main/pa_request.C: cleanup
                   4996: 
                   4997: 2015-10-15  moko
                   4998: 
                   4999:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   5000: 
                   5001:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   5002:          types/pa_vtable.C: new feature: no more $table.method and
                   5003:          $hash.method, aliases for _at, _count, _key (related to feature
                   5004:          #1017)
                   5005: 
1.97      moko     5006: 2015-10-14  moko
                   5007: 
1.98      moko     5008:        * tests/: 317.html, results/317.processed: test for
                   5009:          ^string.unescape[] added (related to feature #120)
                   5010: 
1.97      moko     5011:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   5012:          defined" bug (described in issue #1036)
                   5013: 
                   5014:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   5015:          (test for bug #1037)
                   5016: 
                   5017:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   5018:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   5019:          it's not enforced, skips BOM signature if it complies charset
                   5020:          (fixes bug #1037)
                   5021: 
                   5022: 2015-10-13  moko
                   5023: 
                   5024:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   5025:          linking
                   5026: 
                   5027:        * src/classes/inet.C: vs2003 compilation fix
                   5028: 
                   5029:        * src/classes/math.C: warning war
                   5030: 
                   5031:        * src/lib/punycode/pa_punycode.c: warning war
                   5032: 
                   5033: 2015-10-12  moko
                   5034: 
                   5035:        * src/lib/punycode/pa_punycode.c: warning war
                   5036: 
                   5037:        * parser3.sln: moved parser3 first, to make it default startup
                   5038:          project
                   5039: 
                   5040:        * buildall: parser "mirror" now used for external libs sources
                   5041:          (implements feature #1036)
                   5042: 
                   5043:        * buildall: most external libs are updated to their current
                   5044:          versions (related to feature #1036)
                   5045: 
                   5046:        * src/classes/image.C: more tags added
                   5047: 
                   5048:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   5049: 
                   5050: 2015-10-11  moko
                   5051: 
                   5052:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   5053: 
                   5054: 2015-10-09  moko
                   5055: 
                   5056:        * src/classes/curl.C: pa_strdup added for strings from curl
                   5057:          (related to feature #1035)
                   5058: 
                   5059:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   5060:          ULLONG_MAX definition
                   5061: 
                   5062:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   5063:          (implements feature #1035)
                   5064: 
                   5065:        * src/main/pa_charset.C: String::Body(String::C) used
                   5066: 
                   5067:        * src/main/pa_charset.C: exceptions unified
                   5068: 
                   5069:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   5070:          unified
                   5071: 
                   5072:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   5073:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   5074:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   5075:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   5076:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   5077:          String::Body(String::C) constructor added (related to bug #957)
                   5078: 
                   5079:        * src/classes/file.C: minor optimization
                   5080: 
                   5081:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   5082:          Cord(char*) autocreation (related to bug #957)
                   5083: 
                   5084:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   5085: 
                   5086:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   5087:          String(char*, Lang, length) removed, String(C(), Lang) used
                   5088:          instead (related to bug #957)
                   5089: 
                   5090: 2015-10-08  moko
                   5091: 
                   5092:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   5093:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   5094:          main/untaint.C: Now char * is converted to CORD only using
                   5095:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   5096: 
                   5097:        * src/include/pa_hash.h: fixed compilation without
                   5098:          HASH_CODE_CACHING
                   5099: 
                   5100:        * src/classes/string.C:
                   5101:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   5102:          feature #120)
                   5103: 
                   5104:        * src/main/pa_common.C: reduce js flags checks count (related to
                   5105:          feature #120)
                   5106: 
1.96      moko     5107: 2015-10-07  moko
                   5108: 
                   5109:        * tests/: 275.html, results/275.processed: test modified after
                   5110:          unsigned long long int support implemented (feature #1034)
                   5111: 
                   5112:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   5113:          pa_atoul added for unsigned long long int support
                   5114: 
                   5115: 2015-10-06  moko
                   5116: 
                   5117:        * src/types/pa_vdate.C: INT_MAX used
                   5118: 
                   5119: 2015-10-03  moko
                   5120: 
                   5121:        * tests/: 302.html, results/302.processed: test for bug #1023
                   5122:          (\u2028, \u2029 escaping) added
                   5123: 
                   5124:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   5125:          json:string[] (fixes bug #1023)
                   5126: 
                   5127: 2015-09-29  moko
                   5128: 
                   5129:        * tests/305.html: try-catch added for OS without ipv6 support
                   5130: 
                   5131:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   5132:          compilation
                   5133: 
                   5134:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   5135:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   5136:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   5137:          implemented to distinguish ^hash.method from $hash.field
                   5138:          (implements feature #1017)
                   5139: 
                   5140:        * src/lib/punycode/pa_punycode.c: warning war
                   5141: 
                   5142:        * src/include/pa_config_includes.h: warning war
                   5143: 
                   5144:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   5145: 
                   5146:        * src/include/pa_config_includes.h: warning war
                   5147: 
                   5148:        * src/include/pa_hash.h: clang compilation fix
                   5149: 
                   5150: 2015-09-27  moko
                   5151: 
                   5152:        * src/main/compile.tab.C: Bison 3 is now default
                   5153: 
                   5154:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   5155: 
                   5156: 2015-09-25  moko
                   5157: 
                   5158:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   5159:          works with undefined HASH_ORDER (related to feature #196)
                   5160: 
                   5161: 2015-09-24  moko
                   5162: 
                   5163:        * tests/: 027.html, results/027.processed: test modified to test
                   5164:          ^hash.sort (feature #196)
                   5165: 
                   5166:        * src/: classes/hash.C, include/pa_hash.h:
                   5167:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   5168:          added (implements feature #196)
                   5169: 
                   5170:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   5171:          (exception handling in non-cached ^cache), plus for "it does not
                   5172:          have logical value" and "$exception.handled value must be either
                   5173:          boolean or string 'cache'" exceptions.
                   5174: 
                   5175:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   5176:          code (fixes bug #1025)
                   5177: 
1.95      moko     5178: 2015-09-23  moko
                   5179: 
                   5180:        * src/classes/table.C: warning war
                   5181: 
                   5182:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   5183: 
                   5184:        * src/classes/file.C: warning war
                   5185: 
                   5186:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   5187: 
                   5188:        * src/: main/pa_request.C, classes/date.C: warning war
                   5189: 
                   5190:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   5191: 
                   5192:        * tests/: 122.html, results/122.processed: win sync: to remove
                   5193:          differences with OS that doesn't keep timezone change history
                   5194: 
                   5195:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   5196:          TZ change (related to feature #36)
                   5197: 
                   5198:        * tests/: 075.html, results/075.processed: win sync: to remove
                   5199:          differences with OS that doesn't keep timezone change history
                   5200: 
                   5201:        * tests/: 315.html, results/315.processed: win sync: to remove
                   5202:          differences with OS that doesn't keep timezone change history
                   5203: 
                   5204:        * tests/: 256.html, results/256.processed: win sync: to remove
                   5205:          differences with OS that doesn't keep timezone change history
                   5206: 
                   5207:        * tests/: 124.html, results/124.processed: win results sync: to
                   5208:          avoid hitting time change hole.
                   5209: 
                   5210:        * src/types/pa_vdate.C: static returned. :)
                   5211: 
                   5212: 2015-09-22  moko
                   5213: 
                   5214:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   5215: 
                   5216:        * tests/results/131.processed: more tests for feature #1032
                   5217: 
                   5218:        * src/classes/date.C: minor fix related to feature #1032
                   5219: 
                   5220:        * operators.txt: ISO date creation documented (related to feature
                   5221:          #1032)
                   5222: 
                   5223:        * operators.txt: iso-string documented (related to feature #1032)
                   5224: 
                   5225:        * tests/: 315.html, results/315.processed: more tests added
                   5226:          (related to feature #1032)
                   5227: 
                   5228:        * tests/: 131.html, results/131.processed: date range checks
                   5229:          updated (related to feature #36)
                   5230: 
                   5231:        * tests/: 315.html, results/057.processed, results/315.processed:
                   5232:          test added for ISO date support (related to issue #315)
                   5233: 
                   5234:        * src/classes/date.C: more readable exceptions in date creation
                   5235:          (related to ticket #1032)
                   5236: 
                   5237: 2015-09-18  moko
                   5238: 
                   5239:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   5240:          added (related to issue #1032)
                   5241: 
                   5242:        * tests/results/256.processed, src/classes/json.C: iso-string
                   5243:          documented (related to issue #1032)
                   5244: 
                   5245:        * tests/: 256.html, results/256.processed: ISO date check added
                   5246:          (related to issue #1032)
                   5247: 
                   5248:        * tests/: 057.html, results/057.processed, results/224.processed:
                   5249:          tests results updated after ISO date support implemented (related
                   5250:          to feature #1032)
                   5251: 
                   5252:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   5253:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   5254:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   5255:          added (implements feature #1032)
                   5256: 
                   5257: 2015-09-05  moko
                   5258: 
                   5259:        * operators.txt: actualized
                   5260: 
                   5261:        * operators.txt: date changes documented (related to ticket #36)
                   5262: 
                   5263: 2015-09-04  moko
                   5264: 
                   5265:        * src/types/pa_vdate.C: warning war
                   5266: 
                   5267:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   5268: 
                   5269: 2015-09-03  moko
                   5270: 
                   5271:        * tests/results/096.processed: test result updated for 0..9999 year
                   5272:          date range support (related to feature #36)
                   5273: 
                   5274:        * tests/: 314.html, results/314.processed: test for
                   5275:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   5276:          bug #1031)
                   5277: 
                   5278:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   5279:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   5280: 
1.116     moko     5281:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   5282:          configure.in -> configure.ac
1.95      moko     5283: 
1.116     moko     5284:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   5285:          correct timezone check for FreeBSD Warning war: configure.in ->
                   5286:          configure.ac
1.95      moko     5287: 
                   5288:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     5289:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   5290:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   5291:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   5292:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   5293:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   5294:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     5295:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   5296:          check added
                   5297: 
                   5298:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   5299: 
                   5300:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   5301:          for new date implementation (related to feature #36)
                   5302: 
                   5303:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   5304:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   5305:          types/pa_vdate.h: new double date implementation with internal
                   5306:          support for extended 0..9999 year range, default timezone support
                   5307:          (related to feature #36)
                   5308: 
                   5309: 2015-08-28  moko
                   5310: 
                   5311:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   5312:          (fixes bug #1030)
                   5313: 
                   5314: 2015-08-21  moko
                   5315: 
                   5316:        * src/classes/inet.C: snprintf size "bug" commented
                   5317: 
                   5318:        * src/main/pa_common.C: snprintf comments updated
                   5319: 
                   5320: 2015-08-16  moko
                   5321: 
                   5322:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   5323: 
                   5324: 2015-08-11  moko
                   5325: 
                   5326:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5327:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   5328:          can be null (fixes bug #1029)
                   5329: 
                   5330: 2015-08-06  moko
                   5331: 
1.116     moko     5332:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   5333:          pa_vdate.C added
1.95      moko     5334: 
                   5335: 2015-08-05  moko
                   5336: 
                   5337:        * tests/: 313.html, results/313.processed: test for
                   5338:          ^table.count[columns] and ^table.flip[] with nameless tables
                   5339:          (feature #1003)
                   5340: 
                   5341:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5342:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   5343:          correctly for nameless tables (implements feature #1003)
                   5344: 
                   5345: 2015-08-03  moko
                   5346: 
                   5347:        * tests/312.html: test for ^table.append[$hash] and
                   5348:          ^table.insert[$hash] added (related to feature #1028)
                   5349: 
                   5350:        * src/classes/table.C: ^table.append[$hash] and
                   5351:          ^table.insert[$hash] now supported (implements feature #1028)
                   5352: 
                   5353:        * tests/: 312.html, results/312.processed: test row copy in
                   5354:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   5355: 
                   5356:        * src/classes/table.C: row copy now created in ^table.hash[;
                   5357:          $.type[table] ] (related to feature #1016)
                   5358: 
                   5359: 2015-07-29  moko
                   5360: 
                   5361:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   5362:          added (related to feature #1016)
                   5363: 
                   5364:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5365:          ^table.delete[] added to delete current row (related to feature
                   5366:          1016)
                   5367: 
                   5368: 2015-07-28  moko
                   5369: 
                   5370:        * tests/: 312.html, results/312.processed: test for
                   5371:          $table.column[value] and ^table.insert{row} (related to feature
                   5372:          #1016)
                   5373: 
                   5374:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   5375:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   5376:          ^table.insert{row} are now implemented (feature #1016)
                   5377: 
                   5378:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   5379:          append(), insert() added, memmove arguments order in remove()
                   5380:          fixed (related to feature #1016)
                   5381: 
                   5382: 2015-07-23  moko
                   5383: 
                   5384:        * src/classes/json.C: tainted json and empty json exception added
                   5385:          (implements feature #1015)
                   5386: 
                   5387:        * tests/: 311.html, results/311.processed: empty json and tainted
                   5388:          json exception test added (related to issue #1015)
                   5389: 
                   5390: 2015-07-22  moko
                   5391: 
                   5392:        * tests/: 311.html, results/311.processed: test for UTF-8
                   5393:          processing added
                   5394: 
                   5395:        * tests/: 311.html, results/311.processed: test for
                   5396:          json_exception_with_source added (related to issue #394)
                   5397: 
                   5398:        * src/classes/json.C: json_exception_with_source added (implements
                   5399:          feature #394)
                   5400: 
                   5401: 2015-06-29  moko
                   5402: 
                   5403:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   5404:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   5405:          (closes bug #1027)
                   5406: 
                   5407: 2015-06-10  moko
                   5408: 
                   5409:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   5410:          error if libxml has LIBXML_ICU_ENABLED.
                   5411: 
                   5412: 2015-06-04  moko
                   5413: 
                   5414:        * tests/099.html: ups, reverting
                   5415: 
                   5416:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   5417:          results/310.processed: tests for $response:body[ $.file[] ] and
                   5418:          $response:last-modified added
                   5419: 
                   5420:        * src/main/pa_request.C: last-modified check fixed
                   5421: 
                   5422: 2015-06-03  moko
                   5423: 
                   5424:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   5425:          results/205.processed, results/293.processed: $response:headers
                   5426:          logging added (tests for feature #1007)
                   5427: 
                   5428:        * src/: include/pa_common.h, include/pa_request.h,
                   5429:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   5430:          $response:headers are now in uppercase (closes feature #1007)
                   5431: 
                   5432: 2015-06-02  moko
                   5433: 
                   5434:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   5435:          build errors reverted for clang compatibility
                   5436: 
                   5437: 2015-06-01  moko
                   5438: 
                   5439:        * src/include/pa_memory.h: -pedantic build errors fixed
                   5440: 
                   5441:        * src/classes/math.C: -pedantic build error fixed
                   5442: 
                   5443:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   5444: 
                   5445: 2015-05-31  moko
                   5446: 
                   5447:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   5448: 
                   5449:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   5450:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   5451:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   5452:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   5453:          types/pa_vxnode.h: warning war (-pedantic flag)
                   5454: 
                   5455: 2015-05-28  moko
                   5456: 
                   5457:        * tests/: 308.html, results/308.processed: test for
                   5458:          ^table::create[$t;], etc work added (related to bug #975)
                   5459: 
                   5460:        * src/classes/table.C: check_option_param removed,
                   5461:          ^table::create[$t;], etc now works (fixes bug #975)
                   5462: 
                   5463: 2015-05-27  moko
                   5464: 
                   5465:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   5466:          (Debian jessie) fixed (closes issue #1024)
                   5467: 
                   5468:        * tests/Makefile: sort added as in Debian jessie list become
                   5469:          unsorted
                   5470: 
                   5471: 2015-05-18  moko
                   5472: 
                   5473:        * tests/: 201.html, results/201.processed: test for
                   5474:          ^string.trim[what] feature #1022
                   5475: 
                   5476:        * src/classes/string.C: ^string.trim[what] now supported,
                   5477:          implements feature #1022
                   5478: 
                   5479: 2015-05-17  moko
                   5480: 
                   5481:        * tests/results/185.processed: test result updated as feature #1021
                   5482:          implemented (left/right accept negative parameter)
                   5483: 
                   5484:        * src/classes/string.C: left/right now accept negative parameter
                   5485:          (implements feature #1021)
                   5486: 
                   5487: 2015-05-08  moko
                   5488: 
                   5489:        * src/classes/math.C: isalnum -> pa_isalnum
                   5490: 
                   5491:        * src/main/execute.C: optimization in getter-junction processing
                   5492:          (related to issue #997)
                   5493: 
                   5494: 2015-05-07  moko
                   5495: 
                   5496:        * tests/: 307.html, results/307.processed: test for issue #997
                   5497:          added
                   5498: 
                   5499:        * src/main/execute.C: process_getter result now checked if junction
                   5500:          returned (closes issue #997)
                   5501: 
                   5502:        * tests/: 305.html, results/305.processed: sort added to ignore
                   5503:          different order
                   5504: 
                   5505:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   5506:          assignment (closes issue #994)
                   5507: 
                   5508:        * tests/: 306.html, results/306.processed: test for issue #994
                   5509:          added
                   5510: 
                   5511:        * tests/: 303.html, results/303.processed: two more errors tested
                   5512: 
                   5513: 2015-05-06  moko
                   5514: 
                   5515:        * tests/: 305.html, results/305.processed: test for name2ip &
                   5516:          ip2name added (related to feature #992)
                   5517: 
                   5518:        * tests/: 303.html, 304.html, results/303.processed,
                   5519:          results/304.processed: tests for idna conversion added (related
                   5520:          to issue #849)
                   5521: 
                   5522: 2015-05-02  moko
                   5523: 
                   5524:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   5525:          implemented
                   5526: 
                   5527: 2015-04-30  moko
                   5528: 
                   5529:        * src/main/pa_http.C: idna_host added, related to issue #849
                   5530: 
                   5531:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   5532:          (related to issue #849)
                   5533: 
                   5534: 2015-04-24  moko
                   5535: 
                   5536:        * src/types/pa_vjunction.C: warning war
                   5537: 
                   5538:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   5539:          unification
                   5540: 
                   5541:        * src/lib/punycode/pa_idna.c: warning war
                   5542: 
                   5543: 2015-04-22  moko
                   5544: 
                   5545:        * src/main/main.vcproj: punycode include path added
                   5546: 
                   5547:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   5548: 
                   5549:        * src/lib/punycode/pa_idna.c: warning war
                   5550: 
                   5551:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   5552:          project file added
                   5553: 
                   5554:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   5555: 
                   5556:        * src/include/pa_memory.h: warning war
                   5557: 
                   5558:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   5559:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   5560:          implemented (related to feature #849)
                   5561: 
                   5562:        * configure.in, src/main/Makefile.am,
                   5563:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   5564:          libpunycode added in Unix
                   5565: 
                   5566: 2015-04-21  moko
                   5567: 
                   5568:        * configure.in: large files support
                   5569: 
                   5570: 2015-04-15  moko
                   5571: 
                   5572:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   5573:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   5574:          pa_punycode.h: initial version for punycode/idna support library
                   5575:          (ticket #849)
                   5576: 
                   5577: 2015-04-08  moko
                   5578: 
                   5579:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   5580:          classes/image.C, classes/mail.C, classes/reflection.C,
                   5581:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   5582:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   5583:          main/compile.y, main/compile_tools.h, main/execute.C,
                   5584:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   5585:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   5586:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   5587:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   5588:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   5589:          clang compiler warnings (closes issue #1018)
                   5590: 
                   5591:        * src/include/pa_string.h: String::Body comparation operators with
                   5592:          char * added (related to issue #958)
                   5593: 
                   5594: 2015-04-07  moko
                   5595: 
                   5596:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   5597:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   5598:          issue #1018)
                   5599: 
                   5600:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   5601:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   5602:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   5603:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   5604:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   5605:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   5606:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   5607:          malloc/strdup/free replaced with pa_ version and checks for
                   5608:          accidental use of non-pa_ version added (related to issue #1018)
                   5609: 
                   5610: 2015-04-03  moko
                   5611: 
                   5612:        * buildall: pcre-8.33 -> pcre-8.36
                   5613: 
                   5614:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   5615:          classes/op.C, classes/string.C, main/compile.tab.C,
                   5616:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   5617:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   5618:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   5619:          ticket #958)
                   5620: 
                   5621:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   5622:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   5623:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   5624:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   5625:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   5626:          $request:headers, $request:method added (implements feature
                   5627:          #1007)
                   5628: 
                   5629: 2015-03-17  misha
                   5630: 
                   5631:        * tests/302.html: - test for
                   5632:          ^json:string[...;$._default[method-name]]
                   5633: 
                   5634:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5635:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   5636:          option $._default[method-name] is specified in ^json:string[], a
                   5637:          method with specified name will be called for classes/objects
                   5638:          serialization ( new feature: #982 )
                   5639: 
                   5640: 2015-03-16  misha
                   5641: 
                   5642:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   5643:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   5644:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   5645:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   5646:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5647:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   5648:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5649:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   5650:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   5651:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5652:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   5653:          $var.CLASS_NAME now have special opcodes. This can be switched
                   5654:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   5655:          on pa_opcode.h ( new feature: #844 )
                   5656: 
                   5657: 2015-03-15  misha
                   5658: 
                   5659:        * tests/075.html: - test for $response:header[]
                   5660: 
                   5661:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   5662:          that was set earlie ( new feature: #1001 )
                   5663: 
                   5664: 2015-03-12  misha
                   5665: 
                   5666:        * tests/246.html: - more tests for ^hash._at[]
                   5667: 
                   5668:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   5669:          accepts second param [key|value|hash] ( new feature: #1012 )
                   5670: 
                   5671: 2015-03-09  moko
                   5672: 
                   5673:        * src/types/pa_vmail.C: exception for everything but
                   5674:          $mail:received, closes issue #1011
                   5675: 
                   5676: 2015-02-20  moko
                   5677: 
                   5678:        * tests/: 275.html, results/275.processed: hex detection in
                   5679:          pa_atoui fix test (closes issue #1010)
                   5680: 
                   5681:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   5682:          issue #1010)
                   5683: 
                   5684: 2015-02-17  moko
                   5685: 
                   5686:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   5687:          tainted.
                   5688: 
                   5689: 2015-02-03  misha
                   5690: 
                   5691:        * tests/301.html: - test for ^json:string($double) causes
                   5692:          exception. bugfix: #1008
                   5693: 
                   5694:        * src/classes/json.C: - ^json:string($double) causes exception.
                   5695:          bugfix: #1008
                   5696: 
                   5697:        * tests/014.html: - updated for work with ^hash.delete[]
                   5698: 
                   5699: 2015-01-12  misha
                   5700: 
                   5701:        * src/: classes/form.C, include/pa_common.h,
                   5702:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   5703:          types/pa_vform.h: - supports body with PUT method as well ( new
                   5704:          feature: #1006 )
                   5705: 
                   5706:        * src/classes/file.C: - warnings war
                   5707: 
                   5708: 2015-01-11  misha
                   5709: 
                   5710:        * tests/300.html: - test for ^hash.delete[] is added
                   5711: 
                   5712:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   5713:          feature: #989 ) - tiny optimization in intersects
                   5714: 
                   5715: 2015-01-06  moko
                   5716: 
                   5717:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   5718:          with transcode, attachments detection fixed
                   5719: 
                   5720:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   5721:          load to allow charset switch (related to issue #996)
                   5722: 
                   5723: 2014-12-31  moko
                   5724: 
                   5725:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   5726:          UTF-8 source charset (fixes issue 996)
                   5727: 
                   5728:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   5729:          issue #1000)
                   5730: 
                   5731: 2014-12-11  misha
                   5732: 
                   5733:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   5734:          access ( bug fix: #1005 )
                   5735: 
                   5736: 2014-11-13  misha
                   5737: 
                   5738:        * src/main/compile.y: - PC.append does not reset to false while
                   5739:          creating a new class. bugfix: #990
                   5740: 
                   5741:        * tests/299.html: - test for creation class after working with
                   5742:          partial class (create+append)
                   5743: 
                   5744:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   5745:          #995
                   5746: 
                   5747:        * tests/232.html: - test for @get[def] added
                   5748: 
                   5749: 2014-10-12  moko
                   5750: 
                   5751:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   5752: 
                   5753:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   5754:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   5755:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   5756:          targets/apache/ApacheModuleParser3.vcproj,
                   5757:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5758:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5759:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   5760:          conversion in newer VS versions
                   5761: 
                   5762:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   5763:          pcre_internal.vcproj added
                   5764: 
                   5765: 2014-08-28  moko
                   5766: 
                   5767:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   5768:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   5769:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   5770: 
                   5771: 2014-06-30  misha
                   5772: 
                   5773:        * tests/298.html: - tests for ^reflection:def[class;className]
                   5774:          added
                   5775: 
                   5776:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   5777:          added ( new feature: #918 )
                   5778: 
                   5779: 2014-06-29  misha
                   5780: 
                   5781:        * src/classes/table.C: - ^table::create[unsupported data] -
                   5782:          exception comment changed to "body must be table or code" ( bug
                   5783:          fix: #951 )
                   5784: 
                   5785:        * tests/: 261.html, results/261.processed: - tests for
                   5786:          ^json:string[...;$.void[null|string]] added
                   5787: 
                   5788:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   5789:          option $.void[string|null] added to ^json:string[...] ( new
                   5790:          feature: #952 )
                   5791: 
                   5792: 2014-06-28  moko
                   5793: 
                   5794:        * src/classes/curl.C: $.charset now processed before other curl
                   5795:          options (closes issue #980)
                   5796: 
                   5797: 2014-05-23  misha
                   5798: 
                   5799:        * src/classes/json.C: - bug fix: #987
                   5800: 
                   5801: 2014-05-04  misha
                   5802: 
                   5803:        * tests/: 253.html, 253_json.txt: - test for
                   5804:          ^json:parse[$.int(false)] is added
                   5805: 
                   5806:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   5807:          default true). The option is similar to $.double(bool) but for
                   5808:          integers.
                   5809: 
                   5810: 2014-05-01  moko
                   5811: 
                   5812:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   5813:          #12 )
                   5814: 
                   5815: 2014-04-16  moko
                   5816: 
                   5817:        * src/main/pa_http.C: response-charset option should finally work
                   5818:          now (fix for issue #867)
                   5819: 
                   5820:        * src/main/pa_http.C: response-charset option should work now (fix
                   5821:          for issue #867)
                   5822: 
                   5823: 2014-03-07  moko
                   5824: 
                   5825:        * buildall: libgc moved
                   5826: 
                   5827:        * buildall: libgc moved
                   5828: 
                   5829: 2013-12-29  moko
                   5830: 
                   5831:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   5832:          closes issue #966
                   5833: 
                   5834:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   5835:          result now tainted, issue #966
                   5836: 
                   5837: 2013-12-03  moko
                   5838: 
                   5839:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   5840:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   5841:          option was added for http://www.parser.ru/forum/?id=79343
                   5842: 
                   5843:        * src/classes/file.C: bugfix for
                   5844:          http://www.parser.ru/forum/?id=79337
                   5845: 
                   5846: 2013-11-05  moko
                   5847: 
                   5848:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   5849: 
                   5850:        * src/main/pa_globals.C: spelling fixed
                   5851: 
                   5852: 2013-10-29  moko
                   5853: 
                   5854:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   5855: 
                   5856:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   5857:          #892
                   5858: 
                   5859:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   5860:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   5861:          exceptions to be thrown thougth json library), related to issue
                   5862:          #892
                   5863: 
                   5864:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   5865:          related to issue #896
                   5866: 
                   5867: 2013-10-24  moko
                   5868: 
                   5869:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   5870: 
                   5871: 2013-10-23  moko
                   5872: 
                   5873:        * README: actualization
                   5874: 
                   5875: 2013-10-22  moko
                   5876: 
                   5877:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   5878:          compatibility patch from Sergey Kirpichev
                   5879: 
                   5880:        * tests/: 297.html, results/297.processed: non-working getter fix
                   5881:          test for issue #948
                   5882: 
                   5883:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   5884:          called when saving value of $match variable in ^string.match[] to
                   5885:          increase compatibility (related to issue #948).
                   5886: 
                   5887:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   5888:          usage optimization
                   5889: 
                   5890: 2013-10-21  moko
                   5891: 
                   5892:        * tests/: 182.html, results/182.processed: local path removed for
                   5893:          compatibility
                   5894: 
                   5895:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   5896:          results/244.processed, results/253.processed,
                   5897:          results/254.processed, results/275.processed,
                   5898:          results/281.processed: try_catch -> try-catch
                   5899: 
                   5900:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   5901:          results/294.processed, results/296.processed: try_catch ->
                   5902:          try-catch
                   5903: 
                   5904: 2013-10-20  moko
                   5905: 
                   5906:        * tests/: 296.html, results/296.processed: test for xsl exception
                   5907:          for issue #938 added.
                   5908: 
                   5909:        * src/: include/pa_xml_exception.h,
                   5910:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   5911:          XmlException is now replaced (once again closes issue #938)
                   5912: 
                   5913: 2013-10-18  moko
                   5914: 
                   5915:        * buildall: disable clock_gettime detection to avoid librt linking
                   5916:          (which in turn depends on libpthread), related to issue #943
                   5917: 
                   5918: 2013-10-18  misha
                   5919: 
                   5920:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   5921:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   5922:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5923:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5924:          types/types.vcproj: - new locations for libxml2 includes where
                   5925:          added to vcproj files
                   5926: 
                   5927: 2013-10-18  moko
                   5928: 
                   5929:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   5930:          fix
                   5931: 
                   5932:        * tests/: 295.html, results/295.processed: test for issue #948
                   5933:          updated
                   5934: 
                   5935:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   5936:          :)
                   5937: 
                   5938:        * tests/: 295.html, results/295.processed: test for issue #948
                   5939:          added
                   5940: 
                   5941:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   5942:          include/pa_request.h, types/pa_method.h: for getters and setters
                   5943:          to be executed request.put_element should be called, not
                   5944:          context.put_element (fixes issue #948)
                   5945: 
                   5946: 2013-10-17  moko
                   5947: 
                   5948:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   5949:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   5950: 
                   5951:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   5952: 
                   5953: 2013-10-16  moko
                   5954: 
                   5955:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   5956: 
                   5957:        * tests/: 294.html, results/294.processed: test for issue #938
                   5958: 
                   5959:        * src/: classes/xdoc.C, classes/xnode.C,
                   5960:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   5961:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   5962: 
                   5963:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   5964:          libxslt-1.1.26 -> libxslt-1.1.28
                   5965: 
                   5966:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   5967:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   5968:          to '?', related to issue #938
                   5969: 
                   5970: 2013-10-15  moko
                   5971: 
                   5972:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   5973:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   5974:          minor optimizations (closes issue #896)
                   5975: 
                   5976:        * tests/results/: 292.processed, 293.processed: results updated to
                   5977:          comply with issue #896
                   5978: 
                   5979:        * tests/: 292.html, 293.html, results/292.processed,
                   5980:          results/293.processed: tests for json escaping
                   5981: 
                   5982: 2013-10-14  moko
                   5983: 
                   5984:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   5985:          and cleanup, code moved from .h to .C, no changes in code
                   5986: 
                   5987: 2013-10-12  moko
                   5988: 
                   5989:        * tests/results/119.processed: updated test result commited
                   5990: 
                   5991:        * tests/: 291.html, results/291.processed: test for issue #894
                   5992:          added
                   5993: 
                   5994:        * src/types/pa_wcontext.h: base methods call support function
                   5995:          get_somebody_entered_some_class should not be true forever, as
                   5996:          wcontext can have many get_elements calls (fixes issue #894)
                   5997: 
                   5998: 2013-10-11  moko
                   5999: 
                   6000:        * tests/: 290.html, results/290.processed: test for junction GPF
                   6001:          issue #942 added
                   6002: 
                   6003:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   6004:          to native method fixed (closes issue #942)
                   6005: 
                   6006:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   6007:          added
                   6008: 
                   6009:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   6010:          feature #907)
                   6011: 
                   6012:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   6013:          feature #907)
                   6014: 
                   6015: 2013-10-09  moko
                   6016: 
                   6017:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   6018:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   6019:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   6020:          properly not only in objects, but in classes as well (closes
                   6021:          issue #903)
                   6022: 
                   6023:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   6024:          works in classes, not only objects, test case added, related to
                   6025:          issue #903
                   6026: 
                   6027:        * tests/: 288.html, results/288.processed: test for endless
                   6028:          recursion bug added (related to issue #903)
                   6029: 
                   6030: 2013-10-05  moko
                   6031: 
                   6032:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6033:          classes/table.C, main/execute.C, types/pa_method.h,
                   6034:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6035:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6036:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6037:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   6038:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   6039:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6040:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6041:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6042:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6043:          optimization: put_element no longer has "bool areplace" argument,
                   6044:          related to issue #903
                   6045: 
                   6046: 2013-10-03  moko
                   6047: 
                   6048:        * tests/results/182.processed: result for $.replace(false) test
                   6049:          commited
                   6050: 
                   6051:        * src/classes/date.C: ^date::create(number) processed correctly
                   6052:          (fixes issue #901)
                   6053: 
                   6054:        * src/classes/image.C: as_no_junction removed, as param can be
                   6055:          expression (closes issue #931)
                   6056: 
                   6057:        * tests/233.html: test for issue #931 added
                   6058: 
                   6059: 2013-10-02  moko
                   6060: 
                   6061:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   6062:          modified, test for $.replace(false) added
                   6063: 
                   6064:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   6065: 
                   6066: 2013-09-30  moko
                   6067: 
                   6068:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   6069: 
                   6070:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   6071:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   6072:          implemented; $.replace option added to ^process and ^use
                   6073: 
                   6074: 2013-08-27  moko
                   6075: 
                   6076:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   6077:          cstr_to_string_body_untaint should be called with charsets for
                   6078:          possible uri language and connection for possible sql language.
                   6079:          related to issue #857
                   6080: 
                   6081:        * buildall: and -> or fixed
                   6082: 
                   6083: 2013-08-26  moko
                   6084: 
                   6085:        * buildall: prepare_ functions logic changed to support
                   6086:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   6087: 
                   6088: 2013-08-23  moko
                   6089: 
                   6090:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   6091:          statically
                   6092: 
                   6093: 2013-08-22  moko
                   6094: 
                   6095:        * src/classes/string.C: String::Empty used (related to issue #912)
                   6096:          append_know_length removed (related to old GPF bug)
                   6097: 
                   6098: 2013-08-21  moko
                   6099: 
                   6100:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   6101: 
                   6102:        * src/classes/math.C: ^math:digest[...;$file] support added
                   6103:          (related to ticket #857
                   6104: 
                   6105:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   6106:          implemented
                   6107: 
                   6108:        * src/types/pa_vhashfile.h: warning war
                   6109: 
                   6110:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   6111:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   6112:          anti_endless_json_string_recoursion removed from request;
                   6113:          json_string_recoursion added to json_options; $.indent[indent
                   6114:          value] now supported and passed within recoursion closes feature
                   6115:          #937
                   6116: 
                   6117:        * tests/: 287.html, results/287.processed: test for feature #937
                   6118: 
                   6119: 2013-07-31  moko
                   6120: 
                   6121:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   6122:          compilation having #define _S
                   6123: 
                   6124:        * src/main/pa_globals.C: cleanup
                   6125: 
                   6126: 2013-07-30  moko
                   6127: 
                   6128:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   6129:          main/pa_common.C: vs2003 warning war
                   6130: 
                   6131:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   6132: 
                   6133:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   6134: 
                   6135:        * src/lib/md5/pa_sha2.c: warning war
                   6136: 
                   6137: 2013-07-29  moko
                   6138: 
                   6139:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   6140:          patches from github
                   6141: 
                   6142:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   6143:          classes/memcached.C, include/pa_config_includes.h,
                   6144:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   6145: 
                   6146:        * src/lib/json/json.vcproj: C++ -> C
                   6147: 
                   6148:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   6149: 
                   6150:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6151: 
                   6152:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6153: 
                   6154:        * src/lib/json/: json.c, pa_json.C: warning war
                   6155: 
                   6156:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   6157: 
                   6158:        * src/include/pa_config_fixed.h: uint16_t added
                   6159: 
                   6160:        * configure.in: uint16_t check added
                   6161: 
                   6162:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     6163:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   6164:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   6165:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   6166:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     6167: 
                   6168: 2013-07-25  moko
                   6169: 
                   6170:        * parser3.sln: dependencies added
                   6171: 
                   6172:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   6173:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   6174:          module support
                   6175: 
                   6176:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   6177: 
                   6178:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   6179: 
                   6180: 2013-07-23  moko
                   6181: 
                   6182:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   6183:          PA_DEBUG_GC_MEMORY removed
                   6184: 
                   6185:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   6186:          PA_DEBUG_DISABLE_GC compilation fix
                   6187: 
                   6188:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   6189:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   6190: 
                   6191:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   6192:          garbage cleanup
                   6193: 
                   6194:        * src/main/pa_common.C: warning war
                   6195: 
                   6196:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   6197: 
                   6198:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   6199:          minor cleanup
                   6200: 
                   6201:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   6202:          uses cygwin, not WIN32 implementation
                   6203: 
                   6204:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   6205:          able to exec shell scripts
                   6206: 
                   6207:        * src/classes/math.C: ifdef WIN32 cleanup
                   6208: 
                   6209:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   6210: 
                   6211:        * src/classes/curl.C: LT_MODULE_EXT used
                   6212: 
                   6213:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   6214: 
                   6215: 2013-07-22  moko
                   6216: 
                   6217:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   6218:          includes fix
                   6219: 
                   6220:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   6221: 
                   6222:        * configure.in, src/include/pa_config_includes.h,
                   6223:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   6224:          src/main/pa_exec.C: includes cleanup
                   6225: 
                   6226:        * src/targets/cgi/parser3.C: 2012->2013
                   6227: 
                   6228:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   6229: 
                   6230:        * configure.in, src/include/pa_config_includes.h,
                   6231:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   6232:          src/main/pa_random.C, src/main/pa_socks.C,
                   6233:          src/types/pa_vstatus.C: cygwin support cleanup
                   6234: 
                   6235:        * configure.in: dirent.h check added
                   6236: 
                   6237:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   6238:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   6239:          not copied
                   6240: 
                   6241: 2013-07-21  moko
                   6242: 
                   6243:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   6244: 
                   6245:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   6246:          parser3.vcproj: unused getopt.h / getopt.c removed
                   6247: 
                   6248:        * operators.txt, src/classes/file.C, tests/022.html,
                   6249:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   6250:          $.stat(true)] usage commented
                   6251: 
                   6252:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   6253:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   6254:          $.stat(true) it has size/*date columns modified patch from misha@
                   6255:          that closes issue #914.
                   6256: 
                   6257:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   6258:          PA_RELEASE_ASSERTS removed
                   6259: 
                   6260:        * src/lib/md5/pa_md5c.c: minor cleanup
                   6261: 
                   6262:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   6263:          localeconv()->decimal_point usage remoed (related to issue #934)
                   6264: 
                   6265:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   6266:          cordprnt.c removed
                   6267: 
                   6268:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   6269:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   6270:          pa-include/pa_strings.h: includes cleanup
                   6271: 
                   6272:        * src/lib/md5/pa_md5c.c: headers cleanup
                   6273: 
                   6274: 2013-07-20  moko
                   6275: 
                   6276:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   6277:          cleanup
                   6278: 
                   6279: 2013-07-19  moko
                   6280: 
                   6281:        * src/classes/math.C: extern "C" added for crypt
                   6282: 
                   6283: 2013-07-18  moko
                   6284: 
                   6285:        * src/classes/math.C: fix redhat7.2 build
                   6286: 
                   6287: 2013-07-17  moko
                   6288: 
                   6289:        * configure.in, src/include/pa_config_includes.h,
                   6290:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   6291:          added for uint8/32/64_t)
                   6292: 
                   6293:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   6294:          pa_config_includes.h used for uint32/64_t
                   6295: 
                   6296: 2013-07-16  moko
                   6297: 
                   6298:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   6299:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   6300:          war
                   6301: 
                   6302:        * src/main/compile.tab.C: compile.y was updated
                   6303: 
                   6304:        * src/main/compile.y: warning war
                   6305: 
                   6306:        * src/: include/pa_exception.h, main/pa_exception.C,
                   6307:          main/pa_xml_exception.C: warning war
                   6308: 
                   6309:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   6310: 
                   6311:        * configure.in: beauty :)
                   6312: 
                   6313:        * tests/: 141.html, results/141.processed: sha256/512 added
                   6314: 
                   6315: 2013-07-13  moko
                   6316: 
                   6317:        * src/lib/md5/md5.vcproj: sha2 added
                   6318: 
                   6319:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   6320:          classes/math.C: sha2 support (sha256/sha512 digest)
                   6321: 
                   6322: 2013-07-08  moko
                   6323: 
                   6324:        * src/classes/image.C: directory read or other read problem message
                   6325:          fixed (related to issue #933)
                   6326: 
                   6327: 2013-07-07  moko
                   6328: 
                   6329:        * AUTHORS: + misha + moko. :)
                   6330: 
                   6331: 2013-07-06  moko
                   6332: 
                   6333:        * src/: classes/curl.C, include/pa_globals.h,
                   6334:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   6335:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   6336:          for lt_dlinit to be called once and lt_dlexit called at right
                   6337:          place (related to issue #925)
                   6338: 
                   6339: 2013-07-04  moko
                   6340: 
                   6341:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   6342:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   6343:          content-type to be set, as it brokes badly designed logic in
                   6344:          response output. This hopefully finishes issue #928.
                   6345: 
                   6346:        * tests/results/: 256.processed, 286.processed: file now displayed
                   6347:          as name, size, mode, content-type
                   6348: 
                   6349:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   6350:          issue #933
                   6351: 
                   6352: 2013-06-28  moko
                   6353: 
                   6354:        * tests/: 286.html, results/286.processed: test extended
                   6355: 
                   6356:        * tests/: 286.html, results/286.processed: Test for issue #928
                   6357:          added.  it tests default content-type change.
                   6358: 
                   6359:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   6360:          now updated
                   6361: 
                   6362: 2013-06-25  moko
                   6363: 
                   6364:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   6365:          content-type for text/binary files without name added;
                   6366:          ^file::create[$f;...] options now works properly and $f
                   6367:          properties are default (fixes issue #928)
                   6368: 
                   6369: 2013-05-16  misha
                   6370: 
                   6371:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   6372:          added
                   6373: 
                   6374:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   6375:          table if specified limit is bigger than source rows count
                   6376: 
                   6377:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   6378:          added ( new feature: #858 )
                   6379: 
                   6380: 2013-04-29  moko
                   6381: 
                   6382:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   6383:          $.ipresolve(0|1|2) added (closes issue #891)
                   6384: 
                   6385:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   6386: 
                   6387: 2013-04-24  moko
                   6388: 
                   6389:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6390:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6391:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   6392:          memcached_quit (refs #893)
                   6393: 
                   6394: 2013-04-22  moko
                   6395: 
                   6396:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   6397:          slashes in file path (fixes bug #872)
                   6398: 
                   6399:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   6400:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   6401:          #739)
                   6402: 
                   6403:        * tests/results/266.processed: $.max_params added (feature #915)
                   6404: 
                   6405:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   6406:          option added to file::load (closes issue #867)
                   6407: 
                   6408: 2013-04-20  misha
                   6409: 
                   6410:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   6411:          commited
                   6412: 
                   6413: 2013-03-15  misha
                   6414: 
                   6415:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   6416:          multiple empty strings while ::sql. uae String::Empty instead
                   6417: 
                   6418: 2013-03-14  misha
                   6419: 
                   6420:        * src/classes/reflection.C: - for user classes
                   6421:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   6422:          with $.call_type if they available ( new feature: #915 )
                   6423: 
                   6424:        * src/classes/file.C: - ^file:delete[] now supports an option
                   6425:          $.exception(false) that suppress any exception while deleting
                   6426:          file ( new feature: #916 )
                   6427: 
                   6428:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   6429:          work :)
                   6430: 
                   6431: 2013-03-12  misha
                   6432: 
                   6433:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   6434:          set default name for the file
                   6435: 
                   6436: 2013-03-11  misha
                   6437: 
                   6438:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   6439:          also available in $f.cookies
                   6440: 
                   6441:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   6442:          moved to a separate method
                   6443: 
                   6444: 2013-03-10  moko
                   6445: 
                   6446:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   6447:          added
                   6448: 
                   6449:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   6450:          removed (declared by autoconf)
                   6451: 
                   6452:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   6453:          uint32_t define
                   6454: 
                   6455: 2013-03-10  misha
                   6456: 
                   6457:        * src/classes/file.C: ^file:delete and ^file:move now support
                   6458:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   6459: 
                   6460:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   6461:          empty dirs is added
                   6462: 
                   6463: 2013-03-10  moko
                   6464: 
                   6465:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   6466:          but default check removed from ^int/double/bool.int/double/bool
                   6467:          for string.int/double/bool compatibility (related to issue #913)
                   6468: 
                   6469:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   6470:          internally throws exception if default is present (closes issue
                   6471:          #913)
                   6472: 
                   6473: 2013-03-09  misha
                   6474: 
                   6475:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   6476:          optimisations ( #845 )
                   6477: 
                   6478:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   6479: 
                   6480: 2013-03-08  moko
                   6481: 
                   6482:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   6483:          creates correct table (fixes issue #910)
                   6484: 
                   6485:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   6486:          use outside of 'connect' operator (fixes issue #911)
                   6487: 
                   6488:        * tests/results/: 096.processed, 122.processed: test results
                   6489:          updated as doubles now printed with 15 significant digits, not 5
                   6490:          (fixes issue #882)
                   6491: 
                   6492:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   6493:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   6494: 
                   6495: 2013-02-21  moko
                   6496: 
                   6497:        * src/classes/table.C: _locate_name_value does not check arguments
                   6498:          count, so we check it in advance (fixes issue #905)
                   6499: 
                   6500: 2012-10-23  moko
                   6501: 
                   6502:        * buildall: old shell for and echo compatibility (for six)
                   6503: 
                   6504: 2012-10-19  moko
                   6505: 
                   6506:        * buildall: --strip added --disable-safe-mode listed in usage
                   6507: 
                   6508: 2012-10-17  misha
                   6509: 
                   6510:        * src/classes/op.C: - apply-taint should not throw "outside
                   6511:          connect" exception with sql lang now
                   6512: 
                   6513: 2012-10-17  moko
                   6514: 
                   6515:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   6516:          each request (for apache module)
                   6517: 
                   6518: 2012-09-26  moko
                   6519: 
                   6520:        * src/doc/doxygen.cfg: png -> svg
                   6521: 
                   6522: 2012-09-25  moko
                   6523: 
                   6524:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   6525:          test added
                   6526: 
                   6527:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   6528:          double use when key is long
                   6529: 
                   6530: 2012-09-16  moko
                   6531: 
                   6532:        * src/classes/math.C: Format -> Method Encode -> Format
                   6533: 
                   6534:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   6535:          added
                   6536: 
                   6537: 2012-09-14  moko
                   6538: 
                   6539:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   6540:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   6541:          implementation added
                   6542: 
                   6543: 2012-09-12  moko
                   6544: 
                   6545:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   6546:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   6547:          targets.dox and string.dox slightly actualized
                   6548: 
                   6549: 2012-08-31  moko
                   6550: 
                   6551:        * ChangeLog: now generated with patched cvs2cl.pl
                   6552: 
                   6553: 2012-07-29  moko
                   6554: 
                   6555:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   6556:          result should be pushed after VMethodFrame destructor is called,
                   6557:          as it deletes junctions from stack params (fixes issue #868)
                   6558: 
                   6559: 2012-07-23  moko
                   6560: 
                   6561:        * INSTALL, README: buildall script usage documented, other outdated
                   6562:          info updated.
                   6563: 
                   6564:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   6565: 
                   6566: 2012-07-21  moko
                   6567: 
                   6568:        * buildall: glib does not compile when threads are disabled...
                   6569: 
                   6570:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   6571: 
                   6572:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   6573:          unref, can't unref nested objects)
                   6574: 
                   6575:        * src/types/pa_vmail.C: another check added
                   6576: 
                   6577: 2012-07-19  moko
                   6578: 
                   6579:        * buildall: usage added
                   6580: 
                   6581:        * buildall: new buildall script that unites buildall-with-xml,
                   6582:          buildall-without-xml, --with-apache and --with-mailreceive
                   6583: 
                   6584:        * configure.in: support for static gmime and dynamic glib linking.
                   6585:          fixes for FreeBSD
                   6586: 
                   6587: 2012-07-17  moko
                   6588: 
                   6589:        * configure.in: --with-mailreceive replaced
                   6590:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   6591:          removed
                   6592: 
                   6593: 2012-07-16  moko
                   6594: 
                   6595:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   6596:          capitalized, content now decoded and text content converted to
                   6597:          $request:charset.  all properties are accessed by functions, this
                   6598:          ready for dynamic load.
                   6599: 
                   6600: 2012-06-28  moko
                   6601: 
1.116     moko     6602:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   6603:          32 bit
1.95      moko     6604: 
                   6605: 2012-06-27  moko
                   6606: 
                   6607:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   6608:          passive ftp
                   6609: 
                   6610:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   6611: 
                   6612:        * configure.in: 3.4.2 RC -> 3.4.2
                   6613: 
                   6614: 2012-06-22  moko
                   6615: 
                   6616:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   6617:          #815)
                   6618: 
                   6619:        * tests/: 284.html, results/284.processed: output options test
                   6620:          (feature #265)
                   6621: 
                   6622: 2012-06-22  misha
                   6623: 
                   6624:        * tests/215.html: - little changes
                   6625: 
                   6626: 2012-06-21  moko
                   6627: 
                   6628:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   6629:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   6630:          feature #265)
                   6631: 
                   6632:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   6633:          breaks long .*, default 10M restored. (issue #216)
                   6634: 
                   6635:        * tests/: 283.html, results/283.processed: test for issue #815
                   6636:          added
                   6637: 
                   6638:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   6639:          again, cstrm not required.
                   6640: 
                   6641:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   6642:          Win32 and broken FreeBSD (issue #45)
                   6643: 
                   6644:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   6645: 
                   6646:        * src/main/pa_string.C: warnings war
                   6647: 
                   6648:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   6649:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   6650:          main/pa_socks.C, targets/apache/pa_threads.C,
                   6651:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6652:          types/pa_vstatus.C: compilation under cygwin fixed
                   6653: 
                   6654: 2012-06-19  moko
                   6655: 
                   6656:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   6657:          Windows fixed
                   6658: 
                   6659:        * parser3.sln: removed antique pcre_ctype
                   6660: 
                   6661:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   6662: 
                   6663:        * src/include/pa_config_fixed.h: undefined reference to
                   6664:          __imp__pcre_* fix for Windows
                   6665: 
                   6666:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     6667:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   6668:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   6669:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   6670:          define fixed
1.95      moko     6671: 
                   6672: 2012-06-18  moko
                   6673: 
                   6674:        * src/classes/memcached.C: flush -> clear
                   6675: 
                   6676:        * src/classes/memcached.C: memcached does not support quotes even
                   6677:          in server name
                   6678: 
                   6679:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6680:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   6681:          called on open to check servers existance.  $.key(true) syntax
                   6682:          now supported
                   6683: 
                   6684: 2012-06-17  moko
                   6685: 
                   6686:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   6687:          cleanup
                   6688: 
                   6689:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   6690:          tests/results/282.processed: encloser at the EOF bug fixed,
                   6691:          incorrectly enclosed data now processed more logicaly (fixes
                   6692:          #339)
                   6693: 
                   6694: 2012-06-15  moko
                   6695: 
                   6696:        * buildall-without-xml: sync with buildall-with-xml
                   6697: 
                   6698:        * buildall-with-xml: download auto-detected between fetch and curl
                   6699: 
                   6700:        * configure.in: --with-gc and --with-pcre now also processed
                   6701:          correctly
                   6702: 
1.116     moko     6703:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   6704:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   6705:          should be run on rol1 using automake / aclocal (GNU automake)
                   6706:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     6707: 
                   6708:        * configure.in: new PARSER_VERSION logic
                   6709: 
                   6710:        * src/include/pa_version.h: new pa_version.h logic
                   6711: 
                   6712:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6713:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6714:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   6715:          feols_normalized -> fis_text_content set_binary added
                   6716: 
                   6717:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   6718: 
                   6719: 2012-06-15  misha
                   6720: 
                   6721:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6722:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6723:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   6724:          ^file::create[text;content] EOLs in content now is normalized. (
                   6725:          new feature: #815 )
                   6726: 
                   6727: 2012-06-15  moko
                   6728: 
                   6729:        * configure.in: --disable-version-update added to disable version
                   6730:          update with host information (for debian package) whitespace
                   6731:          optimized
                   6732: 
                   6733:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   6734:          libtool
                   6735: 
                   6736:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   6737:          it.
                   6738: 
                   6739: 2012-06-14  moko
                   6740: 
                   6741:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   6742:          tests/results/281.processed: "hash flocked" error removed for
                   6743:          safe operations like ^h._count[] ( new feature: #335 )
                   6744: 
1.116     moko     6745:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     6746: 
                   6747:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   6748: 
                   6749:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   6750:          xml compilation check added
                   6751: 
                   6752:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   6753:          replaced with --with-gc and --with-pcre test for pcre linking
                   6754:          added
                   6755: 
                   6756: 2012-06-13  moko
                   6757: 
                   6758:        * configure.in: apxs2 check optimized
                   6759: 
                   6760:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   6761:          .la, includes optimized
                   6762: 
                   6763:        * buildall-with-xml: --with-pic looks better for -fPIC
                   6764: 
                   6765:        * configure.in: switched to convenience library in static linking
                   6766: 
                   6767:        * src/targets/apache/Makefile.am: switched to convenience library
                   6768:          usage to avoid libtool warnings
                   6769: 
                   6770:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   6771:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   6772:          smtp/Makefile.am: switched to convenience library usage
                   6773: 
                   6774:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   6775: 
                   6776:        * src/targets/apache/Makefile.am: updated for libtool usage
                   6777: 
                   6778:        * buildall-without-xml: --with-included-ltdl added
                   6779: 
                   6780:        * buildall-without-xml: sync with buildall-with-xml
                   6781: 
                   6782:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   6783:          -fPIC for x64 $download added for wget success check added
                   6784: 
                   6785:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   6786: 
                   6787:        * configure.in: disable-static returned
                   6788: 
                   6789:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   6790:          LIBTOOLFLAGS
                   6791: 
                   6792: 2012-06-12  moko
                   6793: 
                   6794:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   6795:          compatible with LIBTOOLFLAGS for unknown reasons
                   6796: 
                   6797:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   6798: 
                   6799:        * configure.in: static/dynamic -lstdc++ linking option removed
                   6800:          apxs2 check added
                   6801: 
                   6802:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   6803:          option removed
                   6804: 
                   6805: 2012-06-10  moko
                   6806: 
                   6807:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   6808:          added
                   6809: 
                   6810:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   6811: 
1.116     moko     6812:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   6813:          beauty
1.95      moko     6814: 
                   6815:        * depcomp: from libtool 2.4.2
                   6816: 
                   6817:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   6818: 
                   6819: 2012-06-09  moko
                   6820: 
1.116     moko     6821:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   6822:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     6823:          autogenerated files updated after libtool update
                   6824: 
1.116     moko     6825:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   6826:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     6827:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   6828:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   6829:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   6830:          config/compile, config/config.guess, config/config.sub,
                   6831:          config/depcomp, config/install-sh, config/ltmain.sh,
                   6832:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   6833:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   6834:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   6835:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   6836:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   6837:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   6838:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   6839:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   6840: 
                   6841:        * configure.in: preparation for new libtool
                   6842: 
                   6843:        * configure.in: Some beauty added :)
                   6844: 
                   6845:        * src/targets/apache/Makefile.am: := -> =
                   6846: 
                   6847:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   6848:          again. :)
                   6849: 
                   6850:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   6851:          previously was taken from pcre_internal.h. :)
                   6852: 
                   6853:        * src/lib/pcre/Makefile.am: config.h returned
                   6854: 
                   6855:        * src/lib/pcre/config.h: still need this. :)
                   6856: 
                   6857:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   6858: 
                   6859:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   6860:          removed
                   6861: 
                   6862:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   6863:          now in parser tree, no need to copy
                   6864: 
                   6865:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   6866:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   6867:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   6868:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   6869:          extracts now used old trash removed
                   6870: 
                   6871:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   6872:          (debian/patches/104_automake.patch) + all charsets are copied
                   6873: 
                   6874:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   6875:          extra arguments now supported
                   6876: 
                   6877: 2012-06-08  misha
                   6878: 
                   6879:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   6880:          the 2nd option in ^table.hash[] could be hash or table so
                   6881:          .as_hash will throw an exception when table option is specified
                   6882: 
                   6883:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6884:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   6885:          classes/table.C, classes/void.C, classes/xdoc.C,
                   6886:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   6887:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   6888:          and improved (whitespaces are allowed as empty options) -
                   6889:          MethodParams::as_table is added - above methods are used for
                   6890:          parsing methods' options ( new feature: #9 )
                   6891: 
                   6892:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   6893:          to vclass. now class fields can be accessible as a hash:
                   6894:          $h[^hash::create[$asd:CLASS]]
                   6895: 
                   6896:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   6897:          have get_fields method so their fields can be accessed with
                   6898:          ^reflection:fields[...] & ^reflection:field[...]
                   6899: 
                   6900: 2012-06-06  misha
                   6901: 
                   6902:        * tests/280.html: - tests for
                   6903:          ^reflection:method[obj-or-class;method],
                   6904:          ^reflection:field[obj-or-class;field] and
                   6905:          ^reflection:fields[obj-or-class] are added
                   6906: 
                   6907: 2012-06-05  misha
                   6908: 
                   6909:        * src/classes/reflection.C: - ^reflection:method[class or
                   6910:          object;method name] and ^reflection:field[class or object;field
                   6911:          name] are added
                   6912: 
                   6913:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   6914:          is used
                   6915: 
                   6916:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   6917: 
                   6918: 2012-06-05  moko
                   6919: 
1.116     moko     6920:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     6921: 
                   6922:        * src/classes/memcached.C: flish ttl fixed
                   6923: 
                   6924: 2012-06-04  moko
                   6925: 
                   6926:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   6927:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   6928:          option (new feature #833)
                   6929: 
                   6930: 2012-06-04  misha
                   6931: 
                   6932:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   6933:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   6934: 
                   6935: 2012-06-03  misha
                   6936: 
                   6937:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   6938:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   6939: 
                   6940: 2012-05-30  misha
                   6941: 
                   6942:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   6943:          incomplete class into a scope while @USE is found
                   6944: 
                   6945:        * src/main/compile.y: - add incomplete class into a scope while
                   6946:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   6947: 
                   6948: 2012-05-30  moko
                   6949: 
                   6950:        * src/types/pa_vclass.C, tests/278.html,
                   6951:          tests/results/278.processed: removed "property has no getter
                   6952:          method" exception when GET_DEFAULT present (fixes #269)
                   6953: 
                   6954:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   6955:          $._default
                   6956: 
                   6957: 2012-05-29  moko
                   6958: 
                   6959:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   6960:          uninitialized values usage (new feature: #154)
                   6961: 
                   6962: 2012-05-28  moko
                   6963: 
                   6964:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   6965:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   6966:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   6967:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   6968:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6969:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   6970:          tests/results/277.processed, src/types/pa_vtable.h,
                   6971:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   6972:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   6973:          feature #803)
                   6974: 
                   6975:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   6976:          tests/results/277.processed: json numbers are now treated as
                   6977:          double ( new feature: #834 )
                   6978: 
                   6979:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   6980:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   6981:          added for out of range checks, zero division in vint/vdouble
                   6982:          check added ( fixes #832 )
                   6983: 
                   6984:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   6985:          ( fixes #832 )
                   6986: 
                   6987: 2012-05-28  misha
                   6988: 
                   6989:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   6990:          configure
                   6991: 
                   6992:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   6993:          added - tests for unsupported values for options $.file, $.table
                   6994:          and $.date are added
                   6995: 
                   6996:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   6997:          accepts "stat" $.file[] option's value in addition to existed
                   6998:          "text" and "base64" ( new feature: #835 )
                   6999: 
                   7000:        * tests/276.html: - test for
                   7001:          ^reflection:delete[$object-or-class;field-name]
                   7002: 
                   7003:        * src/classes/reflection.C: -
                   7004:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   7005:          feature: #268 )
                   7006: 
                   7007: 2012-05-27  misha
                   7008: 
                   7009:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   7010: 
                   7011: 2012-05-24  misha
                   7012: 
                   7013:        * src/include/pa_common.h: - method lastposafter was removed
                   7014: 
                   7015:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   7016:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   7017:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   7018:          work as *nix commands
                   7019: 
                   7020:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   7021: 
                   7022:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   7023:          rskipchars were added
                   7024: 
                   7025:        * tests/270.html: - more tests for ^file:find[]
                   7026: 
                   7027:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   7028: 
                   7029:        * src/include/pa_version.h: - must be "win32" here. it is
                   7030:          auto-generated on *nix
                   7031: 
                   7032: 2012-05-24  moko
                   7033: 
                   7034:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   7035:          throws overflow exception ( new feature: #830 )
                   7036: 
                   7037:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   7038:          uint32 support and overflow added ( new feature: #830 )
                   7039: 
                   7040: 2012-05-23  moko
                   7041: 
                   7042:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   7043:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   7044:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   7045:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   7046:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   7047:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   7048:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   7049:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7050:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   7051:          "return string as-is" removed from as_expr_result. ( new feature:
                   7052:          #831 )
                   7053: 
                   7054:        * tests/results/244.processed: test changed after bug #782 fix
                   7055:          commited
                   7056: 
                   7057:        * tests/results/229.processed: test results for bug #782 commited
                   7058: 
                   7059:        * tests/: 254.html, results/254.processed: uid now just compared,
                   7060:          not printed. :)
                   7061: 
                   7062: 2012-05-20  moko
                   7063: 
                   7064:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   7065:          feature: #341 )
                   7066: 
                   7067:        * tests/: 254.html, results/254.processed: test for
                   7068:          ^reflection:uid[] added
                   7069: 
                   7070:        * tests/: 254.html, results/254.processed: test for
                   7071:          ^reflection:uid[$obj] added
                   7072: 
                   7073: 2012-05-17  misha
                   7074: 
                   7075:        * src/main/untaint.C: - do not replace ' char by _26 while
                   7076:          exploding filespec-tainting ( new feature: #829 )
                   7077: 
                   7078: 2012-05-12  moko
                   7079: 
                   7080:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   7081:          not.
                   7082: 
                   7083: 2012-05-08  moko
                   7084: 
                   7085:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   7086: 
                   7087:        * tests/229.html: test for bug #782
                   7088: 
                   7089:        * tests/results/259.processed, src/main/pa_request.C,
                   7090:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7091:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   7092:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   7093:          string; defined locals are empty strings; $STRICT-VARS(true)
                   7094:          added
                   7095: 
                   7096: 2012-04-27  moko
                   7097: 
1.116     moko     7098:        * src/targets/apache/Makefile.am:
1.95      moko     7099:          ../../lib/memcached/libmemcached.a added
                   7100: 
                   7101: 2012-04-27  misha
                   7102: 
                   7103:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   7104:          ( #827 )
                   7105: 
                   7106: 2012-04-25  moko
                   7107: 
                   7108:        * src/: classes/json.C, classes/memcached.C,
                   7109:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7110:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   7111:          implemented.
                   7112: 
                   7113:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   7114: 
                   7115: 2012-04-23  moko
                   7116: 
                   7117:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7118:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7119:          types/pa_vmemcached.h: open allows options hash for new
                   7120:          memcached(options) function
                   7121: 
                   7122:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   7123:          not appended
                   7124: 
                   7125: 2012-04-21  moko
                   7126: 
                   7127:        * src/classes/curl.C: '' added. :)
                   7128: 
                   7129:        * src/classes/classes.vcproj: new curl.h location
                   7130: 
                   7131:        * src/classes/curl.C: verbose output redirection from stderr to
                   7132:          file curl option added
                   7133: 
                   7134: 2012-04-20  moko
                   7135: 
                   7136:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   7137:          contains what we need from curl, #ifdef HAVE_CURL removed
                   7138: 
1.116     moko     7139:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     7140:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     7141:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   7142:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     7143:          configure option
                   7144: 
                   7145: 2012-04-19  moko
                   7146: 
                   7147:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   7148:          classes/string.C, lib/gc/include/gc_allocator.h,
                   7149:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   7150:          options from sql_result_string removed. (closes issue #468)
                   7151: 
                   7152:        * src/types/pa_vmemcached.C: empty string fix
                   7153: 
                   7154:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   7155:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   7156:          pa_vmemcached.C
                   7157: 
                   7158: 2012-04-18  moko
                   7159: 
                   7160:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   7161:          apache2-mpm-prefork" error displayed in threaded mpm.
                   7162: 
                   7163:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7164:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   7165:          installed (issue #354)
                   7166: 
                   7167: 2012-04-16  moko
                   7168: 
                   7169:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   7170:          memcached_result_free removed
                   7171: 
                   7172: 2012-04-14  moko
                   7173: 
                   7174:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   7175: 
                   7176:        * src/types/pa_vmemcached.C: check_key added and used
                   7177: 
                   7178: 2012-04-13  moko
                   7179: 
                   7180:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   7181:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   7182:          Serialization_data now added and used, VString now serialized
                   7183:          with languages into memcached.
                   7184: 
                   7185: 2012-03-28  moko
                   7186: 
                   7187:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   7188:          lib/memcached/pa_memcached.h: result lengths added
                   7189: 
                   7190: 2012-03-27  moko
                   7191: 
                   7192:        * src/types/pa_vmemcached.C: strdup added
                   7193: 
                   7194: 2012-03-24  moko
                   7195: 
                   7196:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7197:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7198:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   7199: 
                   7200: 2012-03-20  moko
                   7201: 
1.116     moko     7202:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     7203: 
                   7204:        * src/targets/cgi/Makefile.am: cleanup
                   7205: 
                   7206:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   7207:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   7208: 
                   7209:        * src/: classes/Makefile.am, classes/memcached.C,
                   7210:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   7211:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7212:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   7213: 
                   7214: 2012-03-16  moko
                   7215: 
                   7216:        * src/main/execute.C: ident now works under Linux + ident displays
                   7217:          filenames (closes issue #818)
                   7218: 
1.116     moko     7219:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     7220:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   7221:          pa_vmethod_frame_local.h removed
                   7222: 
                   7223:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   7224:          classes/classes.h, classes/curl.C, classes/date.C,
                   7225:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7226:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   7227:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   7228:          classes/memory.C, classes/op.C, classes/reflection.C,
                   7229:          classes/regex.C, classes/response.C, classes/string.C,
                   7230:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   7231:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   7232:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7233:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7234:          include/pa_dictionary.h, include/pa_dir.h,
                   7235:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7236:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   7237:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   7238:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   7239:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7240:          include/pa_sapi.h, include/pa_socks.h,
                   7241:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7242:          include/pa_stack.h, include/pa_string.h,
                   7243:          include/pa_stylesheet_connection.h,
                   7244:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7245:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7246:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7247:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7248:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   7249:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   7250:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   7251:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   7252:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7253:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7254:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7255:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   7256:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   7257:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   7258:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   7259:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7260:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7261:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   7262:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   7263:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   7264:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7265:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7266:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7267:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7268:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7269:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7270:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   7271:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7272:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   7273:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   7274:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7275:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   7276:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7277:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7278:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   7279:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   7280:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   7281:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7282:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7283:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7284:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7285:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7286:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7287:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7288:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   7289:          ident now works under Linux + ident displays filenames (closes
                   7290:          issue #818) Copyright updated
                   7291: 
                   7292: 2012-03-13  moko
                   7293: 
                   7294:        * src/main/pa_string.C: compilation fix for feature #741
                   7295: 
                   7296: 2012-03-09  misha
                   7297: 
                   7298:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   7299: 
                   7300:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   7301:          now detects invalid base64 chars in the middle of encoded stricg
                   7302:          ( new feature: #55 )
                   7303: 
                   7304:        * src/include/pa_exception.h: - new exception type for base64
                   7305:          decoding is added
                   7306: 
                   7307: 2012-03-06  misha
                   7308: 
                   7309:        * tests/274.html: - tests for ^date::today[] and
                   7310:          ^date.sql-string[datetime|date|time] are added
                   7311: 
                   7312:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   7313:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   7314:          strings "datetime", "date" or "time" - comments tidying up
                   7315: 
                   7316:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   7317:          date and time
                   7318: 
                   7319: 2012-03-03  misha
                   7320: 
                   7321:        * tests/193.html: - tests for
                   7322:          ^string:base64[encoded;$.strict(true)] are added
                   7323: 
                   7324:        * tests/results/auto.p: - try-catch operator is added
                   7325: 
                   7326:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7327:          main/pa_common.C: - $.strict(true|false) option is added to
                   7328:          base64 decode methods ( new feature: #55 )
                   7329: 
                   7330:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   7331:          ( new feature: #819 )
                   7332: 
                   7333: 2012-02-28  moko
                   7334: 
                   7335:        * src/classes/hash.C: ident test
                   7336: 
                   7337: 2012-02-27  misha
                   7338: 
                   7339:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   7340: 
                   7341: 2012-01-08  misha
                   7342: 
                   7343:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   7344: 
                   7345:        * src/: classes/string.C, include/pa_dictionary.h,
                   7346:          main/pa_dictionary.C, main/pa_string.C: -
                   7347:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   7348:          ^string.replace[one subst here] is slightly optimized
                   7349: 
                   7350: 2011-12-07  misha
                   7351: 
                   7352:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   7353:          named table with one empty column ( bugfix: #63 )
                   7354: 
                   7355: 2011-11-30  misha
                   7356: 
                   7357:        * src/classes/json.C: - it's possible to set user's method for
                   7358:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   7359:          #763 )
                   7360: 
                   7361:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   7362: 
                   7363: 2011-11-23  misha
                   7364: 
                   7365:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7366:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   7367:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   7368:          ^file::create[mode;filename;content[;options]] now accepts binary
                   7369:          mode and file-content - new constructor's format:
                   7370:          ^file::create[string-or-file-content[;$.name[filename]
                   7371:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   7372:          feature: #65 )
                   7373: 
                   7374:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   7375:          mime_type_of(const String*) is added
                   7376: 
                   7377:        * src/include/pa_exception.h: - new exception constant
                   7378:          FILE_NAME_MUST_BE_SPECIFIED is added
                   7379: 
                   7380:        * src/classes/table.C: - bug with negative offset transformed into
                   7381:          a feature. it means pointing to a row from the end of the table (
                   7382:          new feature: #810 )
                   7383: 
                   7384: 2011-11-19  misha
                   7385: 
                   7386:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   7387:          â ìåòîäå _select ( new feature: #810 )
                   7388: 
                   7389:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   7390:          options were specified together is simplified
                   7391: 
                   7392: 2011-11-12  misha
                   7393: 
                   7394:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   7395:          HTTP content-disposition header (a part of bug #361 )
                   7396: 
                   7397:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   7398:          checks for ancestors' classes as well ( new feature: #456 )
                   7399: 
                   7400:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   7401:          "without cycle" now have types "parser.break" and
                   7402:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   7403:          )
                   7404: 
                   7405: 2011-11-11  misha
                   7406: 
                   7407:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   7408:          237.processed: - since bug #361 was fixed the content of filename
                   7409:          in HTTP headers is quoted
                   7410: 
                   7411:        * tests/results/270.processed: - result for test 270
                   7412: 
                   7413:        * tests/: 065.html, results/065.processed: - more tests for
                   7414:          ^file:basename[] & Co were added
                   7415: 
                   7416:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   7417: 
                   7418:        * tests/270.html: - tests for ^file:find[] are added
                   7419: 
                   7420:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   7421:          using option $.charset. option $.engoding is still supported but
                   7422:          these options can not be specified together
                   7423: 
                   7424:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   7425:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   7426: 
                   7427: 2011-10-11  misha
                   7428: 
                   7429:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   7430:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   7431:          #622)
                   7432: 
                   7433: 2011-09-30  misha
                   7434: 
                   7435:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   7436:          exception "saving stat-ed file" ( bugfix: #395 )
                   7437: 
                   7438: 2011-05-30  misha
                   7439: 
                   7440:        * src/classes/string.C: - fixed bug which was added with
                   7441:          params.as_hash into string:sql
                   7442: 
                   7443: 2011-05-29  misha
                   7444: 
                   7445:        * src/types/pa_value.C: - filename in content-disposition header
                   7446:          must be quoted ( bugfix: #361 )
                   7447: 
                   7448: 2011-05-27  misha
                   7449: 
                   7450:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   7451:          created file
                   7452: 
                   7453:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   7454:          usage
                   7455: 
                   7456:        * src/include/pa_exception.h: - one more string for exception was
                   7457:          added
                   7458: 
                   7459: 2011-05-25  misha
                   7460: 
                   7461:        * tests/269.html: - tests for checking input params in some dom
                   7462:          methods
                   7463: 
                   7464:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   7465:          was added. it isn't possible not wo create xdoc with invalid
                   7466:          tagName. ( bugfix: #160 )
                   7467: 
                   7468:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   7469:          string "data must be string" was mover from pa_exception.h to
                   7470:          pa_xml_exception.h
                   7471: 
                   7472:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   7473:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   7474: 
                   7475:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   7476: 
                   7477:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   7478:          options - XML-related exception's strings were added
                   7479: 
                   7480:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   7481:          output_options were removed)
                   7482: 
                   7483: 2011-05-19  misha
                   7484: 
                   7485:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7486:          params.as_hash is used more while parsing methods hash-options
                   7487: 
                   7488: 2011-05-18  misha
                   7489: 
                   7490:        * operators.txt: - info about json-serialization of xdoc was added
                   7491: 
                   7492:        * tests/256.html: - tests for json-serialization xdoc were added
                   7493: 
                   7494:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   7495: 
                   7496:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7497:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   7498:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   7499:          specified in $.xdoc[] ( new feature: #265 )
                   7500: 
                   7501: 2011-05-15  misha
                   7502: 
                   7503:        * tests/268.html: - tests for ^table.count[with options] were added
                   7504: 
                   7505:        * src/classes/table.C: - method ^table.count[] now can accept
                   7506:          options ( new feature: #93 ): ^table.count[column] returns number
                   7507:          of columns for named table; ^table.count[cells] returns number of
                   7508:          cells in the current row; ^table.count[] & ^table.count[rows]
                   7509:          return number of rows in a table.
                   7510: 
                   7511:        * tests/267.html: - test for checking switch/case in boolean mode
                   7512:          was added
                   7513: 
                   7514:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   7515:          compared as bool values, not as double values: new feature: #351
                   7516: 
                   7517: 2011-05-06  misha
                   7518: 
                   7519:        * tests/242.html: - EOL before EOF was added
                   7520: 
                   7521:        * tests/169.html: - tests for splitting empty string and void were
                   7522:          added
                   7523: 
                   7524:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   7525:          returned table with one empty cell)
                   7526: 
                   7527: 2011-04-03  misha
                   7528: 
                   7529:        * src/include/pa_version.h, configure.in: - version in head was
                   7530:          changed to 3.4.2b
                   7531: 
                   7532: 2011-03-30  misha
                   7533: 
                   7534:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   7535:          as well ( new feature #294 )
                   7536: 
                   7537: 2011-03-29  misha
                   7538: 
                   7539:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   7540:          limited to approx. 6 MB. previous limits were too big for real
                   7541:          life. bugfix: #216
                   7542: 
                   7543: 2011-03-04  moko
                   7544: 
                   7545:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   7546:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   7547: 
                   7548:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   7549:          vlalek@
                   7550: 
                   7551: 2011-02-22  misha
                   7552: 
                   7553:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   7554:          be under #ifdef XML or parser can't be compiled without xml
                   7555:          support
                   7556: 
                   7557: 2011-02-21  misha
                   7558: 
1.116     moko     7559:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     7560:          ApacheModuleParser3.vcproj was removed
                   7561: 
                   7562:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   7563:          removed)
                   7564: 
                   7565: 2011-02-20  misha
                   7566: 
                   7567:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   7568:          $.overridden in ^reflection:method_info[...] were added
                   7569: 
                   7570:        * src/classes/reflection.C: - beautifying result of
                   7571:          ^reflection:method_info[] ($.overridden/inherited)
                   7572: 
                   7573: 2011-02-18  misha
                   7574: 
                   7575:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   7576:          and pa_isalnum instead of isalpha and isalnum - bug with
                   7577:          redundand quoting lowercased latin chars while building email
                   7578:          body was fixed
                   7579: 
                   7580:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   7581:          added (they check for latin chars only)
                   7582: 
                   7583: 2011-02-16  misha
                   7584: 
                   7585:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   7586:          string size for transcoding gave too small value (should ever
                   7587:          look for availability char in dest charset inspite of the char
                   7588:          size)
                   7589: 
                   7590: 2011-02-04  moko
                   7591: 
                   7592:        * tests/223.html: header values now not url-encoded (issue #195)
                   7593: 
                   7594: 2011-02-01  misha
                   7595: 
                   7596:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   7597: 
                   7598: 2011-01-31  misha
                   7599: 
                   7600:        * src/main/pa_request.C: - throw exception if param file_name in
                   7601:          use_file is empty
                   7602: 
                   7603: 2011-01-08  moko
                   7604: 
                   7605:        * src/classes/curl.C: compilations errors fixed
                   7606: 
                   7607: 2010-12-29  moko
                   7608: 
                   7609:        * tests/: 265.html, results/265.processed: test for issue #200
                   7610:          added
                   7611: 
                   7612:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   7613:          #200)
                   7614: 
                   7615:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   7616: 
                   7617:        * tests/results/223.processed: header values now not url-encoded
                   7618:          (issue #195)
                   7619: 
                   7620:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   7621:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   7622:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   7623: 
                   7624: 2010-12-18  misha
                   7625: 
                   7626:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   7627:          => pa-include
                   7628: 
                   7629: 2010-11-28  moko
                   7630: 
                   7631:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   7632: 
                   7633:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   7634:          -> pa
                   7635: 
                   7636:        * configure.in: apr -> pa
                   7637: 
                   7638:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   7639: 
                   7640:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   7641:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   7642: 
                   7643:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   7644:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   7645:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   7646:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   7647:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   7648:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   7649:          module apr name conflict resolved)
                   7650: 
                   7651: 2010-11-27  misha
                   7652: 
                   7653:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   7654:          libbz2
                   7655: 
                   7656: 2010-11-26  misha
                   7657: 
                   7658:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   7659:          warnings removed
                   7660: 
                   7661: 2010-11-25  moko
                   7662: 
                   7663:        * operators.txt: $.indent(true)
                   7664: 
                   7665:        * operators.txt: another bugfix. :)
                   7666: 
                   7667:        * operators.txt: bugfix. :)
                   7668: 
                   7669:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   7670: 
                   7671: 2010-11-24  moko
                   7672: 
1.116     moko     7673:        * configure: apxs support
1.95      moko     7674: 
                   7675:        * configure.in: apxs support -Bstatic gc removed for OS X
                   7676: 
                   7677:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   7678: 
                   7679:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   7680:          THREAD_LOCAL usage
                   7681: 
                   7682:        * src/: classes/curl.C, include/pa_config_includes.h,
                   7683:          main/pa_globals.C: THREAD_LOCAL defined and used
                   7684: 
                   7685: 2010-11-23  moko
                   7686: 
                   7687:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   7688:          should be passed to pa_sleep, and only fractional part (bugfix:
                   7689:          #188)
                   7690: 
                   7691:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   7692: 
                   7693:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7694:          GC_dont_gc=1, as in cgi version
                   7695: 
                   7696:        * src/targets/apache/mod_parser3.c: warning war
                   7697: 
                   7698:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7699:          pa_httpd.h: version removed, some trash removed
                   7700: 
                   7701:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   7702:          to show it), warning war
                   7703: 
                   7704:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7705:          pa_httpd.h: parser_status_allowed removed + merge config
                   7706:          functions removed (override is the default) + beauty
                   7707: 
                   7708:        * src/: include/pa_request.h, main/pa_request.C,
                   7709:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   7710:          hide $status used in apache module removed
                   7711: 
                   7712: 2010-11-18  moko
                   7713: 
                   7714:        * operators.txt: $.table[compact] added for ^json:string[]
                   7715: 
                   7716: 2010-11-16  moko
                   7717: 
                   7718:        * src/targets/apache/mod_parser3.c: some cleanup done
                   7719: 
                   7720:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   7721:          is hashcode; second, info.fragment_begin is original, not
                   7722:          resulting length
                   7723: 
                   7724:        * src/classes/file.C: new feature: $.stdin now untainted
                   7725: 
                   7726:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   7727: 
                   7728:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   7729: 
                   7730:        * src/classes/op.C: ^apply-taint[] method added
                   7731: 
                   7732:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   7733:          added; $.stdin untaint test added
                   7734: 
                   7735: 2010-11-15  moko
                   7736: 
                   7737:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   7738:          removed
                   7739: 
                   7740:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7741:          pa_httpd.h: 2x2 calculated under apache2. :)
                   7742: 
                   7743: 2010-11-13  moko
                   7744: 
                   7745:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   7746:          with apache 2.x includes
                   7747: 
                   7748:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   7749:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   7750:          united apache 1.3 / apache 2.x DSO module
                   7751: 
                   7752: 2010-11-09  moko
                   7753: 
                   7754:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   7755:          syntax
                   7756: 
                   7757:        * tests/: 263.html, results/263.processed: test from method[*args]
                   7758:          added
                   7759: 
                   7760:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   7761:          number of params can now be passed to a method declared with *arg
                   7762: 
                   7763: 2010-11-06  moko
                   7764: 
                   7765:        * src/classes/table.C: formating fixed. :)
                   7766: 
                   7767:        * src/classes/table.C: closes #4: ^table.select now supports
                   7768:          $.limit(), $.offset, $.reverse() options
                   7769: 
                   7770:        * tests/: 262.html, results/262.processed: test for ^table:select
                   7771:          with options added (feature #4)
                   7772: 
                   7773:        * src/include/pa_array.h: remove function added
                   7774: 
                   7775:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   7776:          object in get_element/put_element, using static one.
                   7777: 
                   7778: 2010-11-04  moko
                   7779: 
                   7780:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   7781:          options is passed
                   7782: 
                   7783:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   7784:          now tested; k and p in handler now tested.
                   7785: 
                   7786:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   7787:          $.table[compact] feature added
                   7788: 
                   7789:        * src/classes/json.C: key is now passed to handler in
                   7790:          value_json_string; ^json:string result now process tainting
                   7791:          inside and returns clean string, related to issue #153
                   7792: 
                   7793:        * src/main/untaint.C: bugfix: charset can be null (in
                   7794:          ^string:save[] as example), thus check is added
                   7795: 
                   7796: 2010-10-31  moko
                   7797: 
                   7798:        * src/classes/string.C: error message changed (fixes issue #149)
                   7799: 
                   7800: 2010-10-29  moko
                   7801: 
                   7802:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   7803:          port is not default (fixes issue #155); exception on invalid port
                   7804:          added.
                   7805: 
                   7806:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   7807:          "Accept: */*" to be passed
                   7808: 
                   7809: 2010-10-28  moko
                   7810: 
                   7811:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   7812:          exception on unknown charset even if response_charset was
                   7813:          specified
                   7814: 
                   7815: 2010-10-27  moko
                   7816: 
                   7817:        * src/classes/string.C: ^string.append removed for void
                   7818:          compatibility
                   7819: 
                   7820: 2010-10-26  moko
                   7821: 
                   7822:        * src/classes/json.C: libjson supports array at top level, we too
                   7823:          (GPF fixed)
                   7824: 
                   7825: 2010-10-25  moko
                   7826: 
                   7827:        * tests/: 253.html, results/253.processed: libjson supports array
                   7828:          at top level, parser now supports it as well.
                   7829: 
                   7830:        * tests/261.html, tests/results/261.processed,
                   7831:          src/types/pa_vstring.h: empty string is now void compatible
                   7832:          (allows $empty.key)
                   7833: 
                   7834: 2010-10-22  misha
                   7835: 
                   7836:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   7837:          while adding additional expires checkout)
                   7838: 
                   7839:        * tests/030.html: - test for session cookie was added
                   7840: 
                   7841: 2010-10-21  moko
                   7842: 
                   7843:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   7844:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   7845:          string (feature #111)
                   7846: 
                   7847:        * tests/: 261.html, results/261.processed: checks void from string
                   7848:          inheritance (feature #111)
                   7849: 
                   7850:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   7851:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   7852:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   7853:          now true by default
                   7854: 
                   7855: 2010-10-17  moko
                   7856: 
                   7857:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   7858:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   7859:          (bugfix: #128)
                   7860: 
                   7861:        * tests/: 223.html, results/223.processed: binary file upload test
                   7862:          added, GPF (issue #128) also checked in this test
                   7863: 
                   7864: 2010-10-13  misha
                   7865: 
                   7866:        * tests/260.html: - test for math:convert
                   7867: 
                   7868:        * src/classes/math.C: - error in math:convert was fixed
                   7869: 
                   7870:        * operators.txt: - info about
                   7871:          ^math:convert[number](from-base;to-base) was added
                   7872: 
                   7873:        * src/classes/math.C: - method
                   7874:          ^math:convert[number](from-base;to-base) for converting number
                   7875:          represention from one base to another was added ( new feature:
                   7876:          #23 )
                   7877: 
                   7878: 2010-10-13  moko
                   7879: 
                   7880:        * src/main/compile.tab.C: [] now is empty string, not void
                   7881: 
                   7882:        * src/main/compile.y: [] now is empty string, not void
                   7883: 
                   7884:        * src/types/pa_vvoid.h: void now passed as parameter
                   7885: 
                   7886:        * tests/: 259.html, results/259.processed: to test difference
                   7887:          between void and empty string (see ticket #111)
                   7888: 
                   7889:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   7890:          void
                   7891: 
                   7892:        * tests/256.html: $s[$void] is no longer empty string
                   7893: 
                   7894:        * tests/254.html: empty string is no longer void
                   7895: 
                   7896: 2010-10-12  misha
                   7897: 
                   7898:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   7899:          converted to date during cookies set up ( bugfix: #104 )
                   7900: 
                   7901:        * tests/041.html: - more tests for ^table.locate were added
                   7902: 
                   7903:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   7904:          work ( bugfix: #129 ) - exception comment for incorrect options
                   7905:          ^table.locate[field;value;options] was fixed
                   7906: 
                   7907: 2010-10-10  moko
                   7908: 
                   7909:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   7910:          another object feature returned
                   7911: 
                   7912:        * tests/results/258.processed: test result updated as constructor
                   7913:          returning another object feature returned
                   7914: 
                   7915:        * tests/: 258.html, results/258.processed: test for constructor
                   7916:          returning another object
                   7917: 
                   7918: 2010-10-08  misha
                   7919: 
                   7920:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   7921:          options shouldn't cause exceptions any longer
                   7922: 
                   7923: 2010-10-06  moko
                   7924: 
                   7925:        * src/classes/: hash.C, table.C: length from sql server is now
                   7926:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   7927: 
                   7928: 2010-10-02  misha
                   7929: 
                   7930:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   7931:          usable to delete cache file.
                   7932: 
                   7933: 2010-10-02  moko
                   7934: 
                   7935:        * tests/: 253.html, results/253.processed: hook_key added for key
                   7936:          checking
                   7937: 
                   7938:        * src/classes/json.C: null key bug fixed
                   7939: 
                   7940: 2010-09-29  misha
                   7941: 
                   7942:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   7943: 
                   7944: 2010-09-25  moko
                   7945: 
                   7946:        * src/classes/json.C: small fixed
                   7947: 
                   7948:        * tests/results/: 253.processed, 255.processed: just updated
                   7949: 
                   7950:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   7951:          results/255.processed: charset transcode test added for
                   7952:          json:parse
                   7953: 
                   7954: 2010-09-24  moko
                   7955: 
                   7956:        * src/types/pa_value.h: warning war :)
                   7957: 
                   7958:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   7959:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   7960:          ^json:string
                   7961: 
                   7962: 2010-09-22  moko
                   7963: 
                   7964:        * src/main/pa_charset.C: parser charset tables declare only
                   7965:          white-space before 0x20, thus adding the missing chars
                   7966: 
                   7967:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   7968:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   7969: 
                   7970: 2010-09-21  misha
                   7971: 
                   7972:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   7973:          want to compile grammar if they are absent)
                   7974: 
                   7975:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   7976: 
                   7977:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   7978: 
                   7979:        * src/main/main.vcproj: - path to bison is changed
                   7980: 
                   7981: 2010-09-21  moko
                   7982: 
1.116     moko     7983:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   7984:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   7985:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     7986: 
                   7987: 2010-09-20  misha
                   7988: 
                   7989:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   7990: 
                   7991:        * src/classes/json.C: - add EOL while json-serializing hash
                   7992: 
                   7993:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   7994:          compilers don't like 'ES'.
                   7995: 
                   7996: 2010-09-17  misha
                   7997: 
                   7998:        * operators.txt: - info about json class was added
                   7999: 
                   8000:        * src/classes/json.C: - ^json:string[object]
                   8001: 
                   8002:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   8003:          preventing infinite recursion while executing json:string was
                   8004:          added
                   8005: 
                   8006:        * src/include/pa_string.h: - method append_quoted was added
                   8007: 
                   8008:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   8009:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   8010:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   8011:          was added to Value & Co
                   8012: 
                   8013:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   8014:          were used
                   8015: 
                   8016:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   8017:          were added
                   8018: 
                   8019: 2010-09-10  moko
                   8020: 
                   8021:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8022:          die_or_abort (backport from 3.4.1)
                   8023: 
                   8024:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8025:          die_or_abort (bugfix: #106)
                   8026: 
                   8027: 2010-09-09  moko
                   8028: 
                   8029:        * src/classes/json.C: warning war. :)
                   8030: 
                   8031: 2010-09-08  misha
                   8032: 
                   8033:        * src/lib/json/Makefile.am: - additional include directories were
                   8034:          added (for pa_memory.h and gc.h)
                   8035: 
                   8036:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   8037:          compile as C++ instead default - additional include directory was
                   8038:          added (for gc.h)
                   8039: 
                   8040:        * src/types/pa_vform.C: - little code reformating
                   8041: 
                   8042:        * src/classes/file.C: - $.content-type option now can be specified
                   8043:          in ^file::create ( new feature: #102 )
                   8044: 
                   8045: 2010-09-08  moko
                   8046: 
                   8047:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   8048:          pa_malloc/pa_free
                   8049: 
                   8050: 2010-09-07  moko
                   8051: 
                   8052:        * tests/results/254.processed: VStateless_class:put_element
                   8053:          exception was fixed
                   8054: 
                   8055:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   8056:          VStateless_class:put_element barks self.type, not this.type
                   8057:          (bugfix: #105)
                   8058: 
                   8059: 2010-09-06  moko
                   8060: 
                   8061:        * src/classes/reflection.C: bugfix: new String() is required for
                   8062:          exception handling
                   8063: 
                   8064:        * tests/: 254.html, results/254.processed: test modified
                   8065: 
                   8066: 2010-09-05  moko
                   8067: 
                   8068:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   8069:          added
                   8070: 
                   8071:        * src/: classes/reflection.C, include/pa_request.h:
                   8072:          ^reflection:copy implemented (new feature: #100)
                   8073: 
                   8074: 2010-09-03  moko
                   8075: 
                   8076:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   8077: 
                   8078:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   8079:          option testing added
                   8080: 
                   8081: 2010-09-02  moko
                   8082: 
                   8083:        * src/classes/json.C: $.distinct[first|last|all] added
                   8084: 
                   8085: 2010-09-01  moko
                   8086: 
                   8087:        * tests/results/253.processed: json test result
                   8088: 
                   8089:        * tests/: 253.html, 253_json.txt: json test added
                   8090: 
                   8091:        * src/classes/json.C: json.C update to actual version + hash key
                   8092:          creation bugfix
                   8093: 
                   8094: 2010-08-31  misha
                   8095: 
                   8096:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   8097:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   8098:          src/lib/Makefile.am, src/classes/Makefile.am,
                   8099:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   8100:          json library was added
                   8101: 
                   8102: 2010-08-30  moko
                   8103: 
                   8104:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   8105:          types/pa_vobject.C: cosmetic optimization in
                   8106:          request:execute_method usage
                   8107: 
                   8108:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   8109:          optimization, just to decrease number of lines. :)
                   8110: 
                   8111: 2010-08-27  misha
                   8112: 
                   8113:        * src/classes/op.C: - taint[json] was added
                   8114: 
                   8115:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   8116:          were added
                   8117: 
                   8118:        * src/main/pa_exec.C: - warning fix was rolled back.
                   8119: 
                   8120:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   8121:          include/pa_string.h: - taint[json] was added - escaping was
                   8122:          slightly modified
                   8123: 
                   8124: 2010-08-25  misha
                   8125: 
                   8126:        * src/classes/file.C: - typo in file:sql exception was fixed
                   8127: 
                   8128:        * src/main/pa_exec.C: - warning about declared and not used
                   8129:          variable forced_allow was removed
                   8130: 
                   8131: 2010-08-14  misha
                   8132: 
                   8133:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   8134:          were removed
                   8135: 
                   8136: 2010-08-11  moko
                   8137: 
                   8138:        * tests/: 249.html, results/249.processed: default setter and
                   8139:          anti-recursive default getter test added
                   8140: 
                   8141:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   8142:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   8143:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   8144:          types/pa_vstateless_class.h: default setter support +
                   8145:          anti-recursive default getter support ( new feature: #13 )
                   8146: 
                   8147:        * src/include/pa_hash.h: optimization: threshold member removed
                   8148:          from hash, reducing sizeof(hash)
                   8149: 
                   8150: 2010-08-10  misha
                   8151: 
                   8152:        * tests/196.html: - junction-method was added to the test
                   8153: 
                   8154:        * tests/248.html: - ups. typo :)
                   8155: 
                   8156:        * tests/248.html: - test for checking .match with 4 params
                   8157: 
                   8158:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   8159:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   8160:          $request:charset during loading if the BOM code is detected"
                   8161: 
                   8162:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   8163:          $request:charset during loading if the BOM code is detected ( new
                   8164:          feature: #98 )
                   8165: 
                   8166: 2010-08-05  misha
                   8167: 
                   8168:        * src/classes/image.C: - ^image.replace now can accept only 2
                   8169:          params. in this case the whole image is affected ( new feature:
                   8170:          #95 )
                   8171: 
                   8172: 2010-08-04  misha
                   8173: 
                   8174:        * tests/246.html: - test tor ^hash._at[] was added
                   8175: 
                   8176:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   8177:          #53 )
                   8178: 
                   8179:        * src/include/pa_hash.h: - methods for accessing the first and the
                   8180:          last values of ordered hash were added (first_value and
                   8181:          last_value)
                   8182: 
                   8183:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   8184:          (similar to others file's methods):
                   8185:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   8186:          #68 )
                   8187: 
                   8188:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   8189: 
                   8190: 2010-08-01  moko
                   8191: 
                   8192:        * src/classes/op.C: to correctly process $result[] in code, called
                   8193:          from ^process
                   8194: 
                   8195:        * tests/245.html: $result in ^process[] test added
                   8196: 
                   8197:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   8198:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   8199:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   8200:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   8201:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   8202:          removed, construct(class,method) added
                   8203: 
                   8204:        * tests/results/: 192.processed, 244.processed: request::construct
                   8205:          added
                   8206: 
                   8207:        * tests/: 244.html, 245.html, results/244.processed,
                   8208:          results/245.processed: object creation exceptions and ^process
                   8209:          tests added
                   8210: 
                   8211: 2010-07-28  misha
                   8212: 
                   8213:        * tests/make_tests.cmd: - win32 EOLs
                   8214: 
                   8215:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   8216:          tests on Win32 were added (The system timezone should be GMT+3)
                   8217: 
                   8218: 2010-07-26  misha
                   8219: 
                   8220:        * tests/: 212.html, results/212.processed: - sizes were removed
                   8221:          mecause they could be different on different OSs
                   8222: 
                   8223:        * tests/065.html: - make it "win32 friendly"
                   8224: 
                   8225: 2010-07-25  misha
                   8226: 
                   8227:        * src/main/compile.y: - all EOLs between methods are removed during
                   8228:          compilation ( new feature: #47 )
                   8229: 
                   8230:        * tests/results/149.processed: - prepare tests to trim trailing
                   8231:          methods' EOLs
                   8232: 
                   8233:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   8234: 
                   8235:        * tests/: results/006.processed, results/014.processed, 006.html,
                   8236:          014.html, 022.html: - prepare tests to trim trailing methods'
                   8237:          EOLs
                   8238: 
                   8239:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   8240:          results/071.processed, results/022.processed: - prepare tests to
                   8241:          trim trailing methods' EOLs
                   8242: 
                   8243:        * tests/: results/073.processed, results/109.processed,
                   8244:          results/142.processed, results/144.processed,
                   8245:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   8246:          144.html: - prepare tests to trim trailing methods' EOLs
                   8247: 
                   8248:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   8249:          149.html, 152.html, results/096.processed, results/107.processed,
                   8250:          results/109.processed, results/142.processed,
                   8251:          results/144.processed: - prepare tests to trim trailing methods'
                   8252:          EOLs
                   8253: 
                   8254: 2010-07-24  moko
                   8255: 
                   8256:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   8257:          the hash order in this test
                   8258: 
                   8259:        * tests/014.html: to check hash order, hash no is longer sorted
                   8260:          before print
                   8261: 
                   8262:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   8263:          (bugfix: #54)
                   8264: 
                   8265: 2010-07-23  moko
                   8266: 
                   8267:        * tests/results/224.processed: @auto[] is no longer inherited
                   8268: 
                   8269:        * src/types/pa_vstateless_class.C, tests/227.html,
                   8270:          tests/results/227.processed: @auto[] is no longer inherited
                   8271:          (bugfix: #57)
                   8272: 
                   8273: 2010-07-22  misha
                   8274: 
                   8275:        * src/classes/table.C: - don't skip comment lines during
                   8276:          table::load if encloser or separator is set as '#' ( new feature:
                   8277:          #30 )
                   8278: 
                   8279:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   8280:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   8281:          #12 )
                   8282: 
                   8283:        * src/classes/file.C: - set PARSER_VARSION env before external
                   8284:          script executing
                   8285: 
                   8286: 2010-07-13  misha
                   8287: 
                   8288:        * tests/058.html: - test for suppressing @border was added - test
                   8289:          for user attribute was added
                   8290: 
                   8291:        * tests/results/186.processed: unescaping from \uXXXX
                   8292: 
                   8293:        * tests/186.html: unescaping from \uXXXX
                   8294: 
                   8295:        * tests/: 239.html, results/239.processed: method call type
                   8296: 
                   8297:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   8298:          $junction_method.CLASS_NAME (+CLASS)
                   8299: 
                   8300: 2010-07-07  misha
                   8301: 
                   8302:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   8303:          *nix
                   8304: 
                   8305: 2010-07-05  misha
                   8306: 
                   8307:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   8308:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   8309:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   8310:          comment strings "options must be hash", "options must be hash,
                   8311:          not code" and "called with invalid option" were replaced by
                   8312:          constatns - exception comment string "invalid option passed" was
                   8313:          replaced by "called with invalid option" (now in different
                   8314:          methods are the same exception comment string)
                   8315: 
                   8316:        * src/include/pa_exception.h: - more exception strings were defined
                   8317: 
                   8318:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   8319:          types/pa_vstateless_class.h: - now we can define possible
                   8320:          method's call type ( new feature: #5 )   1.
                   8321:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   8322:          methods   2. @static:method[params] (only static keyword could be
                   8323:          used here) -- for specified methods
                   8324: 
                   8325:        * src/main/pa_common.C: - junction points should not be deleted on
                   8326:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   8327:          cleanup
                   8328: 
                   8329: 2010-07-03  misha
                   8330: 
                   8331:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   8332:          results/158.processed, results/160.processed,
                   8333:          results/161.processed, results/162.processed,
                   8334:          results/163.processed: - prepare tests to trim trailing methods'
                   8335:          EOLs
                   8336: 
                   8337:        * tests/results/169.processed: - prepare tests to trim trailing
                   8338:          methods' EOLs
                   8339: 
                   8340:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   8341:          trim trailing methods' EOLs
                   8342: 
                   8343:        * tests/: results/170.processed, results/167.processed,
                   8344:          results/168.processed, results/169.processed, 167.html, 168.html,
                   8345:          169.html: - prepare tests to trim trailing methods' EOLs
                   8346: 
                   8347:        * tests/: results/170.processed, results/171.processed,
                   8348:          results/172.processed, results/173.processed,
                   8349:          results/174.processed, results/175.processed, 170.html, 171.html,
                   8350:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   8351:          trailing methods' EOLs
                   8352: 
                   8353:        * tests/: results/176.processed, results/180.processed,
                   8354:          results/184.processed, results/185.processed,
                   8355:          results/191.processed, results/192.processed,
                   8356:          results/196.processed, results/197.processed,
                   8357:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   8358:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   8359:          to trim trailing methods' EOLs
                   8360: 
                   8361:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   8362:          results/199.processed, results/208.processed,
                   8363:          results/209.processed, results/213.processed,
                   8364:          results/214.processed: - prepare tests to trim trailing methods'
                   8365:          EOLs
                   8366: 
                   8367: 2010-06-29  misha
                   8368: 
                   8369:        * tests/: 220.html, 218.html, results/218.processed,
                   8370:          results/215.processed, results/217.processed, 215.html, 217.html:
                   8371:          - prepare tests to trim trailing methods' EOLs
                   8372: 
                   8373:        * tests/: results/224.processed, 224.html, 223.html,
                   8374:          results/223.processed, results/220.processed: - prepare tests to
                   8375:          trim trailing methods' EOLs
                   8376: 
                   8377:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   8378:          trim trailing methods' EOLs
                   8379: 
                   8380:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   8381:          trailing methods' EOLs
                   8382: 
                   8383:        * tests/: 232.html, 235.html, results/232.processed,
                   8384:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   8385:          results/226.processed, results/227.processed,
                   8386:          results/228.processed, results/230.processed: - prepare tests to
                   8387:          trim trailing methods' EOLs
                   8388: 
                   8389: 2010-06-16  moko
                   8390: 
                   8391:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   8392:          ^if
                   8393: 
                   8394:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   8395: 
                   8396: 2010-06-03  misha
                   8397: 
                   8398:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   8399:          instead of memcopy for overlaped regions
                   8400: 
                   8401: 2010-05-25  misha
                   8402: 
                   8403:        * src/main/pa_common.C: - wanring about unused vars was removed
                   8404: 
                   8405:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   8406:          get_method_filename was moved to execute.C
                   8407: 
                   8408: 2010-05-23  misha
                   8409: 
                   8410:        * src/main/pa_request.C: - more accurate detection of method's file
                   8411: 
                   8412: 2010-05-22  misha
                   8413: 
                   8414:        * src/classes/reflection.C: - bugfix: core during detection of
                   8415:          .file if filespec isn't detected successfully
                   8416: 
                   8417: 2010-05-20  misha
                   8418: 
                   8419:        * src/main/pa_request.C: - fix in get_method_filename
                   8420: 
                   8421:        * src/include/pa_request.h: - new feature: #24 -- searching
                   8422:          included file in @USE/^use is changed. if its filespec doesn't
                   8423:          start from '/' it will be searched in caller file directory
                   8424: 
                   8425:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   8426:          where the method is defined
                   8427: 
                   8428:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   8429:          classes/op.C: - new feature: #24 -- searching included file in
                   8430:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   8431:          will be searched in caller file directory
                   8432: 
                   8433:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   8434:          is moved to pa_common.h
                   8435: 
                   8436: 2010-05-18  misha
                   8437: 
                   8438:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   8439:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   8440:          cookie parser decode \uXXXX as well as %uXXXX
                   8441: 
                   8442: 2010-05-17  misha
                   8443: 
                   8444:        * src/classes/curl.C: beauty: - unused param is removed in method
                   8445:          _curl_version_action - some spaces were removed or replaced by
                   8446:          tabs
                   8447: 
                   8448:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   8449:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   8450: 
                   8451: 2010-05-16  misha
                   8452: 
                   8453:        * src/classes/curl.C: new: #61 more curl options were added
                   8454:          (contributed by Sumo)
                   8455: 
                   8456: 2010-04-29  pretender
                   8457: 
                   8458:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   8459:          now empty string.
                   8460: 
                   8461:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   8462:          string type.
                   8463: 
                   8464: 2010-04-28  pretender
                   8465: 
                   8466:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8467:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   8468:          macrodefinition removed
                   8469: 
                   8470: 2010-04-19  pretender
                   8471: 
                   8472:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   8473:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   8474: 
                   8475:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   8476:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   8477: 
                   8478:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   8479:          variable" exception in grpunlim version.
                   8480: 
                   8481: 2010-04-05  misha
                   8482: 
                   8483:        * src/classes/string.C: - new feature: 4th param was added to
                   8484:          match. if specified its value is returned in case of nothing was
                   8485:          found
                   8486: 
                   8487: 2010-04-01  misha
                   8488: 
                   8489:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   8490:          multiple execution of /a/b/auto.p
                   8491: 
                   8492: 2010-03-19  misha
                   8493: 
                   8494:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   8495: 
                   8496:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   8497: 
                   8498: 2010-01-27  misha
                   8499: 
                   8500:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   8501:          trying to open file by path /existing-file/non-exixting-file
                   8502: 
                   8503: 2010-01-26  misha
                   8504: 
                   8505:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   8506:          was added (returns file)
                   8507: 
                   8508: 2009-12-22  misha
                   8509: 
                   8510:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   8511:          now parser doesn't have class curl if it was built without it
                   8512: 
                   8513: 2009-12-15  misha
                   8514: 
                   8515:        * configure.in: - little cheat with curl include dir was added
                   8516: 
                   8517: 2009-12-05  misha
                   8518: 
                   8519:        * src/classes/curl.C: - some fixes
                   8520: 
                   8521: 2009-12-04  misha
                   8522: 
                   8523:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   8524:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   8525:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   8526:          class was added
                   8527: 
                   8528:        * src/include/pa_hash.h: - hash-iterator was added
                   8529: 
                   8530:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   8531:          was added to pcre
                   8532: 
                   8533: 2009-11-27  misha
                   8534: 
                   8535:        * src/classes/image.C: - don't add @border attribute to output of
                   8536:          ^image.html[] if it was specified by user with empty value
                   8537: 
                   8538:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   8539:          root element and we are trying to access .documentElement
                   8540: 
                   8541: 2009-11-11  misha
                   8542: 
                   8543:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   8544:          instead of number of items in first row for named tables
                   8545: 
                   8546: 2009-11-10  misha
                   8547: 
                   8548:        * operators.txt: - info about hash-options in ^file::create was
                   8549:          added
                   8550: 
                   8551:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   8552:          added
                   8553: 
                   8554: 2009-11-09  misha
                   8555: 
                   8556:        * buildall-with-xml: - moving to libxml 2.7.6
                   8557: 
                   8558:        * tests/236.html: - tests for comparations cords with functions
                   8559:          were added
                   8560: 
                   8561:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   8562:          added
                   8563: 
                   8564:        * src/main/pa_http.C: - little optimisation
                   8565: 
                   8566:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   8567:          GPF mallocs + stringstream (table.save)
                   8568: 
                   8569:        * src/classes/file.C: - file::create now accepts 4th param: options
                   8570:          with $.charset
                   8571: 
                   8572:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   8573:          bug in cord (comparation cords with functions was buggy)
                   8574: 
                   8575: 2009-11-06  misha
                   8576: 
                   8577:        * src/main/pa_string.C: - bugfix: calculation string.length
                   8578:          sometimes was buggy
                   8579: 
                   8580:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   8581:          destroyed if exception occured during match/replace
                   8582: 
                   8583:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   8584:          lengthUTF8Char was added
                   8585: 
                   8586:        * src/classes/op.C: - clean tainting lang was added for user's
                   8587:          usage
                   8588: 
                   8589:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   8590:          fixed: checkouts are required after GC_MALLOC
                   8591: 
                   8592:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   8593: 
                   8594:        * operators.txt: - actually, there is no ^untaint[xml] in
                   8595:          file::create
                   8596: 
                   8597: 2009-10-15  misha
                   8598: 
                   8599:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   8600:          were added
                   8601: 
                   8602:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   8603:          were added
                   8604: 
                   8605:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   8606:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   8607:          hacking: for dealing with transcoding+^taint[uri]
                   8608:          transcode_and_untaint was replaced by untaint_and_transcode
                   8609: 
                   8610: 2009-10-13  misha
                   8611: 
                   8612:        * tests/: 121.html, results/121.processed: - test transcoding +
                   8613:          url-escaping now
                   8614: 
                   8615:        * tests/results/auto.p: - more helpers' methods were added
                   8616: 
                   8617:        * src/main/pa_globals.C: - die instead of abort
                   8618: 
                   8619: 2009-10-06  misha
                   8620: 
                   8621:        * src/main/pa_common.C: - don't allocate memory during
                   8622:          capitalization if input string is already capitalized
                   8623: 
                   8624:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   8625: 
                   8626:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   8627:          use format function because it calls malloc
                   8628: 
                   8629:        * src/include/pa_common.h: - more capitalized headers were added
                   8630: 
                   8631:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   8632:          file writing
                   8633: 
                   8634: 2009-10-05  misha
                   8635: 
                   8636:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   8637: 
                   8638: 2009-10-03  misha
                   8639: 
                   8640:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   8641:          ^img.text[] & ^img.length[] can work in utf-8 now
                   8642: 
                   8643:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   8644:          UTF8_string_iterator was added
                   8645: 
                   8646:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   8647:          length
                   8648: 
                   8649:        * src/classes/mail.C: - check from before get message.cstr
                   8650: 
                   8651: 2009-10-02  misha
                   8652: 
                   8653:        * tests/233.html: - test for image.font, image.length, image.text
                   8654:          with text in utf-8 were added
                   8655: 
                   8656:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   8657: 
                   8658:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   8659:          version for freebsd 4 was added
                   8660: 
                   8661: 2009-10-01  misha
                   8662: 
                   8663:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   8664:          terminator) - read_pipe were slightly optimized
                   8665: 
                   8666: 2009-09-28  misha
                   8667: 
                   8668:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   8669:          removed
                   8670: 
                   8671:        * src/types/pa_vmail.C: - forgot about space after ':'
                   8672: 
                   8673:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   8674:          body - small simplifications
                   8675: 
                   8676:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   8677:          inout params like pa_base64
                   8678: 
                   8679:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   8680:          option $.debug-print(1) was added to mail:send - changes for
                   8681:          using uue_encode which uses less memory
                   8682: 
                   8683:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   8684: 
                   8685:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   8686:          memory now
                   8687: 
                   8688: 2009-09-26  misha
                   8689: 
                   8690:        * src/types/pa_vmail.C: - default encoding now is base64
                   8691: 
                   8692:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   8693: 
                   8694: 2009-09-25  misha
                   8695: 
                   8696:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   8697:          sending mail as well
                   8698: 
                   8699:        * buildall-with-xml: - catalog package was removed from libxml
                   8700: 
                   8701:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   8702:          win32 absolute path
                   8703: 
                   8704:        * src/include/pa_common.h: - one more capitalized header was added
                   8705: 
                   8706: 2009-09-22  misha
                   8707: 
                   8708:        * INSTALL: - comment about building just httpd binary while
                   8709:          building apache module was added
                   8710: 
                   8711: 2009-09-21  misha
                   8712: 
                   8713:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   8714:          libxml 2.7.4 and libxslt 1.1.25
                   8715: 
                   8716: 2009-09-19  misha
                   8717: 
                   8718:        * tests/231.html: - test for encoding cookie in win-1251
                   8719: 
                   8720: 2009-09-18  misha
                   8721: 
                   8722:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   8723:          object] were added
                   8724: 
                   8725:        * operators.txt: - info about method ^reflection:fields[class or
                   8726:          object] was added
                   8727: 
                   8728:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   8729:          object] was added
                   8730: 
                   8731:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   8732:          methods get_fields were added
                   8733: 
                   8734:        * tests/232.html: - tests for @GET[name]
                   8735: 
                   8736:        * src/classes/table.C: - some changes in handling hash-options for
                   8737:          creare, join and locate
                   8738: 
                   8739:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   8740:          defined with option: the type of requested value
                   8741: 
                   8742: 2009-09-17  misha
                   8743: 
                   8744:        * tests/212.html: - tests for .pattern and .options were added
                   8745: 
                   8746:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   8747:          $regex.options were added
                   8748: 
                   8749: 2009-09-11  misha
                   8750: 
                   8751:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   8752:          rewrited. it checks not just one case of sending cookies during
                   8753:          file::load[http], but also sending headers and fields (including
                   8754:          files)
                   8755: 
                   8756: 2009-09-10  misha
                   8757: 
                   8758:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   8759:          was removed => now parser can open files with Russian 'r' in
                   8760:          filename
                   8761: 
                   8762:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   8763:          while escaping cookies but now source charset
                   8764: 
                   8765:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   8766:          ^tainted[uri] so it was possible to make request with incorrect
                   8767:          http header
                   8768: 
                   8769:        * src/main/pa_http.C: - capitalization of http headers during
                   8770:          file::load[http was slightly changes - bugfix: all headers which
                   8771:          parser sends during file::load[http should be transcoded and only
                   8772:          then escaped
                   8773: 
                   8774:        * src/main/untaint.C: - a bit more comments were added
                   8775: 
                   8776:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   8777:          warnings)
                   8778: 
                   8779:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   8780:          headers during file::load[http were added
                   8781: 
                   8782: 2009-09-08  misha
                   8783: 
                   8784:        * operators.txt: - changes in file.save and string.save were added
                   8785: 
                   8786:        * tests/: 230.html, 230.txt: - tests for checking options in
                   8787:          file.save and string.save were added
                   8788: 
                   8789:        * src/main/pa_request.C: - http headers names, which are passed to
                   8790:          SAPI::add_header_attribute are lowercased now (it'll be
                   8791:          capitalized in that method)
                   8792: 
                   8793:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   8794:          classes/string.C: - file_write accepts Request_charsets and asked
                   8795:          charset and cound transcode content before writing - string.save
                   8796:          and file.save have option $.charset now
                   8797: 
                   8798:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   8799:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   8800:          charset and cound transcode content before writing
                   8801: 
                   8802:        * src/include/pa_exception.h: - new exception comment string was
                   8803:          defined
                   8804: 
                   8805: 2009-09-07  misha
                   8806: 
                   8807:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   8808:          sub-pattern\s
                   8809: 
                   8810: 2009-09-04  misha
                   8811: 
                   8812:        * src/main/pa_http.C: - capitalization of http headers during
                   8813:          file::load[http was implemented
                   8814: 
                   8815: 2009-09-03  misha
                   8816: 
                   8817:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   8818:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   8819:          types/pa_vmail.C, targets/cgi/parser3.C,
                   8820:          targets/isapi/parser3isapi.C: - back to storing response http
                   8821:          headers in lowercase - capitalize them during output
                   8822: 
                   8823: 2009-08-31  misha
                   8824: 
                   8825:        * src/classes/table.C: - allow call with any brackets (it could be
                   8826:          useful in methods with explict result declaration)
                   8827: 
                   8828:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   8829:          correctly if $request:charset==koi8-r
                   8830: 
                   8831: 2009-08-30  misha
                   8832: 
                   8833:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   8834:          changed: content-type => Content-type and so on
                   8835: 
                   8836:        * src/classes/file.C, src/include/pa_common.h,
                   8837:          src/include/pa_request.h, src/main/pa_http.C,
                   8838:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   8839:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   8840:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   8841:          tests/results/002.processed, tests/results/003.processed,
                   8842:          tests/results/004.processed, tests/results/005.processed,
                   8843:          tests/results/006.processed, tests/results/007.processed,
                   8844:          tests/results/008.processed, tests/results/009.processed,
                   8845:          tests/results/010.processed, tests/results/011.processed,
                   8846:          tests/results/012.processed, tests/results/013.processed,
                   8847:          tests/results/014.processed, tests/results/015.processed,
                   8848:          tests/results/016.processed, tests/results/017.processed,
                   8849:          tests/results/018.processed, tests/results/019.processed,
                   8850:          tests/results/020.processed, tests/results/021.processed,
                   8851:          tests/results/022.processed, tests/results/023.processed,
                   8852:          tests/results/024.processed, tests/results/025.processed,
                   8853:          tests/results/026.processed, tests/results/027.processed,
                   8854:          tests/results/028.processed, tests/results/029.processed,
                   8855:          tests/results/030.processed, tests/results/031.processed,
                   8856:          tests/results/032.processed, tests/results/033.processed,
                   8857:          tests/results/034.processed, tests/results/035.processed,
                   8858:          tests/results/036.processed, tests/results/037.processed,
                   8859:          tests/results/038.processed, tests/results/039.processed,
                   8860:          tests/results/040.processed, tests/results/041.processed,
                   8861:          tests/results/042.processed, tests/results/043.processed,
                   8862:          tests/results/044.processed, tests/results/045.processed,
                   8863:          tests/results/046.processed, tests/results/047.processed,
                   8864:          tests/results/048.processed, tests/results/049.processed,
                   8865:          tests/results/050.processed, tests/results/051.processed,
                   8866:          tests/results/052.processed, tests/results/053.processed,
                   8867:          tests/results/054.processed, tests/results/055.processed,
                   8868:          tests/results/056.processed, tests/results/057.processed,
                   8869:          tests/results/058.processed, tests/results/059.processed,
                   8870:          tests/results/060.processed, tests/results/061.processed,
                   8871:          tests/results/062.processed, tests/results/063.processed,
                   8872:          tests/results/064.processed, tests/results/065.processed,
                   8873:          tests/results/066.processed, tests/results/067.processed,
                   8874:          tests/results/068.processed, tests/results/069.processed,
                   8875:          tests/results/070.processed, tests/results/071.processed,
                   8876:          tests/results/072.processed, tests/results/073.processed,
                   8877:          tests/results/074.processed, tests/results/075.processed,
                   8878:          tests/results/076.processed, tests/results/077.processed,
                   8879:          tests/results/078.processed, tests/results/079.processed,
                   8880:          tests/results/080.processed, tests/results/081.processed,
                   8881:          tests/results/082.processed, tests/results/083.processed,
                   8882:          tests/results/084.processed, tests/results/085.processed,
                   8883:          tests/results/086.processed, tests/results/087.processed,
                   8884:          tests/results/088.processed, tests/results/089.processed,
                   8885:          tests/results/090.processed, tests/results/091.processed,
                   8886:          tests/results/092.processed, tests/results/093.processed,
                   8887:          tests/results/094.processed, tests/results/095.processed,
                   8888:          tests/results/096.processed, tests/results/097.processed,
                   8889:          tests/results/098.processed, tests/results/099.processed,
                   8890:          tests/results/100.processed, tests/results/101.processed,
                   8891:          tests/results/102.processed, tests/results/103.processed,
                   8892:          tests/results/104.processed, tests/results/105.processed,
                   8893:          tests/results/106.processed, tests/results/107.processed,
                   8894:          tests/results/108.processed, tests/results/109.processed,
                   8895:          tests/results/110.processed, tests/results/111.processed,
                   8896:          tests/results/112.processed, tests/results/113.processed,
                   8897:          tests/results/114.processed, tests/results/115.processed,
                   8898:          tests/results/116.processed, tests/results/117.processed,
                   8899:          tests/results/118.processed, tests/results/119.processed,
                   8900:          tests/results/120.processed, tests/results/121.processed,
                   8901:          tests/results/122.processed, tests/results/123.processed,
                   8902:          tests/results/124.processed, tests/results/125.processed,
                   8903:          tests/results/126.processed, tests/results/127.processed,
                   8904:          tests/results/128.processed, tests/results/129.processed,
                   8905:          tests/results/130.processed, tests/results/131.processed,
                   8906:          tests/results/132.processed, tests/results/133.processed,
                   8907:          tests/results/134.processed, tests/results/135.processed,
                   8908:          tests/results/136.processed, tests/results/138.processed,
                   8909:          tests/results/139.processed, tests/results/140.processed,
                   8910:          tests/results/141.processed, tests/results/142.processed,
                   8911:          tests/results/143.processed, tests/results/144.processed,
                   8912:          tests/results/145.processed, tests/results/146.processed,
                   8913:          tests/results/147.processed, tests/results/148.processed,
                   8914:          tests/results/149.processed, tests/results/150.processed,
                   8915:          tests/results/151.processed, tests/results/152.processed,
                   8916:          tests/results/153.processed, tests/results/154.processed,
                   8917:          tests/results/155.processed, tests/results/156.processed,
                   8918:          tests/results/157.processed, tests/results/158.processed,
                   8919:          tests/results/159.processed, tests/results/160.processed,
                   8920:          tests/results/161.processed, tests/results/162.processed,
                   8921:          tests/results/163.processed, tests/results/164.processed,
                   8922:          tests/results/165.processed, tests/results/166.processed,
                   8923:          tests/results/167.processed, tests/results/168.processed,
                   8924:          tests/results/169.processed, tests/results/170.processed,
                   8925:          tests/results/171.processed, tests/results/172.processed,
                   8926:          tests/results/173.processed, tests/results/174.processed,
                   8927:          tests/results/175.processed, tests/results/176.processed,
                   8928:          tests/results/177.processed, tests/results/178.processed,
                   8929:          tests/results/179.processed, tests/results/180.processed,
                   8930:          tests/results/181.processed, tests/results/182.processed,
                   8931:          tests/results/183.processed, tests/results/184.processed,
                   8932:          tests/results/185.processed, tests/results/186.processed,
                   8933:          tests/results/187.processed, tests/results/188.processed,
                   8934:          tests/results/189.processed, tests/results/190.processed,
                   8935:          tests/results/191.processed, tests/results/192.processed,
                   8936:          tests/results/193.processed, tests/results/194.processed,
                   8937:          tests/results/195.processed, tests/results/196.processed,
                   8938:          tests/results/197.processed, tests/results/198.processed,
                   8939:          tests/results/199.processed, tests/results/200.processed,
                   8940:          tests/results/201.processed, tests/results/202.processed,
                   8941:          tests/results/203.processed, tests/results/204.processed,
                   8942:          tests/results/205.processed, tests/results/206.processed,
                   8943:          tests/results/207.processed, tests/results/208.processed,
                   8944:          tests/results/209.processed, tests/results/210.processed,
                   8945:          tests/results/211.processed, tests/results/212.processed,
                   8946:          tests/results/213.processed, tests/results/214.processed,
                   8947:          tests/results/215.processed, tests/results/216.processed,
                   8948:          tests/results/217.processed, tests/results/218.processed,
                   8949:          tests/results/219.processed, tests/results/220.processed,
                   8950:          tests/results/221.processed, tests/results/222.processed,
                   8951:          tests/results/223.processed, tests/results/224.processed,
                   8952:          tests/results/225.processed, tests/results/226.processed,
                   8953:          tests/results/227.processed, tests/results/228.processed,
                   8954:          tests/results/229.processed: - http headers were changed:
                   8955:          content-type => Content-type and so on
                   8956: 
                   8957: 2009-08-27  misha
                   8958: 
                   8959:        * src/: main/pa_random.C, include/pa_random.h,
                   8960:          targets/cgi/parser3.C: - year was updated :)
                   8961: 
                   8962: 2009-08-26  misha
                   8963: 
                   8964:        * tests/: 224.html, 224.p: - test for creating of parser object
                   8965:          using constructor without params - little bugfix in test
                   8966: 
                   8967:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   8968:          checking existed class while processing partial option
                   8969: 
                   8970:        * src/classes/reflection.C: - bugfix: core when creating object
                   8971:          with reflection and constructor doesn't have params
                   8972: 
                   8973: 2009-08-24  misha
                   8974: 
                   8975:        * tests/229.html: - tests for checking the number of parameters
                   8976:          were added
                   8977: 
                   8978:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   8979:          number of method's parameters wasn't checked correctly (the bug
                   8980:          was introduced in 3.4.0)
                   8981: 
                   8982: 2009-08-22  misha
                   8983: 
                   8984:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   8985:          transcoded, but tainted pieces are escaped only when
                   8986:          content-type==url-encoding
                   8987: 
                   8988:        * tests/228.html: - test for checking
                   8989:          ^file::load[http://...;$.body[]]
                   8990: 
                   8991:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   8992:          post charset was too early (charsets is empty at this moment)
                   8993: 
                   8994: 2009-08-21  misha
                   8995: 
                   8996:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   8997:          main/untaint.C: - some fixes with transcode+untaint
                   8998: 
                   8999: 2009-08-15  misha
                   9000: 
                   9001:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   9002:          was increaced to 100 (was 50)
                   9003: 
                   9004:        * tests/227.html: - test for checking overriding properties in
                   9005:          static classes was added
                   9006: 
                   9007:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   9008: 
                   9009:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   9010:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   9011:          autouse was implemented
                   9012: 
                   9013: 2009-08-14  misha
                   9014: 
                   9015:        * src/classes/reflection.C: - outdated checkout was removed
                   9016: 
                   9017:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   9018:          added.
                   9019: 
                   9020:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   9021:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   9022: 
                   9023:        * src/types/pa_vclass.C: - exception if base on sytem class
                   9024: 
                   9025: 2009-08-12  misha
                   9026: 
                   9027:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   9028:          pa_vstateless_class.h: - little optimisation
                   9029: 
                   9030: 2009-08-11  misha
                   9031: 
                   9032:        * tests/224.html: - method_params => method_info - checking for
                   9033:          $.inherited
                   9034: 
                   9035:        * src/classes/reflection.C, operators.txt: - method method_params
                   9036:          was renamed to method_info and now it returns class name, if
                   9037:          method was defined in ancestor
                   9038: 
                   9039:        * tests/225.html: - tests for cheching properties in hierarhical
                   9040:          classes were added
                   9041: 
                   9042:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   9043:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9044:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   9045:          with properties in new classes implementation were fixed
                   9046: 
                   9047: 2009-08-10  misha
                   9048: 
                   9049:        * src/main/execute.C: - now constructor shouldn't be defined in
                   9050:          class. it could be defined in parent.
                   9051: 
                   9052: 2009-08-09  misha
                   9053: 
                   9054:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   9055:          base's methods
                   9056: 
                   9057: 2009-08-08  misha
                   9058: 
                   9059:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   9060:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   9061:          classes/image.C, classes/mail.C, classes/op.C,
                   9062:          classes/reflection.C, classes/regex.C, classes/string.C,
                   9063:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9064:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   9065:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   9066:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   9067:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9068:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9069:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   9070:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9071:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9072:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9073:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   9074:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   9075:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   9076:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9077:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9078:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9079:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9080:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   9081:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   9082:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   9083:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   9084:          implementation
                   9085: 
                   9086:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   9087:          USE_MUNMAP is used. so it is disabled as a workaround.
                   9088: 
                   9089: 2009-08-05  misha
                   9090: 
                   9091:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   9092:          parameter was removed
                   9093: 
                   9094:        * src/main/pa_http.C: - bugfix: error was during detecting
                   9095:          content-type of file which was loaded by http
                   9096: 
                   9097: 2009-08-01  misha
                   9098: 
                   9099:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   9100:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   9101:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   9102:          can't be disabled with defines any longer
                   9103: 
                   9104: 2009-07-29  misha
                   9105: 
                   9106:        * src/classes/reflection.C, tests/results/224.processed: - for
                   9107:          native methods with any call type now returned empty call_type
                   9108:          value
                   9109: 
                   9110:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   9111:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   9112:          main/pa_request.C: - break in cycles was optimized
                   9113: 
                   9114:        * INSTALL: - more defines were described
                   9115: 
                   9116: 2009-07-28  misha
                   9117: 
                   9118:        * operators.txt: - some changes in information about reflection
                   9119:          class
                   9120: 
                   9121:        * tests/: 224.html, 224.p: - tests for reflection class
                   9122: 
                   9123:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   9124:          was added, refactoring
                   9125: 
                   9126: 2009-07-26  misha
                   9127: 
                   9128:        * src/classes/classes.vcproj: - reflection class wass added to
                   9129:          project
                   9130: 
                   9131:        * operators.txt: - information about reflection class was added
                   9132: 
                   9133:        * src/classes/reflection.C: - class was redesigned
                   9134: 
                   9135: 2009-07-24  misha
                   9136: 
                   9137:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   9138:          added
                   9139: 
                   9140:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   9141:          in classes was added
                   9142: 
                   9143: 2009-07-22  misha
                   9144: 
                   9145:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   9146:          over-optimized. it failed if $object1.$object2.field
                   9147: 
                   9148: 2009-07-16  misha
                   9149: 
                   9150:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9151:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   9152:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   9153:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   9154:          one more arg: length of cord
                   9155: 
                   9156: 2009-07-15  misha
                   9157: 
                   9158:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   9159:          tainted in ^file::load[http://...;$.cookies[]]
                   9160: 
                   9161:        * src/classes/: op.C, regex.C, string.C: - new string with
                   9162:          exception was used
                   9163: 
                   9164:        * src/include/pa_exception.h: - new string with exception was added
                   9165: 
                   9166:        * tests/223.html: - test for checking cookie-encoding during
                   9167:          ^file::load[http was added
                   9168: 
                   9169:        * tests/: 221.html, 222.html: - tests for checking type of
                   9170:          $table.fields.field were added
                   9171: 
                   9172:        * src/types/pa_vtable.C: - not used var decl was removed
                   9173: 
                   9174:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   9175:          it improves speed of match with brackets in pattern
                   9176: 
                   9177:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   9178:          outside
                   9179: 
                   9180: 2009-07-14  misha
                   9181: 
                   9182:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   9183:          column is empty (sometime returned void) - $table.fields was
                   9184:          added for nameless tables
                   9185: 
                   9186:        * src/targets/cgi/getopt.c: - one warning resolved
                   9187: 
                   9188:        * src/main/pa_string.C: - potentian bug fixed
                   9189: 
                   9190:        * src/classes/op.C: - small optimization in taint/untaint
                   9191: 
                   9192: 2009-07-13  misha
                   9193: 
                   9194:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   9195:          added
                   9196: 
                   9197:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   9198:          souldn't add the attribut to output
                   9199: 
                   9200: 2009-07-11  misha
                   9201: 
                   9202:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9203:          stack size was increaced to 2MB (default=1MB)
                   9204: 
                   9205: 2009-07-08  misha
                   9206: 
                   9207:        * src/main/pa_string.C: - link to UTF-8 description was added
                   9208: 
                   9209:        * src/include/pa_hash.h: - hash keeps element's order in more
                   9210:          places (ex: ._keys[])
                   9211: 
                   9212:        * tests/220.html: - test for checking order of elements in hash in
                   9213:          foreach was added
                   9214: 
                   9215:        * tests/172.html: - small changes in printing hash
                   9216: 
                   9217:        * tests/129.html: - small changes in printing hash
                   9218: 
                   9219:        * src/: include/pa_common.h, include/pa_hash.h,
                   9220:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   9221:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   9222: 
                   9223:        * tests/014.html: - small changes in printing hash
                   9224: 
                   9225: 2009-07-07  misha
                   9226: 
                   9227:        * src/classes/op.C: - new taint language "parser-code" was added
                   9228: 
                   9229:        * tests/219.html: - test for auto untaint parser code in process
                   9230:          was added
                   9231: 
                   9232:        * src/classes/op.C: - tainted pieces in body of process are
                   9233:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   9234: 
                   9235:        * src/: include/pa_string.h, main/untaint.C: - new language
                   9236:          L_PARSER_CODE for auto-untaint in process was added
                   9237: 
                   9238:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9239:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   9240:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   9241:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   9242:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   9243:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   9244:          code cleanup
                   9245: 
                   9246: 2009-07-06  misha
                   9247: 
                   9248:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   9249:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   9250:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9251: 
                   9252:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   9253:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   9254:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   9255:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   9256:          should be used
                   9257: 
                   9258:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   9259:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   9260:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   9261:          untaint_cstr[m] should be used
                   9262: 
                   9263:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   9264:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9265: 
                   9266:        * tests/218.html: - test for checking automatic file-spec-taint was
                   9267:          added
                   9268: 
                   9269:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   9270:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   9271:          classes/file.C, classes/hash.C, classes/image.C,
                   9272:          classes/string.C, classes/table.C, classes/void.C,
                   9273:          classes/xdoc.C: - optimizations and simplification of
                   9274:          string.cstr(...)
                   9275: 
                   9276:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   9277:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   9278:          - optimizations and simplification of string.cstr(...)
                   9279: 
                   9280: 2009-07-04  misha
                   9281: 
                   9282:        * tests/217.html: - test for recursion detection was added
                   9283: 
                   9284:        * src/: types/types.vcproj, main/main.vcproj,
                   9285:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   9286:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   9287:          from .vcproj
                   9288: 
                   9289:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   9290: 
                   9291:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   9292:          uploading files and case-insensitive http-method were added
                   9293: 
                   9294:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   9295:          tainted pattern in ^file:list[] was added
                   9296: 
                   9297: 2009-07-03  misha
                   9298: 
                   9299:        * src/: classes/classes.vcproj, main/main.vcproj,
                   9300:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   9301:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   9302:          for dynamic_cast) - little options changes
                   9303: 
                   9304:        * src/main/pa_http.C: - file::load[http works now with uploading
                   9305:          files _and_ changing $.charset
                   9306: 
                   9307: 2009-06-29  misha
                   9308: 
                   9309:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   9310:          while creating pattern
                   9311: 
                   9312: 2009-06-25  misha
                   9313: 
                   9314:        * src/classes/image.C, operators.txt: - options' names for
                   9315:          ^image.font were changed to $.space, $.width and $spacing -
                   9316:          default space width now == gif's width
                   9317: 
                   9318: 2009-06-24  misha
                   9319: 
                   9320:        * tests/215.html: - tests for $file.mode were added
                   9321: 
                   9322:        * operators.txt: - added info about $file.mode and changes in
                   9323:          ^image.font[
                   9324: 
                   9325:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   9326:          param now could be omited - third param now could be hash (with
                   9327:          all widths options: $.space-width, $.letter-width) - it's
                   9328:          possible to specify tracking ($.letter-space)
                   9329: 
                   9330:        * src/classes/file.C: - file objects now could have mode field
                   9331:          (text|binary)
                   9332: 
                   9333:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   9334: 
                   9335: 2009-06-23  misha
                   9336: 
                   9337:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9338:          trim can work with utf-8 chars now
                   9339: 
                   9340: 2009-06-20  misha
                   9341: 
                   9342:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   9343:          was implemented
                   9344: 
                   9345:        * src/classes/table.C: - string length cacheing was implemented
                   9346: 
                   9347:        * src/include/pa_string.h: - string length cacheing was implemented
                   9348: 
                   9349: 2009-06-17  misha
                   9350: 
                   9351:        * src/main/execute.C: - value param was removed from
                   9352:          WContext::WContext
                   9353: 
                   9354:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   9355:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   9356:          - field wcontext was removed from VCodeFrame (using fparent
                   9357:          instead)
                   9358: 
                   9359:        * tests/214.html: - test with hash copying
                   9360: 
                   9361: 2009-06-16  misha
                   9362: 
                   9363:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   9364:          strings doesn't work in expression anymore
                   9365: 
                   9366:        * src/main/execute.C: - less calls for get_constructing() - little
                   9367:          refactoring
                   9368: 
                   9369:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   9370:          include/pa_request.h: - less calls for get_constructing()
                   9371: 
                   9372:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   9373:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   9374: 
                   9375: 2009-06-14  misha
                   9376: 
                   9377:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9378:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   9379:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   9380:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   9381:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   9382:          storing object's fields only for parser objects
                   9383: 
                   9384: 2009-06-13  misha
                   9385: 
                   9386:        * buildall-with-xml, buildall-without-xml: - new option was added
                   9387:          for building GC (it slightly reduces memory usage)
                   9388: 
                   9389:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   9390:          single string write
                   9391: 
                   9392:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   9393:          - optimization of single string write
                   9394: 
                   9395:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   9396:          - bytecode optimization of ^class:constructor
                   9397: 
                   9398: 2009-06-09  misha
                   9399: 
                   9400:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   9401:          main (better compatibility)
                   9402: 
                   9403: 2009-06-08  misha
                   9404: 
                   9405:        * src/main/compile.y: - I've forgot to commit it :(
                   9406: 
                   9407: 2009-06-07  misha
                   9408: 
                   9409:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   9410:          WITH_READ and WITH_ROOT
                   9411: 
                   9412:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9413:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   9414:          WITH_ROOT - little refactoring
                   9415: 
                   9416: 2009-06-06  misha
                   9417: 
                   9418:        * tests/213.html: - tests for 3rd match string-param were added
                   9419: 
                   9420:        * src/classes/string.C: - 3rd match param could be string now
                   9421: 
                   9422:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   9423:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   9424:          GET_OBJECT_ELEMENT
                   9425: 
                   9426: 2009-06-05  misha
                   9427: 
                   9428:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   9429:          if $.body was specified
                   9430: 
                   9431: 2009-06-04  misha
                   9432: 
                   9433:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   9434: 
                   9435:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   9436: 
                   9437:        * src/main/execute.C: - little refactoring - optimizing
                   9438:          write_assign_lang in taint/untaint
                   9439: 
                   9440:        * src/include/pa_opcode.h: - little refactoring
                   9441: 
                   9442:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   9443:          main/compile_tools.h, main/execute.C: - optimizations for
                   9444:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   9445:          were added
                   9446: 
                   9447: 2009-06-03  misha
                   9448: 
                   9449:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   9450: 
                   9451: 2009-06-02  misha
                   9452: 
                   9453:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   9454:          include/pa_opcode.h: - refactoring in last optimizations
                   9455:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   9456:          now but code is much easy and it is ready for further
                   9457:          improvements.
                   9458: 
                   9459: 2009-05-27  misha
                   9460: 
                   9461:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   9462:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   9463:          changed in destructing junctions
                   9464: 
                   9465:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   9466:          String:Body
                   9467: 
                   9468: 2009-05-26  misha
                   9469: 
                   9470:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   9471:          one method detect_charset was deleted - bug was fixed in this
                   9472:          method (error while detecting charset in content_type withot last
                   9473:          ';')
                   9474: 
                   9475:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   9476:          once
                   9477: 
                   9478: 2009-05-25  misha
                   9479: 
                   9480:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   9481:          optimizing of helper_length
                   9482: 
                   9483: 2009-05-24  misha
                   9484: 
                   9485:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   9486:          were added - little refactoring
                   9487: 
                   9488:        * src/main/execute.C: - core while printing in debug log
                   9489:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   9490:          optimisations were added
                   9491: 
                   9492:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   9493:          were added
                   9494: 
                   9495: 2009-05-23  misha
                   9496: 
                   9497:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   9498:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   9499:          CORD_cat optimization
                   9500: 
                   9501:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   9502:          - call constr optimisation under separate define now
                   9503: 
                   9504:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   9505:          in $b should be string, not void
                   9506: 
                   9507:        * src/main/compile.y: - little fix for rem-cut optimisation
                   9508: 
                   9509:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   9510:          main/compile_tools.h, main/execute.C: - optimisations for
                   9511:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   9512: 
                   9513:        * INSTALL: - description of some #defined were added
                   9514: 
                   9515:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   9516:          before 1st access (memory usage is reduced if don't access to
                   9517:          .text field)
                   9518: 
                   9519:        * src/include/pa_array.h: - array grows step now not static (it
                   9520:          reduces numbers of reallocs)
                   9521: 
                   9522: 2009-05-20  misha
                   9523: 
                   9524:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   9525:          $.b(2), $c[d] and $.e[f] was added
                   9526: 
                   9527:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9528:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   9529:          $.e[f] was added
                   9530: 
                   9531:        * src/main/execute.C: - debug printing moved in defines
                   9532: 
                   9533:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   9534:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   9535:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   9536: 
                   9537: 2009-05-19  misha
                   9538: 
                   9539:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9540:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   9541: 
                   9542:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   9543:          ^a.$b optimisation)
                   9544: 
                   9545:        * src/main/compile.y: - compiler now generate new opcodes:
                   9546:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   9547:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   9548:          of params }
                   9549: 
                   9550:        * src/main/execute.C: - code for handle new opcodes
                   9551:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   9552: 
                   9553:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   9554:          added for LA2V and LA2S
                   9555: 
                   9556:        * src/include/pa_opcode.h: - new defines which can be used for
                   9557:          disable some bytecode optimisation and new opcodes were added
                   9558: 
                   9559: 2009-05-17  misha
                   9560: 
                   9561:        * src/lib/cord/cordxtra.c: - bugfix.
                   9562: 
                   9563:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   9564: 
                   9565:        * operators.txt: - info about regex class was added
                   9566: 
                   9567:        * tests/212.html: - tests for regex class were added
                   9568: 
                   9569: 2009-05-16  misha
                   9570: 
                   9571:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   9572:          gc7.1
                   9573: 
                   9574:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   9575:          was added
                   9576: 
                   9577:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   9578:          param) should work
                   9579: 
                   9580: 2009-05-15  misha
                   9581: 
                   9582:        * src/classes/table.C: - automatically disable stringstream usage
                   9583:          on freebsd4
                   9584: 
                   9585:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   9586:          scope
                   9587: 
                   9588:        * tests/211.html: - test with different types of access to hash was
                   9589:          added
                   9590: 
                   9591:        * tests/210.html: - test which checks for loosing tainting in
                   9592:          hash's keys was added
                   9593: 
                   9594:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   9595: 
                   9596:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   9597: 
                   9598:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   9599: 
                   9600:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   9601:          optimisations for increacing version number more dramatically :)
                   9602: 
                   9603:        * src/classes/date.C: - little refactoring: use constructor which
                   9604:          accepts formated string
                   9605: 
                   9606:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   9607:          which can print formatted string was added
                   9608: 
                   9609: 2009-05-14  misha
                   9610: 
                   9611:        * src/include/pa_string.h: - type was fixed
                   9612: 
                   9613:        * src/: classes/hashfile.C, classes/op.C,
                   9614:          include/pa_cache_managers.h, include/pa_charset.h,
                   9615:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   9616:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   9617:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   9618:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   9619:          main/pa_charsets.C, main/pa_string.C,
                   9620:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   9621:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9622:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   9623:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   9624:          (seaches should be faster now)
                   9625: 
                   9626:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9627:          classes/string.C, classes/table.C, include/pa_string.h,
                   9628:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   9629:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   9630:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   9631:          types/pa_vrequest.C: - String constructors don't have that stupid
                   9632:          true/false param which means 'tainted'. they accept lang instead.
                   9633: 
                   9634:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   9635:          with OPTIMIZE_RESULT
                   9636: 
                   9637:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   9638:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   9639: 
                   9640: 2009-05-13  misha
                   9641: 
                   9642:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   9643:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   9644:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9645:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   9646:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   9647:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   9648:          include/pa_string.h, classes/date.C, classes/file.C,
                   9649:          classes/hash.C, classes/image.C, classes/string.C,
                   9650:          classes/table.C, classes/xdoc.C: - result optimisation -
                   9651:          helper_length parameter removed from string constructors
                   9652: 
                   9653: 2009-05-11  misha
                   9654: 
                   9655:        * tests/209.html: - tests for ^hash::create[hash] were added
                   9656: 
                   9657:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   9658:          ^memory:compact[] were added
                   9659: 
                   9660:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   9661:          log10 were added
                   9662: 
                   9663:        * tests/206.html: - test for try with finally was added
                   9664: 
                   9665: 2009-05-10  misha
                   9666: 
                   9667:        * tests/205.html: - test for ^file::create[...] was added
                   9668: 
                   9669:        * tests/204.html: - test for ^response:clear[] was added
                   9670: 
                   9671:        * tests/038.html: - tests for trigonometric functions were added
                   9672: 
                   9673:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   9674:          added - more tests for .add, .sub, .union, .intersects and
                   9675:          .intersections
                   9676: 
                   9677:        * tests/065.html: - test for ^file:dirname was added
                   9678: 
                   9679:        * tests/030.html: - test for $cookie:fields was added
                   9680: 
                   9681:        * tests/203.html: - test for ^h._keys[column name] was added
                   9682: 
                   9683:        * tests/201.html: - tests for .trim were added
                   9684: 
                   9685:        * tests/202.html: - tests for last-day,
                   9686:          date:calendar[type](YYYY;MM;DD) were added
                   9687: 
                   9688:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   9689:          .offset[type](N) were added
                   9690: 
                   9691:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   9692:          and .pos[c](N) were added
                   9693: 
                   9694:        * tests/141.html: - test for math:sha1 was added
                   9695: 
                   9696:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   9697: 
                   9698: 2009-05-09  misha
                   9699: 
                   9700:        * src/main/compile.y: - rollback
                   9701: 
                   9702: 2009-05-05  misha
                   9703: 
                   9704:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   9705:          replaced by is_empty()
                   9706: 
                   9707:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   9708:          optimisation: somewhere length() was replaced by is_empty()
                   9709: 
                   9710:        * src/classes/table.C: - little optimisation: somewhere length()
                   9711:          was replaced by is_empty()
                   9712: 
                   9713:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   9714:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   9715:          optimisation: somewhere length() was replaced by is_empty()
                   9716: 
                   9717: 2009-05-04  misha
                   9718: 
                   9719:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9720:          types/pa_vstateless_class.h, main/execute.C,
                   9721:          include/pa_request.h, classes/hash.C, classes/op.C,
                   9722:          classes/table.C: - more optimisations were added: some operators
                   9723:          don't switch write context anylonger
                   9724: 
                   9725: 2009-05-01  misha
                   9726: 
                   9727:        * src/main/compile.y: - slightly more opcode optimisations for
                   9728:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   9729: 
                   9730:        * src/main/execute.C: - simplifying process for getters
                   9731: 
                   9732: 2009-04-30  misha
                   9733: 
                   9734:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   9735: 
                   9736:        * tests/results/199.processed: - test for checking $result into
                   9737:          ^rem was added
                   9738: 
                   9739:        * tests/199.html: - test for checking $result into ^rem was added
                   9740: 
                   9741:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   9742:          some OS it returns list in different order)
                   9743: 
                   9744:        * src/: include/pa_array.h, include/pa_request.h,
                   9745:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   9746:          changes in stack impl - get_element() optimisation: 3rd param
                   9747:          removed - bugfix: problems with reading empty input param -
                   9748:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   9749: 
                   9750:        * tests/results/198.processed: - test for reading empty local var
                   9751:          was added
                   9752: 
                   9753:        * tests/198.html: - test for reading empty local var was added
                   9754: 
                   9755: 2009-04-29  misha
                   9756: 
                   9757:        * src/main/compile.y: - bugfix: couldn't compile because
                   9758:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   9759: 
                   9760:        * src/: include/pa_array.h, include/pa_opcode.h,
                   9761:          include/pa_request.h, main/compile.y, main/execute.C,
                   9762:          main/pa_request.C, types/pa_vmethod_frame.C,
                   9763:          types/pa_vmethod_frame.h: - we can work without opcode
                   9764:          OP_STORE_PARAM, so it was removed
                   9765: 
                   9766: 2009-04-28  misha
                   9767: 
                   9768:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   9769:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   9770:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   9771:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   9772:          4.
                   9773:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   9774: 
                   9775:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   9776: 
                   9777:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   9778:          is_empty()
                   9779: 
                   9780: 2009-04-27  misha
                   9781: 
                   9782:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   9783: 
                   9784: 2009-04-24  misha
                   9785: 
                   9786:        * src/classes/string.C: - ups. typo fixed
                   9787: 
                   9788:        * src/main/execute.C: - more replacements '*new VBool' to
                   9789:          'VBool::get' - checks for ^break[], ^continue[] and
                   9790:          parser.interrupted were optimised
                   9791: 
                   9792:        * src/classes/string.C: - number of params.count() calls was
                   9793:          slightly reduced
                   9794: 
                   9795: 2009-04-23  misha
                   9796: 
                   9797:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9798:          make it x64 friendly
                   9799: 
                   9800:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9801:          parser is x64 friendly now
                   9802: 
                   9803: 2009-04-22  misha
                   9804: 
                   9805:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   9806:          exceeding record size was added
                   9807: 
                   9808:        * src/classes/file.C: - use vregex object instead of direct calls
                   9809:          methods from pcre lib
                   9810: 
                   9811:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   9812:          classes/string.C: - use vregex object instead of direct calls
                   9813:          methods from pcre lib
                   9814: 
                   9815:        * src/: include/pa_common.h, main/pa_common.C: - method
                   9816:          print_pcre_exec_error_text was moved to class vregex
                   9817: 
                   9818:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   9819:          was added
                   9820: 
                   9821:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   9822:          - class vregex was added
                   9823: 
                   9824: 2009-04-21  misha
                   9825: 
                   9826:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   9827: 
                   9828:        * src/: types/pa_junction.h, types/pa_value.C,
                   9829:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   9830:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   9831:          junction-optimisation (destructors)
                   9832: 
                   9833:        * src/include/pa_array.h: - free under if now
                   9834: 
                   9835: 2009-04-19  misha
                   9836: 
                   9837:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   9838: 
                   9839: 2009-04-18  misha
                   9840: 
                   9841:        * src/include/pa_version.h:
                   9842:          :q :
                   9843: 
                   9844:          CV:
                   9845:          ----------------------------------------------------------------------
                   9846: 
                   9847:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   9848:          refactoring
                   9849: 
                   9850:        * src/: include/pa_array.h, include/pa_hash.h,
                   9851:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   9852: 
                   9853:        * src/include/pa_memory.h: - define for using destructors was added
                   9854: 
                   9855:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9856:          main/execute.C: - some junctions will be cached now
                   9857: 
                   9858:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   9859: 
                   9860:        * src/include/pa_array.h: - inline was added to destructor
                   9861: 
                   9862:        * src/types/pa_method.h: - comment was changed
                   9863: 
                   9864: 2009-04-17  misha
                   9865: 
                   9866:        * src/: include/pa_array.h, include/pa_hash.h,
                   9867:          types/pa_vmethod_frame.h: - destructors were added
                   9868: 
                   9869:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   9870:          renamed to always_use_result
                   9871: 
                   9872:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   9873:          compiler: full backward compatibility is better
                   9874: 
                   9875:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   9876:          result in var's hash
                   9877: 
                   9878:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9879:          optimisation in method_frame
                   9880: 
                   9881:        * src/include/pa_array.h: - optimisation in array (allocate
                   9882:          elements only when needed)
                   9883: 
                   9884:        * src/types/pa_vresponse.C: - check for $response:headers field
                   9885:          before looking at custom fields
                   9886: 
                   9887:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   9888:          not needed to check existance var with name 'result' in var's
                   9889:          hash
                   9890: 
                   9891:        * src/main/compile.y: - compiler was changed: now it detects
                   9892:          writings to $result and set flag writo_to_result in method
                   9893: 
                   9894:        * src/classes/string.C: - little optimisation: no needed to write
                   9895:          number with lang
                   9896: 
                   9897:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   9898:          used for read utf8-strings were renamed - is_escaped was renamed
                   9899:          to isEscaped (to the same name convention)
                   9900: 
                   9901:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   9902:          write_to_result added. compiler get this info from code.
                   9903: 
                   9904: 2009-04-16  misha
                   9905: 
                   9906:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   9907:          String only before 1st write
                   9908: 
                   9909:        * src/include/pa_string.h: - not needed template removed
                   9910: 
                   9911:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   9912:          types/pa_vjunction.C, types/pa_vproperty.C,
                   9913:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   9914:          main/pa_request.C, classes/bool.C, classes/double.C,
                   9915:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   9916:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   9917:          bool objects)
                   9918: 
                   9919: 2009-04-15  misha
                   9920: 
                   9921:        * src/lib/cord/cordxtra.c: - more optimisation
                   9922: 
                   9923:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   9924:          optimisation
                   9925: 
                   9926:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   9927:          then get and can sometime be used)
                   9928: 
                   9929:        * src/main/pa_string.C: - String::length optimisation
                   9930: 
                   9931:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   9932:          these methods read different strings
                   9933: 
                   9934:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9935:          fresult_initial_void removed + some optimisation - if $result
                   9936:          defined we don't write to context anymore
                   9937: 
                   9938:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   9939:          need just skip char)
                   9940: 
                   9941:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9942:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   9943:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   9944: 
                   9945:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   9946:          instance
                   9947: 
                   9948: 2009-04-11  misha
                   9949: 
                   9950:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   9951: 
                   9952:        * tests/197.html: - test for parser://test in xml was added
                   9953: 
                   9954:        * src/classes/string.C: - small optimisation
                   9955: 
                   9956:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   9957:          optimisation
                   9958: 
                   9959: 2009-04-10  misha
                   9960: 
                   9961:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   9962:          to pcre-7.8
                   9963: 
                   9964:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   9965: 
                   9966:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   9967:          added
                   9968: 
                   9969:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   9970:          $request:CLASS_NAME were added
                   9971: 
                   9972:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   9973:          were added
                   9974: 
                   9975:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   9976:          $env:CLASS_NAME were added
                   9977: 
                   9978:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   9979:          '@todo' now
                   9980: 
                   9981:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   9982:          compirer
                   9983: 
                   9984:        * src/main/pa_string.C: - little code cleanup
                   9985: 
                   9986:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   9987:          during PCRE compile/execute
                   9988: 
                   9989:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   9990:          normalizing todo-comments: '@todo' now
                   9991: 
                   9992:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   9993: 
                   9994:        * src/main/pa_charset.C: - type changed for making compiler happy
                   9995: 
                   9996: 2009-03-10  misha
                   9997: 
                   9998:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   9999:          in main()
                   10000: 
                   10001: 2009-02-01  misha
                   10002: 
                   10003:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   10004:          boundary
                   10005: 
                   10006: 2009-01-25  misha
                   10007: 
                   10008:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   10009: 
                   10010:        * src/classes/file.C: - more changes for parsing different number
                   10011:          of params for file::load
                   10012: 
                   10013:        * tests/193.html: - tests for exception while base64-decode binary
                   10014:          to string was added
                   10015: 
                   10016:        * tests/192.html: - tests for file::load with different number of
                   10017:          options
                   10018: 
                   10019:        * src/classes/math.C: - ups. forgot '+1'
                   10020: 
                   10021:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   10022:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   10023:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   10024:          (new option $.encode[multipart-form/data] should be specified) -
                   10025:          $.method[] option for file::load now is not case-sensitive
                   10026: 
                   10027:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   10028:          new taint language L_FILE_POST was added
                   10029: 
                   10030:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   10031:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   10032:          stuff was moved to separate files
                   10033: 
                   10034: 2009-01-23  misha
                   10035: 
                   10036:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   10037:          spaces to tabs were converted
                   10038: 
                   10039: 2009-01-12  misha
                   10040: 
                   10041:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   10042:          now
                   10043: 
                   10044:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10045:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   10046:          their names
                   10047: 
                   10048:        * src/main/pa_common.C: - changes in formating
                   10049: 
                   10050:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   10051:          their names
                   10052: 
                   10053:        * src/include/pa_http.h: - some spaces were converted to tabs
                   10054: 
                   10055:        * src/include/pa_common.h: - some constants changed their names
                   10056: 
                   10057:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   10058:          little code rewriting
                   10059: 
                   10060:        * src/types/pa_vfile.C: - little code rewriting
                   10061: 
                   10062:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   10063:          types/pa_value.h: - some formating changes
                   10064: 
                   10065:        * src/include/pa_common.h: - some formating spaces transformed to
                   10066:          tabs
                   10067: 
                   10068:        * src/classes/string.C: - exception while base64-decode binary to a
                   10069:          string
                   10070: 
                   10071: 2009-01-11  misha
                   10072: 
                   10073:        * configure.in: - version changed to 3.3.1b
                   10074: 
                   10075: 2008-09-05  misha
                   10076: 
                   10077:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   10078:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   10079: 
                   10080: 2008-09-04  misha
                   10081: 
                   10082:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   10083:          anymore
                   10084: 
                   10085:        * src/classes/op.C: - exception with 'invalid taint language' not
                   10086:          typeless anylonger
                   10087: 
                   10088:        * src/classes/image.C: - some exceptions while operations with
                   10089:          image not typeless anymore
                   10090: 
                   10091:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   10092:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   10093:          operations with files not typeless anymore
                   10094: 
                   10095:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   10096:          types/pa_vdate.h: - exceptions while checking date range not
                   10097:          typeless anymore
                   10098: 
                   10099:        * src/include/pa_exception.h: - exception type string for invalid
                   10100:          date range was added
                   10101: 
                   10102: 2008-09-03  misha
                   10103: 
                   10104:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   10105:          operations not typeless anymore
                   10106: 
                   10107:        * src/include/pa_exception.h: - exception type for pce operations
                   10108:          was added
                   10109: 
                   10110:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   10111:          and .CLASS_NAME insite classes
                   10112: 
                   10113:        * src/classes/table.C: - don't save table header whiile
                   10114:          ^table.save[append;filename] if file exists
                   10115: 
                   10116: 2008-09-02  misha
                   10117: 
                   10118:        * src/main/compile.y, src/main/compile_tools.h,
                   10119:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   10120:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   10121:          renamed to partial and it login changed: we must mark class as
                   10122:          partial for allow their modifications in future.
                   10123: 
                   10124: 2008-08-29  misha
                   10125: 
                   10126:        * tests/results/022.processed: - testing taint[regex] in mask for
                   10127:          file:list
                   10128: 
                   10129:        * tests/022.html: - testing taint[regex] in mask for file:list
                   10130: 
                   10131:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   10132:          for file:list was added
                   10133: 
                   10134:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   10135:          file:list
                   10136: 
                   10137: 2008-08-26  misha
                   10138: 
                   10139:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   10140:          last derived object
                   10141: 
                   10142:        * src/classes/image.C: - many strings "image.format" replaced by
                   10143:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   10144:          understand some more exif tags
                   10145: 
                   10146:        * src/include/pa_exception.h: - string "image.format" was added
                   10147: 
                   10148: 2008-08-21  misha
                   10149: 
                   10150:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   10151:          pcre_exec text error
                   10152: 
                   10153:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   10154:          added
                   10155: 
                   10156:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   10157:          text error was added
                   10158: 
                   10159: 2008-08-19  misha
                   10160: 
                   10161:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   10162:          namespace while debug execution as well
                   10163: 
                   10164:        * tests/: 015.html, results/015.processed: - test for escaping some
                   10165:          parser chars was added
                   10166: 
                   10167: 2008-08-18  misha
                   10168: 
                   10169:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   10170:          $caller.self.field + default getter in one class was added
                   10171: 
                   10172:        * tests/: 189.html, results/189.processed: - test for
                   10173:          ^date::create[date object]
                   10174: 
                   10175:        * tests/: 188.html, results/188.processed: - tests for match with
                   10176:          UTF-8 strings
                   10177: 
                   10178:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   10179:          ^string.match[]
                   10180: 
                   10181:        * ChangeLog: - parser 3.3.0 beta13
                   10182: 
                   10183: 2008-08-15  misha
                   10184: 
1.116     moko     10185:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   10186:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   10187:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   10188:          dftables.c: - old PCRE files removed
1.95      moko     10189: 
                   10190:        * src/lib/pcre/config.h: - configuration for PCRE library
                   10191: 
                   10192:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   10193:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   10194: 
                   10195:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   10196:          library and set flag UTF8 if $request:charset is UTF-8
                   10197: 
                   10198:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   10199:          include/pa_config_fixed.h: - moved to new PCRE library
                   10200: 
                   10201:        * src/: main/main.vcproj, types/types.vcproj,
                   10202:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   10203:          win32\pcre instead of parser3\src\lib\pcre
                   10204: 
                   10205:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   10206:          main/compile.C, main/compile.y, main/compile_tools.C,
                   10207:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   10208:          opcodes were moved to separate namespace
                   10209: 
                   10210: 2008-08-14  misha
                   10211: 
                   10212:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   10213: 
                   10214:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   10215:          tainting
                   10216: 
                   10217: 2008-08-11  misha
                   10218: 
                   10219:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   10220:          $caller.self, $caller.self.field and $caller.self.field[value]
                   10221:          were added
                   10222: 
                   10223:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   10224:          runtime as well (for $caller.self)
                   10225: 
                   10226: 2008-07-25  misha
                   10227: 
                   10228:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   10229:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   10230:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   10231:          tests with international characters
                   10232: 
                   10233: 2008-07-23  misha
                   10234: 
                   10235:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   10236:          file::load[...;http://
                   10237: 
                   10238:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   10239:          now everywhere in separate namespace
                   10240: 
                   10241:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   10242:          for vars
                   10243: 
                   10244:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   10245:          can be escaped by '^'
                   10246: 
                   10247: 2008-07-22  misha
                   10248: 
                   10249:        * src/classes/string.C, tests/186.html: - names changes:
                   10250:          escape=>js-escape, unescape=>js-unescape
                   10251: 
                   10252: 2008-07-21  misha
                   10253: 
                   10254:        * tests/results/186.processed: - test for string escape/unescape
                   10255: 
                   10256:        * tests/186.html: - test for string escape/unescape
                   10257: 
                   10258:        * src/classes/string.C: - string has escape and unescape methods
                   10259:          now
                   10260: 
                   10261:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   10262:          added
                   10263: 
                   10264:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   10265:          method-layers added (with different params)
                   10266: 
                   10267: 2008-07-18  misha
                   10268: 
                   10269:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   10270:          was added
                   10271: 
                   10272:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   10273: 
                   10274:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   10275:          ^string.pos[substr](offset) -- 2nd param accepted now
                   10276: 
                   10277:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   10278:          strings
                   10279: 
                   10280: 2008-07-17  misha
                   10281: 
                   10282:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   10283:          helper length added for mid for small optimisation
                   10284: 
                   10285: 2008-07-16  misha
                   10286: 
                   10287:        * tests/: 185.html, results/185.processed: - tests for
                   10288:          length/left/right/mid/pos with utf-8 strings
                   10289: 
                   10290:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   10291:          utf-8 strings
                   10292: 
                   10293:        * src/main/untaint.C: - comments removed
                   10294: 
                   10295:        * src/: include/pa_string.h, main/pa_string.C,
                   10296:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   10297:          with pos/mid for strings in utf-8 were added
                   10298: 
                   10299: 2008-07-15  misha
                   10300: 
                   10301:        * tests/: 184.html, results/184.processed: - test for case body as
                   10302:          expression: $var(^switch(1){^case(1)(true)..})
                   10303: 
                   10304:        * src/classes/op.C: - case body can be expression now:
                   10305:          $var(^switch(1){^case(1)(true)..})
                   10306: 
                   10307:        * tests/: results/183.processed, 183.html: - added test for testing
                   10308:          new cookie encoding (%uXXXX)
                   10309: 
                   10310:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   10311:          decoding for backward compatibility they decoded from %XX in
                   10312:          request:charset too
                   10313: 
                   10314:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   10315:          - cookie class now decode cookies before first access after last
                   10316:          request:charset changing (as form class).
                   10317: 
                   10318:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   10319:          as %uXXXX - before transcode calculate required space for dest
                   10320:          string. it reduce mem usage for transcode
                   10321: 
                   10322:        * src/include/pa_charset.h: - added method escape for escaping
                   10323:          cookies as %uXXXX
                   10324: 
                   10325:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   10326:          was added. will used for escaping cookies as %uXXXX
                   10327: 
                   10328:        * src/include/pa_common.h: - escape method has new option for skip
                   10329:          converting '+' to a space char
                   10330: 
                   10331:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   10332:          transcode - escape method has new option for skip converting '+'
                   10333:          to a space char
                   10334: 
                   10335: 2008-07-08  misha
                   10336: 
                   10337:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   10338:          (no UE if more then 1 case matches anylonger) - optimization:
                   10339:          doing searching.as_string() || searching.as_double() only once
                   10340: 
                   10341: 2008-07-04  misha
                   10342: 
                   10343:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   10344:          now ^date::create[date object] works
                   10345: 
                   10346:        * src/classes/string.C: - left and right added as aliases for start
                   10347:          and end in ^string.trim[]
                   10348: 
                   10349: 2008-07-03  misha
                   10350: 
                   10351:        * src/classes/file.C: - allow $.limit for file::sql as well
                   10352: 
                   10353:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   10354:          send limit=1 to query for use sql specifics authomatically
                   10355: 
                   10356:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   10357:          if $.limit value if empty. autoconvert it as everywere
                   10358: 
                   10359: 2008-07-02  misha
                   10360: 
                   10361:        * configure.in: - time to change version number to 3.3.0 %-)
                   10362: 
                   10363:        * src/include/pa_version.h: - time to change version number to
                   10364:          3.3.0 %-)
                   10365: 
                   10366: 2008-06-26  misha
                   10367: 
                   10368:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   10369:          $.limit(0) fixes
                   10370: 
                   10371:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   10372:          - $.limit(0) fixes
                   10373: 
                   10374:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   10375:          new API)
                   10376: 
                   10377:        * src/: include/pa_sql_driver_manager.h,
                   10378:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   10379:          classes/op.C: - document_root added
                   10380: 
                   10381:        * src/main/compile.tab.C: - error message was changed
                   10382: 
                   10383: 2008-06-25  misha
                   10384: 
                   10385:        * src/main/compile.y: - error message was changed
                   10386: 
                   10387: 2008-06-24  misha
                   10388: 
                   10389:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   10390: 
                   10391:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   10392:          tests for @OPTIONS\nappend
                   10393: 
                   10394:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   10395: 
                   10396:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   10397: 
                   10398:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   10399: 
                   10400:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   10401:          compile.y
                   10402: 
                   10403: 2008-06-17  misha
                   10404: 
                   10405:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   10406:          compilation: ^if(default){true. it's incorrect. must be
                   10407:          exception}
                   10408: 
                   10409: 2008-06-16  misha
                   10410: 
                   10411:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   10412:          checking external reference loading with 'http://localhost'
                   10413:          prefix while creating xdoc
                   10414: 
                   10415:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   10416:          ^math:long2ip[] and ^math:ip2long[]
                   10417: 
                   10418:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   10419:          added which use scalar stateless class method when user object
                   10420:          used in scalar context - use get_scalar_value when user object
                   10421:          requested in scalar context
                   10422: 
                   10423:        * src/main/pa_common.C: - size must be int but not size_t or we
                   10424:          can't compare with 0 sprintf result
                   10425: 
                   10426:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10427:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   10428:          with internal switch between local/global vars
                   10429: 
                   10430:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   10431:          specified
                   10432: 
                   10433:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   10434:          pa_vstateless_object.h: - stateless class and object now has
                   10435:          private scalar field and getter/setter for working with it
                   10436: 
                   10437:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   10438:          moved to inet static class
                   10439: 
                   10440:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   10441:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   10442: 
                   10443:        * tests/: 180.html, results/180.processed: - tests for
                   10444:          ^math:long2ip(long) and ^math:ip2long[IP]
                   10445: 
                   10446:        * src/classes/math.C: - ^math:ip2long[IP] added
                   10447: 
                   10448: 2008-06-11  misha
                   10449: 
                   10450:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   10451:          need cut BOM code and remove DOS newline chars. but don't
                   10452:          transcode it anyway.
                   10453: 
                   10454:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   10455:          main/pa_http.C: - option for disable transcoding while file_read
                   10456:          and file_read_text added
                   10457: 
                   10458: 2008-06-10  misha
                   10459: 
                   10460:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   10461:          classes in 1 file
                   10462: 
                   10463:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   10464:          classes now.
                   10465: 
                   10466:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   10467:          classes now. internals.
                   10468: 
                   10469:        * src/main/pa_request.C: - compile return list of classes now. try
                   10470:          call @conf and @auto for each returned class
                   10471: 
                   10472:        * src/include/pa_request.h: - compile return list of classes now
                   10473: 
                   10474:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   10475:          return list of classes when compile buf)
                   10476: 
                   10477: 2008-06-07  misha
                   10478: 
                   10479:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   10480:          param -- form
                   10481: 
                   10482:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   10483:          3rd param: form. needed for get post_charset
                   10484: 
                   10485:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   10486:          added
                   10487: 
                   10488:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   10489:          types/pa_vform.C, types/pa_vform.h: - some polish
                   10490: 
                   10491: 2008-06-06  misha
                   10492: 
                   10493:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   10494:          charset and decode chars from it but not from response:charset
                   10495: 
                   10496:        * src/main/pa_http.C: - detect_charset moved out of here
                   10497: 
                   10498:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   10499:          methods moved here - unescape_chars accepn one charset now
                   10500: 
                   10501:        * src/main/pa_http.C: - new constants used - don't allow
                   10502:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   10503:          charset info while ^file::load[;http://;$.method[POST]] - option
                   10504:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   10505:          disabling charset during post
                   10506: 
                   10507:        * src/types/pa_vform.C: - new constants used
                   10508: 
                   10509:        * src/include/pa_common.h: - some constants were added
                   10510: 
                   10511:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   10512:          instead of StrEqNc
                   10513: 
                   10514:        * src/main/pa_common.C: - new method for caseless search
                   10515:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   10516: 
                   10517:        * src/include/pa_common.h: - new method for caseless search
                   10518:          c-substring in c-string
                   10519: 
                   10520: 2008-06-05  misha
                   10521: 
                   10522:        * tests/results/178.processed: - test for testing default getter
                   10523: 
                   10524:        * tests/178.html: - test for testing default getter
                   10525: 
                   10526:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   10527:          for test for testing default getter
                   10528: 
                   10529:        * src/main/execute.C: - default getter soul
                   10530: 
                   10531:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   10532:          requested objects' field not found
                   10533: 
                   10534:        * src/types/pa_vclass.C: - register default getter if defined - get
                   10535:          default getter if requested field not found
                   10536: 
                   10537:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   10538:          added
                   10539: 
                   10540:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10541:          pointer to default getter and methods for get/set it were added
                   10542: 
                   10543:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   10544:          auto_name field (for default getter)
                   10545: 
                   10546: 2008-06-04  misha
                   10547: 
                   10548:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   10549:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   10550:          it to libxml "as is"
                   10551: 
                   10552: 2008-06-03  misha
                   10553: 
                   10554:        * src/main/pa_common.C: - use store_Char instead of
                   10555:          transcodeCharFromUTF8
                   10556: 
                   10557:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   10558:          store_Char added, transcodeCharFromUTF8 -- removed
                   10559: 
                   10560: 2008-06-02  misha
                   10561: 
                   10562:        * tests/: results/177.processed, 177.html: - test for checking
                   10563:          .[acm]date after local ^file::load[] was added
                   10564: 
                   10565:        * tests/: results/176.processed, 176.html: - test for checking
                   10566:          @OPTION\locals + @method[vars][locals] added
                   10567: 
                   10568:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   10569: 
                   10570: 2008-05-30  misha
                   10571: 
                   10572:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   10573:          @OPTION\nlocals + @method[vars][;locals;] were added
                   10574: 
                   10575:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   10576:          moved to separate method op_code - switch from VMethodFrame to
                   10577:          VMethodFrameGlobal + VMethodFrameLocal
                   10578: 
                   10579:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   10580:          was moved to separate method op_code
                   10581: 
                   10582:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   10583:          VMethodFrame now
                   10584: 
                   10585:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   10586:          all_vars_local as well
                   10587: 
                   10588:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   10589:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   10590:          VMethodFrame were added: one (global) works as VMethodFrame
                   10591:          before and second (local) write all vars in self vars scope
                   10592: 
                   10593:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   10594: 
                   10595: 2008-05-29  misha
                   10596: 
                   10597:        * tests/: 129.html, results/129.processed: - more tests for
                   10598:          ^table.hash[]
                   10599: 
                   10600:        * src/classes/hash.C: - ^hash::sql has a new option:
                   10601:          $.type[hash|string|table] as ^table.hash[] one.
                   10602: 
                   10603:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   10604:          executed anyway after try or catch section
                   10605: 
                   10606: 2008-05-27  misha
                   10607: 
                   10608:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   10609:          must not fail if $.distinct(1) wasn't specified
                   10610: 
                   10611: 2008-05-26  misha
                   10612: 
                   10613:        * src/classes/op.C: - allow ^throw[my type]
                   10614: 
                   10615: 2008-05-22  misha
                   10616: 
                   10617:        * configure.in, configure: - version number updated to 3.2.4b
                   10618: 
                   10619:        * src/classes/: op.C, string.C: - trim format string before
                   10620:          eval/format
                   10621: 
                   10622:        * tests/: results/175.processed, 175.html: - more tests for
                   10623:          different format strings in .format[]
                   10624: 
                   10625:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   10626:          as well (not only %XX)
                   10627: 
                   10628:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   10629:          charset specified - checks for format before print number
                   10630:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   10631:          (instead of tabs) removed
                   10632: 
                   10633:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   10634:          charset specified
                   10635: 
                   10636:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   10637:          char in requested charset from utf code was added
                   10638: 
                   10639: 2008-05-19  misha
                   10640: 
                   10641:        * tests/: 174.html, results/174.processed: - test for
                   10642:          ^hashfile.cleanup[] added
                   10643: 
                   10644:        * src/classes/hashfile.C: - optimization: don't create any key or
                   10645:          value variable if it's name weren't specified
                   10646:          (^hf.foreach[;v]{...})
                   10647: 
                   10648: 2008-05-16  misha
                   10649: 
                   10650:        * src/classes/hash.C: - optimization: don't create any key variable
                   10651:          if variable name wasn't specified (^h.foreach[;v]{...})
                   10652: 
                   10653: 2008-05-15  misha
                   10654: 
                   10655:        * src/classes/op.C: - small changes
                   10656: 
                   10657:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   10658: 
                   10659:        * src/classes/hash.C: - calculate var_context once before foreach
                   10660: 
                   10661: 2008-05-14  misha
                   10662: 
                   10663:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   10664:          ^hashfile.foreach[;]{} fixed
                   10665: 
                   10666:        * src/classes/: hash.C, table.C: - little optimisation
                   10667: 
                   10668:        * src/classes/file.C: - bugfix: double absolute path while loading
                   10669:          file
                   10670: 
                   10671:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   10672:          were added
                   10673: 
                   10674:        * buildall-with-xml: - moving to libxslt 1.1.24
                   10675: 
                   10676: 2008-04-30  misha
                   10677: 
                   10678:        * src/classes/file.C: - stat file while loading (local only) so
                   10679:          .adate, .mdate and .cdate available without additional ::stat
                   10680: 
                   10681: 2008-04-28  misha
                   10682: 
                   10683:        * src/classes/file.C: - $.name and $.content-type available for
                   10684:          stated file
                   10685: 
                   10686: 2008-04-14  misha
                   10687: 
                   10688:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   10689: 
                   10690:        * src/include/pa_version.h: - new version number in head
                   10691: 
                   10692: 2008-04-10  misha
                   10693: 
                   10694:        * tests/: 080.html, results/080.processed: - cut '0' from
                   10695:          exponential part because of on diff OS it differ (20 or 020 for
                   10696:          ex)
                   10697: 
                   10698:        * tests/: 119.html, results/119.processed: - check for encoding
                   10699:          while creating xdoc
                   10700: 
                   10701: 2008-04-09  misha
                   10702: 
                   10703:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   10704: 
                   10705:        * src/main/pa_common.C: - comment added
                   10706: 
                   10707:        * src/classes/date.C: - little refactoring
                   10708: 
                   10709: 2008-04-07  misha
                   10710: 
                   10711:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   10712:          style of ^table.save[]: prepare one big string and sabe it at
                   10713:          once. it's safe on freebsd 4.x but use much more memory.
                   10714: 
                   10715:        * buildall-with-xml, buildall-without-xml: - option
                   10716:          --disable-stringstream added (under comment. use it on freebsd
                   10717:          4.x)
                   10718: 
                   10719: 2008-02-22  misha
                   10720: 
                   10721:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   10722:          specified together in file::load[;http] - get back transcoding
                   10723:          $.body[] in file::load[;http]
                   10724: 
                   10725: 2008-02-21  misha
                   10726: 
                   10727:        * src/classes/date.C: - ^date.gmt-string[] was added
                   10728: 
                   10729:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   10730:          moved to pa_common.h
                   10731: 
                   10732:        * src/include/pa_common.h: - method for output date in RFC 822
                   10733:          format moved here from pa_value.C
                   10734: 
                   10735:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   10736:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   10737: 
                   10738: 2008-02-20  misha
                   10739: 
                   10740:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   10741:          specified charset while ^file::load[...;http://...] (L_URI
                   10742:          instead of L_HTTP_HEADER) - $.cookies param available in
                   10743:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   10744:          response yet) (cookies not transcoded as common $cookies)
                   10745: 
                   10746: 2008-02-19  misha
                   10747: 
                   10748:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   10749:          $response:field values because in this case
                   10750:          $response:locateion[http://...] don't works.
                   10751: 
                   10752: 2008-02-15  misha
                   10753: 
                   10754:        * src/classes/op.C: - little refactoring
                   10755: 
                   10756:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   10757: 
                   10758:        * src/main/pa_request.C: - force taint values of $response:field
                   10759: 
                   10760: 2008-02-14  misha
                   10761: 
                   10762:        * src/main/pa_request.C: - $response:field transcoded to
                   10763:          $response:charset before escaping now
                   10764: 
                   10765:        * src/main/pa_http.C: - some outdated comments removed
                   10766: 
                   10767:        * src/classes/date.C: - lastdat -> last-day
                   10768: 
                   10769:        * src/classes/date.C: - ^date:lastday(year;month) and
                   10770:          ^date.lastday[] were added - little code refactoring - comments
                   10771:          changes
                   10772: 
                   10773:        * tests/: 159.html, results/159.processed: - test for number of
                   10774:          days in February
                   10775: 
                   10776:        * src/types/pa_value.C: - fixes in code formatting
                   10777: 
                   10778:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   10779:          and comments
                   10780: 
                   10781: 2008-02-13  misha
                   10782: 
                   10783:        * src/main/pa_common.C: - bugfix for february at leap year
                   10784: 
                   10785: 2008-01-28  misha
                   10786: 
                   10787:        * tests/: 160.html, results/160.processed: - more test for cache
                   10788:          added
                   10789: 
                   10790:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   10791:          unhandled exception
                   10792: 
                   10793: 2008-01-25  misha
                   10794: 
                   10795:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   10796:          bug when hashfile became inavailable after memory:compact)
                   10797: 
                   10798:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   10799: 
                   10800: 2008-01-22  misha
                   10801: 
                   10802:        * src/classes/table.C: - little refactiring and exception texts
                   10803:          changes in method ^table.hash[]
                   10804: 
                   10805:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   10806: 
                   10807: 2008-01-21  misha
                   10808: 
                   10809:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   10810:          file::exec/cgi
                   10811: 
                   10812:        * src/classes/file.C: - bugfix: core while processing headers if
                   10813:          executed cgi script don't return content
                   10814: 
                   10815: 2008-01-18  misha
                   10816: 
                   10817:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   10818: 
                   10819:        * src/include/pa_version.h, configure.in: - version number updated
                   10820:          to '3.2.3b'
                   10821: 
                   10822: 2007-12-28  misha
                   10823: 
                   10824:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   10825:          hash.contains
                   10826: 
                   10827: 2007-12-27  misha
                   10828: 
                   10829:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10830:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   10831:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   10832:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   10833:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10834:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   10835:          src/targets/cgi/parser3.vcproj,
                   10836:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   10837:          back to VS2003 because of Apache 1.3 module can't work if it was
                   10838:          built in VS 2005.  with cgi all file so VS2003 project files can
                   10839:          be easy converted to the new format.
                   10840: 
                   10841: 2007-12-04  misha
                   10842: 
                   10843:        * src/types/pa_vcode_frame.h: - changes in comment
                   10844: 
                   10845: 2007-11-29  misha
                   10846: 
                   10847:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   10848:          intercept strings any longer
                   10849: 
                   10850:        * tests/: 173.html, results/173.processed: - tests for
                   10851:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   10852:          but not in main code frame
                   10853: 
                   10854:        * tests/: 172.html, results/172.processed: - more tests for pass
                   10855:          objects from code frames
                   10856: 
                   10857: 2007-11-27  misha
                   10858: 
                   10859:        * tests/: 152.html, results/152.processed: - tests for converting
                   10860:          strings 'true'/'false' to bool were added
                   10861: 
                   10862:        * tests/152.html: - added checks for converting strings
                   10863:          'true'/'false' to bool
                   10864: 
                   10865:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   10866:          not only strings with numbers but with values 'true'/'false' as
                   10867:          well
                   10868: 
                   10869:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   10870:          for parser3.log increased
                   10871: 
                   10872:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   10873: 
                   10874:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   10875: 
                   10876:        * src/include/pa_types.h: - constant with buffer size for
                   10877:          parser3.log added
                   10878: 
                   10879: 2007-11-16  misha
                   10880: 
                   10881:        * tests/cat.sh: - script for tests for file::exec/cgi
                   10882: 
                   10883:        * tests/171.html: - tests for file::exec/cgi
                   10884: 
                   10885:        * tests/results/171.processed: - tests results for file::exec/cgi
                   10886: 
                   10887: 2007-11-15  misha
                   10888: 
                   10889:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   10890: 
                   10891:        * src/classes/file.C: - .body must be set before analyzing cgi
                   10892:          headers
                   10893: 
                   10894:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   10895:          only if exec/cgi return anything.
                   10896: 
                   10897: 2007-11-14  misha
                   10898: 
                   10899:        * operators.txt: - info about new text|binary option for
                   10900:          file::exec/cgi was added
                   10901: 
                   10902:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   10903:          ^file:exec[[text|binary];script;...]
                   10904: 
                   10905:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   10906:          classes/string.C, classes/table.C: - more text strings moved to
                   10907:          the one place
                   10908: 
                   10909: 2007-11-09  misha
                   10910: 
                   10911:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   10912: 
                   10913:        * ChangeLog: - $request:argv [patch from Sumo]
                   10914: 
                   10915:        * operators.txt: - $request:argv
                   10916: 
                   10917:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   10918:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   10919: 
                   10920: 2007-10-25  misha
                   10921: 
                   10922:        * buildall-with-xml, buildall-without-xml: - options preparations
                   10923:          for ./configure rewrited
                   10924: 
                   10925:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   10926:          error occure in unhandled_exception finally fixed
                   10927: 
                   10928: 2007-10-23  misha
                   10929: 
                   10930:        * tests/: 170.html, results/170.processed: - test for
                   10931:          @method[][result]
                   10932: 
                   10933:        * operators.txt: - added info about node.prefix and
                   10934:          node.namespaceURI
                   10935: 
                   10936:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   10937: 
                   10938:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   10939:          added for node and attribute
                   10940: 
                   10941: 2007-10-22  misha
                   10942: 
                   10943:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   10944: 
                   10945:        * src/main/pa_request.C: - added const content-transfer-encoding
                   10946: 
                   10947:        * src/include/pa_request.h: - added const content-transfer-encoding
                   10948:          - ups. constants must be in lowercase (for search)
                   10949: 
                   10950:        * src/types/pa_vmail.C: - more constants used -
                   10951:          content-transfer-encoding: 8bit added
                   10952: 
                   10953:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   10954: 
                   10955:        * src/include/pa_request.h: - more constants
                   10956: 
                   10957:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   10958:          ommit anymore if $.content-disposition was specified - little
                   10959:          refactoring
                   10960: 
                   10961:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   10962: 
                   10963: 2007-10-17  misha
                   10964: 
                   10965:        * operators.txt: - info about
                   10966:          table::create[nameless]{data}[>options<] was added
                   10967: 
                   10968:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   10969:          compile method don't put this method in methods table anymore.
                   10970:          in other case the parser coredumped if @unhandled_exception
                   10971:          method can't be compiled because of parser.compile error.
                   10972: 
                   10973:        * src/main/execute.C: - little code reformating
                   10974: 
                   10975:        * src/main/pa_request.C: - little code reformating - comment
                   10976:          changed
                   10977: 
                   10978: 2007-10-16  misha
                   10979: 
                   10980:        * tests/: 035.html, results/035.processed: - tests
                   10981:          table::create[]{}[options] added
                   10982: 
                   10983:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   10984:          options (only $.seperator[] yet)
                   10985: 
                   10986: 2007-10-10  misha
                   10987: 
                   10988:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   10989:          some code changes
                   10990: 
                   10991: 2007-10-02  misha
                   10992: 
                   10993:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   10994:          then three time as much. but base64 encoding method still use
                   10995:          less memory anyway.
                   10996: 
                   10997: 2007-09-17  misha
                   10998: 
                   10999:        * operators.txt: - added info about $cookie:fields
                   11000: 
                   11001:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   11002: 
                   11003:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   11004:          common
                   11005: 
                   11006:        * src/include/pa_common.h: - some stuff for use with .for_each
                   11007:          moved here
                   11008: 
                   11009:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   11010: 
                   11011: 2007-09-14  misha
                   11012: 
                   11013:        * buildall-with-xml: - new xml libs again =)
                   11014: 
                   11015: 2007-08-28  misha
                   11016: 
                   11017:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   11018:          ^string.split[...][v][column name] were added
                   11019: 
                   11020:        * tests/: 168.html, 169.html, results/168.processed,
                   11021:          results/169.processed: - tests for ^table.columns[[column name]]
                   11022:          and ^string.split[...][v][column name] were added
                   11023: 
                   11024:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   11025:          was added
                   11026: 
                   11027:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   11028:          name]]
                   11029: 
                   11030:        * src/include/pa_exception.h: - error text message for
                   11031:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   11032: 
                   11033: 2007-08-27  misha
                   11034: 
                   11035:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   11036:          body ^taint[sql][something] outside of connect
                   11037: 
                   11038:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   11039:          outside of connect
                   11040: 
                   11041:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   11042:          added (commented by default)
                   11043: 
                   11044: 2007-08-20  misha
                   11045: 
                   11046:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   11047:          was added
                   11048: 
                   11049:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   11050:          duplicated exception text strings were removed
                   11051: 
                   11052:        * src/include/pa_exception.h: - more exception text strings moved
                   11053:          here
                   11054: 
                   11055:        * src/classes/table.C: - some duplicate exceptions' text strings
                   11056:          removed
                   11057: 
                   11058:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   11059:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   11060:          removed
                   11061: 
                   11062:        * src/include/pa_exception.h: - some exception text strings movet
                   11063:          to pa_exception
                   11064: 
                   11065:        * tests/: 149.html, results/149.processed: - test for
                   11066:          ^xnode.hasAttributes[] was added - some code changes
                   11067: 
                   11068:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   11069:          added
                   11070: 
                   11071: 2007-08-17  misha
                   11072: 
                   11073:        * tests/: results/006.processed, results/059.processed, 006.html,
                   11074:          059.html: - more tests for match
                   11075: 
                   11076:        * tests/: 129.html, results/129.processed: - tests for
                   11077:          ^table.hash[...][$.type[string|hash|table]] added
                   11078: 
                   11079:        * src/targets/cgi/parser3.C: - little syntax changes
                   11080: 
                   11081:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   11082:          syntax changes
                   11083: 
                   11084:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   11085:          messages in parser3.log switched off by default. If someone
                   11086:          really still need it: use $SIGPIPE(1)
                   11087: 
                   11088: 2007-08-08  misha
                   11089: 
                   11090:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   11091:          files by default since now
                   11092: 
                   11093: 2007-08-07  misha
                   11094: 
                   11095:        * buildall-without-xml: - some option syntax changes
                   11096: 
                   11097:        * buildall-with-xml: - compile libxml2 without http support - some
                   11098:          option syntax changes
                   11099: 
                   11100:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   11101: 
                   11102: 2007-08-06  misha
                   11103: 
                   11104:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   11105: 
                   11106:        * tests/: 160.html, results/160.processed: - cache test was
                   11107:          rewrited
                   11108: 
                   11109: 2007-07-06  misha
                   11110: 
                   11111:        * tests/: 153.html, results/153.processed: - added test for
                   11112:          ^math:sha1[string]
                   11113: 
                   11114:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   11115:          transcoded
                   11116: 
                   11117:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   11118:          were added
                   11119: 
                   11120: 2007-06-28  misha
                   11121: 
                   11122:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   11123:          some incorrect chars
                   11124: 
                   11125: 2007-06-19  misha
                   11126: 
                   11127:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   11128:          were moved on top because of gcc 4 had a problems during
                   11129:          building.
                   11130: 
                   11131: 2007-06-18  misha
                   11132: 
                   11133:        * tests/results/019.processed: - new image commited
                   11134: 
                   11135: 2007-06-09  misha
                   11136: 
                   11137:        * src/classes/: op.C, table.C: - in while and table.select method
                   11138:          as_expression used now
                   11139: 
                   11140:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   11141: 
                   11142: 2007-06-08  misha
                   11143: 
                   11144:        * tests/: 166.html, results/166.processed: - test for
                   11145:          ^match[...][n]
                   11146: 
                   11147:        * tests/: 165.html, results/165.processed: - tests for loops
                   11148: 
                   11149:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   11150:          because of no speed/memory optimisation but some proglems with
                   11151:          long cycles occure
                   11152: 
                   11153: 2007-06-06  misha
                   11154: 
                   11155:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   11156:          ^table.select(true) and ^table.select(1) didn't works because of
                   11157:          awaiting junction-param only. fixed.
                   11158: 
                   11159: 2007-05-24  misha
                   11160: 
                   11161:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   11162:          with 0.5 secs interval
                   11163: 
                   11164:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   11165:          locking system now on unix
                   11166: 
                   11167:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   11168:          system locks which wait till other threads release it but try get
                   11169:          lock, if fail wait 1 sec and make 10 attempts.
                   11170: 
                   11171:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   11172:          were added
                   11173: 
                   11174:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   11175:          opening files
                   11176: 
                   11177:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   11178:          after our classes on unix it can't be build
                   11179: 
                   11180:        * src/types/pa_vhashfile.C: - not needed code removed
                   11181: 
                   11182: 2007-05-23  misha
                   11183: 
                   11184:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   11185:          include/pa_common.h: - cosmetic changes
                   11186: 
                   11187: 2007-05-18  misha
                   11188: 
                   11189:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   11190:          often. it's give some speed increasing
                   11191: 
                   11192:        * tests/results/160.processed: - returned time corrected
                   11193: 
                   11194:        * tests/160.html: - time increased because on unix 1 mean nothing
                   11195:          :(
                   11196: 
                   11197:        * operators.txt: - added info about ^hash.contain[key]
                   11198: 
                   11199:        * src/classes/hash.C: - added ^hash.contain[key]
                   11200: 
                   11201:        * src/include/pa_hash.h: - added method for checking key exists in
                   11202:          hash
                   11203: 
                   11204: 2007-05-07  misha
                   11205: 
                   11206:        * src/include/pa_string.h: - was compilation error during build on
                   11207:          freebsd4
                   11208: 
                   11209: 2007-05-03  misha
                   11210: 
                   11211:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   11212:          for ^table.hash[]
                   11213: 
                   11214:        * src/classes/file.C: - comment removed
                   11215: 
                   11216: 2007-04-26  misha
                   11217: 
                   11218:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   11219:          real files doesn't opened in place anymore
                   11220: 
                   11221: 2007-04-24  misha
                   11222: 
                   11223:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   11224: 
                   11225:        * src/include/pa_exception.h: "static" removed
                   11226: 
                   11227: 2007-04-23  misha
                   11228: 
                   11229:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   11230: 
                   11231:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   11232:          ^math:log(N)) - ^math:lg(N)
                   11233: 
                   11234:        * tests/: 097.html, results/097.processed: - charsets converstion
                   11235:          during ^file::load[text;http://...] added
                   11236: 
                   11237:        * tests/: 164.html, results/164.processed: - check for set expires
                   11238:          as a date
                   11239: 
                   11240:        * tests/: 164.html, results/164.processed: - test for hashfile
                   11241: 
                   11242:        * src/classes/hashfile.C: - little comment changes
                   11243: 
                   11244:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   11245:          access
                   11246: 
                   11247:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11248:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11249:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   11250:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11251:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   11252:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11253:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   11254:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   11255:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11256:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   11257:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11258:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11259:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   11260:          "parser.runtime" strings were removed
                   11261: 
                   11262:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   11263:          now.
                   11264: 
                   11265:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   11266: 
                   11267:        * src/include/pa_exception.h: - string constant with
                   11268:          "parser.runtime" text was added
                   11269: 
                   11270: 2007-04-20  misha
                   11271: 
                   11272:        * operators.txt: - some comments changing
                   11273: 
                   11274:        * operators.txt: - added info about .^hashfile.release[],
                   11275:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   11276: 
                   11277:        * configure: =cheching for unsetenv
                   11278: 
                   11279:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   11280:          ^hashfile.release[] were added
                   11281: 
                   11282:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   11283:          ^string.match[][] understand new option now: return number of
                   11284:          matches but not table wit results
                   11285: 
                   11286:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   11287:          reopen now
                   11288: 
                   11289:        * src/classes/op.C: - bug. must be false
                   11290: 
                   11291:        * configure.in: - checking for unsetenv was added
                   11292: 
                   11293:        * src/types/pa_vform.C: - some comments
                   11294: 
                   11295: 2007-04-18  misha
                   11296: 
                   11297:        * buildall-with-xml: moving to libxml2-2.6.28
                   11298: 
                   11299:        * buildall-with-xml, buildall-without-xml: added commented lines
                   11300:          with --disable-safe-mode option
                   11301: 
                   11302:        * operators.txt: - info about $form:files
                   11303: 
                   11304: 2007-04-17  misha
                   11305: 
                   11306:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   11307:          $form:files was added
                   11308: 
                   11309:        * tests/: 163.html, results/163.processed: removing auto format
                   11310: 
                   11311:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   11312: 
                   11313: 2007-04-16  misha
                   11314: 
                   11315:        * tests/: 163.html, results/163.processed: - test for .int[],
                   11316:          floor, round, ceiling and .format[]
                   11317: 
                   11318:        * src/classes/file.C: - little optimization for getting args in
                   11319:          exec/cgi
                   11320: 
                   11321: 2007-04-13  misha
                   11322: 
                   11323:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   11324:          specified now as s table with one column
                   11325: 
                   11326: 2007-03-27  misha
                   11327: 
                   11328:        * tests/: 162.html, results/162.processed: - test for
                   11329:          ^table.select(^condition[$t])
                   11330: 
                   11331:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   11332: 
                   11333:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   11334: 
                   11335:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   11336:          161_windows1251.txt: - added test for
                   11337:          ^file::load[text;/local/file.txt;$.charset[...]]
                   11338: 
                   11339:        * tests/: results/013.processed, 013.html: - added test for
                   11340:          checking $._default value while hash modifications
                   11341: 
                   11342:        * tests/: 160.html, results/160.processed: - add test for
                   11343:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   11344: 
                   11345: 2007-03-22  misha
                   11346: 
                   11347:        * src/include/pa_common.h: - "charset" string defined for
                   11348:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   11349: 
                   11350:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   11351:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   11352:          added - not needed transcodes were removed from
                   11353:          ^file::load[...;http://...]
                   11354: 
                   11355:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   11356:          added
                   11357: 
                   11358:        * src/classes/date.C: - date.week was fixed
                   11359: 
                   11360:        * operators.txt: - added info about date.weekyear
                   11361: 
                   11362:        * tests/: 159.html, results/159.processed: - tests for date.week
                   11363:          and date.weekyear added
                   11364: 
                   11365: 2007-03-15  misha
                   11366: 
                   11367:        * src/classes/table.C: - enclose column numbers for nameless tables
                   11368:          as well
                   11369: 
                   11370: 2007-03-14  misha
                   11371: 
                   11372:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   11373: 
                   11374:        * src/classes/table.C: - table.save optimization: now required much
                   11375:          less memory
                   11376: 
                   11377: 2007-03-13  misha
                   11378: 
                   11379:        * tests/results/: 158.processed, 158.processes: - tests for
                   11380:          table.save/table.load
                   11381: 
                   11382:        * tests/: 158.html, results/158.processes: - tests for
                   11383:          table.save/table.load
                   11384: 
                   11385:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   11386: 
                   11387:        * buildall-with-xml: - pattern needed now for building
                   11388: 
                   11389:        * tests/results/097.processed: - added test results for xdoc::load
                   11390:          & xdoc::load[http://...]
                   11391: 
                   11392:        * tests/097.html: - added test for xdoc::load
                   11393: 
                   11394: 2007-03-12  misha
                   11395: 
                   11396:        * tests/: 107.html, results/107.processed: - added test for xpath
                   11397:          '//man'
                   11398: 
                   11399: 2007-03-01  misha
                   11400: 
                   11401:        * tests/: 097.html, results/097.processed: - added test for
                   11402:          creating xdoc from file
                   11403: 
                   11404:        * tests/: results/157.processed, 157.html: - added test for
                   11405:          file:move
                   11406: 
                   11407: 2007-02-28  misha
                   11408: 
                   11409:        * src/classes/xdoc.C: - another attempt
                   11410: 
                   11411:        * src/classes/xdoc.C: - roll back last changes for a while
                   11412: 
                   11413:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   11414: 
                   11415:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   11416: 
                   11417:        * tests/results/099.processed: - ever send content-disposition to
                   11418:          client with file
                   11419: 
                   11420:        * tests/157.html: + test for file:copy
                   11421: 
                   11422: 2007-02-26  misha
                   11423: 
                   11424:        * src/classes/file.C: - some similar strings moved to #define
                   11425:          instead of to be copy/pasted many times
                   11426: 
                   11427:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   11428:          #define
                   11429: 
                   11430: 2007-02-20  misha
                   11431: 
                   11432:        * configure.in: - added some strings for sqlite detection
                   11433: 
                   11434: 2007-02-19  misha
                   11435: 
                   11436:        * operators.txt: - some comments changes
                   11437: 
                   11438:        * buildall-with-xml, buildall-without-xml: - some modifications
                   11439: 
                   11440: 2007-02-17  misha
                   11441: 
                   11442:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   11443: 
                   11444:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   11445:          change console behaviour
                   11446: 
                   11447: 2007-02-12  misha
                   11448: 
                   11449:        * src/targets/cgi/parser3.C: - don't print headers if
                   11450:          $console:line[data] was used during cgi execution.
                   11451: 
                   11452:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   11453:          marked as 'true' if class was used.
                   11454: 
                   11455:        * tests/: 152.html, results/152.processed: - more types was added
                   11456:          to test 152
                   11457: 
                   11458:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   11459:          adding 'bool' (^if($image){} caused exception)
                   11460: 
                   11461: 2007-02-09  misha
                   11462: 
                   11463:        * tests/: 152.html, results/152.processed: - test alightly updated
                   11464: 
                   11465:        * tests/: 152.html, results/152.processed: - test rewrited
                   11466: 
                   11467:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   11468:          bugfix. I broke xdoc & xnode in expression
                   11469: 
                   11470: 2007-02-08  misha
                   11471: 
                   11472:        * tests/: 152.html, results/152.processed: - add test for checking
                   11473:          'def' for void, string, bool, int & double
                   11474: 
                   11475: 2007-02-07  misha
                   11476: 
                   11477:        * operators.txt: - ^file:base64[filespec]  was added
                   11478: 
                   11479:        * tests/results/153.processed: - result test for
                   11480:          ^file:base64[filespec]  was updated
                   11481: 
                   11482:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   11483: 
                   11484:        * src/types/pa_vconsole.h: - little optimization
                   11485: 
                   11486:        * src/classes/file.C: - ^file:base64[filespec]
                   11487: 
                   11488:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   11489: 
                   11490:        * src/include/pa_common.h: - declarations for
                   11491:          ^file:base64[filespec]
                   11492: 
                   11493:        * src/types/pa_vcookie.C: - little optimization
                   11494: 
                   11495: 2007-02-06  misha
                   11496: 
                   11497:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   11498:          were temporary commented
                   11499: 
                   11500:        * src/types/pa_vbool.h: - bugfix
                   11501: 
                   11502:        * tests/156.html: - added test for bool cookie
                   11503: 
                   11504:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   11505: 
                   11506:        * tests/: 155.html, results/155.processed: - added test for check
                   11507:          $.encloser[] option for table save/load
                   11508: 
                   11509:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   11510: 
                   11511: 2007-02-05  misha
                   11512: 
                   11513:        * tests/results/152.processed: - newline at the end was missed
                   11514: 
                   11515:        * tests/results/141.processed: - math:md5 must be lowercased
                   11516: 
                   11517:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   11518: 
                   11519: 2007-02-03  misha
                   11520: 
                   11521:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   11522:          test for bool added and some content length fixes
                   11523: 
                   11524:        * tests/152.html: - test for bool added
                   11525: 
                   11526:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   11527: 
                   11528:        * operators.txt: - info bool class was added
                   11529: 
1.116     moko     11530:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     11531:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   11532:          classes/string.C, classes/void.C, classes/xnode.C,
                   11533:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   11534:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   11535:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   11536:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11537:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11538:          types/types.vcproj: - bool class was added
                   11539: 
                   11540:        * src/main/pa_request.C: - fix
                   11541: 
                   11542: 2007-01-18  misha
                   11543: 
                   11544:        * src/: main/pa_string.C, classes/string.C: - return table during
                   11545:          ^string.match[][] even if no matched found.
                   11546: 
                   11547: 2006-12-20  misha
                   11548: 
                   11549:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   11550:          http://www.parser.ru/forum/?id=55598 ]
                   11551: 
                   11552: 2006-12-19  misha
                   11553: 
                   11554:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   11555:          details: http://www.parser.ru/forum/?id=52359
                   11556: 
                   11557:        * src/main/pa_request.C: - always set content-disposition for
                   11558:          $response:body[hash here]. more details:
                   11559:          http://www.parser.ru/forum/?id=52130
                   11560: 
                   11561: 2006-12-07  misha
                   11562: 
                   11563:        * operators.txt: - added info about bool params in cookie set
                   11564: 
                   11565:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   11566:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   11567:          ]
                   11568: 
                   11569:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   11570:          was added
                   11571: 
                   11572: 2006-12-02  misha
                   11573: 
                   11574:        * src/classes/file.C: - file_block_read used instead of native read
                   11575: 
                   11576:        * src/main/pa_common.C: - added file_block_read with read error
                   11577:          detection - file_block_read used instead of native read
                   11578: 
                   11579:        * src/include/pa_common.h: - added file_block_read declaration
                   11580: 
                   11581: 2006-12-01  misha
                   11582: 
                   11583:        * operators.txt: - info about $var.CLASS_NAME was added
                   11584: 
                   11585:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11586:          $var.CLASS_NAME added
                   11587: 
                   11588:        * operators.txt: - added info about ^file:copy[]
                   11589: 
                   11590:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   11591: 
                   11592: 2006-11-20  misha
                   11593: 
                   11594:        * src/classes/date.C: - bug fix :)
                   11595: 
                   11596: 2006-11-17  misha
                   11597: 
                   11598:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   11599:          to static
                   11600: 
                   11601:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   11602:          small changes in crc32 calculation
                   11603: 
                   11604:        * src/classes/date.C: - not needed code was removed
                   11605: 
                   11606: 2006-11-16  misha
                   11607: 
                   11608:        * src/types/pa_vmail.C: - fix missed brakes
                   11609: 
                   11610:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   11611:          multipart/related instead of multipart/mixed if file have
                   11612:          $.content-id[]
                   11613: 
                   11614: 2006-11-15  misha
                   11615: 
                   11616:        * src/types/pa_vdouble.h: abs -> fabs
                   11617: 
                   11618: 2006-11-14  misha
                   11619: 
                   11620:        * operators.txt: - added info about ^file.md5[] and
                   11621:          ^file:md5[file-name]
                   11622: 
                   11623:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   11624:          added
                   11625: 
                   11626:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   11627:          FILE_BUFFER_SIZE
                   11628: 
                   11629:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   11630: 
                   11631:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   11632:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   11633: 
                   11634:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   11635:          values was fixed
                   11636: 
                   11637: 2006-11-13  misha
                   11638: 
                   11639:        * operators.txt: - added info about ^math:crc32[string],
                   11640:          ^file:crc32[file-name] & ^file.crc32[]
                   11641: 
                   11642:        * src/classes/math.C: - added ^math:crc32[string]
                   11643: 
                   11644:        * src/classes/file.C: - some comments were changed - added
                   11645:          ^file:crc32[file-name] and ^file.crc32[]
                   11646: 
                   11647:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   11648:          crc32 calculation added
                   11649: 
                   11650: 2006-11-03  misha
                   11651: 
                   11652:        * src/include/pa_array.h: - not needed variable removed
                   11653: 
                   11654:        * tests/: 150.html, 151.html, results/150.processed,
                   11655:          results/151.processed: - 2 tests were added
                   11656: 
                   11657:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   11658:          with $.reverse(1) were fixed
                   11659: 
                   11660:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   11661:          query converted to $.charset during ^file::load[http://...]
                   11662: 
                   11663: 2006-11-02  misha
                   11664: 
                   11665:        * src/include/pa_table.h: ups. forget '=' char
                   11666: 
                   11667:        * src/include/pa_table.h: - one more fix in
                   11668:          .locate[...][$.reverse(1)]
                   11669: 
                   11670: 2006-11-01  misha
                   11671: 
                   11672:        * src/classes/math.C: - bug fix, details:
                   11673:          http://www.parser.ru/forum/?id=53360
                   11674: 
                   11675:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   11676:          false for all records )[$.reverse(1)]
                   11677: 
                   11678:        * src/main/pa_http.C: - second param for this mid method is length
                   11679:          but not end_index so this method has error and can't detect
                   11680:          charsets in next content-types: Content-type: text/html;
                   11681:          charset="windows-1251" Content-type: text/html;
                   11682:          charset="windows-1251"; Content-type: text/html;
                   11683:          charset=windows-1251;
                   11684: 
                   11685:          only Content-type: text/html; charset=windows-1251 was fine
                   11686: 
                   11687: 2006-10-31  misha
                   11688: 
                   11689:        * src/classes/file.C: - empty args in file::exec removed now
                   11690: 
                   11691: 2006-09-03  paf
                   11692: 
                   11693:        * src/classes/file.C: proper tainting of
                   11694:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   11695: 
                   11696: 2006-06-09  paf
                   11697: 
                   11698:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   11699: 
                   11700:        * src/classes/table.C: formatting
                   11701: 
                   11702:        * src/classes/table.C: incorporated patch from misha: Sent:
                   11703:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   11704:          ignoring string options for ^table.save[]
                   11705: 
                   11706:        * src/classes/hash.C: incorporated patch from misha Sent:
                   11707:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   11708:          $hash._default disappear while
                   11709: 
                   11710:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   11711:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   11712: 
                   11713:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   11714:          PM Subject: patch for base64 in ^mail:send[] %-)
                   11715: 
                   11716: 2006-04-09  paf
                   11717: 
                   11718:        * src/main/compile.tab.C: ` change compiled
                   11719: 
                   11720:        * gnu.vcproj, operators.txt, parser3.sln,
                   11721:          src/classes/classes.vcproj, src/classes/file.C,
                   11722:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   11723:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11724:          src/classes/xnode.C, src/include/pa_array.h,
                   11725:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11726:          src/include/pa_memory.h, src/include/pa_request.h,
                   11727:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11728:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11729:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11730:          src/lib/pcre/pcre_dftables.vcproj,
                   11731:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11732:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11733:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11734:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11735:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11736:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11737:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11738:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11739:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11740:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11741:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11742:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11743:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11744:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11745:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11746:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   11747:          ^menu, ^hash/hashfile.foreach
                   11748: 
                   11749:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11750:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11751:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11752:          src/classes/xnode.C, src/include/pa_array.h,
                   11753:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11754:          src/include/pa_memory.h, src/include/pa_request.h,
                   11755:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11756:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11757:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11758:          src/lib/pcre/pcre_dftables.vcproj,
                   11759:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11760:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11761:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11762:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11763:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11764:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11765:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11766:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11767:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11768:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11769:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11770:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11771:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11772:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11773:          tests/descript.ion: ! switched to VS2005 (projects and
                   11774:          object<info explicitly typed>.for_each(, info)) +
                   11775:          $response:field[] setting void means removing + grammar $name`
                   11776:          name stops now, for mysql `$field` + started ^break[]
                   11777:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   11778:          foreach) + all log messages += [uri=, method=, cl=]
                   11779: 
                   11780:        * buildall-with-xml: merged . ftp paths update
                   11781: 
                   11782:        * buildall-with-xml: . ftp paths update
                   11783: 
                   11784: 2006-03-04  paf
                   11785: 
                   11786:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   11787:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   11788: 
                   11789:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   11790:          Igor Zinkovsky for detailed report]
                   11791: 
                   11792: 2006-03-01  paf
                   11793: 
                   11794:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11795:          \n to ' ' in
                   11796: 
                   11797: 2006-02-18  paf
                   11798: 
                   11799:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11800:          \n to ' ' in
                   11801: 
                   11802:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   11803: 
                   11804: 2006-02-03  paf
                   11805: 
                   11806:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   11807:          base64
                   11808: 
                   11809:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   11810: 
                   11811: 2006-01-20  paf
                   11812: 
                   11813:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11814:          economy fix
                   11815: 
                   11816:        * src/classes/: table.C: merged from HEAD ! bugfix
                   11817:          ^table.save[$.encloser-s now handled properly
                   11818: 
                   11819:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   11820:          handled properly
                   11821: 
                   11822: 2006-01-19  paf
                   11823: 
                   11824:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   11825:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   11826:          helps a lot in our case: after transform we want
                   11827:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   11828: 
                   11829:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11830:          economy fix
                   11831: 
                   11832:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   11833:          activates merging of free memory blocks which helps a lot in our
                   11834:          case: after transform we want CORD(main.result)->cstr[big
                   11835:          malloc]->transcode[big malloc]
                   11836: 
                   11837: 2006-01-17  paf
                   11838: 
                   11839:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   11840:          before reading them. got rid of reallocs = became quicker and
                   11841:          less fragmentated
                   11842: 
                   11843: 2005-12-29  paf
                   11844: 
1.116     moko     11845:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   11846:          configure, configure.in, src/include/pa_version.h,
                   11847:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     11848:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   11849:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   11850:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   11851:          src/lib/ltdl/missing: . merged from 3.2.1
                   11852: 
1.116     moko     11853:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   11854:          packaged when 'make dist', so do configure companion files in
                   11855:          src/lib/ltdl
                   11856: 
                   11857:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   11858:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   11859:          missing: . now config_auto.h is created with configure [were
                   11860:          constant]
1.95      moko     11861: 
                   11862:        * INSTALL: . references to documentation and some clarification
                   11863: 
                   11864:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   11865:          indication
                   11866: 
1.116     moko     11867:        * Makefile.am: . dist+=buildall*
1.95      moko     11868: 
                   11869: 2005-12-28  paf
                   11870: 
                   11871:        * configure: . 3.2.1
                   11872: 
                   11873:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   11874:          simplify build process, see INSTALL
                   11875: 
                   11876: 2005-12-26  paf
                   11877: 
                   11878:        * configure: ver
                   11879: 
                   11880:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   11881:          version
                   11882: 
                   11883: 2005-12-21  paf
                   11884: 
                   11885:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   11886:          compiled with bison 1.875b, it reports unexpected token names
                   11887: 
                   11888: 2005-12-19  paf
                   11889: 
                   11890:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   11891:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   11892: 
                   11893:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   11894:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11895:          src/main/main.vcproj, src/main/pa_globals.C,
                   11896:          src/targets/cgi/parser3.vcproj,
                   11897:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   11898:          configure, configure.in, src/include/pa_version.h: . killing
                   11899:          gdome [what a relief]
                   11900: 
                   11901:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   11902:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   11903:          run_parser.sh, results/001.processed, results/002.processed,
                   11904:          results/003.processed, results/004.processed,
                   11905:          results/005.processed, results/006.processed,
                   11906:          results/008.processed, results/009.processed,
                   11907:          results/010.processed, results/011.processed,
                   11908:          results/012.processed, results/013.processed,
                   11909:          results/014.processed, results/015.processed,
                   11910:          results/016.processed, results/017.processed,
                   11911:          results/018.processed, results/020.processed,
                   11912:          results/021.processed, results/022.processed,
                   11913:          results/023.processed, results/024.processed,
                   11914:          results/025.processed, results/026.processed,
                   11915:          results/027.processed, results/028.processed,
                   11916:          results/029.processed, results/030.processed,
                   11917:          results/031.processed, results/032.processed,
                   11918:          results/033.processed, results/034.processed,
                   11919:          results/035.processed, results/036.processed,
                   11920:          results/037.processed, results/038.processed,
                   11921:          results/039.processed, results/040.processed,
                   11922:          results/041.processed, results/042.processed,
                   11923:          results/043.processed, results/044.processed,
                   11924:          results/045.processed, results/046.processed,
                   11925:          results/047.processed, results/048.processed,
                   11926:          results/049.processed, results/050.processed,
                   11927:          results/051.processed, results/052.processed,
                   11928:          results/053.processed, results/054.processed,
                   11929:          results/055.processed, results/056.processed,
                   11930:          results/057.processed, results/058.processed,
                   11931:          results/059.processed, results/060.processed,
                   11932:          results/061.processed, results/062.processed,
                   11933:          results/063.processed, results/064.processed,
                   11934:          results/065.processed, results/066.processed,
                   11935:          results/067.processed, results/068.processed,
                   11936:          results/069.processed, results/070.processed,
                   11937:          results/071.processed, results/072.processed,
                   11938:          results/073.processed, results/074.processed,
                   11939:          results/075.processed, results/076.processed,
                   11940:          results/077.processed, results/078.processed,
                   11941:          results/079.processed, results/080.processed,
                   11942:          results/081.processed, results/082.processed,
                   11943:          results/083.processed, results/084.processed,
                   11944:          results/085.processed, results/086.processed,
                   11945:          results/087.processed, results/088.processed,
                   11946:          results/089.processed, results/090.processed,
                   11947:          results/091.processed, results/092.processed,
                   11948:          results/093.processed, results/094.processed,
                   11949:          results/095.processed, results/096.processed,
                   11950:          results/097.processed, results/099.processed,
                   11951:          results/100.processed, results/101.processed,
                   11952:          results/102.processed, results/104.processed,
                   11953:          results/105.processed, results/106.processed,
                   11954:          results/107.processed, results/108.processed,
                   11955:          results/109.processed, results/110.processed,
                   11956:          results/111.processed, results/112.processed,
                   11957:          results/113.processed, results/114.processed,
                   11958:          results/115.processed, results/117.processed,
                   11959:          results/119.processed, results/120.processed,
                   11960:          results/121.processed, results/122.processed,
                   11961:          results/123.processed, results/124.processed,
                   11962:          results/125.processed, results/126.processed,
                   11963:          results/127.processed, results/128.processed,
                   11964:          results/129.processed, results/130.processed,
                   11965:          results/131.processed, results/132.processed,
                   11966:          results/133.processed, results/134.processed,
                   11967:          results/135.processed, results/136.processed,
                   11968:          results/138.processed, results/139.processed,
                   11969:          results/140.processed, results/141.processed,
                   11970:          results/142.processed, results/143.processed,
                   11971:          results/144.processed, results/145.processed,
                   11972:          results/146.processed, results/147.processed,
                   11973:          results/148.processed, results/149.processed, results/auto.p: .
                   11974:          now works if we turn off default auto.p
                   11975: 
1.116     moko     11976:        * configure: . makes
1.95      moko     11977: 
                   11978:        * src/types/pa_vxnode.C: . less warnings
                   11979: 
                   11980:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   11981:          tests/145.html, tests/149.html, tests/descript.ion,
                   11982:          tests/outputs/d.cmd, tests/results/142.processed,
                   11983:          tests/results/143.processed, tests/results/144.processed,
                   11984:          tests/results/145.processed, tests/results/146.processed,
                   11985:          tests/results/147.processed, tests/results/148.processed,
                   11986:          tests/results/149.processed: . removed .nodeValue from all node
                   11987:          types other than 5 (grabbed piece from gdome)
                   11988: 
                   11989:        * tests/: 137.html, results/137.processed: . not handled this case
                   11990:          yet. code does not hang from inserting parent into child,
                   11991:          considering thing minor issue -- nodes are removed from source
                   11992:          anyway, don't know why shold that be an error after all
                   11993: 
                   11994:        * src/targets/cgi/parser3.C: . style
                   11995: 
                   11996:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   11997:          xdoc too [were barking "not element"]
                   11998: 
                   11999: 2005-12-16  paf
                   12000: 
                   12001:        * tests/: 146.html, 147.html, 148.html: . more tests
                   12002: 
                   12003:        * src/classes/xnode.C: . also bark on possible errors
                   12004: 
                   12005:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   12006:          props
                   12007: 
                   12008:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   12009:          main/compile.y: merged from HEAD ! fixed overoptimized
                   12010:          ^call(false) case. (confused it with ^call[] case)
                   12011: 
                   12012:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   12013:          ^call(false) case. (confused it with ^call[] case)
                   12014: 
                   12015:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   12016: 
                   12017:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   12018:          results/001.processed, results/002.processed,
                   12019:          results/003.processed, results/004.processed,
                   12020:          results/005.processed, results/006.processed,
                   12021:          results/008.processed, results/009.processed,
                   12022:          results/010.processed, results/011.processed,
                   12023:          results/012.processed, results/013.processed,
                   12024:          results/014.processed, results/015.processed,
                   12025:          results/016.processed, results/017.processed,
                   12026:          results/018.processed, results/019.processed,
                   12027:          results/020.processed, results/021.processed,
                   12028:          results/022.processed, results/023.processed,
                   12029:          results/024.processed, results/025.processed,
                   12030:          results/026.processed, results/027.processed,
                   12031:          results/028.processed, results/029.processed,
                   12032:          results/030.processed, results/031.processed,
                   12033:          results/032.processed, results/033.processed,
                   12034:          results/034.processed, results/035.processed,
                   12035:          results/036.processed, results/037.processed,
                   12036:          results/038.processed, results/039.processed,
                   12037:          results/040.processed, results/041.processed,
                   12038:          results/042.processed, results/043.processed,
                   12039:          results/044.processed, results/045.processed,
                   12040:          results/046.processed, results/047.processed,
                   12041:          results/048.processed, results/049.processed,
                   12042:          results/050.processed, results/051.processed,
                   12043:          results/052.processed, results/053.processed,
                   12044:          results/054.processed, results/055.processed,
                   12045:          results/056.processed, results/057.processed,
                   12046:          results/058.processed, results/059.processed,
                   12047:          results/060.processed, results/061.processed,
                   12048:          results/062.processed, results/063.processed,
                   12049:          results/064.processed, results/065.processed,
                   12050:          results/066.processed, results/067.processed,
                   12051:          results/068.processed, results/069.processed,
                   12052:          results/070.processed, results/071.processed,
                   12053:          results/072.processed, results/073.processed,
                   12054:          results/074.processed, results/075.processed,
                   12055:          results/076.processed, results/077.processed,
                   12056:          results/078.processed, results/079.processed,
                   12057:          results/080.processed, results/081.processed,
                   12058:          results/082.processed, results/083.processed,
                   12059:          results/084.processed, results/085.processed,
                   12060:          results/086.processed, results/087.processed,
                   12061:          results/088.processed, results/089.processed,
                   12062:          results/090.processed, results/091.processed,
                   12063:          results/092.processed, results/093.processed,
                   12064:          results/094.processed, results/095.processed,
                   12065:          results/096.processed, results/097.processed,
                   12066:          results/099.processed, results/101.processed,
                   12067:          results/102.processed, results/104.processed,
                   12068:          results/105.processed, results/106.processed,
                   12069:          results/107.processed, results/108.processed,
                   12070:          results/109.processed, results/110.processed,
                   12071:          results/111.processed, results/112.processed,
                   12072:          results/113.processed, results/114.processed,
                   12073:          results/115.processed, results/116.processed,
                   12074:          results/117.processed, results/118.processed,
                   12075:          results/119.processed, results/120.processed,
                   12076:          results/121.processed, results/122.processed,
                   12077:          results/123.processed, results/124.processed,
                   12078:          results/125.processed, results/126.processed,
                   12079:          results/127.processed, results/128.processed,
                   12080:          results/129.processed, results/130.processed,
                   12081:          results/131.processed, results/132.processed,
                   12082:          results/133.processed, results/134.processed,
                   12083:          results/135.processed, results/136.processed,
                   12084:          results/137.processed, results/138.processed,
                   12085:          results/139.processed, results/140.processed,
                   12086:          results/141.processed: . refreshed old tests, made them work
                   12087:          without auto.p (in utf8) . things noted: . gif got encoded
                   12088:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   12089:          some strange year)
                   12090: 
                   12091:        * INSTALL: . revived linux libgc fix
                   12092: 
                   12093:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   12094:          glib/gdome in INSTALL and patches]
                   12095: 
                   12096:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12097:          include/pa_charset.h, include/pa_config_includes.h,
                   12098:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   12099:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   12100:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   12101:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   12102:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   12103:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   12104:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12105:          types/pa_vxnode.h: . started killing gdome
                   12106: 
                   12107: 2005-12-13  paf
                   12108: 
                   12109:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   12110:          @unhandled_exception thrown another exception, print correct
                   12111:          origin (earlier code in catch of exception inside of
                   12112:          @unhandled_exception grabbed parent_frame(original_exception)
                   12113:          origin and printed it, instead of true origin)
                   12114: 
                   12115:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   12116:          another exception, print correct origin (earlier code in catch of
                   12117:          exception inside of @unhandled_exception grabbed
                   12118:          parent_frame(original_exception) origin and printed it, instead
                   12119:          of true origin)
                   12120: 
                   12121: 2005-12-09  paf
                   12122: 
                   12123:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   12124:          detection problem, due to change in gc6.4 code
                   12125: 
                   12126:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   12127:          ignored in ^string.matched :(
                   12128: 
                   12129:        * src/main/pa_string.C: ! regex tainting were ignored in
                   12130:          ^string.matched :(
                   12131: 
                   12132:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   12133:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12134:          src/main/compile.y, src/main/compile_tools.h,
                   12135:          src/main/pa_charset.C, src/main/pa_common.C,
                   12136:          src/main/pa_globals.C, src/main/pa_string.C,
                   12137:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   12138:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   12139: 
                   12140: 2005-12-08  paf
                   12141: 
                   12142:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   12143:          500 chars now handled OK [were wrapped on 500th char according to
                   12144:          rfc, but sendmail failed to unwrap it properly]
                   12145: 
                   12146:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   12147:          handled OK [were wrapped on 500th char according to rfc, but
                   12148:          sendmail failed to unwrap it properly]
                   12149: 
                   12150:        * src/targets/isapi/parser3isapi.C: . less warnings
                   12151: 
                   12152:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   12153:          since 3.1.5
                   12154: 
                   12155:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   12156:          link fixes
                   12157: 
                   12158:        * src/: classes/date.C, include/pa_config_fixed.h,
                   12159:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12160:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   12161:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   12162: 
                   12163:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   12164:          [in current storage scheme there's no place for them. someday we
                   12165:          can add third CORD to store origins and special version of parser
                   12166:          which stores origins there [separate binary]]
                   12167: 
                   12168: 2005-12-07  paf
                   12169: 
                   12170:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   12171: 
                   12172:        * src/include/pa_version.h: makefiles
                   12173: 
                   12174:        * src/include/pa_version.h: . not beta
                   12175: 
                   12176:        * configure, configure.in, src/include/pa_version.h: not beta
                   12177: 
                   12178: 2005-12-06  paf
                   12179: 
                   12180:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   12181:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   12182:          decided to undo the change ^call[$void] passes void. now it will
                   12183:          pass empty string again.
                   12184: 
                   12185:        * src/main/: compile.tab.C, compile.y: . version readded
                   12186: 
                   12187:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   12188:          = ^switch[void] problem
                   12189: 
                   12190: 2005-12-01  paf
                   12191: 
                   12192:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   12193:          caused ^case[string] to be coerced to double since searching
                   12194:          value were not string (it was vvoid)
                   12195: 
                   12196:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   12197:          ^case[string] to be coerced to double since searching value were
                   12198:          not string (it was vvoid)
                   12199: 
                   12200:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   12201:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   12202: 
                   12203: 2005-11-30  paf
                   12204: 
                   12205:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   12206:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   12207: 
                   12208:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   12209:          putenv("TZ="), on unix works only putenv("TZ")
                   12210: 
                   12211:        * INSTALL: . xml libs versions updated
                   12212: 
                   12213:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   12214:          claims that fixed a lot there // 20040920 for now both
                   12215:          workarounds needed. wait for new libxml/xsl versions
                   12216: 
                   12217: 2005-11-28  paf
                   12218: 
                   12219:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   12220:          columns==0
                   12221: 
                   12222:        * src/classes/table.C: ! nameless table has columns==0
                   12223: 
                   12224:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   12225:          earlier [was totally wrong]
                   12226: 
                   12227:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   12228:          wrong]
                   12229: 
                   12230: 2005-11-25  paf
                   12231: 
                   12232:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   12233:          undoing for now...
                   12234: 
                   12235:        * src/include/pa_version.h: -this reduces speed(table::load),
                   12236:          strange. undoing
                   12237: 
                   12238:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   12239: 
                   12240:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   12241: 
                   12242:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   12243:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   12244:          this speeds things up and saves memory a LOT! (not noticed
                   12245:          negative effect on syntetic tests, future will tell...)
                   12246: 
                   12247:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   12248:          changed gc_malloc implementation, which obscured profiling
                   12249: 
                   12250:        * src/classes/table.C: merged from HEAD: + optimized
                   12251:          table::load/sql, now row ArrayString-s allocated with
                   12252:          columns.count() elements and don't always grow from
                   12253:          count=3[realloc,realloc]
                   12254: 
                   12255:        * src/classes/table.C: + optimized table::load/sql, now row
                   12256:          ArrayString-s allocated with columns.count() elements and don't
                   12257:          always grow from count=3[realloc,realloc]
                   12258: 
                   12259:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   12260:          buffer after save
                   12261: 
                   12262:        * src/classes/table.C: . ^table.save unused buffer after save
                   12263: 
                   12264: 2005-11-24  paf
                   12265: 
                   12266:        * configure.in: . merged glib2-config patch
                   12267: 
                   12268:        * configure.in: + trying to find glib2-config
                   12269: 
                   12270:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12271:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   12272:          file/dir_readable to simple file/dir_exist, this would help in
                   12273:          situations "class not found because .p file has bad rights" << in
                   12274:          that case error would be explicit "access denied to 'this' file"
                   12275: 
1.116     moko     12276:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     12277: 
                   12278:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12279:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   12280:          to simple file/dir_exist, this would help in situations "class
                   12281:          not found because .p file has bad rights" << in that case error
                   12282:          would be explicit "access denied to 'this' file"
                   12283: 
                   12284:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   12285:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12286:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   12287:          ^file::exec/cgi[script;$.charset[changed]
                   12288:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12289:          encoded in $.charset charset
                   12290: 
                   12291:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   12292:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12293:          encoded in $.charset charset
                   12294: 
                   12295:        * src/: include/Makefile.am, include/pa_common.h,
                   12296:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12297:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   12298:          separate file [preparation for
                   12299:          ^file::cgi[script;$.form[$.field1[]
                   12300: 
                   12301: 2005-11-22  paf
                   12302: 
                   12303:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   12304: 
                   12305:        * acinclude.m4, configure.in: . merged underquting fixes
                   12306: 
1.116     moko     12307:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     12308: 
                   12309:        * src/classes/op.C: . overmerged a little
                   12310: 
                   12311:        * src/main/compile.tab.C: Makefile
                   12312: 
                   12313:        * src/main/: pa_common.C: . less gcc warnings
                   12314: 
                   12315:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   12316:          now reports original exception if we have no old cache
                   12317: 
                   12318:        * src/classes/op.C: + $exception.handled[cache] now reports
                   12319:          original exception if we have no old cache
                   12320: 
                   12321:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   12322:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   12323:          \^$.[]|()?*+{}
                   12324: 
                   12325:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   12326:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   12327: 
                   12328:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12329:          getenv-ed variable, which does not work both on win32&unix.
                   12330:          copied old TZ value now
                   12331: 
                   12332:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   12333:          stored pointer to getenv-ed variable, which does not work both on
                   12334:          win32&unix. copied old TZ value now
                   12335: 
                   12336:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12337:          getenv-ed variable, which does not work both on win32&unix.
                   12338:          copied old TZ value now
                   12339: 
                   12340:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   12341:          access to internal hash
                   12342: 
                   12343:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   12344:          hash
                   12345: 
                   12346:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   12347:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12348:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12349:          very large block" messages to only important onces
                   12350: 
                   12351:        * src/targets/isapi/parser3isapi.C: +
                   12352:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12353:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12354:          very large block" messages to only important onces
                   12355: 
                   12356:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   12357:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12358: 
                   12359:        * src/classes/string.C: + removed limitation on
                   12360:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12361: 
                   12362:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   12363:          with ?params or $.form option" limitation
                   12364: 
                   12365:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   12366:          $.form option" limitation
                   12367: 
                   12368:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12369:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   12370:          ^file::base64[encoded] decode
                   12371: 
                   12372:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12373:          main/pa_common.C: + ^file.base64[] encode +
                   12374:          ^file::base64[encoded] decode
                   12375: 
                   12376:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   12377:          ^string:base64[encoded] decode
                   12378: 
                   12379:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   12380:          ^string:base64[in] encode + ^string.base64[] decode
                   12381: 
                   12382: 2005-11-21  paf
                   12383: 
                   12384:        * src/classes/file.C: + merged from HEAD:
                   12385:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12386: 
                   12387:        * src/classes/file.C: +
                   12388:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12389: 
                   12390:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   12391:          differes from :download, it does not return content-disposition
                   12392:          at all now [previusely it returned valueless content-disposition]
                   12393: 
                   12394:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   12395:          :download, it does not return content-disposition at all now
                   12396:          [previusely it returned valueless content-disposition]
                   12397: 
                   12398:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   12399:          literals, reverted to just vvod, recreating empty array with each
                   12400:          void_value token. that's absolutely needed, since that array
                   12401:          grows
                   12402: 
                   12403:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12404:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12405:          types/pa_vmethod_frame.h: + merged: expression literals:
                   12406:          true/false. ^format[$.indent(true)]
                   12407: 
                   12408:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12409:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12410:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   12411:          ^format[$.indent(true)]
                   12412: 
                   12413:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12414:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12415:          i386-pc-win32)"
                   12416: 
                   12417:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12418:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12419:          i386-pc-win32)"
                   12420: 
                   12421: 2005-11-18  paf
                   12422: 
                   12423:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   12424:          null}[$.default(123)] will now return default value
                   12425: 
                   12426:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   12427:          expiration time
                   12428: 
                   12429:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   12430:          time
                   12431: 
                   12432:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   12433:          failed << Exception.problem_source pointed to local var!
                   12434: 
                   12435:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   12436:          Exception.problem_source pointed to local var!
                   12437: 
                   12438:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   12439:          now loads VFile.ptr!=0, so such files can be saved now
                   12440: 
                   12441:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   12442:          loads VFile.ptr!=0, so such files can be saved now
                   12443: 
                   12444:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   12445:          only . and .. now removed from list [were removed all .*]
                   12446: 
                   12447:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   12448:          .. now removed from list [were removed all .*]
                   12449: 
                   12450:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   12451:          open error now checked, were not :( [stole that piece from apache
                   12452:          1.3 sources]
                   12453: 
                   12454:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   12455:          checked, were not :( [stole that piece from apache 1.3 sources]
                   12456: 
                   12457:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   12458:          untainting of @main result if returned by $result or
                   12459:          $response:body
                   12460: 
                   12461:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   12462:          result if returned by $result or $response:body
                   12463: 
                   12464:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   12465:          issue: now tries to guess content-length and allocates one big
                   12466:          piece if possible [regretfully gc_realloc works as malloc+free,
                   12467:          leaving lots of holes behind]
                   12468: 
                   12469:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   12470:          fixed file load memory issue: now tries to guess content-length
                   12471:          and allocates one big piece if possible [regretfully gc_realloc
                   12472:          works as malloc+free, leaving lots of holes behind]
                   12473: 
                   12474: 2005-11-16  paf
                   12475: 
                   12476:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   12477:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   12478:          table::save with enclosers now doubles them: "->"" !
                   12479:          table::save/load do not remove elements from options hash
                   12480: 
                   12481:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   12482:          [were overoptimized ^if(double_literal), compiler confused
                   12483:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12484: 
                   12485:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   12486:          [were overoptimized ^if(double_literal), compiler confused
                   12487:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12488: 
                   12489:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   12490:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   12491:          "->"" ! table::save/load do not remove elements from options hash
                   12492: 
                   12493: 2005-11-03  paf
                   12494: 
1.116     moko     12495:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   12496:          compilation, not all makefiles liked that
1.95      moko     12497: 
                   12498: 2005-08-30  paf
                   12499: 
                   12500:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   12501: 
                   12502:        * src/classes/op.C: . speedup check of [DEFAULT]
                   12503: 
                   12504: 2005-08-26  paf
                   12505: 
                   12506:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   12507: 
                   12508:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   12509: 
                   12510:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   12511:          complains about bad!=nameless
                   12512: 
                   12513:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   12514:          about bad!=nameless
                   12515: 
                   12516:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   12517:          optional options were allowed to be empty. were checked
                   12518:          if(is_string), changed to !defined||is_string to allow void
                   12519: 
                   12520:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   12521:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   12522:          options were allowed to be empty. were checked if(is_string),
                   12523:          changed to !defined||is_string to allow void
                   12524: 
                   12525:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   12526:          as_junction where they needed as_int/double, so failed with
                   12527:          recent "(const) now no junction" optimization
                   12528: 
                   12529:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   12530:          merged ! many classes/*  used as_junction where they needed
                   12531:          as_int/double, so failed with recent "(const) now no junction"
                   12532:          optimization
                   12533: 
                   12534:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   12535:          classes/op.C, classes/string.C, classes/table.C,
                   12536:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   12537:          used as_junction where they needed as_int/double, so failed with
                   12538:          recent "(const) now no junction" optimization
                   12539: 
                   12540: 2005-08-24  paf
                   12541: 
                   12542:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   12543:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   12544:          stripped it
                   12545: 
                   12546: 2005-08-09  paf
                   12547: 
                   12548:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12549:          not cleared
                   12550: 
                   12551:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12552:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12553:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12554:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12555:          classes/response.C, classes/string.C, classes/table.C,
                   12556:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12557:          include/pa_array.h, include/pa_cache_managers.h,
                   12558:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12559:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12560:          include/pa_dictionary.h, include/pa_dir.h,
                   12561:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12562:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12563:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12564:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12565:          include/pa_sapi.h, include/pa_socks.h,
                   12566:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12567:          include/pa_stack.h, include/pa_string.h,
                   12568:          include/pa_stylesheet_connection.h,
                   12569:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12570:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12571:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12572:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12573:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12574:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12575:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12576:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12577:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12578:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12579:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12580:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12581:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12582:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12583:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12584:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12585:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12586:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   12587:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12588:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12589:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12590:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   12591:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12592:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   12593:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12594:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12595:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   12596:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12597:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12598:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12599:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12600:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12601:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12602:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12603:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12604:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12605:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12606:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   12607: 
                   12608:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12609:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   12610:          speedup consequent checks in vmethod_frame
                   12611: 
                   12612:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12613:          not cleared
                   12614: 
                   12615:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   12616:          params: 50 max (were 10)
                   12617: 
                   12618:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   12619:          params: 50 max (were 10)
                   12620: 
                   12621:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12622:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   12623:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   12624:          empty string) ! simplified (double) speedup consequent checks in
                   12625:          vmethod_frame
                   12626: 
                   12627:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   12628:          optimized constants in expressions vstring->vdouble + optimized
                   12629:          ^call(vdouble), no junction creation, no calls later
                   12630: 
                   12631: 2005-08-08  paf
                   12632: 
                   12633:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   12634:          compile_tools.h: merged + optimized constants in expressions
                   12635:          vstring->vdouble + optimized ^call(vdouble), no junction
                   12636:          creation, no calls later
                   12637: 
                   12638:        * src/types/pa_vdouble.h: merged . double values without fractional
                   12639:          part now default printed as %.0f instead of %g
                   12640: 
                   12641:        * src/types/pa_vdouble.h: . double values without fractional part
                   12642:          now default printed as %.0f instead of %g
                   12643: 
                   12644:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   12645:          cause an exception
                   12646: 
                   12647:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   12648:          exception
                   12649: 
                   12650:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   12651:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12652:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12653:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12654:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   12655:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12656:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12657:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12658:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12659:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12660:          merged VJunction(new Junction) optimization from 3.1.4
                   12661: 
                   12662:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   12663:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   12664:          Junction(params)) to new VJunction(params), thousands of mallocs
                   12665:          removed
                   12666: 
                   12667: 2005-08-05  paf
                   12668: 
                   12669:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   12670:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   12671:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   12672:          creation, no calls later
                   12673: 
                   12674:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12675:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12676:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12677:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12678:          classes/response.C, classes/string.C, classes/table.C,
                   12679:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12680:          include/pa_array.h, include/pa_cache_managers.h,
                   12681:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12682:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12683:          include/pa_dictionary.h, include/pa_dir.h,
                   12684:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12685:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12686:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12687:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12688:          include/pa_sapi.h, include/pa_socks.h,
                   12689:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12690:          include/pa_stack.h, include/pa_string.h,
                   12691:          include/pa_stylesheet_connection.h,
                   12692:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12693:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12694:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12695:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12696:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12697:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   12698:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12699:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12700:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12701:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12702:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   12703:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12704:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12705:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12706:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12707:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12708:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12709:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12710:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12711:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12712:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12713:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12714:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12715:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   12716:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12717:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12718:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   12719:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   12720:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12721:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12722:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12723:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12724:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12725:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12726:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12727:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12728:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   12729: 
                   12730:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   12731:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   12732:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12733:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   12734:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   12735:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   12736:          optimized constants in expressions vstring->vdouble
                   12737: 
                   12738: 2005-07-29  paf
                   12739: 
                   12740:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   12741: 
                   12742:        * src/types/pa_vclass.C: + property getter can now be overridden
                   12743: 
                   12744:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   12745:          bug fix: static parent fields were not replaced in case
                   12746:          $derived:field[put] + property setter can now be overridden
                   12747: 
                   12748: 2005-07-28  paf
                   12749: 
                   12750:        * configure, configure.in, src/classes/classes.h,
                   12751:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   12752:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   12753:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   12754:          src/classes/xnode.h, src/include/pa_hash.h,
                   12755:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     12756:          src/types/Makefile.am, src/types/pa_method.h,
                   12757:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12758:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12759:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   12760:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   12761:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   12762:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   12763:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12764:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   12765:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12766:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12767:          src/types/pa_vstateless_class.h,
1.95      moko     12768:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   12769:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12770:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   12771:          dynamic_fields_join
                   12772: 
                   12773:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   12774:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   12775:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12776:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12777:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12778:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12779:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12780:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12781:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   12782:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   12783:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   12784:          restored its checks in vobject.put_element->static fields |
                   12785:          dynamic properties
                   12786: 
                   12787: 2005-07-27  paf
                   12788: 
                   12789:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   12790:          is some old code containing @set_name $name
                   12791: 
                   12792:        * src/types/pa_vobject.h: . fixed warning
                   12793: 
                   12794:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     12795:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     12796: 
                   12797:        * src/: classes/xnode.C, include/pa_hash.h,
                   12798:          types/pa_vstateless_class.C: ! new asserts were all false.
                   12799:          regretfully reverted them all to checks
                   12800: 
                   12801:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12802:          classes/op.C, main/execute.C, types/pa_method.h,
                   12803:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12804:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12805:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12806:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12807:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12808:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12809:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12810:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12811:          joined_dynamic_fields: removed unused param from put_method
                   12812:          (returned to 3 params)
                   12813: 
                   12814:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   12815:          joined_dynamic_fields: dynamic get/set works with overriding
                   12816:          props [alpha2]
                   12817: 
                   12818:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   12819:          works [alfa]
                   12820: 
                   12821:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12822:          classes/op.C, include/pa_hash.h, main/execute.C,
                   12823:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12824:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12825:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12826:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12827:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12828:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12829:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12830:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12831:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12832:          joined_dynamic_fields: just compiled
                   12833: 
                   12834:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12835:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12836:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   12837:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   12838:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   12839: 
                   12840:        * src/types/pa_vobject.C: . object setters [only started, does not
                   12841:          work yet]
                   12842: 
                   12843:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   12844:          object setters [only started, does not work yet]
                   12845: 
                   12846: 2005-07-26  paf
                   12847: 
                   12848:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   12849:          works [alpha2]. for classes. todo: for objects
                   12850: 
                   12851:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   12852:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12853:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12854:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12855:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12856:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12857:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12858:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12859:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12860:          properties: set works [alpha1]
                   12861: 
                   12862: 2005-07-25  paf
                   12863: 
                   12864:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   12865:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   12866:          properties: started, get works [alpha1, other approach]
                   12867: 
                   12868:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   12869:          properties: started, get works [alpha2]
                   12870: 
                   12871:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   12872:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   12873: 
                   12874: 2005-07-15  paf
                   12875: 
                   12876:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   12877:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   12878:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12879:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12880:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12881:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   12882:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12883:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12884:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12885:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12886:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   12887:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   12888:          [getters work but think of changing them too to precaching]
                   12889: 
                   12890: 2005-07-08  paf
                   12891: 
                   12892:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   12893:          gpf
                   12894: 
                   12895: 2005-06-28  paf
                   12896: 
                   12897:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   12898:          in passing empty strings to file::exec/cgi environment
                   12899: 
                   12900: 2005-06-06  paf
                   12901: 
                   12902:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   12903:          ^table:sql ^hash:sql now DO process $.bind option
                   12904: 
                   12905: 2005-05-24  paf
                   12906: 
                   12907:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   12908:          $.limit] now work again [support was broken in 3.1.4]
                   12909: 
                   12910:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   12911:          ALL_INTERIOR_POINTERS
                   12912: 
                   12913: 2005-05-12  paf
                   12914: 
                   12915:        * configure: 3.1.5beta
                   12916: 
                   12917:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   12918: 
                   12919:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   12920:          $.limit] now work again [support was broken in 3.1.4]
                   12921: 
                   12922:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   12923:          line-width  [was refusing to fill if line-width >1, thanks to
                   12924:          Seras <seras@pinxit.lt> for repro case
                   12925: 
                   12926: 2005-04-25  paf
                   12927: 
                   12928:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   12929:          correctly
                   12930: 
                   12931: 2005-04-19  paf
                   12932: 
                   12933:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   12934:          in VString violating invariant!!
                   12935: 
                   12936:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   12937:          getenv("TZ")==null
                   12938: 
                   12939: 2005-04-08  paf
                   12940: 
                   12941:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   12942:          bugfix: when there is no char in charset one byte produces 6
                   12943:          (&#255; <<max). increased buffer size!
                   12944: 
                   12945: 2005-03-23  paf
                   12946: 
                   12947:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   12948:          ^date.sql-string now takes TZ into account
                   12949: 
                   12950: 2005-03-16  paf
                   12951: 
                   12952:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   12953:          gcc 3.4
                   12954: 
                   12955:        * src/types/pa_vhash.C: . warning about eof eol
                   12956: 
                   12957: 2005-02-17  paf
                   12958: 
                   12959:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   12960:          seconds)
                   12961: 
                   12962: 2005-02-02  paf
                   12963: 
                   12964:        * src/classes/xnode.C: beauty: removed needless includes
                   12965: 
                   12966: 2005-01-31  paf
                   12967: 
                   12968:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   12969:          $.partNoNumber now alias to $.part1
                   12970: 
                   12971:        * src/types/pa_vmail.C: change: incoming letter part contains
                   12972:          "content-disposition" header with any value? now considering that
                   12973:          part to be "file#" [for text/plain text/html were $.text#
                   12974:          $.html#]
                   12975: 
                   12976:        * INSTALL: updatet to latest working versions available
                   12977: 
                   12978: 2005-01-20  paf
                   12979: 
                   12980:        * configure.in, src/include/pa_version.h: version
                   12981: 
                   12982: 2005-01-19  paf
                   12983: 
1.116     moko     12984:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   12985:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   12986:          couple warnings in parser3.C
1.95      moko     12987: 
                   12988: 2004-12-23  paf
                   12989: 
                   12990:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   12991: 
                   12992:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   12993:          dir to directory of script (when shbang used), not to directory
                   12994:          of its interpreter
                   12995: 
                   12996:        * src/include/pa_version.h: compiled on win32...
                   12997: 
                   12998:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   12999:          we need more hspace
                   13000: 
                   13001:        * configure, configure.in, src/include/pa_version.h: configured
                   13002:          host to pa_version. will be displayed everywhere
                   13003: 
                   13004:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   13005:          exception from being logged by setting $exception.handled(1)
                   13006: 
                   13007:        * operators.txt, src/classes/file.C: change:
                   13008:          ^file::sql{query}[[options]] options: $.name[file name]
                   13009:          $.content-type[application/what]
                   13010: 
                   13011:        * src/: include/pa_common.h, main/pa_common.C,
                   13012:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   13013:          new file
                   13014: 
                   13015:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   13016:          bugfix: table->hash now regards _default
                   13017: 
                   13018:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   13019:          created by accessing $name_of_method it acquired bad self=closest
                   13020:          methodframe; instead of proper self (current class)
                   13021: 
                   13022:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   13023:          hashfile produced bad cord
                   13024: 
                   13025: 2004-12-10  paf
                   13026: 
                   13027:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   13028:          subsequent failures though defined in .h
                   13029: 
                   13030:        * src/main/pa_common.C: comment on volatile
                   13031: 
                   13032:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   13033:          alarm function were not used since the beginning due to stupid
                   13034:          error [setsigjmp were not checked in configure.in]
                   13035: 
                   13036:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   13037:          unix too
                   13038: 
                   13039:        * src/main/pa_common.C: http: exception status of send/recv errors
                   13040:          change to most probable http.timeout
                   13041: 
                   13042:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   13043:          works [setsockopt on send/receive]
                   13044: 
                   13045: 2004-12-08  paf
                   13046: 
                   13047:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   13048:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   13049:          proper charset
                   13050: 
                   13051: 2004-11-24  paf
                   13052: 
                   13053:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   13054: 
                   13055:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   13056:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   13057: 
                   13058: 2004-11-12  paf
                   13059: 
                   13060:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   13061:          [since 3.0.4]
                   13062: 
                   13063: 2004-11-09  paf
                   13064: 
                   13065:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   13066:          writes basics to c:\parser3.log
                   13067: 
                   13068: 2004-10-21  paf
                   13069: 
                   13070:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   13071:          tainted strings [were returning clean onces]
                   13072: 
                   13073: 2004-10-15  paf
                   13074: 
                   13075:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   13076:          cycles(i=1; i=2), which was wrong, now does ONE
                   13077: 
                   13078: 2004-10-12  paf
                   13079: 
                   13080:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   13081: 
                   13082: 2004-10-07  paf
                   13083: 
                   13084:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   13085:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   13086:          release asserts
                   13087: 
                   13088:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   13089:          String.dump() to stdout in detailed form  [were String.v() in
                   13090:          short form]
                   13091: 
                   13092:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   13093:          \t\r\n as @#| and truncates long char sequences less
                   13094: 
                   13095: 2004-10-06  paf
                   13096: 
                   13097:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   13098:          win32 beauty: socket errors properly decoded
                   13099: 
                   13100: 2004-10-05  paf
                   13101: 
                   13102:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   13103:          request::configure_user/admin done always, even if no
                   13104:          file-to-process useful in @unhandled_exception [say, if they
                   13105:          would want to mail by SMTP something]
                   13106: 
                   13107:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   13108:          now performed prior to file loading [and @auto executing] thus
                   13109:          making $cookie:value available in @auto and in
                   13110:          @unhandled_exception when IIS is configured to run interpreter
                   13111:          even if no file exist
                   13112: 
                   13113: 2004-09-20  paf
                   13114: 
                   13115:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   13116:          somewhere where it should have called xmlMalloc and it calls
                   13117:          xmlFree when it should have not called it.  inserted two
                   13118:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   13119:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   13120:          author would fix all that.  until that day: we have SLOW garbage
                   13121:          collecting when many xml objects are alive hint: do
                   13122:          ^memory:compact[] before xdoc::create
                   13123: 
                   13124: 2004-09-17  paf
                   13125: 
                   13126:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   13127:          error from 3.0.8 version]
                   13128: 
                   13129: 2004-09-14  paf
                   13130: 
                   13131:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   13132:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   13133:          modified inside
                   13134: 
                   13135: 2004-09-13  paf
                   13136: 
                   13137:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   13138:          [were as octal]
                   13139: 
                   13140:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   13141:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   13142:          safety-check
                   13143: 
                   13144:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   13145:          [not something obscure from sdbm lib]
                   13146: 
                   13147:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   13148:          = strerror now returnes something and we can properly report that
                   13149:          to client
                   13150: 
                   13151:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   13152:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   13153: 
                   13154:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13155:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   13156:          not be unnecessary optimized away [ruining javascript]
                   13157: 
                   13158:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13159:          [tainted as-is]
                   13160: 
                   13161:        * src/classes/mail.C: bugfix: typo error
                   13162: 
                   13163: 2004-09-09  paf
                   13164: 
                   13165:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   13166:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   13167:          (bloody yandex.server)
                   13168: 
                   13169: 2004-09-06  paf
                   13170: 
                   13171:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   13172:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   13173:          encoded
                   13174: 
                   13175: 2004-09-01  paf
                   13176: 
                   13177:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   13178:          multipart/related outlook express have no problems showing
                   13179:          unrelated attachments.  todo: someday figure out a way of
                   13180:          multipart/mixed    multipart/related       text/html
                   13181:          image/xxx application/octet-stream << true attachments
                   13182: 
                   13183:        * src/types/pa_vmail.C: new:
                   13184:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   13185:          empty mail header fields removed from letter
                   13186: 
                   13187:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   13188:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   13189:          ^mail:send[    $.file[       $.any[header]
                   13190: 
                   13191: 2004-08-30  paf
                   13192: 
                   13193:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   13194:          warnings
                   13195: 
                   13196:        * src/main/pa_common.C: beauty: do not bother with charset
                   13197:          detection when ^file::load[binary
                   13198: 
                   13199: 2004-08-27  paf
                   13200: 
                   13201:        * src/main/pa_common.C: hack: for yandex.server http server
                   13202: 
                   13203: 2004-08-18  paf
                   13204: 
                   13205:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   13206:          possibly-chunked response
                   13207: 
                   13208: 2004-08-17  paf
                   13209: 
                   13210:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13211:          $f.content-type now = that of http response
                   13212: 
                   13213:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13214:          $f.content-type now = that of http response
                   13215: 
                   13216: 2004-07-30  paf
                   13217: 
                   13218:        * src/: include/pa_request.h, main/pa_request.C,
                   13219:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   13220:          win32: system&parser exceptions in release mode reported properly
                   13221:          parser exception in exception handler WERE mistakenly reported as
                   13222:          system exception, without details [in apache & isapi] +some
                   13223:          beauty in exception text
                   13224: 
                   13225:        * src/: include/pa_exception.h, main/pa_request.C,
                   13226:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   13227:          release mode reported properly parser exception in exception
                   13228:          handler WERE mistakenly reported as system exception, without
                   13229:          details
                   13230: 
                   13231:        * src/main/execute.C: beauty: simplified system exception handling
                   13232: 
                   13233: 2004-07-29  paf
                   13234: 
                   13235:        * src/classes/table.C: bugfix:
                   13236:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   13237:          were ignored, and \t used unconditionally]
                   13238: 
                   13239:        * src/types/Makefile.am: added vhash.c
                   13240: 
                   13241: 2004-07-28  paf
                   13242: 
                   13243:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   13244:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   13245:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   13246:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   13247:          failed on russian letters
                   13248: 
                   13249:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   13250:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   13251:          letters
                   13252: 
                   13253:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   13254:          as 'currentDirectory' parameter to CreateProcess
                   13255: 
                   13256: 2004-07-27  paf
                   13257: 
                   13258:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   13259:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   13260:          from release somewhere [to help searching for unhandled system
                   13261:          exceptions]
                   13262: 
                   13263:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   13264:          TZ shift
                   13265: 
                   13266:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   13267:          but also in ctor
                   13268: 
                   13269: 2004-07-26  paf
                   13270: 
                   13271:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13272:          src/main/pa_request.C, src/types/pa_vfile.h,
                   13273:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13274:          src/types/types.vcproj: new: $response:body/download[
                   13275:          $.file[name on disk]    $.name[of file for user]
                   13276:          $.mdate[date of last-modified. default from directory] ]
                   13277: 
                   13278:        * src/classes/file.C: moving file:send somewhere else..
                   13279: 
                   13280:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   13281:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   13282:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   13283:          $response:download[ $.filename[filename] $.option[] ,, ]
                   13284: 
                   13285:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   13286: 
                   13287: 2004-07-21  paf
                   13288: 
                   13289:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   13290:          to several lines
                   13291: 
                   13292:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   13293: 
                   13294:          note: ms outlook[!express] shows only first 255 characters of
                   13295:          subject
                   13296: 
                   13297: 2004-07-15  paf
                   13298: 
                   13299:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   13300:          off]
                   13301: 
                   13302: 2004-07-14  paf
                   13303: 
                   13304:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   13305:          according to lang  [were: as-is]
                   13306: 
                   13307: 2004-07-07  paf
                   13308: 
                   13309:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   13310:          checked that
                   13311: 
                   13312:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   13313:          now untainted according to their languages.  were: as-is.
                   13314:          EVERYWHERE
                   13315: 
                   13316:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   13317:          environment string now untainted according to their languages.
                   13318:          were: as-is. EVERYWHERE
                   13319: 
                   13320:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13321:          untainted according to their languages.  were: as-is. on win32:
                   13322:          ok
                   13323: 
                   13324:        * parser3.vssscc: ...would not go unnoticed
                   13325: 
                   13326:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   13327:          fails. in case on input appears nonutf, those bytes will be
                   13328:          printed in %HH form. that can be easily decoded/recovered.
                   13329: 
                   13330:          this form is quite noticable, and hopefully would not go noticed
                   13331: 
                   13332: 2004-07-06  paf
                   13333: 
                   13334:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13335:          untainted according to their languages.  were: as-is. on win32:
                   13336:          ok
                   13337: 
                   13338: 2004-07-01  paf
                   13339: 
                   13340:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   13341:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   13342:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13343:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   13344:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   13345:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   13346:          option: global optimization ON
                   13347: 
                   13348:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   13349:          to do xdoc::create{invalid chars} standard disables chars less
                   13350:          then \x20, except tab, cr, lf.
                   13351: 
                   13352:          changed tainting so that those become '!'
                   13353: 
                   13354: 2004-06-25  paf
                   13355: 
                   13356:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13357:          int on odd address [prev bugfix failed due to superwize
                   13358:          optimizer, which turned memcpy into same 'ld' asm command]
                   13359: 
                   13360:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13361:          int on odd address
                   13362: 
                   13363: 2004-06-22  paf
                   13364: 
                   13365:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   13366: 
                   13367:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   13368:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13369:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   13370:          paf(:a)}[                $.bind[                         $.a[2]
                   13371:                 ]       ] output variables work.  todo: check in out
                   13372:          variables
                   13373: 
                   13374: 2004-06-18  paf
                   13375: 
                   13376:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   13377:          classes/table.C, classes/void.C, include/pa_globals.h,
                   13378:          include/pa_sql_connection.h, main/compile.tab.C,
                   13379:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   13380:                      $.bind[                         $.a[2]          ]
                   13381:          ] input variables work.  todo:output
                   13382: 
                   13383:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   13384:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   13385:          /_bug.html?404;http://hpsv/test/
                   13386:          --------------------------------------------------------------------------------
                   13387:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   13388:          --------------------------------------------------------------------------------
                   13389:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   13390: 
                   13391: 2004-06-16  paf
                   13392: 
                   13393:        * src/targets/cgi/parser3.C: new: iis specific
                   13394:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   13395:          $request:query
                   13396:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   13397:          $form:fields IIS-STATUS="404"
                   13398:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   13399: 
                   13400:          todo: isapi too
                   13401: 
                   13402: 2004-05-26  paf
                   13403: 
                   13404:        * src/include/pa_version.h: 3.1.3
                   13405: 
                   13406:        * operators.txt: beauty: removed outdated level 'table'
                   13407: 
                   13408:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   13409: 
                   13410:        * src/main/pa_string.C: beauty: removed 3 warnings
                   13411: 
                   13412:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   13413:          classes/op.C: beauty: removed outdated level 'table'
                   13414: 
                   13415: 2004-05-25  paf
                   13416: 
                   13417:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   13418:          implementation. mistery: how anything worked
                   13419: 
                   13420:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   13421:          changed, it is now safe to use url if pointers to it are stored
                   13422:          to gc mem
                   13423: 
                   13424:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   13425:          unknown errors reported and not cause SIGSEGV now
                   13426: 
                   13427: 2004-05-24  paf
                   13428: 
                   13429:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13430:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   13431:          less memory: CORD_chars_block originally intended to ...  it was
                   13432:          good that CORD_chars_block were not used: it consumes more memory
                   13433:          [and, might be slow too] undoing that. [and removed that func so
                   13434:          that it would not confuse parser developer in future]
                   13435: 
                   13436:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   13437:          less memory: CORD_chars_block originally intended to
                   13438:          speedup/reduce mem usage were forgotten, and were used stupid
                   13439:          CORD_chars
                   13440: 
                   13441:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   13442: 
                   13443:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   13444:          BIGENDIAN processors space-conserving mech failed, causing
                   13445:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   13446:          (1|2|3));
                   13447: 
                   13448: 2004-05-14  paf
                   13449: 
                   13450:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   13451:          bugfix: void now has vfile value, and $response:body[] works OK
                   13452: 
                   13453: 2004-05-12  paf
                   13454: 
                   13455:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   13456:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   13457:          sources to use is_defined() {return as_bool();} along VBool
                   13458: 
                   13459: 2004-05-11  paf
                   13460: 
                   13461:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   13462:          referencing to local objects
                   13463: 
                   13464:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   13465:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   13466:          left intact
                   13467: 
                   13468: 2004-04-15  paf
                   13469: 
                   13470:        * src/classes/date.C: merged: beauty: unused var removed
                   13471: 
                   13472:        * src/classes/date.C: beauty: unused var removed
                   13473: 
                   13474:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   13475:          provoked bug
                   13476: 
                   13477: 2004-04-09  paf
                   13478: 
                   13479:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   13480: 
                   13481:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   13482: 
                   13483: 2004-04-08  paf
                   13484: 
                   13485:        * src/classes/date.C: new: ^date::create[y-m-d
                   13486:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   13487: 
                   13488:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   13489: 
                   13490:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   13491:          to consult default catalog [usually, that file belongs to other
                   13492:          user/group]
                   13493: 
                   13494: 2004-04-06  paf
                   13495: 
                   13496:        * src/main/pa_common.C: beauty: gcc warning removed
                   13497: 
                   13498:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   13499:          accept that trick, trying other
                   13500: 
                   13501:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   13502:          explicit result problem
                   13503: 
                   13504:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   13505:          explicit result problem
                   13506: 
                   13507:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   13508:          explicit result problem
                   13509: 
                   13510:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   13511: 
                   13512:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   13513:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   13514:          failed
                   13515: 
                   13516:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13517:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13518:          gethostbyname failed with such 'domains'] now checked properly,
                   13519:          were: needless reverse/forward dns lookup
                   13520: 
                   13521:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13522:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13523:          gethostbyname failed with such 'domains'] now checked properly,
                   13524:          were: needless reverse/forward dns lookup
                   13525: 
                   13526:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   13527:          @method[][result] means "no string output here" moved to lexical
                   13528:          level [on grammar level it were too difficult]
                   13529: 
                   13530:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   13531:          src/main/compile.y, src/main/compile_tools.h,
                   13532:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   13533:          @method[][result] means "no string output here", implemented part
                   13534:          of that idea: compiler throws away string literal generation
                   13535:          code. and barks nonwhitespace chars
                   13536: 
                   13537:        * operators.txt: truth: removed comment about $ORIGIN
                   13538: 
                   13539: 2004-04-05  paf
                   13540: 
                   13541:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   13542:          src/include/pa_version.h, src/main/pa_common.C,
                   13543:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   13544: 
                   13545:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   13546:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   13547: 
                   13548:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   13549: 
                   13550:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   13551:          interfered with FAR console
                   13552: 
                   13553:        * configure, configure.in: 3.1.3
                   13554: 
                   13555:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   13556: 
                   13557:        * src/main/pa_common.C: removed warning
                   13558: 
                   13559:        * src/include/pa_version.h: 3.1.3
                   13560: 
                   13561: 2004-04-02  paf
                   13562: 
                   13563:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   13564: 
                   13565:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   13566:          allows to specify where to put parser log file
                   13567: 
                   13568: 2004-04-01  paf
                   13569: 
                   13570:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   13571:          without tab and enter were ignored
                   13572: 
                   13573:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   13574:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   13575:          main/pa_socks.C, targets/cgi/parser3.C,
                   13576:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   13577:          bugfix: sql connections now are disconnected
                   13578: 
                   13579: 2004-03-30  paf
                   13580: 
                   13581:        * src/classes/table.C: bugfix: table::load last line without tab
                   13582:          and enter were ignored
                   13583: 
                   13584:        * src/classes/table.C: bufix: if last table lines were commented,
                   13585:          gpfed
                   13586: 
                   13587:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   13588:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   13589:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   13590:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   13591:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   13592:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   13593:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   13594:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   13595:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   13596: 
                   13597: 2004-03-29  paf
                   13598: 
                   13599:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   13600:          causes gpf
                   13601: 
                   13602:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   13603:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   13604:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   13605:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   13606:          value.dox: translated to english
                   13607: 
                   13608: 2004-03-25  paf
                   13609: 
                   13610:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   13611:          parser3project dependency removed
                   13612: 
                   13613:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   13614:          bugfix: refused to compile without xml
                   13615: 
                   13616:        * src/types/pa_vform.C: beauty: removed warning
                   13617: 
                   13618:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   13619:          any folder [removed last ;) folder dependency]
                   13620: 
                   13621:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   13622:          folder [removed last ;) folder dependency]
                   13623: 
                   13624:        * src/include/pa_version.h: release
                   13625: 
                   13626:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   13627: 
                   13628:        * src/classes/table.C: beauty: comment& more meaningful error
                   13629:          message
                   13630: 
                   13631:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   13632:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   13633:          thing]
                   13634: 
                   13635: 2004-03-23  paf
                   13636: 
                   13637:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   13638:          and http status line parsing checked number of columns in table
                   13639:          [user reported an assert]
                   13640: 
                   13641:        * operators.txt: example: on hashfile
                   13642: 
                   13643:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   13644:          bugfix: junction reattach now actually reattaches a junction to
                   13645:          new wcontext [were only assigning it to junction, which caused
                   13646:          junction tracking to loose junction, and it's context were not
                   13647:          killed, and it tried to process in invalid context, gpf]
                   13648: 
                   13649:        * src/targets/cgi/parser3.C: debug helper added
                   13650: 
                   13651: 2004-03-19  paf
                   13652: 
                   13653:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   13654:          "type(type)" in braces
                   13655: 
                   13656: 2004-03-10  paf
                   13657: 
                   13658:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   13659:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13660:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   13661:          solution to search-in-namespaces problem:
                   13662:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   13663:          $nodes[^xdoc.select[//x:second]]
                   13664: 
                   13665:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   13666:          expression][[NAMESPACES HASH]] allows to search for info in
                   13667:          namespaces
                   13668: 
                   13669:          $nodes[^xdoc.select[//x:second][
                   13670:          $.x[http://pif.design.ru/] ]]
                   13671: 
                   13672: 2004-03-09  paf
                   13673: 
                   13674:        * operators.txt, src/main/pa_common.C: new:
                   13675:          ^file::load[...][options]         $.form[
                   13676:          !$.field1[string]
                   13677:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   13678:               ]         !$.body[string]
                   13679: 
                   13680:          GET ?here notGET(POST, HEAD, others) in content-type:
                   13681:          application/x-www-form-urlencoded
                   13682: 
                   13683:          todo: upload files ability
                   13684: 
                   13685:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   13686:          properly, done
                   13687: 
                   13688: 2004-03-05  paf
                   13689: 
                   13690:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   13691:          GET/POST $.form[$.fields started, not tested yet
                   13692:          todo:$.field[table] for multiple values
                   13693: 
                   13694:        * operators.txt: new: http:// options $.user $.password basic
                   13695:          authorization
                   13696: 
                   13697:        * src/main/pa_common.C: beauty: link to rtf added
                   13698: 
                   13699:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   13700:          new: http:// options $.user $.password basic authorization
                   13701: 
                   13702:        * src/main/pa_common.C: beauty: removed needless vars
                   13703: 
                   13704:        * operators.txt: new: pgsql option [like that recently added to
                   13705:          oracle driver]             ClientCharset=parser-charset <<
                   13706:          charset in which parser thinks client works
                   13707: 
                   13708:        * operators.txt: new: odbc option [like that recently added to
                   13709:          oracle driver]             ClientCharset=parser-charset <<
                   13710:          charset in which parser thinks client works
                   13711: 
                   13712:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   13713: 
                   13714:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   13715:          char!
                   13716: 
                   13717:        * etc/parser3.charsets/windows-1251.cfg: typo
                   13718: 
                   13719: 2004-03-04  paf
                   13720: 
                   13721:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   13722:          cached, sql transcoding now goes faster
                   13723: 
                   13724:        * operators.txt: new: mysql option [like that recently added to
                   13725:          oracle driver]             ClientCharset=parser-charset <<
                   13726:          charset in which parser thinks client works
                   13727: 
                   13728:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   13729:          typo error
                   13730: 
                   13731:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   13732:          chars commented
                   13733: 
                   13734: 2004-03-03  paf
                   13735: 
                   13736:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   13737:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   13738: 
                   13739: 2004-03-02  paf
                   13740: 
                   13741:        * operators.txt: new[update typo]:     !^void.left(n)
                   13742:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   13743:                nothing
                   13744: 
                   13745:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   13746:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   13747:                nothing
                   13748: 
                   13749:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   13750:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   13751:          row with columns:   first: data   second: file name   third:
                   13752:          content-type
                   13753: 
                   13754:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   13755:          ^connect gets properly escaped string, which can be passed to
                   13756:          request now this for mysql only. it's up to parser sql driver to
                   13757:          fix zeros properly
                   13758: 
                   13759:        * INSTALL: note: added on building apache with this option:
                   13760:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   13761: 
                   13762: 2004-03-01  paf
                   13763: 
                   13764:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   13765:          extension memory:compact befor processingrequest
                   13766: 
                   13767:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   13768:          call sole column of result
                   13769: 
                   13770:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   13771:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   13772:          pixel color
                   13773: 
                   13774:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   13775:          beauty: image -- less checks [were ugly impl]
                   13776: 
                   13777:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   13778:          negative values now considered bad
                   13779: 
                   13780:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   13781: 
                   13782:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   13783:          options now have unified defaults [after transform
                   13784:          indent/omit-xml-declaration/standalone 'default' erroreously
                   13785:          meant 'true']
                   13786: 
                   13787:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   13788:          added [on some platforms gethostbyname failed with such
                   13789:          'domains']
                   13790: 
                   13791:        * src/include/pa_config_auto.h.in: no select check, no define
                   13792: 
                   13793:        * src/classes/string.C: feature: ^string.trim both parameters may
                   13794:          be empty-strings, meaning kind=both chars=whitespaces
                   13795: 
                   13796:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   13797:          exist
                   13798: 
                   13799:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   13800:          exception if it is
                   13801: 
                   13802:        * src/classes/string.C: changed: ^string.trim [] << both,
                   13803:          whitespaces [start|both|end] << kind, whitespaces
                   13804:          [start|both|end;chars]  full
                   13805: 
                   13806: 2004-02-27  paf
                   13807: 
                   13808:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   13809:          method: ^string.trim[start|both|end[;chars]]        default
                   13810:          'chars' -- whitespace chars finished
                   13811: 
                   13812:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   13813:          src/main/pa_string.C: new method:
                   13814:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   13815:          whitespace chars   started, only start works
                   13816: 
                   13817:        * src/main/compile.C: bugfix: line numbers after
                   13818:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   13819:          signed
                   13820: 
                   13821:        * src/main/untaint.C: speed: there's no \n chars in output
                   13822:          [normally], so no need to optimize them they could be retrived
                   13823:          from databases, though. but 1. should be replaced 2. if not
                   13824:          optimized, no harm done
                   13825: 
                   13826:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   13827:          ^file::exec/cgi could return invalid status & zombie child can
                   13828:          remain for short period until process exists [very bad in
                   13829:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   13830: 
                   13831:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   13832:          malicious SMTP server to attack as by returning too long status
                   13833:          responses http://i2/tasks/edit/?id=4629448401140924947
                   13834: 
                   13835: 2004-02-26  paf
                   13836: 
                   13837:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   13838:          are         $.main[to what to rename @main]         $.file[file,
                   13839:          from which (user says) goes that CODE]         $.lineno(line
                   13840:          number in that file, where CODE starts. may be negative)
                   13841: 
                   13842:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13843:          src/main/compile.C, src/main/compile_tools.h,
                   13844:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   13845:          options] which are         $.main[to what to rename @main]
                   13846:          $.file[file, from which (user says) goes that CODE]
                   13847:          $.lineno(line number in that file, where CODE starts. may be
                   13848:          negative)
                   13849: 
                   13850: 2004-02-25  paf
                   13851: 
1.116     moko     13852:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   13853:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     13854: 
                   13855:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   13856:          produces hash of column=>1
                   13857: 
                   13858:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   13859:          with incomplete errno constants set
                   13860: 
                   13861: 2004-02-24  paf
                   13862: 
                   13863:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   13864:          "man select"
                   13865: 
                   13866:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   13867: 
                   13868:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   13869: 
                   13870:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   13871: 
1.116     moko     13872:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     13873: 
                   13874:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   13875:          unix: steps to work on unix [extracted 'to']
                   13876: 
                   13877:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   13878: 
                   13879:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   13880: 
1.116     moko     13881:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13882:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   13883:          unix [testing on solaris]
1.95      moko     13884: 
                   13885: 2004-02-20  paf
                   13886: 
                   13887:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   13888:          pointing that out
                   13889: 
                   13890:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   13891:          fixed again [same solution, mistanenly removed one line]
                   13892: 
                   13893: 2004-02-19  paf
                   13894: 
                   13895:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   13896:          date::create from bad datetime in spring daylightsaving hole now
                   13897:          OK for all platforms [on some platforms it failed]
                   13898: 
                   13899:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   13900:          in daylightsaving hole] now throws error
                   13901: 
                   13902:        * src/classes/date.C: comment: mistake fixed
                   13903: 
                   13904: 2004-02-18  paf
                   13905: 
                   13906:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   13907:          now renderes in $request:charset, but in header puts
                   13908:          $response:charset todo: make that default only so that coder
                   13909:          could override that
                   13910: 
                   13911:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   13912:          turns off omit-xml-declaration
                   13913: 
                   13914:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   13915:          /.xsl for sample
                   13916: 
                   13917: 2004-02-17  paf
                   13918: 
                   13919:        * src/classes/xdoc.C: beauty: needless helper class removed
                   13920: 
                   13921:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   13922:          copied extra time
                   13923: 
                   13924:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   13925:          part of libxml
                   13926: 
                   13927:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   13928:          libxml to do the work] <xsl:output        method="html"
                   13929:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   13930:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   13931:          />
                   13932: 
                   13933:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   13934: 
                   13935:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   13936:          caused assertion
                   13937: 
                   13938:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   13939:          could hang. now such add does nothing, sub clears $hash
                   13940: 
                   13941:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   13942:          not made quoted-printable
                   13943: 
                   13944:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   13945:          string invariant
                   13946: 
                   13947: 2004-02-16  paf
                   13948: 
                   13949:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   13950:          cleared [were not cleared properly]
                   13951: 
                   13952: 2004-02-13  paf
                   13953: 
1.116     moko     13954:        * src/include/pa_version.h: prerelease
1.95      moko     13955: 
                   13956:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   13957:          used, introducing dependencies timestamp check
                   13958: 
                   13959:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13960:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   13961:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   13962:          .xsl.stamp now not used, introducing dependencies timestamp check
                   13963: 
1.150     moko     13964:        * configure.in: auto.p: @conf made relative
1.95      moko     13965: 
                   13966: 2004-02-12  paf
                   13967: 
                   13968:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   13969:          ruined empty <input type=file> submits. parser thought there were
                   13970:          nameless empty file and $form:field got value of type 'file'
                   13971: 
                   13972:        * INSTALL: --without-threads
                   13973: 
                   13974:        * src/include/pa_sapi.h: 2004
                   13975: 
                   13976: 2004-02-11  paf
                   13977: 
                   13978:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13979:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13980:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13981:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13982:          classes/response.C, classes/string.C, classes/table.C,
                   13983:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13984:          include/pa_array.h, include/pa_cache_managers.h,
                   13985:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13986:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13987:          include/pa_dictionary.h, include/pa_dir.h,
                   13988:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13989:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   13990:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   13991:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13992:          include/pa_socks.h, include/pa_sql_connection.h,
                   13993:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13994:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13995:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13996:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13997:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13998:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13999:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14000:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   14001:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   14002:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14003:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14004:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   14005:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   14006:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14007:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14008:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   14009:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14010:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14011:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14012:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14013:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   14014:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14015:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14016:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14017:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   14018:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14019:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14020:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14021:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14022:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14023:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14024:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14025:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14026:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14027:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14028:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14029:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   14030: 
                   14031:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   14032:          debug version of gc.dll
                   14033: 
                   14034:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14035:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   14036:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   14037:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   14038:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   14039:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   14040:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   14041:          processes
                   14042: 
                   14043:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   14044:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   14045:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   14046:          changes to reflect libxml xsl new folders
                   14047: 
                   14048:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14049:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14050:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   14051:          to reflect libxml xsl new folders
                   14052: 
                   14053:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14054:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14055:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   14056:          types/types.vcproj: started changes to reflect libxml xsl new
                   14057:          folders
                   14058: 
                   14059:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   14060:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   14061:          src/main/compile.tab.C, src/main/main.vcproj,
                   14062:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   14063:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14064:          started changes to reflect libxml xsl new folders
                   14065: 
                   14066: 2004-02-10  paf
                   14067: 
                   14068:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   14069:          compile. recommened latest libxml up to date
                   14070: 
                   14071:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   14072:          pattern compilation errors", on which spent 4 hours worktime. use
                   14073:          versions higher than that. recommended now latest up to date
                   14074: 
                   14075: 2004-02-06  paf
                   14076: 
                   14077:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   14078:          beauty: unified destructing style
                   14079: 
                   14080:        * src/main/untaint.C: beauty: removed old def/ifdef
                   14081: 
                   14082:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   14083:          now
                   14084: 
                   14085: 2004-02-03  paf
                   14086: 
                   14087:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   14088:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   14089:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   14090:          then %ld/%lu
                   14091: 
                   14092:        * src/main/pa_common.C: typo: %l -> %u
                   14093: 
                   14094:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   14095:          in attributes or documents-results of transform now not &#04xx;
                   14096: 
                   14097:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   14098: 
                   14099:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   14100: 
                   14101:        * src/main/pa_charset.C: beauty: uncomment
                   14102:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   14103:          libraries
                   14104: 
                   14105: 2004-02-02  paf
                   14106: 
                   14107:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   14108:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   14109: 
                   14110:          $cookie:example[        $.value[]       $.expires[session]
                   14111:          $.path[/there/]         $.domain[test.com] ]
                   14112: 
                   14113:        * src/types/pa_vform.C: bugfix: empty values with
                   14114:          enctype=multipart/form-data now produce entries in $form:tables
                   14115:          <form method=post enctype=multipart/form-data> <input type=hidden
                   14116:          name=a> <input type=hidden name=b>
                   14117: 
                   14118:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   14119:          <hr> <pre>$request:body
                   14120: 
                   14121: 2004-01-30  paf
                   14122: 
                   14123:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   14124:          or documents-results of transform now not &#04xx;
                   14125: 
                   14126:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   14127:          produce exception.
                   14128: 
                   14129:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   14130:          bugfix: ^date::create[invalid fields now produce exception.
                   14131: 
                   14132:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   14133:          year] now produces exception. todo: check other fields
                   14134: 
                   14135: 2004-01-29  paf
                   14136: 
                   14137:        * src/include/pa_memory.h: typo error
                   14138: 
                   14139:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   14140:          more byte then specified, then zeroed it << useless and
                   14141:          potentially harmful(could gpf)
                   14142: 
                   14143: 2004-01-22  paf
                   14144: 
                   14145:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   14146: 
                   14147:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   14148:          optimization
                   14149: 
                   14150:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   14151:          [were bug: ^taint[1 & 2]="1 &2"
                   14152: 
                   14153:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   14154:          errors
                   14155: 
                   14156:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   14157:          overflow
                   14158: 
                   14159:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   14160:          error-reporting code * in parser-error reporting code [when no
                   14161:          @unhandled_exception defined]
                   14162: 
                   14163:          fixed in one place: my *snprintf override
                   14164: 
                   14165: 2004-01-13  paf
                   14166: 
                   14167:        * operators.txt: typo erro
                   14168: 
                   14169: 2003-12-25  paf
                   14170: 
                   14171:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   14172:          garbled  [pieces after zero bytes were removed]
                   14173: 
                   14174: 2003-12-22  paf
                   14175: 
1.116     moko     14176:        * src/include/Makefile.am: bugfix: removed from dist:
                   14177:          src/include/pa_config_auto.h which were configured for
1.95      moko     14178:          make-dist-platform and badly updated proper config file in target
                   14179:          [when .tar used for updating existing source tree]
                   14180: 
                   14181:        * ChangeLog, operators.txt, src/classes/op.C,
                   14182:          src/include/pa_sql_connection.h,
                   14183:          src/include/pa_sql_driver_manager.h,
                   14184:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   14185:          feature: sql introducing ability to transcode charsets
                   14186: 
                   14187: 2003-12-19  paf
                   14188: 
                   14189:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   14190:          error message
                   14191: 
                   14192:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   14193:          structure for libxml now allocated properly
                   14194: 
                   14195: 2003-12-17  paf
                   14196: 
                   14197:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   14198: 
                   14199:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   14200: 
                   14201:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   14202: 
                   14203:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   14204:          unreported xmlGenericErrors]
                   14205: 
                   14206: 2003-12-15  paf
                   14207: 
                   14208:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   14209:          works}
                   14210: 
                   14211: 2003-12-11  paf
                   14212: 
                   14213:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   14214:          id
                   14215:              !$status:tid thread id
                   14216: 
                   14217:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14218:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   14219:          bugfix(solaris): removed dependency on object initialization
                   14220:          order [one more place]
                   14221: 
                   14222:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14223:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   14224:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   14225:          understand that
                   14226: 
                   14227:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14228:          classes/xdoc.C, include/pa_cache_managers.h,
                   14229:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14230:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   14231:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   14232:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   14233:          ctor call [relying on implicit String::Body(cstr) call]
                   14234: 
                   14235:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   14236:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   14237:          object initialization order [two places]
                   14238: 
                   14239: 2003-12-10  paf
                   14240: 
                   14241:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   14242:          << time now ok
                   14243: 
                   14244:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14245:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   14246:          operational
                   14247: 
                   14248:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   14249:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   14250:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   14251:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   14252:          back operational
                   14253: 
                   14254: 2003-12-02  paf
                   14255: 
                   14256:        * src/types/pa_vmail.C: bugfix:
                   14257:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   14258:          as-is forced]
                   14259: 
                   14260:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   14261:          exceptions out of libxml callbacks: reimplemented error handling
                   14262:          of http://localhost, parser://method and safemode check callbacks
                   14263: 
                   14264:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   14265:          [merged from HEAD]
                   14266: 
                   14267:        * src/classes/image.C: nothing: comment removed
                   14268: 
                   14269:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   14270:          addresses to int
                   14271: 
                   14272: 2003-12-01  paf
                   14273: 
                   14274:        * src/main/pa_xml_io.C: bugfix: typo
                   14275: 
                   14276:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   14277: 
                   14278:        * src/classes/xdoc.C: bugfix: typo
                   14279: 
                   14280:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   14281:          exception
                   14282: 
                   14283:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   14284: 
                   14285: 2003-11-28  paf
                   14286: 
                   14287:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   14288:          all xml documents read
                   14289: 
                   14290:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   14291: 
                   14292:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14293:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14294:          replaced original open mech of xdoc::create & co to use libxml
                   14295:          open, so that this would work for root document todo: safe mode
                   14296:          checks to libxml: ideally to some 1 point
                   14297: 
                   14298:        * src/main/pa_xml_io.C: comment
                   14299: 
                   14300:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   14301:          http://parser[abscent params]
                   14302: 
                   14303:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   14304:          works.  todo: maybe replace original open mech of xdoc::create &
                   14305:          co to use libxml open, so that this would work for root document
                   14306: 
                   14307:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   14308:          "parser://method/params/here"> <test>   &test^; </test> }]
                   14309: 
                   14310:          ^taint[^xdoc.string[]]
                   14311: 
                   14312:          @method[param] <!ENTITY test
                   14313:          "test-entity-value+$form:user+$param!">
                   14314: 
                   14315: 2003-11-27  paf
                   14316: 
                   14317:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   14318: 
                   14319:        * src/classes/date.C: bugfix: typo error
                   14320: 
                   14321: 2003-11-26  paf
                   14322: 
                   14323:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   14324:          src/main/Makefile.am, src/main/main.vcproj,
                   14325:          src/main/pa_globals.C, src/main/pa_request.C,
                   14326:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   14327:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   14328:          to pa_xml_io.C/h
                   14329: 
                   14330:        * src/types/pa_value.h: warnings: --
                   14331: 
                   14332: 2003-11-25  paf
                   14333: 
                   14334:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   14335:          whatever)
                   14336: 
                   14337:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   14338:          a, (c?x:y, z)
                   14339: 
                   14340:        * src/main/untaint.C: bugfix: consequences of not reading this
                   14341:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   14342:          <= 0 ==> none    */
                   14343: 
                   14344:        * src/include/pa_array.h: removed needless checks
                   14345: 
                   14346: 2003-11-24  paf
                   14347: 
                   14348:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   14349:          removed limit: now $form:xxx can be accessed anytime, even in
                   14350:          @auto/conf [and request/response:charset still can be changed
                   14351:          anytime]
                   14352: 
                   14353:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   14354:          now not transcodes response body
                   14355: 
                   14356:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   14357:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   14358:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   14359:          $xdoc.firstChild.firstChild.nodeValue[different]
                   14360:          ^taint[^xdoc.string[]]
                   14361: 
                   14362:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   14363:          workaround: static Hash::allocates -> static Hash_allocates
                   14364: 
                   14365: 2003-11-21  paf
                   14366: 
1.116     moko     14367:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   14368:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   14369:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     14370: 
                   14371:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   14372: 
                   14373:        * src/classes/mail.C: bugfix: typo
                   14374: 
                   14375:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     14376:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   14377:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   14378:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   14379:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     14380:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   14381: 
                   14382:        * src/main/pa_exec.C: bug in safe mode
                   14383: 
                   14384:        * src/include/Makefile.am: pa_xml_exception.h
                   14385: 
                   14386:        * src/targets/isapi/parser3isapi.C: more warnings --
                   14387: 
                   14388: 2003-11-20  paf
                   14389: 
                   14390:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   14391:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   14392:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   14393:          --
                   14394: 
                   14395:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   14396:          more warnings --
                   14397: 
                   14398:        * src/classes/xdoc.C: more warnings --
                   14399: 
                   14400:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   14401: 
                   14402:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   14403:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   14404: 
                   14405:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14406:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   14407:          classes/table.C, include/pa_cache_managers.h,
                   14408:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   14409:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   14410:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   14411:          --
                   14412: 
                   14413:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   14414:          can't report problem (undefined @unhandled_exception) problem
                   14415:          source string were not reported
                   14416: 
                   14417:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14418:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14419:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14420:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14421:          classes/response.C, classes/string.C, classes/table.C,
                   14422:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14423:          include/pa_array.h, include/pa_cache_managers.h,
                   14424:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14425:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14426:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14427:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   14428:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   14429:          include/pa_request.h, include/pa_request_charsets.h,
                   14430:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   14431:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14432:          include/pa_stack.h, include/pa_string.h,
                   14433:          include/pa_stylesheet_connection.h,
                   14434:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14435:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14436:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14437:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   14438:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14439:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   14440:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   14441:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   14442:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   14443:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14444:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14445:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   14446:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14447:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   14448:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   14449:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   14450:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   14451:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   14452:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14453:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14454:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14455:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   14456:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14457:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14458:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14459:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14460:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14461:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14462:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14463:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14464:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14465:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14466:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14467:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   14468:          const IDENT
                   14469: 
                   14470:        * src/: include/pa_array.h, include/pa_pool.h,
                   14471:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   14472:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   14473:          types/pa_wcontext.h: more warnings --
                   14474: 
                   14475:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   14476:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   14477:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14478:          classes/memory.C, classes/op.C, classes/string.C,
                   14479:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   14480:          include/pa_config_includes.h, include/pa_operation.h,
                   14481:          include/pa_sql_connection.h, include/pa_table.h,
                   14482:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   14483:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   14484:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   14485:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   14486:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   14487:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   14488:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   14489:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   14490:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   14491:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   14492:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   14493:          types/pa_vmail.C, types/pa_vobject.C,
                   14494:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14495:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14496:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   14497:          on all projects (except libltdl=off & libsdbm=level3) found
                   14498:          several unitialized vars
                   14499: 
                   14500: 2003-11-19  paf
                   14501: 
                   14502:        * src/classes/op.C: more ansi C++ comp
                   14503: 
                   14504:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14505:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   14506:          $exception.handled[cache] meaning "get expired cache, if any.
                   14507:          else error"}
                   14508: 
                   14509:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   14510:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   14511:          ^cache[...]{body}{catch code with $exception.cache field}
                   14512: 
                   14513: 2003-11-12  paf
                   14514: 
                   14515:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   14516:          [copy/paste bug]
                   14517: 
                   14518: 2003-11-11  paf
                   14519: 
                   14520:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   14521:          failed]
                   14522: 
                   14523: 2003-11-10  paf
                   14524: 
                   14525:        * src/types/pa_vconsole.h: flush
                   14526: 
                   14527:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   14528:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   14529:          read/write  [for nntp]
                   14530: 
                   14531:        * operators.txt: mysql: transaction support: ?autocommit=0
                   14532: 
                   14533:        * operators.txt: comment: updated
                   14534: 
                   14535:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   14536:          serialize version and exipire now removes entries
                   14537: 
                   14538:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   14539:          dir, if could]
                   14540: 
                   14541:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   14542:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   14543:          removes files altogether [and dir, if could]
                   14544: 
                   14545:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   14546:          nonexistent pair. .c coded that that was error. fixed
                   14547: 
                   14548:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   14549:          file.access [regretfull can't split it to different exceptions
                   14550:          without modifying sdbm source wich would prefer not to]
                   14551: 
                   14552: 2003-11-07  paf
                   14553: 
                   14554:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14555:          classes/hashfile.C, classes/image.C, classes/table.C,
                   14556:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   14557:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   14558:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   14559:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   14560:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   14561:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   14562:          destructing objects at request processing end
                   14563: 
                   14564: 2003-11-06  paf
                   14565: 
                   14566:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   14567:          updates
                   14568: 
                   14569:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   14570:          to include sdbm
                   14571: 
1.116     moko     14572:        * src/include/: pa_config_includes.h, pa_version.h: our
                   14573:          replacements of max& co only for cpp
1.95      moko     14574: 
                   14575:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   14576:          upper dir, .am updated
                   14577: 
                   14578:        * tests/todo.txt: hashfile: done
                   14579: 
                   14580:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   14581:          expiration [time in value. todo: move time to key]
                   14582: 
                   14583:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   14584: 
                   14585:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   14586:          to do that in foreach, no errors, but surely wrong]
                   14587: 
                   14588:        * operators.txt, src/types/pa_vhashfile.C,
                   14589:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   14590: 
                   14591:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   14592:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   14593:          foreach
                   14594: 
                   14595:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14596:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   14597: 
                   14598:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14599:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   14600: 
                   14601:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   14602:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14603:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   14604:          get/put [raw]
                   14605: 
                   14606:        * src/: classes/op.C, main/pa_os.C: just linked
                   14607: 
                   14608:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   14609:          XmlException changes
                   14610: 
                   14611:        * src/: include/pa_charset.h, include/pa_globals.h,
                   14612:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   14613:          XmlException changes
                   14614: 
                   14615:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   14616: 
                   14617:        * src/: include/pa_common.h, include/pa_exception.h,
                   14618:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   14619:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   14620:          main/pa_xml_exception.C: locking move to pa_os [along with
                   14621:          pa_sleep] apr-impl locking done
                   14622: 
                   14623:        * configure, configure.in, operators.txt, parser3.sln,
                   14624:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   14625:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   14626:          src/include/pa_exception.h, src/include/pa_globals.h,
                   14627:          src/include/pa_memory.h, src/include/pa_version.h,
                   14628:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   14629:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   14630:          src/main/compile.tab.C, src/main/main.vcproj,
                   14631:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   14632:          src/types/Makefile.am, src/types/pa_vhash.C,
                   14633:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14634:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   14635:          again with sdbm from apache
                   14636: 
                   14637: 2003-11-05  paf
                   14638: 
                   14639:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14640:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   14641:          \parser3project dir anymore
                   14642: 
                   14643:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   14644:          thoughtlessly from xalan]
                   14645: 
                   14646:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   14647:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   14648:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   14649: 
                   14650:        * src/main/helpers/CaseFolding.txt:
                   14651:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   14652: 
                   14653: 2003-11-04  paf
                   14654: 
                   14655:        * operators.txt: comment: ^mail:send[$.options[
                   14656: 
                   14657:        * src/classes/table.C: compiled on unix
                   14658: 
1.116     moko     14659:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     14660: 
                   14661:        * src/classes/mail.C: compiled on unix
                   14662: 
                   14663:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   14664:          src/types/pa_vmail.h:     !^mail:send[
                   14665:                  $.options[unix: string to append to sendmail command
                   14666:          line]
                   14667: 
                   14668:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   14669:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   14670:          $.encloser["] <nothing> by default
                   14671: 
                   14672:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   14673:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   14674:          default
                   14675: 
                   14676: 2003-11-03  paf
                   14677: 
                   14678:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   14679:          ^table::load[; options:         !$.column-separator[^#09]
                   14680:          !$.column-encloser["]
                   14681: 
                   14682:        * operators.txt, src/include/pa_config_fixed.h,
                   14683:          src/types/pa_vrequest.C: $request:document-root
                   14684: 
                   14685:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   14686:          [already included into uri=xxx]
                   14687: 
                   14688:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   14689:          ^image.gif[filename] for $response:download
                   14690: 
                   14691:        * src/classes/date.C: minor precaution
                   14692: 
                   14693:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   14694:              !^date.unix-timestamp[]
                   14695: 
                   14696: 2003-10-30  paf
                   14697: 
                   14698:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   14699:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   14700: 
                   14701:        * src/classes/: date.C, image.C: improvement diagnostics:
                   14702:          $now[^date::create[$undefined]] now is error
                   14703: 
                   14704:        * src/main/pa_common.C: read errors would now be reported 'actually
                   14705:          read -1 bytes'
                   14706: 
                   14707: 2003-10-24  paf
                   14708: 
                   14709:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   14710:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   14711:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   14712:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   14713: 
                   14714: 2003-10-22  paf
                   14715: 
                   14716:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   14717: 
                   14718: 2003-10-21  paf
                   14719: 
                   14720:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14721:          fixed: string.match[g] without <'> option produced columns with
                   14722:          NULL's, which gpf'ed at table.save time
                   14723: 
                   14724:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   14725:          recoursion' message with intensive throw-catches fixed: incorrect
                   14726:          name and line (one name upper then needed) in error message about
                   14727:          problems inside try block
                   14728: 
                   14729: 2003-10-10  paf
                   14730: 
                   14731:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   14732:          check offset argument for validity did that in String::Body::pos
                   14733:          myself http://i2/tasks/edit/?id=4577425257580789777
                   14734: 
                   14735: 2003-10-07  paf
                   14736: 
                   14737:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   14738:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   14739: 
                   14740: 2003-10-03  paf
                   14741: 
                   14742:        * parser3.sln, src/include/pa_dictionary.h,
                   14743:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   14744:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   14745:          precalculating cstr&length
                   14746: 
                   14747: 2003-10-02  paf
                   14748: 
                   14749:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14750:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14751:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   14752:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   14753: 
                   14754: 2003-09-30  paf
                   14755: 
                   14756:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   14757:          occurrances after lang-mismatched
                   14758: 
                   14759: 2003-09-29  paf
                   14760: 
                   14761:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   14762:          helper
                   14763: 
                   14764:        * src/main/pa_string.C: string::serialize bug fix with
                   14765:          zero-terminator
                   14766: 
                   14767:        * src/classes/table.C: ^nameless_table.save column row now has no
                   14768:          \t at the end
                   14769: 
                   14770:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14771:          @postprocess  now takes $response:body/download
                   14772: 
                   14773:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   14774:          error message
                   14775: 
                   14776:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   14777: 
                   14778:        * src/classes/table.C: bugfix: flip: must produce nameless
                   14779:          http://i2/tasks/edit/?id=4573405524674081244
                   14780: 
                   14781:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   14782:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   14783: 
                   14784:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   14785:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   14786: 
                   14787: 2003-09-26  paf
                   14788: 
                   14789:        * src/main/untaint.C: removed needless field
                   14790: 
                   14791:        * src/main/untaint.C: removed needless const
                   14792: 
                   14793:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   14794:          String.for_each bug fixed [omited one-char cases]
                   14795: 
                   14796:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   14797:          runtime-executor stack were cleared... BADLY
                   14798: 
                   14799:        * src/main/pa_string.C: ^stirng.replace code used old
                   14800:          param-convention on langs.append, fixed that search fo the like,
                   14801:          found none
                   14802: 
                   14803:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   14804:          string::serialize/deserialize implemented Language enum assigned
                   14805:          meaningful letters [more convinient for debugging. read warning
                   14806:          before adding/changing anything]
                   14807: 
                   14808: 2003-09-25  paf
                   14809: 
                   14810:        * src/: include/pa_string.h, include/pa_version.h,
                   14811:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   14812:          differences on unix
                   14813: 
                   14814:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   14815:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   14816:          src/classes/xdoc.C, src/classes/xnode.C,
                   14817:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14818:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14819:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   14820:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   14821:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   14822:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   14823:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   14824:          src/main/compile_tools.h, src/main/pa_charset.C,
                   14825:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   14826:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14827:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   14828:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   14829:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   14830:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   14831:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   14832: 
                   14833:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   14834:          functions aligned to that of eeparser3 look
                   14835: 
                   14836:        * src/lib/cord/cordprnt.c: removed warnings
                   14837: 
                   14838: 2003-09-24  paf
                   14839: 
                   14840:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14841:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   14842:          include/pa_cache_managers.h, include/pa_charset.h,
                   14843:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   14844:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14845:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14846:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   14847:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   14848:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14849:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   14850:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   14851:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   14852:          types/pa_vxnode.C: v() functions of String::Body,
                   14853:          String::Languages and String itself StringBody->String::Body
                   14854: 
                   14855:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14856:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   14857:          never optimized anything.  todo: somehow speed up harder cases:
                   14858:          concatenationA+concatenationB when last block of A and first of B
                   14859:          contain same letters
                   14860: 
                   14861:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14862:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   14863:          blocks of same char [CORD_append_block]
                   14864: 
                   14865:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14866:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   14867:          save space by extending blocks when appending block with c ==
                   14868:          lastblock.c
                   14869: 
                   14870:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   14871:          working yet :( but more working &understood :)
                   14872: 
                   14873:        * src/: classes/table.C, include/pa_string.h,
                   14874:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   14875: 
                   14876: 2003-09-23  paf
                   14877: 
                   14878:        * src/main/untaint.C: $a[ok!] $a works!
                   14879: 
                   14880:        * src/main/untaint.C: something even more works :)
                   14881: 
                   14882:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14883:          something more works :)
                   14884: 
                   14885:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14886:          lib/cord/cordxtra.c: something already works :)
                   14887: 
                   14888:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   14889:          serialize&deserialize
                   14890: 
                   14891:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14892:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   14893:          main/untaint.C: main idea implemented, details left
                   14894: 
                   14895: 2003-09-22  paf
                   14896: 
                   14897:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   14898: 
                   14899:        * src/classes/xnode.C: copy/paste comment bugfix
                   14900: 
                   14901:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   14902:          allocator returns 0, just die.
                   14903:          http://i2/tasks/edit/?id=4570798492410259445
                   14904: 
                   14905:        * src/classes/xdoc.C: copy/paste comment bugfix
                   14906: 
                   14907:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   14908:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   14909:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   14910:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   14911: 
                   14912:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   14913:          chars due to bitwise operation signed-char error]
                   14914: 
                   14915: 2003-09-19  paf
                   14916: 
                   14917:        * src/types/pa_wcontext.C: output message: more practical
                   14918:          suggestion
                   14919: 
                   14920:        * src/main/pa_common.C, operators.txt: merged
                   14921:          $f[^file::load[binary;http://...]] $f.tables
                   14922: 
                   14923: 2003-09-02  paf
                   14924: 
                   14925:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   14926:          flush stdout without referencing 'stdout' symbol. to hell with
                   14927:          non-ansi libraries without 'stdout' symbol
                   14928: 
                   14929:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   14930:          unix (users reported problems with some old libc)
                   14931: 
                   14932:        * src/types/pa_vdate.h: forgot initializer
                   14933: 
                   14934: 2003-09-01  paf
                   14935: 
                   14936:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   14937:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   14938:          zone]
                   14939: 
                   14940:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   14941: 
                   14942: 2003-08-19  paf
                   14943: 
                   14944:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   14945:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   14946:          simplified a little
                   14947: 
                   14948:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   14949:          [lost fix from 3.0.8]
                   14950: 
                   14951:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   14952:          visible here }
                   14953: 
                   14954:          bug fix
                   14955: 
                   14956:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   14957: 
                   14958:        * src/main/compile.tab.C: initialized couple of variables about
                   14959:          which user reported runtime problems when parser were compiled
                   14960:          with VC7, warning level4.  study shows that later in bison
                   14961:          they've fixed that. would migrate to latest bison someday
                   14962: 
                   14963:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   14964:          recoding headers)
                   14965: 
                   14966:        * src/types/pa_vmail.C: works as before, same charset problems:
                   14967:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   14968:          anything for now
                   14969: 
                   14970:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   14971:          problems with body
                   14972: 
                   14973:        * src/types/pa_vmail.C: mail_receive just compiled
                   14974: 
                   14975: 2003-08-18  paf
                   14976: 
                   14977:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14978:          main/main.vcproj, types/types.vcproj: win32: continued process
                   14979:          detaching from \parser3project directory
                   14980: 
                   14981:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   14982:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   14983:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   14984:          src/lib/pcre/pcre_dftables.dsp,
                   14985:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   14986:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14987:          src/types/types.dsp: moved to MSVC 7
                   14988: 
                   14989:        * gnu.vcproj.vspscc, parser3.vssscc,
                   14990:          src/classes/classes.vcproj.vspscc,
                   14991:          src/lib/cord/cord.vcproj.vspscc,
                   14992:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   14993:          src/lib/md5/md5.vcproj.vspscc,
                   14994:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   14995:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   14996:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   14997:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   14998:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   14999:          moved to MSVC 7
                   15000: 
                   15001:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   15002:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   15003:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   15004:          src/lib/pcre/pcre_dftables.vcproj,
                   15005:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   15006:          src/targets/cgi/parser3.vcproj,
                   15007:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   15008:          new VS project files
                   15009: 
                   15010:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   15011:          .NET to detect Jalindi Igloo capabilities.
                   15012: 
                   15013:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     15014:          src/classes/classes.awk, src/doc/footer.htm,
                   15015:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   15016:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     15017:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   15018:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   15019: 
                   15020: 2003-08-15  paf
                   15021: 
                   15022:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15023:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   15024: 
                   15025:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15026:          non-ascii <yyy> now encoded correctly
                   15027: 
                   15028: 2003-07-29  paf
                   15029: 
1.116     moko     15030:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   15031:          dist
1.95      moko     15032: 
                   15033:        * src/types/pa_vmail.C: just started --with-mail-receive
                   15034: 
                   15035: 2003-07-28  paf
                   15036: 
1.116     moko     15037:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   15038:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     15039: 
                   15040:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   15041: 
                   15042: 2003-07-25  paf
                   15043: 
                   15044:        * src/doc/footer.htm: year
                   15045: 
                   15046: 2003-07-24  paf
                   15047: 
                   15048:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   15049:          fix
                   15050: 
                   15051:        * src/include/pa_version.h: release
                   15052: 
1.116     moko     15053:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     15054: 
                   15055:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   15056:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   15057:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   15058:          getting rid of win32xml pseudo project
                   15059: 
                   15060:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   15061: 
1.116     moko     15062:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   15063:          configure.in, operators.txt, parser3.dsw,
1.95      moko     15064:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     15065:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     15066:          src/classes/classes.C, src/classes/classes.awk,
                   15067:          src/classes/classes.dsp, src/classes/classes.h,
                   15068:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15069:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15070:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15071:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15072:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15073:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15074:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   15075:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     15076:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   15077:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15078:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   15079:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   15080:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   15081:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15082:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15083:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   15084:          src/include/pa_operation.h, src/include/pa_pool.h,
                   15085:          src/include/pa_pragma_pack_begin.h,
1.95      moko     15086:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   15087:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   15088:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   15089:          src/include/pa_sql_connection.h,
                   15090:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   15091:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   15092:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15093:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     15094:          src/include/pa_uue.h, src/lib/Makefile.am,
                   15095:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   15096:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   15097:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   15098:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     15099:          src/lib/cord/include/ec.h,
                   15100:          src/lib/cord/include/private/Makefile.am,
                   15101:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     15102:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   15103:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     15104:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     15105:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   15106:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15107:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   15108:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   15109:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15110:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   15111:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     15112:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   15113:          src/main/pa_request.C, src/main/pa_socks.C,
                   15114:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15115:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     15116:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   15117:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   15118:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   15119:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   15120:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   15121:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   15122:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     15123:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   15124:          src/targets/isapi/parser3isapi.dsp,
                   15125:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     15126:          src/types/pa_junction.h, src/types/pa_method.h,
                   15127:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     15128:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15129:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15130:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15131:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15132:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15133:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15134:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15135:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   15136:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   15137:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   15138:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15139:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15140:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15141:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15142:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15143:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15144:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15145:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15146:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15147:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15148:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15149:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15150:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   15151:          HEAD
                   15152: 
                   15153:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   15154:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   15155:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   15156:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   15157:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   15158:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   15159:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   15160:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   15161:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   15162:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   15163:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   15164:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   15165:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   15166:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   15167:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   15168:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   15169:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   15170:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   15171:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   15172:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   15173:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15174:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   15175:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   15176:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   15177:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   15178:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   15179:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   15180:          outputs/create-dir, results/001.processed, results/002.processed,
                   15181:          results/003.processed, results/004.processed,
                   15182:          results/005.processed, results/006.processed,
                   15183:          results/007.processed, results/008.processed,
                   15184:          results/009.processed, results/010.processed,
                   15185:          results/011.processed, results/012.processed,
                   15186:          results/013.processed, results/014.processed,
                   15187:          results/015.processed, results/016.processed,
                   15188:          results/017.processed, results/018.processed,
                   15189:          results/019.processed, results/020.processed,
                   15190:          results/021.processed, results/022.processed,
                   15191:          results/023.processed, results/024.processed,
                   15192:          results/025.processed, results/026.processed,
                   15193:          results/027.processed, results/028.processed,
                   15194:          results/029.processed, results/030.processed,
                   15195:          results/031.processed, results/032.processed,
                   15196:          results/033.processed, results/034.processed,
                   15197:          results/035.processed, results/036.processed,
                   15198:          results/037.processed, results/038.processed,
                   15199:          results/039.processed, results/040.processed,
                   15200:          results/041.processed, results/042.processed,
                   15201:          results/043.processed, results/044.processed,
                   15202:          results/045.processed, results/046.processed,
                   15203:          results/047.processed, results/048.processed,
                   15204:          results/049.processed, results/050.processed,
                   15205:          results/051.processed, results/052.processed,
                   15206:          results/053.processed, results/054.processed,
                   15207:          results/055.processed, results/056.processed,
                   15208:          results/057.processed, results/058.processed,
                   15209:          results/059.processed, results/060.processed,
                   15210:          results/061.processed, results/062.processed,
                   15211:          results/063.processed, results/064.processed,
                   15212:          results/065.processed, results/066.processed,
                   15213:          results/067.processed, results/068.processed,
                   15214:          results/069.processed, results/070.processed,
                   15215:          results/071.processed, results/072.processed,
                   15216:          results/073.processed, results/074.processed,
                   15217:          results/075.processed, results/076.processed,
                   15218:          results/077.processed, results/078.processed,
                   15219:          results/079.processed, results/080.processed,
                   15220:          results/081.processed, results/082.processed,
                   15221:          results/083.processed, results/084.processed,
                   15222:          results/085.processed, results/086.processed,
                   15223:          results/087.processed, results/088.processed,
                   15224:          results/089.processed, results/090.processed,
                   15225:          results/091.processed, results/092.processed,
                   15226:          results/093.processed, results/094.processed,
                   15227:          results/095.processed, results/096.processed,
                   15228:          results/097.processed, results/098.processed,
                   15229:          results/099.processed, results/100.processed,
                   15230:          results/101.processed, results/102.processed,
                   15231:          results/103.processed, results/104.processed,
                   15232:          results/105.processed, results/106.processed,
                   15233:          results/107.processed, results/108.processed,
                   15234:          results/109.processed, results/110.processed,
                   15235:          results/111.processed, results/112.processed,
                   15236:          results/113.processed, results/114.processed,
                   15237:          results/115.processed, results/116.processed,
                   15238:          results/117.processed, results/118.processed,
                   15239:          results/119.processed, results/120.processed,
                   15240:          results/121.processed, results/122.processed,
                   15241:          results/123.processed, results/124.processed,
                   15242:          results/125.processed, results/126.processed,
                   15243:          results/127.processed, results/128.processed,
                   15244:          results/129.processed, results/130.processed,
                   15245:          results/131.processed, results/132.processed,
                   15246:          results/133.processed, results/134.processed,
                   15247:          results/135.processed, results/136.processed,
                   15248:          results/137.processed, results/138.processed,
                   15249:          results/139.processed, results/140.processed,
                   15250:          results/141.processed: merged(copied) to HEAD from template_gc
                   15251: 
                   15252:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   15253:          towards \parser3project not having to be in root
                   15254: 
                   15255:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   15256:          module compiled [were minor unnecessary changes in lib/md5
                   15257:          interface]
                   15258: 
                   15259:        * src/include/pa_version.h: release
                   15260: 
                   15261:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   15262: 
                   15263:        * src/classes/math.C: merged uuid bugfix
                   15264: 
                   15265:        * tests/: 141.html, results/141.processed: fixed bug with
                   15266:          too-small-a-buffer
                   15267: 
                   15268:        * src/classes/math.C: uuid bugfix
                   15269: 
                   15270:        * tests/: 141.html, Makefile, results/005.processed,
                   15271:          results/030.processed, results/075.processed,
                   15272:          results/078.processed: to reflect date format change (were -
                   15273:          become ' ')
                   15274: 
                   15275:        * src/classes/math.C: uuid bugfix
                   15276: 
                   15277:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   15278:          debug/release changes
                   15279: 
                   15280:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   15281: 
                   15282: 2003-07-23  paf
                   15283: 
                   15284:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15285:          renamed a little [to move to comman naming conv]
                   15286: 
1.116     moko     15287:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   15288:          build
1.95      moko     15289: 
                   15290:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   15291:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15292:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   15293:          stack top_index() fixed
                   15294: 
                   15295:        * src/main/pa_globals.C: minor style changes
                   15296: 
                   15297:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   15298:          closing/caching fixed [connections were not closed/put to cache]
                   15299: 
                   15300: 2003-07-22  paf
                   15301: 
                   15302:        * INSTALL: gc part updated stightly
                   15303: 
                   15304:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   15305:          new sapi interface
                   15306: 
                   15307:        * src/classes/file.C: comment on OS
                   15308: 
                   15309:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   15310:          one deeper in cord lib]
                   15311: 
                   15312:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   15313: 
                   15314:        * src/main/pa_memory.C: out of memory is no longer coredump
                   15315: 
                   15316:        * INSTALL: disable-threads adviced
                   15317: 
                   15318: 2003-07-21  paf
                   15319: 
1.116     moko     15320:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     15321: 
                   15322:        * src/classes/file.C: file::exec/cgi environment variables now must
                   15323:          be UPPERCASE and A-Z 0-9 _-
                   15324: 
                   15325:        * src/classes/file.C: env passing fixed
                   15326: 
                   15327:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   15328: 
                   15329:        * src/main/pa_common.C: http:// CRLF now
                   15330: 
                   15331: 2003-07-02  paf
                   15332: 
                   15333:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   15334:          fields to reflect their real meaning
                   15335: 
                   15336: 2003-06-27  paf
                   15337: 
                   15338:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   15339:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   15340:          file::exec/cgi .charset
                   15341: 
                   15342: 2003-06-26  paf
                   15343: 
                   15344:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   15345:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   15346:          src/classes/table.C: fixed several uninitialized local
                   15347:          structures.  notably ^hash.foreach now inserts delimiters
                   15348:          properly [were inserting it before first body]
                   15349: 
                   15350: 2003-06-24  paf
                   15351: 
                   15352:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   15353: 
                   15354: 2003-06-20  paf
                   15355: 
                   15356:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15357:          src/main/pa_globals.C: introducing
                   15358:          $f[^file::load[binary;http://...]] $f.tables
                   15359: 
                   15360: 2003-06-06  paf
                   15361: 
                   15362:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   15363:          table. [were method lookup: inconsistent]
                   15364: 
                   15365: 2003-06-02  paf
                   15366: 
                   15367:        * src/include/pa_memory.h: empty string clone fixed to return
                   15368:          writable memory
                   15369: 
                   15370:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   15371:          were not appended] which violated string invariant
                   15372: 
                   15373: 2003-05-30  paf
                   15374: 
                   15375:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   15376:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   15377: 
                   15378:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   15379:          GMT  ; RFC 822, updated by RFC 1123
                   15380: 
                   15381:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   15382:          targets/isapi/parser3isapi.C: initialized request_info properly
                   15383: 
                   15384:        * src/classes/xnode.C: found minor bug, commended for future
                   15385: 
                   15386: 2003-05-28  paf
                   15387: 
                   15388:        * src/classes/form.C: request_info.content_length can't be <0,
                   15389:          size_t for some time
                   15390: 
                   15391: 2003-05-26  paf
                   15392: 
                   15393:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   15394:          forgotten <0 changed to !=STRING_NOT_FOUND
                   15395: 
                   15396:        * src/classes/math.C: merged ffffu from HEAD
                   15397: 
                   15398: 2003-05-11  paf
                   15399: 
                   15400:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   15401: 
                   15402:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   15403:          premature doc free.  transformed document had xmlDoc reference
                   15404:          stored to non-gc-memory (libgdome) added holding-reference
                   15405: 
                   15406: 2003-04-29  paf
                   15407: 
                   15408:        * src/main/pa_globals.C: started digging on double free.  on win32
                   15409:          found that that's perfectly normal.
                   15410: 
                   15411: 2003-04-25  paf
                   15412: 
                   15413:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   15414: 
                   15415:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   15416: 
                   15417:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   15418:          print anything.  changed to quicker and simplier code
                   15419: 
                   15420:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   15421:          strict a check]
                   15422: 
                   15423:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   15424: 
                   15425: 2003-04-24  paf
                   15426: 
                   15427:        * src/include/pa_table.h: too strict assert loosened
                   15428: 
                   15429:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   15430:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   15431:          report
                   15432: 
                   15433: 2003-04-21  paf
                   15434: 
1.116     moko     15435:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     15436: 
                   15437:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   15438:          memory
                   15439: 
                   15440:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   15441:          xmlMallocAtomic [author agreed to my suggestion], used that
                   15442: 
                   15443:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   15444: 
                   15445:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   15446:          types/pa_vmail.C: attributed_meaning_to_string added
                   15447:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   15448:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   15449:          made that param obligatory
                   15450: 
                   15451:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   15452:          fixed [assert helped]
                   15453: 
                   15454:        * src/include/pa_string.h: assert added [looking for bug]
                   15455: 
                   15456:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   15457:          names on Win32 considered disk-global
                   15458: 
                   15459:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   15460:          considered disk-global
                   15461: 
                   15462: 2003-04-18  paf
                   15463: 
                   15464:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   15465:          filenames
                   15466: 
                   15467:        * src/main/untaint.C: enabled '~' letter in filenames
                   15468: 
                   15469: 2003-04-16  paf
                   15470: 
                   15471:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   15472: 
                   15473:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   15474:          HEAD
                   15475: 
1.116     moko     15476:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     15477: 
                   15478: 2003-04-15  paf
                   15479: 
                   15480:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15481:          src/lib/md5/pa_md5c.c, tests/141.html,
                   15482:          tests/results/141.processed: merged from head ^math:uuid[]
                   15483:          ^math:uid64[] ^math:md5[string]
                   15484: 
                   15485:          test added: 141.html
                   15486: 
                   15487:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   15488: 
                   15489:        * src/classes/math.C: ^math:uuid[]
                   15490: 
                   15491:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   15492: 
                   15493:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15494:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   15495: 
                   15496:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   15497:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   15498:          ^file::load[mode;name;     $.offset     $.limit
                   15499: 
                   15500: 2003-04-14  paf
                   15501: 
                   15502:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15503:          started ^math:md5
                   15504: 
                   15505:        * src/classes/table.C, src/include/pa_array.h,
                   15506:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   15507:          tests/results/140.processed: table $.reverse option works in
                   15508:          create&co table $.distinct[tables] bug fix merged
                   15509: 
                   15510:        * src/: classes/table.C, include/pa_table.h: table
                   15511:          $.distinct[tables] bug fixed
                   15512: 
                   15513:        * src/classes/table.C: more warnings
                   15514: 
                   15515:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   15516:          removed checks in table::set_current, moved them back to
                   15517:          table::locate implemented table::create/join ñ $.reverse
                   15518: 
                   15519:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   15520:          removed checks in table::set_current, moved them back to
                   15521:          table::locate
                   15522: 
                   15523: 2003-04-11  paf
                   15524: 
                   15525:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15526:          src/include/pa_array.h, src/include/pa_common.h,
                   15527:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15528:          src/include/pa_table.h, src/main/pa_request.C,
                   15529:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15530:          src/main/pa_table.C: merged from HEAD from
                   15531:          before_append_array_limit_sense_change to
                   15532:          after_append_array_limit_sense_change
                   15533: 
                   15534:        * src/classes/table.C: typo
                   15535: 
                   15536:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15537:          src/include/pa_array.h, src/include/pa_common.h,
                   15538:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   15539:          src/include/pa_table.h, src/main/pa_array.C,
                   15540:          src/main/pa_globals.C, src/main/pa_request.C,
                   15541:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15542:          src/main/pa_table.C: append_array_limit_sense_change locate
                   15543:          accepts options same as create new option: $.reverse(1)   [do not
                   15544:          work in table::create]
                   15545: 
                   15546:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   15547:          (stat xxx,
                   15548: 
                   15549:        * src/classes/: table.C: typo
                   15550: 
                   15551:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   15552:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   15553:          results/130.processed, results/131.processed,
                   15554:          results/132.processed, results/133.processed,
                   15555:          results/134.processed, results/135.processed,
                   15556:          results/136.processed, results/137.processed,
                   15557:          results/138.processed, results/139.processed: added few mustfail
                   15558:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   15559:          date/time 132.html mustfail: access to junction outside of
                   15560:          context 133.html mustfail: access to junction outside of context,
                   15561:          case version 134.html mustfail: hash: adding a key inside of
                   15562:          foreach 135.html mustfail: modifying system class 136.html
                   15563:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   15564:          appendChild without import 138.html mustfail: invalid encoding
                   15565:          inside of xml 139.html mustfail: bad XPath
                   15566: 
                   15567:        * operators.txt, src/classes/table.C, tests/084.html,
                   15568:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   15569:          tests/129.html, tests/results/125.processed,
                   15570:          tests/results/126.processed, tests/results/127.processed,
                   15571:          tests/results/128.processed, tests/results/129.processed: merged
                   15572:          from HEAD ^table.hash[key][$.distinct[tables]]
                   15573: 
                   15574:          maked appropriate tests [changed one old nonconforming]
                   15575: 
                   15576:        * operators.txt, src/classes/table.C:
                   15577:          ^table.hash[key][$.distinct[tables]]
                   15578: 
                   15579:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15580:          merged fix for found very old xml (dom) bug: were passing
                   15581:          domString objects and later ERROREOUSLY freed them
                   15582: 
                   15583:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   15584:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   15585:          libgdome bug can not be worked around
                   15586: 
                   15587: 2003-04-10  paf
                   15588: 
                   15589:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15590:          found very old xml (dom) bug: were passing domString objects and
                   15591:          later ERROREOUSLY freed them
                   15592: 
                   15593:        * src/doc/string.dox, src/include/pa_memory.h,
                   15594:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   15595:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   15596:          tests/123.html, tests/124.html, tests/results/001.processed,
                   15597:          tests/results/002.processed, tests/results/003.processed,
                   15598:          tests/results/004.processed, tests/results/005.processed,
                   15599:          tests/results/006.processed, tests/results/008.processed,
                   15600:          tests/results/009.processed, tests/results/010.processed,
                   15601:          tests/results/011.processed, tests/results/012.processed,
                   15602:          tests/results/013.processed, tests/results/014.processed,
                   15603:          tests/results/015.processed, tests/results/016.processed,
                   15604:          tests/results/017.processed, tests/results/018.processed,
                   15605:          tests/results/020.processed, tests/results/021.processed,
                   15606:          tests/results/022.processed, tests/results/023.processed,
                   15607:          tests/results/024.processed, tests/results/025.processed,
                   15608:          tests/results/026.processed, tests/results/027.processed,
                   15609:          tests/results/028.processed, tests/results/029.processed,
                   15610:          tests/results/030.processed, tests/results/031.processed,
                   15611:          tests/results/032.processed, tests/results/033.processed,
                   15612:          tests/results/034.processed, tests/results/035.processed,
                   15613:          tests/results/036.processed, tests/results/037.processed,
                   15614:          tests/results/038.processed, tests/results/039.processed,
                   15615:          tests/results/040.processed, tests/results/041.processed,
                   15616:          tests/results/042.processed, tests/results/043.processed,
                   15617:          tests/results/044.processed, tests/results/045.processed,
                   15618:          tests/results/046.processed, tests/results/047.processed,
                   15619:          tests/results/048.processed, tests/results/049.processed,
                   15620:          tests/results/050.processed, tests/results/051.processed,
                   15621:          tests/results/052.processed, tests/results/053.processed,
                   15622:          tests/results/054.processed, tests/results/055.processed,
                   15623:          tests/results/056.processed, tests/results/057.processed,
                   15624:          tests/results/058.processed, tests/results/059.processed,
                   15625:          tests/results/060.processed, tests/results/061.processed,
                   15626:          tests/results/062.processed, tests/results/063.processed,
                   15627:          tests/results/064.processed, tests/results/065.processed,
                   15628:          tests/results/066.processed, tests/results/067.processed,
                   15629:          tests/results/068.processed, tests/results/069.processed,
                   15630:          tests/results/070.processed, tests/results/071.processed,
                   15631:          tests/results/072.processed, tests/results/073.processed,
                   15632:          tests/results/074.processed, tests/results/075.processed,
                   15633:          tests/results/076.processed, tests/results/077.processed,
                   15634:          tests/results/078.processed, tests/results/079.processed,
                   15635:          tests/results/080.processed, tests/results/081.processed,
                   15636:          tests/results/082.processed, tests/results/083.processed,
                   15637:          tests/results/084.processed, tests/results/085.processed,
                   15638:          tests/results/086.processed, tests/results/087.processed,
                   15639:          tests/results/088.processed, tests/results/089.processed,
                   15640:          tests/results/090.processed, tests/results/091.processed,
                   15641:          tests/results/092.processed, tests/results/093.processed,
                   15642:          tests/results/094.processed, tests/results/095.processed,
                   15643:          tests/results/096.processed, tests/results/097.processed,
                   15644:          tests/results/101.processed, tests/results/102.processed,
                   15645:          tests/results/104.processed, tests/results/105.processed,
                   15646:          tests/results/106.processed, tests/results/107.processed,
                   15647:          tests/results/108.processed, tests/results/109.processed,
                   15648:          tests/results/110.processed, tests/results/111.processed,
                   15649:          tests/results/112.processed, tests/results/113.processed,
                   15650:          tests/results/114.processed, tests/results/115.processed,
                   15651:          tests/results/116.processed, tests/results/117.processed,
                   15652:          tests/results/118.processed, tests/results/119.processed,
                   15653:          tests/results/120.processed, tests/results/121.processed,
                   15654:          tests/results/122.processed, tests/results/123.processed,
                   15655:          tests/results/124.processed: new convention: char* never 0.
                   15656:          assert in cord on that
                   15657: 
                   15658:        * src/main/pa_charset.C: couple more asserts
                   15659: 
                   15660:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   15661:          speedup
                   15662: 
                   15663:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   15664:          added [may be those is the case now?]
                   15665: 
                   15666:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15667:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15668:          hope]
                   15669: 
                   15670:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15671:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15672:          hope]
                   15673: 
                   15674:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   15675: 
                   15676: 2003-04-09  paf
                   15677: 
                   15678:        * src/classes/date.C: merged ^date.roll changes
                   15679: 
                   15680:        * src/classes/date.C: ^date.roll bug fix
                   15681: 
                   15682:        * src/classes/date.C: ^date.roll now throws less errors: month
                   15683:          shifts handles end of month situation by reducing day number
                   15684:          hour-hole shift reduces hour to recover
                   15685: 
                   15686:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   15687:          Sort by function time
                   15688: 
                   15689:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   15690:          http://   $.charset[] param done
                   15691: 
                   15692:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   15693:          added [after volatile fix. passes on win&intel-solaris]
                   15694: 
                   15695: 2003-04-08  paf
                   15696: 
                   15697:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   15698:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   15699:          include/pa_common.h, include/pa_request_charsets.h,
                   15700:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15701:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   15702:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   15703:          types/pa_vresponse.C: started http://   $.charset[] param and
                   15704:          http response charset detection just compiled.  todo:test
                   15705: 
                   15706:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   15707: 
                   15708:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   15709:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   15710:          types/pa_vmail.C: changed transcode param converntion  along with
                   15711:          string creating convention -- all strings are zero-terminated,
                   15712:          this allowed to fix one remaining String("123", 2) case
                   15713: 
                   15714:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15715:          classes/op.C, classes/string.C, classes/table.C,
                   15716:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   15717:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   15718:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15719:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   15720:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   15721:          violated String::invariant. started fixing [not compiled now]
                   15722: 
                   15723:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15724:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   15725:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   15726:          improvements & optimizations
                   15727: 
                   15728:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   15729:          :(]
                   15730: 
                   15731:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   15732:          [for it's a pointer really]
                   15733: 
                   15734:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   15735:          'n' param. worked that around
                   15736: 
                   15737:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   15738:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   15739:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   15740:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   15741:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   15742: 
                   15743:          Thanks for the bug report and patch.
                   15744: 
                   15745:          I hadn't looked at this code in a while.  Reading it now, it
                   15746:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   15747:          comply with the invariant, though that may not matter a lot.  I
                   15748:          changed that, too.
                   15749: 
                   15750:          Hans
                   15751: 
                   15752: 2003-04-07  paf
                   15753: 
                   15754:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   15755:          merged from head:safe mode error message now includes numbers
                   15756: 
                   15757:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15758:          problem: as_double returns it's result in fp-register compiler
                   15759:          optimizes access to that register after b->as_double, and just
                   15760:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15761:          from memory.  _SAME_ double values do not match here.  when
                   15762:          forced to REload fp-register, values do match.
                   15763: 
                   15764:          tried to make them volatile.
                   15765: 
                   15766:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15767:          problem: as_double returns it's result in fp-register compiler
                   15768:          optimizes access to that register after b->as_double, and just
                   15769:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15770:          from memory.  _SAME_ double values do not match here.  when
                   15771:          forced to REload fp-register, values do match.
                   15772: 
                   15773:          tried to make them volatile.
                   15774: 
                   15775:        * src/types/pa_vobject.h: small style change
                   15776: 
                   15777:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   15778: 
                   15779:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   15780:          mode error message now includes numbers
                   15781: 
                   15782:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   15783:          now causes death
                   15784: 
                   15785: 2003-04-04  paf
                   15786: 
                   15787:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   15788:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   15789:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   15790:          Sent: Thursday, January 23, 2003 9:14 AM
                   15791: 
                   15792:          huge speedup on ^file::cgi with big result
                   15793: 
                   15794:        * src/classes/table.C: sort table with 0 rows bug fixed
                   15795: 
                   15796:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   15797:          fix http://i2/tasks/edit/?id=4493701604654042676
                   15798: 
                   15799:          @main[] $with_default[  $.a[1]  $._default[default from
                   15800:          with_default] ] ^show[$with_default]
                   15801: 
                   15802:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15803:          =$to_add_to.xxx=<br>
                   15804: 
                   15805:          ^show[$to_add_to]
                   15806: 
                   15807:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15808:          ^show[$cloned]
                   15809: 
                   15810:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15811: 
                   15812:          }  <hr>
                   15813: 
                   15814:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   15815:          http://i2/tasks/edit/?id=4493701604654042676
                   15816: 
                   15817:          @main[] $with_default[  $.a[1]  $._default[default from
                   15818:          with_default] ] ^show[$with_default]
                   15819: 
                   15820:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15821:          =$to_add_to.xxx=<br>
                   15822: 
                   15823:          ^show[$to_add_to]
                   15824: 
                   15825:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15826:          ^show[$cloned]
                   15827: 
                   15828:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15829: 
                   15830:          }  <hr>
                   15831: 
                   15832:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   15833:          http://i2/tasks/edit/?id=4507350336410850921
                   15834: 
                   15835:        * src/classes/xdoc.C: memory allocation func bugfix
                   15836:          http://i2/tasks/edit/?id=4499303470368629745
                   15837: 
                   15838:        * src/classes/math.C: allowed random 1...
                   15839: 
                   15840:        * src/classes/math.C: allowed random 0..
                   15841: 
                   15842:        * src/main/pa_globals.C: exif mem leak
                   15843:          http://i2/tasks/edit/?id=4480590323629807263
                   15844: 
                   15845:        * src/: classes/classes.dsp, main/main.dsp,
                   15846:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   15847:          fix http://i2/tasks/edit/?id=4493946731322521294
                   15848:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   15849: 
                   15850:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15851:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   15852:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   15853:          links to xml libs made relative, no need to unpack parser3project
                   15854:          to /parser3project.
                   15855: 
                   15856:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   15857:          column more precise - tab handling bug fixed
                   15858: 
                   15859:        * src/main/: compile.tab.C, compile.y: more understandable error
                   15860:          message in case @CLASS with more then one line inside
                   15861: 
                   15862:        * src/targets/cgi/parser3.C: more understandable error message in
                   15863:          case of errors in @unhandled_exception
                   15864: 
                   15865: 2003-04-03  paf
                   15866: 
                   15867:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   15868:          src/main/compile.tab.C, src/main/compile.y,
                   15869:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15870:          src/main/execute.C, src/main/pa_request.C: debug info format
                   15871:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   15872: 
                   15873:          higher limits:   file number (max: 255)   line number (max:
                   15874:          64535)   column number (max: 255)
                   15875: 
                   15876:        * src/classes/math.C: top limit
                   15877: 
                   15878:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15879:          precise parse error position in case of
                   15880: 
                   15881:          ^bug ]
                   15882: 
                   15883:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   15884:          changed to realities, and passed [bug fixed]
                   15885: 
                   15886:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   15887:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15888:          main/compile_tools.h, main/pa_request.C: introducing
                   15889:          ^process...[main-method-alias]
                   15890: 
                   15891:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   15892:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15893:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   15894:          params receive zero reference, but they are expected not to look
                   15895:          there]
                   15896: 
                   15897:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   15898:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   15899:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15900:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15901:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15902:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15903:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   15904:          [methods without params receive zero reference, but they are
                   15905:          expected not to look there]
                   15906: 
                   15907:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   15908:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   15909:          ^process...[filename] useful for better error reporting
                   15910:          [file/line/col]
                   15911: 
                   15912:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15913:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   15914:          '%s', it 2. method undefined in case of ^void[]
                   15915: 
                   15916:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15917:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   15918:          handling done. now we have error columns todo: test it
                   15919: 
                   15920:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   15921:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   15922: 
                   15923:          this makes life easier: were: bad stack order -- were in
                   15924:          exception catch unwind order, which didn't match execution order
                   15925: 
                   15926:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   15927: 
                   15928:          @first[] ^throw[a;1]
                   15929: 
                   15930:          showed throw a first throw b try
                   15931: 
                   15932:          which is no good
                   15933: 
                   15934:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15935:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   15936:          trace reset after handled exception [old bug fixed]
                   15937: 
                   15938:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   15939:          fixed.  position reporting made precise [both, in parse erros and
                   15940:          runtime errors]
                   15941: 
                   15942: 2003-04-02  paf
                   15943: 
                   15944:        * src/: include/pa_operation.h, include/pa_request.h,
                   15945:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15946:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15947:          main/pa_exception.C, main/pa_request.C: debug info: started
                   15948:          using.  todo:complete
                   15949: 
                   15950:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   15951:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15952:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15953:          main/pa_request.C: prepared debug info todo:use it
                   15954: 
                   15955:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   15956:          return Operation class->union after switching from autoptrs.
                   15957: 
                   15958:        * tests/: Makefile, results/108.processed, results/117.processed:
                   15959:          meta considered OK [it's up to coder now to remove it not needed]
                   15960: 
                   15961:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   15962:          Dictionary constructor when moved to gc]
                   15963: 
                   15964:        * src/main/pa_common.C: uncommented http:// file loading
                   15965: 
                   15966:        * src/include/pa_array.h, src/main/execute.C,
                   15967:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   15968:          fix [gdGrowingBuf]
                   15969: 
                   15970:        * configure.in, src/lib/Makefile.am: removed patches
                   15971: 
                   15972:        * configure, src/include/pa_config_auto.h.in,
                   15973:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   15974: 
                   15975:        * src/main/pa_common.C: uncommented http:// file loading
                   15976: 
                   15977:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   15978:          xdoc::create/load
                   15979: 
                   15980:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   15981:          classes/string.C, classes/table.C, classes/void.C,
                   15982:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   15983:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   15984:          String::String(str,helper_length) are checked.  found/fixed one
                   15985:          place: $request:body now zero-terminated,
                   15986: 
                   15987:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15988:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   15989:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   15990:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15991:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15992:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   15993:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   15994:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   15995:          easily optimizable)
                   15996: 
                   15997:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   15998:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   15999: 
                   16000:        * src/: include/pa_array.h, include/pa_stack.h,
                   16001:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   16002:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   16003:          become assertion iterator in methodframe filler
                   16004: 
                   16005:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   16006:          targets/cgi/parser3.C: array::get/put inlined
                   16007: 
                   16008:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   16009:          gc_substitute_memory_management_functions +installed CORD_oom
                   16010:          function
                   16011: 
                   16012:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   16013:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   16014:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   16015:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   16016:          assertions started configure.in --enable-assertions
                   16017: 
                   16018: 2003-04-01  paf
                   16019: 
                   16020:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   16021:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   16022:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   16023:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   16024:          gc misses that and collects valid memory fixed by remembering
                   16025:          xmlDoc from dom object in xdoc.  todo: do something with
                   16026:          premature free of xdoc with xnodes/node values referring into it
                   16027: 
                   16028:        * src/classes/: mail.C: typo fix
                   16029: 
                   16030:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   16031:          changes
                   16032: 
                   16033:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   16034:          main/pa_memory.C: moved memory debugging to global level: to
                   16035:          pa_gc_malloc
                   16036: 
                   16037:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   16038:          debugging showed no errors. todo: debug parser memory
                   16039: 
                   16040:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   16041:          configurations
                   16042: 
                   16043:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   16044:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   16045:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16046:          types/types.dsp: prepared xml-static configuration
                   16047: 
                   16048: 2003-03-31  paf
                   16049: 
                   16050:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   16051:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   16052:          xml lib memory debugging, simple checks failed: it seems that
                   16053:          library does realloc(bad ptr), and recording those ptrs in heap
                   16054:          [for debugging] was bad: heap situation changes = everything
                   16055:          works fine
                   16056: 
                   16057:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   16058:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   16059:          limit of 10 user-defined charsets]
                   16060: 
                   16061: 2003-03-28  paf
                   16062: 
                   16063:        * src/main/execute.C: execution stack copied to local register
                   16064:          variable, removed lots [~2e7) of memory accesses
                   16065: 
                   16066: 2003-03-27  paf
                   16067: 
                   16068:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   16069:          works in debug, but fails in release todo: fix that
                   16070: 
                   16071:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   16072:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   16073:          replacement from gc branch
                   16074: 
                   16075:        * src/main/pa_exec.C: introducing append_help_length [radical
                   16076:          improvement here]
                   16077: 
                   16078:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   16079:          'not recommened' in gc.h, on win32 noticed no difference]
                   16080: 
                   16081:        * src/include/pa_array.h: returned checked array get [were disabled
                   16082:          for debugging] result:not slower [don't understand that, it were
                   16083:          INLINED] todo: find out a way of inlining it!
                   16084: 
                   16085:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   16086:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   16087:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   16088:          convention changed: all resulting strings are zero-terminated
                   16089: 
                   16090:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16091:          classes/string.C, classes/table.C, classes/void.C,
                   16092:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   16093:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   16094:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   16095:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16096:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   16097:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   16098:          append_help_length [radical improvement here]
                   16099: 
                   16100:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   16101:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   16102:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   16103:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   16104:          even slower
                   16105: 
                   16106:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   16107:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   16108:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   16109:          clients of &get(): most to use non-ref version, some[in tight
                   16110:          places] to get_unchecked_ref
                   16111: 
                   16112:        * src/doc/memory.dox: forgot to add
                   16113: 
                   16114:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   16115:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   16116:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   16117:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   16118:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16119:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   16120:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   16121:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   16122:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   16123:          func] other Array & removed
                   16124: 
                   16125: 2003-03-26  paf
                   16126: 
                   16127:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   16128:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   16129:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   16130:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16131:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   16132:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   16133:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16134:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   16135:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16136:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   16137:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   16138:          pre-evaluated .count() in some places
                   16139: 
                   16140:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16141:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   16142:          types/types.dsp: .dsp profiling updated
                   16143: 
                   16144:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   16145:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   16146:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   16147: 
                   16148:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   16149:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   16150:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   16151:          use lib/gc,lib/cord
                   16152: 
1.116     moko     16153:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   16154:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     16155:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   16156:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   16157:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16158:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     16159:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     16160:          src/lib/cord/include/Makefile.am,
1.116     moko     16161:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   16162:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   16163:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   16164:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   16165:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   16166:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   16167:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   16168:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   16169:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   16170:          funcs ported pa_exec
1.95      moko     16171: 
                   16172:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   16173: 
                   16174:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   16175:          bundled gc includes
                   16176: 
                   16177:        * src/: classes/op.C, include/pa_array.h,
                   16178:          include/pa_sql_connection.h, include/pa_string.h,
                   16179:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   16180:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   16181:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   16182:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   16183:          first real site (aval)]
                   16184: 
                   16185: 2003-03-25  paf
                   16186: 
                   16187:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   16188:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   16189:          process
                   16190: 
                   16191:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   16192:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   16193: 
                   16194:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   16195: 
                   16196:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   16197:          src/types/pa_value.h, src/types/pa_vfile.h,
                   16198:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16199:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   16200:          tests/results/121.processed: untaint.C L_URI
                   16201: 
                   16202:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   16203:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   16204:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   16205:          src/types/pa_vmemory.h: ^memory:compact[]
                   16206: 
                   16207:        * tests/results/109.processed: it was a bug in parser. updated 109
                   16208:          test result
                   16209: 
                   16210:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   16211: 
                   16212:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   16213:          tests/results/107.processed: fixed dom language [values are now
                   16214:          considered tainted.  it was a bug in parser. updated 107 test
                   16215:          result
                   16216: 
                   16217:        * src/classes/xdoc.C: fixed transform params
                   16218: 
                   16219:        * src/: include/pa_stylesheet_manager.h,
                   16220:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   16221: 
                   16222:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   16223:          overloads for structure handling
                   16224: 
                   16225:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   16226:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   16227:          StringBody(0) ambiguilty, introducting static
                   16228:          StringBody::Format(int)
                   16229: 
                   16230:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   16231:          linked
                   16232: 
                   16233:        * src/types/pa_vxdoc.C: vxdoc compiled
                   16234: 
                   16235:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   16236:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   16237:          finalizers isntalled
                   16238: 
                   16239:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   16240:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   16241:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16242:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   16243:          compiled todo: xnode.C / finalizers
                   16244: 
                   16245:        * src/doc/string.dox: updated: new string internals
                   16246: 
                   16247: 2003-03-24  paf
                   16248: 
                   16249:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16250:          include/pa_charset.h, include/pa_config_fixed.h,
                   16251:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   16252:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   16253:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16254:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   16255:          types/pa_vxnode.h: started XML
                   16256: 
                   16257:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   16258: 
                   16259:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16260:          include/pa_string.h, main/pa_common.C,
                   16261:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   16262: 
                   16263:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16264:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   16265:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   16266:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   16267:          for eq STRING_NOT_FOUND
                   16268: 
                   16269:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   16270:          optimize bit implemented
                   16271: 
                   16272:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   16273:          String::ArrayFragment::append_positions fixed
                   16274: 
                   16275:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   16276:          String::this_starts fixed
                   16277: 
                   16278:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   16279: 
                   16280:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   16281:          hashcode implemented fully, including per-char callback [it can
                   16282:          be - substr CORD node]
                   16283: 
                   16284:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   16285:          rewritten to rewalloc with 100byte buf ahead
                   16286: 
                   16287:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   16288:          src/include/pa_string.h, src/main/compile.tab.C,
                   16289:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   16290:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   16291:          CORD_ec [bad] would rewrite as realloc now
                   16292: 
                   16293:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16294:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   16295:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16296:          include/pa_common.h, include/pa_request.h,
                   16297:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   16298:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   16299:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   16300:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   16301:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   16302:          types/pa_vstateless_class.h: 2*2 worked :)
                   16303: 
                   16304:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   16305:          src/include/pa_exec.h, src/include/pa_string.h,
                   16306:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   16307:          passed OK
                   16308: 
                   16309:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16310:          types/pa_value.C: all linked todo: debug
                   16311: 
                   16312:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   16313:          types/pa_vstateless_class.C: all compiled.  todo:link
                   16314: 
                   16315:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   16316: 
                   16317:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   16318: 
                   16319:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   16320: 
                   16321:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   16322: 
                   16323:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   16324:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   16325:          pa_vstateless_class.C, pa_vstateless_class.h:
                   16326:          pa_vstateless_class.C compiled
                   16327: 
                   16328:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   16329:          types/pa_vmath.C: pa_vmail.C compiled
                   16330: 
                   16331:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   16332: 
                   16333:        * src/types/pa_vform.C: pa_vform.C compiled
                   16334: 
                   16335:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   16336: 
                   16337:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   16338:          pa_vstateless_class.C: pa_vcookie.C compiled
                   16339: 
                   16340:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   16341:          types/pa_vhash.h: pa_value.C compiled
                   16342: 
                   16343:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   16344:          classes.lib main.lib compiled
                   16345: 
                   16346:        * src/classes/void.C: void.C compiled
                   16347: 
                   16348:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   16349:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   16350:          compiled
                   16351: 
                   16352:        * src/: classes/string.C, include/pa_request.h,
                   16353:          include/pa_string.h, main/pa_string.C: string.C compiled
                   16354: 
                   16355:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   16356:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   16357:          main/pa_request.C, main/pa_string.C: op.C compiled
                   16358: 
                   16359:        * src/classes/: math.C, op.C: math.C compiled
                   16360: 
                   16361:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   16362:          types/pa_vmail.h: mail.C compiled
                   16363: 
                   16364:        * src/classes/: int.C, table.C: int.C compiled
                   16365: 
                   16366:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   16367:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   16368:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   16369:          compiled
                   16370: 
                   16371:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16372:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   16373:          include/pa_sql_connection.h: hash.C compiled
                   16374: 
                   16375:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   16376:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16377:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16378:          classes/math.C, classes/op.C, classes/response.C,
                   16379:          classes/string.C, classes/table.C, classes/void.C,
                   16380:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   16381:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16382:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   16383:          file.C table.C compiled
                   16384: 
                   16385:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   16386:          main/untaint.C: main.lib compiled
                   16387: 
                   16388: 2003-03-21  paf
                   16389: 
                   16390:        * src/: classes/op.C, include/pa_cache_managers.h,
                   16391:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16392:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   16393:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   16394:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   16395:          compiled
                   16396: 
                   16397:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   16398:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   16399:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16400:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   16401:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   16402:          pa_request.C compiled
                   16403: 
                   16404:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   16405:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   16406:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   16407:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   16408:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16409:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   16410:          compiled
                   16411: 
                   16412:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   16413:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   16414:          on unix
                   16415: 
                   16416:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16417:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   16418:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   16419:          pa_charsets.C compiled
                   16420: 
                   16421:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   16422:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   16423:          main/compile.y, main/execute.C, main/pa_common.C,
                   16424:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   16425:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   16426:          types/pa_vmethod_frame.h: execute.C compiled
                   16427: 
                   16428:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16429:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16430:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16431:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   16432:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16433:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16434:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   16435:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   16436:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16437:          include/pa_stylesheet_connection.h,
                   16438:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16439:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16440:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16441:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16442:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   16443:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   16444:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16445:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   16446:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   16447:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16448:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16449:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16450:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16451:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16452:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16453:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16454:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16455:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16456:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16457:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16458:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16459:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16460:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16461:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16462:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   16463:          [C++ CORD wrapper]
                   16464: 
                   16465:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   16466: 
                   16467:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   16468:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   16469: 
                   16470:          command line, env values, input got transcoded before call
                   16471:          stdout, stderr got transcoded after call
                   16472: 
                   16473:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   16474:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   16475: 
                   16476:        * src/main/pa_common.C: } typo bug fix
                   16477: 
                   16478:        * src/main/pa_common.C: } typo bug fix
                   16479: 
                   16480: 2003-03-20  paf
                   16481: 
                   16482:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   16483:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   16484: 
                   16485:        * src/include/pa_string.h: more tests
                   16486: 
                   16487:        * src/main/pa_string.C: string.pos fixed
                   16488: 
1.116     moko     16489:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   16490:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   16491:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   16492:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   16493:          replaces
1.95      moko     16494: 
                   16495:        * src/: classes/image.C, include/pa_dictionary.h,
                   16496:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16497:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   16498:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   16499:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   16500: 
                   16501:        * src/include/pa_string.h: warning
                   16502: 
                   16503:        * src/include/pa_string.h: this_starts fixed
                   16504: 
                   16505:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   16506:          new String ctor & append params convention
                   16507: 
                   16508:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   16509:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   16510:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   16511:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   16512:          main/pa_exception.C, main/pa_exec.C,
                   16513:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16514:          main/pa_stylesheet_manager.C, main/untaint.C,
                   16515:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   16516:          types/pa_vmail.C: more tests OK
                   16517: 
                   16518:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   16519:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   16520:          gc/exit runned OK
                   16521: 
                   16522:        * src/types/pa_vmail.C: another naming problem: should not name
                   16523:          vars like that: unpredictable close caused problems with later
                   16524:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   16525:          descriptors missing on startup: stdin; Bad file number
                   16526: 
                   16527:          todo: find out why so many filters(stream) here. probably wrong?
                   16528: 
                   16529:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   16530:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   16531:          main/untaint.C: test compiled
                   16532: 
                   16533:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   16534:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   16535:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   16536:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   16537:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   16538:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16539:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   16540:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   16541:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   16542:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   16543: 
                   16544:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   16545:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   16546:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   16547:          src/include/pa_memory.h, src/include/pa_request.h,
                   16548:          src/include/pa_request_charsets.h,
                   16549:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   16550:          src/main/compile.tab.C, src/main/execute.C,
                   16551:          src/main/pa_charset.C, src/main/pa_common.C,
                   16552:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16553:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16554:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   16555:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   16556:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   16557:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16558:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   16559:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16560:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   16561:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   16562:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16563:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   16564:          pa_common.C [done, without http for now]
                   16565: 
                   16566: 2003-03-19  paf
                   16567: 
                   16568:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   16569:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   16570:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   16571:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   16572:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   16573:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   16574:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   16575:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   16576:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16577:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   16578:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   16579:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16580:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16581:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16582:          types/pa_wwrapper.h: started test
                   16583: 
1.116     moko     16584:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   16585:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     16586: 
                   16587:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   16588:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   16589:          it
                   16590: 
                   16591:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   16592:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   16593:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   16594:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   16595:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   16596:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   16597:          types/pa_vmethod_frame.h, types/types.dsp: string
                   16598:          reimplementation with cord+array<fragment>: 70%
                   16599: 
                   16600: 2003-03-18  paf
                   16601: 
                   16602:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16603:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   16604:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   16605:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   16606:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   16607:          can ignore lang in cmp and pos really,             but would
                   16608:          split properly!
                   16609: 
                   16610:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   16611:          cord part made parser/src/lib: it's not compiled into libgc by
                   16612:          default
                   16613: 
                   16614:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   16615:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16616:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16617:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16618:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16619:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16620:          src/classes/xnode.C, src/classes/xnode.h,
                   16621:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   16622:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   16623:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   16624:          src/include/pa_exception.h, src/include/pa_exec.h,
                   16625:          src/include/pa_globals.h, src/include/pa_hash.h,
                   16626:          src/include/pa_memory.h, src/include/pa_pool.h,
                   16627:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   16628:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   16629:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16630:          src/include/pa_stylesheet_connection.h,
                   16631:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   16632:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   16633:          src/main/compile.C, src/main/compile.tab.C,
                   16634:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16635:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   16636:          src/main/pa_charsets.C, src/main/pa_common.C,
                   16637:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   16638:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   16639:          src/main/pa_pool.C, src/main/pa_request.C,
                   16640:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   16641:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   16642:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   16643:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16644:          src/types/pa_junction.h, src/types/pa_method.h,
                   16645:          src/types/pa_value.C, src/types/pa_value.h,
                   16646:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   16647:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16648:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16649:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16650:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   16651:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   16652:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   16653:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   16654:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16655:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16656:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16657:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16658:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16659:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16660:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   16661:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   16662:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   16663:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   16664:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16665:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   16666:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   16667:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   16668:          gc: PA_Object done lots of replacements also
                   16669: 
                   16670:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   16671:          gc logging
                   16672: 
                   16673: 2003-03-17  paf
                   16674: 
                   16675:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16676:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   16677:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16678:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16679:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   16680:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   16681:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   16682:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16683:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16684:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   16685:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16686:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16687:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   16688:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   16689:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16690:          types/pa_vxnode.h: libgc attempt
                   16691: 
                   16692: 2003-03-13  paf
                   16693: 
                   16694:        * src/: include/pa_sql_driver_manager.h,
                   16695:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   16696:          called
                   16697: 
                   16698:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   16699:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   16700:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   16701:          types/pa_value.h, types/pa_vobject.h,
                   16702:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   16703:          set_base, set_derived simplified [counter leaks fixed]
                   16704: 
                   16705:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   16706:          src/types/types.dsp: incorporated status class patch From:
                   16707:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   16708:          2003 8:14 AM
                   16709: 
                   16710:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   16711:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   16712:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   16713: 
                   16714: 2003-03-12  paf
                   16715: 
1.116     moko     16716:        * configure, configure.in, src/lib/ltdl/configure,
                   16717:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     16718:          lib/ltdl/Makefile now created by /configure.in only [were by
                   16719:          lib/ltdl/configure.in OVERWRITE]
                   16720: 
1.116     moko     16721:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   16722:          linkage fixed for g++ 3.2.2
1.95      moko     16723: 
                   16724:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   16725:          on using privately declared class [fixed]
                   16726: 
                   16727:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   16728:          3.2 rightliy complained on using privately declared class [fixed]
                   16729: 
                   16730:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   16731:          sigpipe before request constructor now causes death
                   16732: 
                   16733:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   16734:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   16735:          not cause exception in exception handler
                   16736: 
1.116     moko     16737:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   16738:          now default links libstdc++ statically.  that can be overriden by
                   16739:          --with-dynamic-stdcpp
1.95      moko     16740: 
                   16741: 2003-03-11  paf
                   16742: 
                   16743:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   16744:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   16745:          necessity of libstdc++
                   16746: 
                   16747:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16748: 
                   16749:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16750: 
                   16751: 2003-03-08  paf
                   16752: 
                   16753:        * tests/Makefile: make install & co
                   16754: 
                   16755:        * src/: include/pa_request.h, classes/op.C: removing
                   16756:          vclass,object.h -> pa_request.h dependency
                   16757: 
                   16758:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   16759:          main/pa_request.C: removing vform,response,cookie.h ->
                   16760:          pa_request.h dependency
                   16761: 
                   16762:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   16763:          dependency [testing...]
                   16764: 
                   16765:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   16766:          return 0; fixed
                   16767: 
                   16768:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   16769:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   16770: 
                   16771:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   16772: 
                   16773:        * src/main/pa_request.C: forgotten: ifdef XML
                   16774: 
                   16775:        * src/main/pa_request.C: forgotten: ifdef XML
                   16776: 
                   16777:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   16778:          win32 and run memleak tests again
                   16779: 
                   16780:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   16781:          old xml lib-- it's internal memory handling has faults
                   16782: 
                   16783:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   16784:          problems when transcode from charset A to A.
                   16785: 
                   16786:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   16787:          todo: still problems when transcode from charset A to A.
                   16788: 
                   16789:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   16790:          classes/table.C, include/pa_array.h,
                   16791:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   16792:          started full-scale-site-test [~ http://parser.ru sources]
                   16793: 
                   16794:          some fixes
                   16795: 
                   16796:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   16797:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   16798:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   16799:          results/110.processed, results/111.processed,
                   16800:          results/112.processed, results/113.processed,
                   16801:          results/114.processed, results/115.processed,
                   16802:          results/116.processed, results/117.processed,
                   16803:          results/118.processed, results/119.processed,
                   16804:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   16805:          selectSingle 111 xdoc.create from tainted & 112
                   16806:          xdoc.create/output with russian attr value 113 xpath
                   16807:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   16808:          116 output media-type change 117 transform by dom stylesheet 118
                   16809:          empty transform result 119 dom setAttribute 120 nbsp letter
                   16810:          output
                   16811: 
                   16812:          =END OF PREPARED XML TESTS=
                   16813: 
                   16814: 2003-03-07  paf
                   16815: 
                   16816:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16817:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   16818:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   16819:          transform with params [bugs fixed]
                   16820: 
                   16821:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   16822:          from copy/paste bug
                   16823: 
                   16824:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16825:          src/include/pa_request.h, src/main/execute.C,
                   16826:          src/main/pa_charset.C, src/main/pa_exception.C,
                   16827:          src/main/pa_globals.C, src/main/pa_request.C,
                   16828:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16829:          src/types/pa_vxnode.C, tests/107.html,
                   16830:          tests/results/107.processed: xml: test: 107 bug fixes
                   16831: 
                   16832:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16833:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16834:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   16835: 
                   16836:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   16837:          string
                   16838: 
                   16839:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   16840:          mem alloc functions used for different cases [libxml, libxsl]
                   16841: 
                   16842:        * src/classes/classes.C: fixed: prevent system classes from
                   16843:          modification to lock ALL the classes, not only directly used
                   16844: 
                   16845:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   16846:          linked
                   16847: 
                   16848:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   16849: 
                   16850: 2003-03-06  paf
                   16851: 
                   16852:        * src/classes/xdoc.C: xdoc.C 50%
                   16853: 
                   16854:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   16855:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16856:          main/pa_globals.C, main/pa_request.C,
                   16857:          main/pa_stylesheet_manager.C: xnode.C compiled
                   16858: 
                   16859:        * src/: include/pa_stylesheet_connection.h,
                   16860:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   16861:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   16862: 
                   16863:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   16864:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   16865:          xml: stylesheet&manager STARTED
                   16866: 
                   16867:        * src/: include/pa_globals.h, main/pa_charset.C,
                   16868:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   16869: 
                   16870:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   16871:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   16872:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   16873:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   16874:          charsets
                   16875: 
                   16876:        * tests/023.html: in some cases it rounded up badly. postponing
                   16877:          solution of that problem, making more simple test
                   16878: 
                   16879:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   16880:          -kb now
                   16881: 
                   16882:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16883:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   16884:          moved to charsets.C
                   16885: 
                   16886: 2003-03-05  paf
                   16887: 
                   16888:        * src/classes/string.C, src/include/pa_string.h,
                   16889:          src/main/pa_string.C, tests/105.html,
                   16890:          tests/results/105.processed: String::match bug fixed
                   16891: 
                   16892:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   16893:          tests/results/104.processed: ^bpt operator added [does int3 in
                   16894:          debug build on win32]
                   16895: 
                   16896:        * tests/: 057.html, results/057.processed: test bug fixed
                   16897: 
1.116     moko     16898:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     16899: 
                   16900:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   16901:          missing
                   16902: 
1.116     moko     16903:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   16904:          forgotten files added to Makes
1.95      moko     16905: 
                   16906:        * ltmain.sh: ltmain.sh added
                   16907: 
                   16908:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16909:          change undone ;(
                   16910: 
                   16911:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16912:          made static
                   16913: 
                   16914:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     16915:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   16916:          todo:make linker happy
1.95      moko     16917: 
                   16918:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   16919:          env param made optional
                   16920: 
                   16921: 2003-03-04  paf
                   16922: 
                   16923:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   16924:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   16925: 
                   16926:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   16927:          results/103.processed: tests: 103 image.copy transparence test
                   16928: 
                   16929:        * src/main/execute.C, tests/101.html, tests/102.html,
                   16930:          tests/results/101.processed, tests/results/102.processed: tests:
                   16931:          101 method/variable name conflict test 102 form fields change
                   16932:          should not not change anything [bug fix]
                   16933: 
                   16934:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   16935:          results/099.processed, results/100.processed: tests: 57 date
                   16936:          create 2002: added 99,100 response:body/download
                   16937: 
                   16938:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   16939:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   16940: 
                   16941:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   16942:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   16943:          fixed]
                   16944: 
                   16945:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   16946:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   16947:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   16948:          image EXIF  [bug fixed]
                   16949: 
                   16950:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   16951:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   16952:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   16953:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   16954:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   16955:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   16956:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   16957:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   16958:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   16959:          tests/094.html, tests/095.html, tests/results/061.processed,
                   16960:          tests/results/062.processed, tests/results/063.processed,
                   16961:          tests/results/064.processed, tests/results/065.processed,
                   16962:          tests/results/066.processed, tests/results/067.processed,
                   16963:          tests/results/068.processed, tests/results/069.processed,
                   16964:          tests/results/070.processed, tests/results/071.processed,
                   16965:          tests/results/072.processed, tests/results/073.processed,
                   16966:          tests/results/074.processed, tests/results/075.processed,
                   16967:          tests/results/076.processed, tests/results/077.processed,
                   16968:          tests/results/078.processed, tests/results/080.processed,
                   16969:          tests/results/081.processed, tests/results/082.processed,
                   16970:          tests/results/083.processed, tests/results/084.processed,
                   16971:          tests/results/085.processed, tests/results/086.processed,
                   16972:          tests/results/087.processed, tests/results/088.processed,
                   16973:          tests/results/089.processed, tests/results/090.processed,
                   16974:          tests/results/091.processed, tests/results/092.processed,
                   16975:          tests/results/093.processed, tests/results/094.processed,
                   16976:          tests/results/095.processed, tests/079.html,
                   16977:          tests/results/079.processed: tests: 61 file::stat size 62
                   16978:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   16979:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   16980:          string.match simple on long 68 string.match normalized simple on
                   16981:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   16982:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   16983:          date arithmetics 75 response date values/attributes 76 string.pos
                   16984:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   16985:          with local 80 scientific numeric literal in string autoconvert 81
                   16986:          xor: logical and numerical 82 for delims 83 menu delims 84
                   16987:          table.hash distinct 85 long string  replace 86 throw+catch
                   16988:          current language preserve 87 bit shifts 88 junction tests +
                   16989:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   16990:          91 $caller test 92 junction is + def junction tests 93 $caller
                   16991:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   16992: 
                   16993:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   16994:          fixed] 60 string eq string [bug fixed]
                   16995: 
                   16996:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   16997:          058.html, 058_paf2000.png, 059.html, 060.html,
                   16998:          results/053.processed, results/054.processed,
                   16999:          results/055.processed, results/056.processed,
                   17000:          results/057.processed, results/058.processed,
                   17001:          results/059.processed, results/060.processed: test: 53
                   17002:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   17003:          date.create[string] 58 image.measure[png]
                   17004: 
                   17005:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   17006:          outputs/051.processed, results/052.processed: test: 52
                   17007:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   17008:          task: fix that
                   17009: 
                   17010: 2003-03-03  paf
                   17011: 
                   17012:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   17013:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   17014:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   17015:          outputs/049.processed, outputs/050.processed,
                   17016:          outputs/051.processed, results/001.processed,
                   17017:          results/002.processed, results/003.processed,
                   17018:          results/005.processed, results/006.processed,
                   17019:          results/008.processed, results/009.processed,
                   17020:          results/011.processed, results/012.processed,
                   17021:          results/013.processed, results/014.processed,
                   17022:          results/015.processed, results/016.processed,
                   17023:          results/017.processed, results/020.processed,
                   17024:          results/021.processed, results/022.processed,
                   17025:          results/024.processed, results/025.processed,
                   17026:          results/026.processed, results/027.processed,
                   17027:          results/028.processed, results/029.processed,
                   17028:          results/030.processed, results/031.processed,
                   17029:          results/049.processed, results/050.processed,
                   17030:          results/051.processed, results/043.processed,
                   17031:          results/044.processed, results/045.processed,
                   17032:          results/046.processed, results/047.processed,
                   17033:          results/048.processed: tests: 43,44,45 date rolls 46
                   17034:          autoevaluating junction 47 table.select 48 name with subvar 49
                   17035:          hash-creating switch 50 process 51 started parent/child, works as
                   17036:          it were but it were NOT GOOD, created separate task  to fix that
                   17037: 
                   17038:        * tests/: 042.html, results/042.processed: test: 42
                   17039:          exception.handled
                   17040: 
                   17041:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   17042:          expression
                   17043: 
                   17044:        * tests/: 040.html, results/040.processed: test: 39 method result
                   17045:          of type table 40 method param junction auto evaluate
                   17046: 
                   17047:        * tests/: 039.html, results/039.processed: test: 37 method result
                   17048:          of type table
                   17049: 
                   17050:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   17051:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   17052:          tests/038.html, tests/results/033.processed,
                   17053:          tests/results/034.processed, tests/results/035.processed,
                   17054:          tests/results/036.processed, tests/results/037.processed,
                   17055:          tests/results/038.processed: tests: 33 string.replace 34
                   17056:          string.upper 35 table created 36 local/global vars with juntions
                   17057:          37 table clone 38 math PI & number formatting
                   17058: 
                   17059:          math class registring typo fixed
                   17060: 
                   17061:        * src/classes/op.C, src/include/pa_request.h,
                   17062:          src/include/pa_string.h, src/main/execute.C,
                   17063:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   17064:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   17065:          tests/032.html, tests/results/032.processed: uchar changed to
                   17066:          String_UL in all places [was not everywhere] untaint test: 032
                   17067: 
                   17068:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   17069:          tests/results/004.processed, tests/parser-cygwin.sh,
                   17070:          tests/parser-unix.sh: removed -H command line key, now testing
                   17071:          using .sh file with SERVER_SOFTWARE=xxx
                   17072: 
                   17073: 2003-02-26  paf
                   17074: 
                   17075:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   17076:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   17077:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   17078:          tests/results/024.processed, tests/results/025.processed,
                   17079:          tests/results/026.processed, tests/results/027.processed,
                   17080:          tests/results/028.processed, tests/results/029.processed,
                   17081:          tests/results/030.processed, tests/results/031.processed: fixed
                   17082:          bug with name_cstr mutable CharPtr more tests
                   17083: 
                   17084:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   17085:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   17086:          << abort.  die now just exits
                   17087: 
                   17088:        * src/classes/classes.awk, src/classes/classes.h,
                   17089:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   17090:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   17091:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   17092:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   17093:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17094:          src/classes/xnode.C, src/include/pa_memory.h,
                   17095:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   17096:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   17097:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   17098:          tests/017.html, tests/018.html, tests/019.html,
                   17099:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   17100:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   17101:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   17102:          tests/results/015.processed, tests/results/016.processed,
                   17103:          tests/results/017.processed, tests/results/018.processed,
                   17104:          tests/results/019.processed, tests/results/020.processed,
                   17105:          tests/results/021.processed, tests/results/022.processed,
                   17106:          tests/results/023.processed: methoded_array now contains all Mxxx
                   17107:          classes SAPI::get_env now returns info on pool more tests
                   17108: 
                   17109:        * src/include/pa_array.h, src/include/pa_hash.h,
                   17110:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   17111:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   17112:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   17113:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   17114:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   17115:          tests/results/001.processed, tests/results/002.processed,
                   17116:          tests/results/003.processed, tests/results/004.processed,
                   17117:          tests/results/005.processed, tests/results/006.processed,
                   17118:          tests/results/007.processed, tests/results/008.processed,
                   17119:          tests/results/009.processed, tests/results/010.processed,
                   17120:          tests/results/011.processed, tests/results/012.processed,
                   17121:          tests/results/013.processed, tests/results/014.processed: hash
                   17122:          cloning fixed
                   17123: 
                   17124: 2003-02-25  paf
                   17125: 
                   17126:        * src/main/pa_common.C: typo fixed
                   17127: 
                   17128: 2003-02-24  paf
                   17129: 
                   17130:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   17131:          [one remained]
                   17132: 
                   17133:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   17134:          [should have been get_string(&pool)] todo: check other such calls
                   17135: 
                   17136:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   17137:          test10, bad lookups
                   17138: 
                   17139:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   17140:          object got destructed, and xxx points to sky
                   17141: 
                   17142:        * ChangeLog, src/classes/string.C: match bug fixed
                   17143: 
                   17144:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   17145:          $.charset[specified] now
                   17146: 
                   17147:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17148:          which failed to handle sigsetjmp+throw: crashed inside of
                   17149:          pre-throw code.  rewritten simplier [though duplicating
                   17150:          closesocket code]
                   17151: 
                   17152:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17153:          which failed to handle sigsetjmp+throw: crashed inside of
                   17154:          pre-throw code.  rewritten simplier [though duplicating
                   17155:          closesocket code]
                   17156: 
                   17157: 2003-02-21  paf
                   17158: 
                   17159:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   17160:          $cookie:name[$.expires[date << can be now]]
                   17161: 
                   17162:          written makefile with regression tests [raw]
                   17163: 
                   17164:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   17165:          tests' only [it's not forcing CGI mode now] now use -H to output
                   17166:          CGI header when parser used in command line [useful for tests
                   17167:          also]
                   17168: 
                   17169:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   17170:          switches on CGI mode, and is used in regression tests
                   17171: 
                   17172:        * src/: include/pa_request.h, main/pa_request.C,
                   17173:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   17174:          fixed
                   17175: 
                   17176:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   17177:          handling pa_*
                   17178: 
                   17179:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   17180:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   17181:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   17182:          memory handling files
                   17183: 
                   17184:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   17185: 
                   17186:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   17187:          compiles OK test to show benefits of free
                   17188: 
                   17189:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   17190:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   17191:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17192:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   17193:          use pool [as the one in ^process]
                   17194: 
                   17195:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   17196:          -- some must use pool [as the one in ^process]
                   17197: 
                   17198: 2003-02-20  paf
                   17199: 
                   17200:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17201:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17202:          classes/math.C, classes/op.C, classes/response.C,
                   17203:          classes/string.C, classes/table.C, classes/void.C,
                   17204:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   17205:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   17206:          string cmp fixed
                   17207: 
                   17208:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   17209:          values passed OK now
                   17210: 
                   17211: 2003-02-19  paf
                   17212: 
                   17213:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   17214:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   17215:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   17216:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   17217:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   17218:          all remaning leaks resulted from pooled::malloc calls [excluding
                   17219:          in gd -- planning complete rewrite extremely ugly code]
                   17220: 
                   17221:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   17222:          files
                   17223: 
                   17224: 2003-02-17  paf
                   17225: 
                   17226:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17227:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17228:          classes/response.C, classes/string.C, classes/table.C,
                   17229:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   17230:          include/pa_stylesheet_connection.h,
                   17231:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   17232:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17233:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   17234:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17235:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17236:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   17237:          of unitialized simple-typed field
                   17238: 
                   17239:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   17240:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   17241:          simple-typed field fixed.  todo: find&kill all like that one
                   17242: 
                   17243:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17244:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   17245:          debug output fixed
                   17246: 
                   17247:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   17248:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   17249:          object_ptr from delete[them]
                   17250: 
                   17251:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   17252:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   17253:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   17254:          main/pa_charset.C, main/pa_common.C,
                   17255:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17256:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17257:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   17258:          calls
                   17259: 
                   17260:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   17261:          couple mem leaks rusulted from old pooled::malloc usage.
                   17262:          todo:find more like those
                   17263: 
                   17264:        * src/main/: compile.C, compile_tools.C: 2*2!
                   17265: 
                   17266:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   17267:          stackItem fixed [there were no string on stack before]
                   17268: 
                   17269:        * src/: main/execute.C, main/pa_request.C,
                   17270:          types/pa_vmethod_frame.C: first letters out OK
                   17271: 
                   17272:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   17273:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   17274:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   17275:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   17276:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   17277:          type not initialized with zeros :( while class fields of class
                   17278:          types initialized with default constructors.  learn C++
                   17279: 
                   17280:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   17281:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   17282:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   17283:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   17284:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   17285: 
                   17286: 2003-02-14  paf
                   17287: 
                   17288:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   17289:          13 link errors
                   17290: 
                   17291:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   17292:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17293:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17294:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   17295:          errors :)
                   17296: 
                   17297:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   17298:          classes/hash.C, classes/mail.C, classes/op.C,
                   17299:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   17300:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   17301:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   17302:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   17303: 
                   17304:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   17305:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   17306:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   17307:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   17308:          types/pa_vint.h, types/types.dsp: op compiled
                   17309: 
                   17310:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   17311:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   17312:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   17313: 
                   17314: 2003-02-07  paf
                   17315: 
                   17316:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   17317: 
                   17318: 2003-02-06  paf
                   17319: 
                   17320:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   17321:          mail compiled
                   17322: 
                   17323:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   17324:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   17325:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   17326: 
                   17327:        * src/classes/: file.C, form.C: form compiled
                   17328: 
                   17329:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   17330:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   17331:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   17332: 
                   17333:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   17334:          types/pa_vmath.h: math compiled [win32]
                   17335: 
                   17336:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   17337:          types/pa_vstring.h: hash compiled
                   17338: 
                   17339: 2003-02-04  paf
                   17340: 
                   17341:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   17342:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   17343:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   17344:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   17345:          types/pa_vhash.h: hash 50% compiled
                   17346: 
                   17347:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   17348:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   17349:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17350:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   17351:          main/pa_string.C: date compiled
                   17352: 
                   17353:        * src/classes/: classes.dsp, double.C: double compiled
                   17354: 
                   17355:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17356:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   17357:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17358:          classes/string.C, classes/table.C, classes/void.C,
                   17359:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   17360:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   17361:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   17362:          compiled
                   17363: 
                   17364:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17365:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17366:          classes/math.C, classes/op.C, classes/response.C,
                   17367:          classes/string.C, classes/table.C, classes/void.C,
                   17368:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17369:          types/pa_vvoid.h: void  compiled :)
                   17370: 
                   17371:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   17372:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17373:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17374:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   17375:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   17376:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   17377:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   17378:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   17379:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   17380:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   17381:          value_includes.h
                   17382: 
                   17383:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   17384:          trying to remove stupid value_includes.h
                   17385: 
                   17386:        * src/main/pa_exec.C: pa_exec compiled on win32
                   17387: 
                   17388:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   17389: 
                   17390:        * src/: include/pa_globals.h, include/pa_request.h,
                   17391:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   17392:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   17393:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   17394:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   17395:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   17396: 
                   17397:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   17398:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   17399:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   17400: 
                   17401:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   17402:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   17403:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   17404:          compiled
                   17405: 
                   17406:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   17407:          name conflicts)
                   17408: 
                   17409:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   17410:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   17411:          yelds "virtual memory exhausted" while trying to compile
                   17412:          execute.C [eating up to 127MB]
                   17413: 
                   17414: 2003-02-03  paf
                   17415: 
                   17416:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   17417:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   17418:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   17419:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   17420:          types/pa_vint.h, types/pa_vjunction.h,
                   17421:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   17422:          started gcc compiling pa_common compiled
                   17423: 
                   17424:        * src/: include/pa_exception.h, include/pa_pool.h,
                   17425:          main/pa_exception.C: exception gcc change #1
                   17426: 
1.116     moko     17427:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   17428:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     17429: 
                   17430:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   17431: 
                   17432:        * src/types/pa_vtable.C: vtable compiled
                   17433: 
                   17434:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   17435: 
                   17436:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   17437:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   17438: 
                   17439:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   17440: 
                   17441:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   17442: 
                   17443:        * src/types/pa_vrequest.C: vrequest compiled
                   17444: 
                   17445:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   17446:          pa_vobject.C, pa_vobject.h: vobject compiled
                   17447: 
                   17448:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   17449:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17450:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   17451:          compiled
                   17452: 
                   17453:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   17454: 
                   17455:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   17456:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   17457:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   17458:          compiled
                   17459: 
                   17460:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17461:          main.lib - 0 error(s), 0 warning(s)
                   17462: 
                   17463:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17464:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   17465: 
                   17466: 2003-01-31  paf
                   17467: 
                   17468:        * src/: include/pa_array.h, include/pa_operation.h,
                   17469:          include/pa_request.h, main/execute.C, main/main.dsp,
                   17470:          types/pa_vjunction.h: started last file from main library:
                   17471:          execute
                   17472: 
                   17473:        * src/: include/pa_request.h, include/pa_sapi.h,
                   17474:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17475:          main/pa_request.C, targets/cgi/parser3.C,
                   17476:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   17477:          types/pa_vhash.h: pa_request compiled
                   17478: 
                   17479:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   17480:          include/pa_globals.h, include/pa_request.h,
                   17481:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   17482:          main/execute.C, main/main.dsp, main/pa_common.C,
                   17483:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17484:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   17485:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   17486:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17487:          types/types.dsp: most pa_request compiled
                   17488: 
                   17489:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17490:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17491:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17492:          classes/op.C, classes/response.C, classes/string.C,
                   17493:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17494:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17495:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17496:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17497:          include/pa_dictionary.h, include/pa_dir.h,
                   17498:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17499:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   17500:          include/pa_pool.h, include/pa_request.h,
                   17501:          include/pa_request_charsets.h, include/pa_request_info.h,
                   17502:          include/pa_sapi.h, include/pa_socks.h,
                   17503:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17504:          include/pa_stack.h, include/pa_string.h,
                   17505:          include/pa_stylesheet_connection.h,
                   17506:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17507:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17508:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17509:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   17510:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   17511:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17512:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17513:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17514:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   17515:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17516:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17517:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17518:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17519:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17520:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   17521:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   17522:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17523:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17524:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17525:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   17526:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   17527:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17528:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17529:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17530:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17531:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17532:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17533:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17534:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17535:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17536:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17537:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17538:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17539:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17540:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17541:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17542:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   17543: 
                   17544:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   17545:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   17546:          src/include/pa_charsets.h, src/include/pa_common.h,
                   17547:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   17548:          src/include/pa_exec.h, src/include/pa_pool.h,
                   17549:          src/include/pa_request.h, src/include/pa_sapi.h,
                   17550:          src/include/pa_sql_connection.h,
                   17551:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17552:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   17553:          src/main/compile.tab.C, src/main/compile_tools.C,
                   17554:          src/main/compile_tools.h, src/main/main.dsp,
                   17555:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   17556:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   17557:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17558:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17559:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   17560:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   17561:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   17562:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17563:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17564:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   17565:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   17566:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   17567:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17568:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17569:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17570:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17571:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17572:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17573:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   17574:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   17575:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   17576:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   17577:          died, long live StringPtr
                   17578: 
                   17579: 2003-01-30  paf
                   17580: 
                   17581:        * src/: include/pa_charset.h, include/pa_request.h,
                   17582:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   17583:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   17584:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   17585: 
                   17586:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   17587:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   17588:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   17589:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17590:          types/types.dsp: vstateless_class compiled
                   17591: 
                   17592:        * src/main/compile.C: compile compiled
                   17593: 
                   17594:        * src/: include/pa_array.h, include/pa_operation.h,
                   17595:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   17596:          main/pa_table.C: compile_tools compiled
                   17597: 
                   17598:        * src/: include/pa_operation.h, main/compile.y,
                   17599:          main/compile_tools.C, main/compile_tools.h: started
                   17600:          compile_tools. vagues ideas of how to free compiled code
                   17601: 
                   17602:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   17603:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   17604:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   17605:          compiled
                   17606: 
                   17607: 2003-01-29  paf
                   17608: 
                   17609:        * src/: include/pa_globals.h, include/pa_request.h,
                   17610:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17611:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   17612:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   17613:          compiled
                   17614: 
                   17615:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   17616:          now
                   17617: 
                   17618:        * src/: include/pa_array.h, include/pa_exception.h,
                   17619:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   17620: 
                   17621:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   17622:          compiled
                   17623: 
                   17624:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17625:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   17626:          types/pa_vfile.h: vfile compiled
                   17627: 
                   17628:        * src/: include/pa_common.h, include/pa_globals.h,
                   17629:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   17630:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17631:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   17632: 
                   17633:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   17634:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   17635:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17636:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17637:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   17638: 
                   17639:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   17640:          main/main.dsp, main/untaint.C: more compiled
                   17641: 
                   17642:        * src/: include/pa_charsets.h, include/pa_request.h,
                   17643:          include/pa_request_info.h, include/pa_string.h,
                   17644:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17645:          types/pa_vresponse.h: vrequest compiled
                   17646: 
                   17647:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   17648:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   17649:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   17650: 
                   17651:        * src/: classes/classes.h, include/pa_charset.h,
                   17652:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   17653:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   17654:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   17655:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   17656:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   17657:          types/pa_vrequest.C, types/pa_vrequest.h,
                   17658:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   17659:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   17660: 
                   17661:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   17662:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   17663:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   17664:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   17665:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17666:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   17667:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17668:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17669:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   17670: 
                   17671: 2003-01-28  paf
                   17672: 
                   17673:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   17674:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   17675:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   17676:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   17677:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   17678:          compile_tools
                   17679: 
                   17680:        * src/: include/pa_charset.h, include/pa_exception.h,
                   17681:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   17682:          untaint compiled
                   17683: 
                   17684:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   17685:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   17686:          more compiled.  struck with string::store_to needing to know
                   17687:          source/client charsets
                   17688: 
                   17689:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   17690:          types/pa_vfile.h: uue compiled
                   17691: 
                   17692:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   17693:          table compiled
                   17694: 
                   17695:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   17696:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   17697: 
                   17698:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17699:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   17700:          introduced]
                   17701: 
                   17702:        * src/: classes/date.C, include/pa_charset.h,
                   17703:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   17704:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   17705:          pa_charsets compiled
                   17706: 
                   17707:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   17708:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   17709: 
                   17710:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   17711:          common compiled
                   17712: 
                   17713:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   17714:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   17715: 
                   17716:        * src/: include/pa_array.h, include/pa_charset.h,
                   17717:          include/pa_charsets.h, include/pa_pool.h,
                   17718:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17719:          include/pa_stack.h, include/pa_string.h,
                   17720:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   17721:          sql_driver_manager compiled
                   17722: 
                   17723:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   17724:          letter i with two dots added to koi, all ukranian letters added
                   17725:          to win1251.
                   17726: 
                   17727:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   17728:          abscent from koi]
                   17729: 
                   17730: 2003-01-27  paf
                   17731: 
                   17732:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   17733:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17734:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   17735:          sql/pa_sql_driver.h: paused on sql_manager
                   17736: 
                   17737:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   17738:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17739:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   17740:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   17741: 
                   17742:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   17743:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17744:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   17745:          main/pa_table.C: table compiled
                   17746: 
                   17747:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   17748:          cache_managers compiled
                   17749: 
                   17750:        * src/: include/pa_array.h, include/pa_charset.h,
                   17751:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   17752: 
                   17753:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   17754: 
                   17755:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   17756:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17757:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   17758:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   17759:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   17760: 
                   17761: 2003-01-24  paf
                   17762: 
                   17763:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   17764:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   17765:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17766:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   17767:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   17768:          types/pa_vint.h, types/pa_vjunction.h,
                   17769:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17770:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   17771: 
                   17772:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   17773:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   17774:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   17775:          main/pa_string.C, main/pa_table.C: string compiled
                   17776: 
                   17777:        * src/: include/pa_array.h, include/pa_common.h,
                   17778:          include/pa_dictionary.h, include/pa_exception.h,
                   17779:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   17780:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   17781:          main/pa_string.C: dictionary compiled
                   17782: 
                   17783: 2003-01-23  paf
                   17784: 
                   17785:        * src/: include/pa_array.h, include/pa_common.h,
                   17786:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   17787:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   17788:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   17789:          types/pa_value.h: resurrected pool in new sense: now it's
                   17790:          factory, producing&accounting memory chunks for read[autofree]
                   17791:          buffers
                   17792: 
                   17793:        * src/: include/pa_array.h, include/pa_exception.h,
                   17794:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   17795:          main/pa_exception.C, main/pa_table.C: table compiled
                   17796: 
                   17797:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   17798:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   17799:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   17800:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   17801:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   17802:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   17803:          main/pa_table.C: aint that easy
                   17804: 
                   17805:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   17806:          main/main.dsp: continued with Hash
                   17807: 
                   17808:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   17809:          stack] now. and exception can be reported OK now [can be reported
                   17810:          outside of pro c with that stack]
                   17811: 
                   17812: 2003-01-22  paf
                   17813: 
                   17814:        * src/: include/pa_array.h, include/pa_charset.h,
                   17815:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   17816:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   17817:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   17818:          base: contains references_count.  auto_ptr template calls
                   17819:          add_ref/release
                   17820: 
                   17821: 2003-01-21  paf
                   17822: 
                   17823:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17824:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17825:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17826:          classes/op.C, classes/response.C, classes/string.C,
                   17827:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17828:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17829:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17830:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17831:          include/pa_dictionary.h, include/pa_dir.h,
                   17832:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17833:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17834:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17835:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17836:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17837:          include/pa_stack.h, include/pa_string.h,
                   17838:          include/pa_stylesheet_connection.h,
                   17839:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17840:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17841:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17842:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   17843:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17844:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17845:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17846:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17847:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17848:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17849:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17850:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17851:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17852:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17853:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17854:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17855:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   17856:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17857:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17858:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17859:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17860:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17861:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17862:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17863:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17864:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17865:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17866:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17867:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17868:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17869:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17870:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17871:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   17872:          2002->2003
                   17873: 
                   17874: 2003-01-16  paf
                   17875: 
                   17876:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   17877:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   17878: 
                   17879:        * operators.txt, src/include/pa_config_fixed.h,
                   17880:          src/main/pa_common.C: http request now return status. and not
                   17881:          fail on status!=200
                   17882: 
                   17883: 2003-01-15  paf
                   17884: 
                   17885:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   17886: 
                   17887: 2003-01-14  paf
                   17888: 
                   17889:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   17890:          mkinstalldirs: removed some ancient files [they in / really]
                   17891: 
                   17892:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   17893:          regretfully needed patch in two places.  in config_fixed.h made
                   17894:          stubs for lib to compile in MSVC
                   17895: 
                   17896: 2003-01-13  paf
                   17897: 
                   17898:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   17899:          configure.in(libtool) hacks
                   17900: 
1.116     moko     17901:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     17902:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   17903:          ltdl.h: moved to latest libtool (1.4.3)
                   17904: 
                   17905: 2003-01-10  paf
                   17906: 
                   17907:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   17908: 
                   17909:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   17910:          patches.        libxml2 >= 2.5.1
                   17911:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   17912:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   17913:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17914: 
                   17915:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   17916:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   17917:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   17918:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17919: 
                   17920: 2003-01-09  paf
                   17921: 
                   17922:        * INSTALL: xml,xslt,gdome lib urls updated
                   17923: 
                   17924:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     17925:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     17926:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     17927:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   17928:          1.7.2
1.95      moko     17929: 
                   17930:        * depcomp: moving to automake 1.7.2
                   17931: 
                   17932: 2002-12-27  paf
                   17933: 
                   17934:        * src/include/pa_version.h: 0007
                   17935: 
                   17936:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   17937:          outdated parts, made links to language docs
                   17938: 
                   17939:        * src/include/pa_config_auto.h.in: comment
                   17940: 
                   17941: 2002-12-26  paf
                   17942: 
                   17943:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   17944:          not contain trailing / fixed.
                   17945: 
                   17946:        * INSTALL: changing SAFE_MODE politics
                   17947: 
                   17948:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   17949: 
                   17950:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   17951: 
                   17952: 2002-12-25  paf
                   17953: 
                   17954:        * src/main/pa_globals.C: optimized-xml
                   17955: 
                   17956:        * src/main/pa_globals.C: optimized-as-is
                   17957: 
                   17958: 2002-12-24  paf
                   17959: 
                   17960:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   17961:          fixed [were really called with zero size when .html?a=&b=]
                   17962: 
                   17963:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   17964:          with --with-sendmail
                   17965: 
                   17966:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   17967:          fixed]
                   17968: 
                   17969: 2002-12-23  paf
                   17970: 
                   17971:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   17972:          ignoring parameters & were storing only string with default
                   17973:          expires
                   17974: 
                   17975:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   17976:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   17977:          December 23, 2002 4:22 AM Subject: bug â
                   17978:          Charset::transcode_buf2xchar
                   17979: 
                   17980: 2002-12-20  paf
                   17981: 
                   17982:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   17983:          non-cgi [script] runs
                   17984: 
                   17985: 2002-12-19  paf
                   17986: 
                   17987:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17988:          [tested on elik]] moreover, it's not needed there [parser
                   17989:          registers charsets itself]
                   17990: 
                   17991:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17992:          [tested on elik]]
                   17993: 
                   17994:        * operators.txt, src/include/pa_globals.h,
                   17995:          src/include/pa_request.h, src/main/pa_globals.C,
                   17996:          src/main/pa_request.C: $response:download
                   17997: 
                   17998:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   17999:          compiler [win32]].
                   18000: 
                   18001: 2002-12-18  paf
                   18002: 
                   18003:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   18004: 
                   18005: 2002-12-17  paf
                   18006: 
                   18007:        * src/targets/cgi/parser3.C: merged die&iis changes
                   18008: 
                   18009:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   18010:          to exit(1) 2. more flexible iilegal call check
                   18011: 
                   18012: 2002-12-16  paf
                   18013: 
                   18014:        * ltmain.sh: some automakes silly insist on having this handy
                   18015: 
                   18016:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18017:          'p' bug fix
                   18018: 
                   18019: 2002-12-15  paf
                   18020: 
                   18021:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18022:          'p'
                   18023: 
                   18024:        * configure.in, src/include/pa_config_auto.h.in,
                   18025:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   18026:          from branch 6 to HEAD
                   18027: 
                   18028:        * src/main/compile.C: removed warning
                   18029: 
                   18030:        * src/main/pa_common.C: ftruncate having checked
                   18031: 
                   18032:        * configure.in, src/include/pa_version.h: new version
                   18033: 
                   18034: 2002-12-14  paf
                   18035: 
                   18036:        * src/classes/table.C: removed unnecessary code
                   18037: 
                   18038:        * src/sql/pa_sql_driver.h: exception type fixed
                   18039: 
                   18040: 2002-12-09  paf
                   18041: 
                   18042:        * src/types/pa_vvoid.h: $void.store[now] error
                   18043: 
                   18044:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18045: 
                   18046:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   18047:          tries to write core dump
                   18048: 
                   18049:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18050: 
                   18051:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18052:          classes/void.C, main/pa_sql_driver_manager.C,
                   18053:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18054:          handlers #2
                   18055: 
                   18056:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   18057:          exception handling mech in sql handlers
                   18058: 
                   18059:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   18060:          handlers
                   18061: 
                   18062:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18063:          classes/void.C, main/pa_sql_driver_manager.C,
                   18064:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18065:          handlers
                   18066: 
1.116     moko     18067:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   18068:          to write makefile which used libtool to install things, which is
                   18069:          not needed
1.95      moko     18070: 
                   18071: 2002-12-06  paf
                   18072: 
                   18073:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   18074:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   18075: 
                   18076: 2002-12-05  paf
                   18077: 
                   18078:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   18079:          cc/bcc OK now
                   18080: 
                   18081:        * src/main/untaint.C: mail header closed properly
                   18082: 
                   18083:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   18084:          header ',' allowed.  still bugs in smtp [only one receiptient
                   18085:          works, cc, bcc ignored now, and MAILED ;)]
                   18086: 
                   18087:          [strncpy killed, memnchr used]
                   18088: 
                   18089:        * src/main/pa_table.C: table-copy now current=0
                   18090: 
                   18091:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   18092:          lowlevel proc
                   18093: 
                   18094:        * src/targets/cgi/parser3.C: more checks on
                   18095:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18096:          checked that now
                   18097: 
                   18098:        * src/targets/cgi/parser3.C: more checks on
                   18099:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18100:          checked that now
                   18101: 
                   18102:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   18103:          out-of-mem errors reached log]
                   18104: 
                   18105:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   18106:          mail:send MIME-Version default
                   18107: 
                   18108:        * src/main/main.dsp: pa_version included into main.dsp
                   18109: 
                   18110: 2002-12-04  paf
                   18111: 
                   18112:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   18113: 
                   18114:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   18115:          lib/libltdl -> lib/ltdl Win32 changes. s
                   18116: 
                   18117:        * src/classes/classes.awk: more strict *.C$
                   18118: 
                   18119:        * gnu.dsp: restored
                   18120: 
1.116     moko     18121:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   18122:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   18123:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   18124:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   18125:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   18126:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   18127:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   18128:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   18129:          now created with /configure, not ltdl/configure, so it does have
                   18130:          no problems with automake.  ltdl/configure
                   18131:          AC_OUTPUT(Makefile<<removed)
1.95      moko     18132: 
                   18133: 2002-12-02  paf
                   18134: 
                   18135:        * operators.txt: removed outdated status:db
                   18136: 
                   18137:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   18138:          src/main/pa_common.C, src/main/pa_request.C,
                   18139:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   18140:          tainted parts becomes http-header
                   18141: 
                   18142: 2002-11-29  paf
                   18143: 
                   18144:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   18145:          dates now objects of type date
                   18146: 
                   18147:        * src/classes/image.C: file.seek removed [it were used in image.C
                   18148:          only, and for parser user this  means that jpeg image has bad
                   18149:          size in fragment's header] now used image.format
                   18150: 
                   18151:        * src/: include/pa_common.h, main/pa_common.C,
                   18152:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   18153:          now handled exactly like $response:header values.  e.g. can be
                   18154:          hash [can have subattributes] & contain date values.
                   18155: 
                   18156:        * src/main/pa_common.C: http:// param values lang forced URI
                   18157: 
                   18158:        * src/main/pa_common.C: http:// tainted partes now %xx
                   18159: 
                   18160: 2002-11-28  paf
                   18161: 
                   18162:        * operators.txt: http.timeout
                   18163: 
                   18164:        * src/classes/image.C: ^image.length now counts interchar space.
                   18165:          plus space after last char
                   18166: 
                   18167:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   18168: 
                   18169:        * src/classes/image.C: ^image.font width measurer now scans full
                   18170:          height [were -1]
                   18171: 
                   18172:        * configure.in: stopped double libltdl/Makefile generation
                   18173: 
                   18174:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   18175:          chars [one top horizontal line of 1pixel height were missing]
                   18176: 
                   18177:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   18178:          'false' to go into (Hash *) parameter
                   18179: 
                   18180: 2002-11-27  paf
                   18181: 
                   18182:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   18183:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   18184:          returns content-disposition: >>attachment<<
                   18185: 
                   18186:        * src/classes/image.C: ^image.font << bad font file-size now
                   18187:          properly reported
                   18188: 
                   18189: 2002-11-26  paf
                   18190: 
                   18191:        * src/main/pa_request.C: fixed lang in reponse header
                   18192: 
                   18193:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   18194: 
                   18195:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   18196:          made exception: http.status with source=bad status#
                   18197: 
                   18198: 2002-11-25  paf
                   18199: 
                   18200:        * configure.in, src/classes/image.C,
                   18201:          src/include/pa_config_auto.h.in,
                   18202:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     18203:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   18204:          const void related probs fixed
1.95      moko     18205: 
                   18206:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   18207: 
                   18208:          $file[^file::load[http://there]] $file.SERVER
                   18209: 
                   18210:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   18211:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   18212:          http options [invalid onces now reported] made default
                   18213:          user-agent: paf
                   18214: 
                   18215:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   18216:          src/classes/xdoc.C, src/include/pa_common.h,
                   18217:          src/include/pa_globals.h, src/main/pa_common.C,
                   18218:          src/main/pa_globals.C, src/main/pa_request.C,
                   18219:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   18220:          now understand http:// prefix and additional params, sample:
                   18221:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   18222:          $.USER-AGENT[parser3] ]]
                   18223: 
                   18224: 2002-11-22  paf
                   18225: 
                   18226:        * src/classes/image.C, src/include/pa_globals.h,
                   18227:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   18228:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   18229:          $image.exif.DateTime & co
                   18230: 
                   18231: 2002-11-21  paf
                   18232: 
                   18233:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   18234:          _PASS_APPENDED)
                   18235: 
                   18236:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   18237:          EXIF information [were big block and it's size were considered
                   18238:          negative :(]
                   18239: 
                   18240:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   18241:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   18242:          internals rewritten. no there's reader.seek, and all's ready for
                   18243:          EXIF extraction [now we fail to measure files with EXIF info]
                   18244: 
                   18245:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   18246:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   18247:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   18248: 
                   18249: 2002-11-20  paf
                   18250: 
                   18251:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   18252: 
                   18253:        * configure.in, src/include/pa_config_auto.h.in,
                   18254:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   18255:          comment
                   18256: 
                   18257:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   18258: 
                   18259:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18260:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   18261:          currently processed document SIGPIPE >> interrupts request
                   18262:          processing [exception = DB rollback]
                   18263: 
                   18264:        * src/main/pa_exec.C: comment
                   18265: 
                   18266:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   18267: 
                   18268:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   18269:          << disable HTTP-POST repassing
                   18270: 
                   18271:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18272:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   18273:          pipe read errors now checked
                   18274: 
                   18275: 2002-11-19  paf
                   18276: 
                   18277:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   18278:          CGI: Illegal call
                   18279: 
                   18280: 2002-11-01  paf
                   18281: 
                   18282:        * src/main/execute.C: comment
                   18283: 
                   18284: 2002-10-31  paf
                   18285: 
                   18286:        * src/main/execute.C: found out why, checked that for now.  todo:
                   18287:          find out a way for that user could do that
                   18288: 
                   18289:        * src/types/pa_vstateless_object.h: object put replaces static
                   18290:          parent if any
                   18291: 
                   18292:        * src/types/pa_vobject.C: object put replaces static parent if any
                   18293: 
                   18294:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18295:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   18296:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18297:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18298:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18299:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18300:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18301:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18302:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18303:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18304:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18305:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18306:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18307:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18308:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18309:          types/pa_wwrapper.h: static fix merged
                   18310: 
                   18311:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   18312:          $virtual_fields in dynamic, but one can reach derived
                   18313:          static[class] variable from base
                   18314: 
                   18315:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18316:          types/pa_vobject.C, types/pa_vobject.h,
                   18317:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   18318:          statics, left $virtual_fields in dynamic
                   18319: 
                   18320:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   18321:          one can't remember derivates in base class: there's so many of
                   18322:          them.  also there can be no virtual method calls in static
                   18323:          classes
                   18324: 
                   18325:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18326:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   18327:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18328:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18329:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18330:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18331:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18332:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18333:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18334:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18335:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18336:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18337:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18338:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18339:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18340:          types/pa_wwrapper.h: static call $self fixed
                   18341: 
                   18342:        * src/main/execute.C: comment
                   18343: 
                   18344:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   18345:          ^process[$caller.self]{...} now compiles to last derived object
                   18346:          part of that 'self'
                   18347: 
                   18348: 2002-10-29  paf
                   18349: 
                   18350:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   18351:          re-passing [iis to blame]
                   18352: 
                   18353:        * src/classes/string.C: changed string.save to pass current sql
                   18354:          connection to cstr thus one can ^connect[some server]{
                   18355:          $s[insert into table x (x) values (^taint[sql]{value})]
                   18356:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   18357:          properly escaped.  [tried in mssql->mysql export->import of
                   18358:          binary data]
                   18359: 
                   18360: 2002-10-25  paf
                   18361: 
                   18362:        * src/types/pa_vresponse.C: case insensitive response user fields
                   18363:          get/put
                   18364: 
                   18365:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18366:          types/pa_vresponse.C: saving for maybe-future
                   18367: 
                   18368: 2002-10-23  paf
                   18369: 
                   18370:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   18371:          ^table.hash(expr)...
                   18372: 
                   18373:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   18374: 
                   18375: 2002-10-22  paf
                   18376: 
                   18377:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   18378:          VForm::Append...(...Value)
                   18379: 
                   18380:        * src/main/execute.C: $.name outside of $name[...] checked
                   18381: 
                   18382:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   18383:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   18384: 
                   18385: 2002-10-21  paf
                   18386: 
                   18387:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   18388:          $form:qtail $form:imap.x/y
                   18389: 
                   18390:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   18391:          "?value&...", "...&value&...", "...&value"
                   18392: 
                   18393:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   18394: 
                   18395:        * operators.txt, src/classes/file.C: /some/page.html:
                   18396:          ^file:fullpath[a.gif] => /some/a.gif
                   18397: 
                   18398: 2002-10-17  paf
                   18399: 
                   18400:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   18401:          a little: logical not and bitwise negation precedence made
                   18402:          highest, << and >> bitshits precedence made equal [were << higher
                   18403:          than >>]
                   18404: 
                   18405:        * src/classes/op.C: exception handling fixed [were bad with
                   18406:          contexts]
                   18407: 
                   18408: 2002-10-16  paf
                   18409: 
                   18410:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18411:          main/pa_request.C: Request::self considered equal to
                   18412:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   18413:          VMethodFrame.self()
                   18414: 
                   18415:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   18416:          $hash in open field now gives old good error meesage
                   18417: 
                   18418: 2002-10-15  paf
                   18419: 
                   18420:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   18421:          use ^if($junction is junction){was and now true}
                   18422: 
                   18423:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18424:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   18425:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   18426:          points to place where value left xml library and came to parser:
                   18427:          place of dom field extraction/call
                   18428: 
                   18429:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   18430:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18431:          types/pa_vmethod_frame.h: removed last pieces of old code
                   18432:          allowing $junction.xxx at compile time
                   18433: 
                   18434:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   18435:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   18436:          objects also considered [were only classes]
                   18437: 
                   18438:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   18439:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   18440:          with CLASS self.  [   (request&method_frame).self temporarily
                   18441:          changed   ]
                   18442: 
                   18443:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   18444:          no exception to native calls.  for&foreach changed to use
                   18445:          method_frame.caller for their var's name context
                   18446: 
                   18447:        * src/: main/execute.C, targets/cgi/parser3.C,
                   18448:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   18449:          compiling to system classes disabled
                   18450: 
                   18451:        * operators.txt, src/classes/op.C:
                   18452:          ^process[$caller.CLASS]{code-string} added
                   18453: 
                   18454:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   18455:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   18456:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   18457:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   18458:          src/types/types.dsp: removed $junction.get $junction.set[]
                   18459:          introducing $caller
                   18460: 
                   18461:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   18462:          find them lower by inheritance tree
                   18463: 
                   18464:        * src/types/pa_vjunction.C: ident
                   18465: 
                   18466: 2002-10-14  paf
                   18467: 
                   18468:        * src/classes/op.C: process compiles to code's class class
                   18469: 
                   18470:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18471:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   18472:          main/compile.y, main/execute.C, main/pa_request.C,
                   18473:          types/pa_vstateless_class.h: operators now main-class-methods
                   18474: 
                   18475:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   18476:          better stack trace [has "call" & co there]
                   18477: 
                   18478:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18479:          operators @auto now executed in MAIN context
                   18480: 
                   18481:        * src/main/execute.C: operator execution context now = MAIN, not
                   18482:          closest stack frame
                   18483: 
                   18484:          @touchit[] $i[after]
                   18485: 
                   18486:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   18487:          were 'after'
                   18488: 
                   18489:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   18490:          'after'
                   18491: 
                   18492:        * src/main/execute.C: comment
                   18493: 
                   18494:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   18495:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   18496:          action]
                   18497: 
                   18498:        * src/types/pa_vxnode.C: misreplace fixed
                   18499: 
                   18500:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18501:          src/types/pa_vstatus.C, operators.txt:
                   18502:          $status:rusage.tv_secs/usecs introduced
                   18503: 
                   18504: 2002-10-09  paf
                   18505: 
                   18506:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   18507:          on empty string [or uses (default)]
                   18508: 
                   18509: 2002-10-08  paf
                   18510: 
                   18511:        * src/main/untaint.C: mail header quoted printable changed after
                   18512:          RFC reread
                   18513: 
                   18514:        * operators.txt: plan on ^if(method
                   18515: 
                   18516:        * src/types/pa_vxnode.C: misreplace
                   18517: 
                   18518: 2002-09-24  paf
                   18519: 
1.116     moko     18520:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     18521: 
                   18522:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   18523:          mailreceive would compile on freebsd now
                   18524: 
                   18525:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   18526:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     18527:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   18528:          mailreceive would compile on freebsd now
1.95      moko     18529: 
                   18530:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   18531:          changed: now there are only few chars are untainted: * ? ' " < >
                   18532:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   18533:          one should use ^untaint[uri]{...} now]
                   18534: 
                   18535:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   18536:          $list.name, not tainted as filespec
                   18537: 
                   18538:          @russianindex[] #dir with files with russian-lang names
                   18539:          $where[dir]
                   18540: 
                   18541:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   18542:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   18543: 
                   18544: 2002-09-23  paf
                   18545: 
                   18546:        * src/types/pa_vdouble.h: double->int round added
                   18547: 
                   18548:        * src/classes/date.C: date bug fix, now
                   18549:          round(floatDays*secondsPerDay)
                   18550: 
                   18551:        * src/classes/date.C: date bug fix, now
                   18552:          round(floatDays*secondsPerDay)
                   18553: 
                   18554: 2002-09-20  paf
                   18555: 
                   18556:        * src/main/execute.C: code junction calls disabled [before: code
                   18557:          was compiled in such a way, that there were no code-junctions in
                   18558:          OP_CALL]
                   18559: 
                   18560:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   18561: 
                   18562:          @badjunctioncallinside[code] ^code[]
                   18563: 
                   18564:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   18565:          expanding to include ^junction.method
                   18566: 
                   18567:        * src/main/pa_common.C: -d "DIR/" now true
                   18568: 
                   18569:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   18570:          as internal xdoc encoding, and after decoding attributes set by
                   18571:          dom functions now encoded OK, not as digital entities
                   18572: 
                   18573:        * src/classes/xdoc.C: empty transform result, being taken as file
                   18574:          now returns empty file, not raises stupid error about "stat-ed
                   18575:          file"
                   18576: 
                   18577:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   18578:          allowed
                   18579: 
                   18580:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   18581:          write iterators now:
                   18582: 
                   18583:          ^user-foreach[key;value]{$key=$value<br>}
                   18584: 
                   18585:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18586:          $code.value($i*2)       $code }
                   18587: 
                   18588:        * src/main/compile_tools.h: mistype
                   18589: 
1.116     moko     18590:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   18591:          thus taking linking options configure changes into account [were:
                   18592:          ignoring]
1.95      moko     18593: 
                   18594:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   18595:          $junction.get/put(1) one can write iterators now:
                   18596: 
                   18597:          ^user-foreach[key;value]{$key=$value<br>}
                   18598: 
                   18599:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18600:          $code.value($i*2)       $code }
                   18601: 
                   18602:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18603:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18604:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   18605:          introducing $junction.get/put(1) one can write iterators now:
                   18606: 
                   18607:          ^user-foreach[key;value]{$key=$value<br>}
                   18608: 
                   18609:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18610:          $code.value($i*2)       $code }
                   18611: 
                   18612: 2002-09-19  paf
                   18613: 
1.116     moko     18614:        * Makefile.am: new: make commit
1.95      moko     18615: 
                   18616:        * aclocal.m4: forced to be older
                   18617: 
                   18618: 2002-09-18  paf
                   18619: 
                   18620:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   18621:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   18622: 
                   18623:        * src/: include/pa_common.h, include/pa_request.h,
                   18624:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   18625:          - now this - fatal error
                   18626: 
                   18627:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   18628:          that one can pass binary data there
                   18629: 
                   18630:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   18631:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18632:          classes/op.C, classes/response.C, classes/string.C,
                   18633:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18634:          include/pa_request.h: pa_request contexts made privated, plus
                   18635:          get_{self/method_frame} to read.  Request_context_saver used in
                   18636:          ^try to save flang too.  [were not saved]
                   18637: 
                   18638:        * src/types/pa_vresponse.C: header value chains joined before
                   18639:          output, this should help $.subject[$var $var] from being
                   18640:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   18641: 
                   18642: 2002-09-17  paf
                   18643: 
                   18644:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18645:          removed changes, operators executed with calling self.  lots of
                   18646:          code with ^include code relies on defined/defining self variables
                   18647: 
                   18648:          $a[1] ^include[print_a.p] print_a.p: $a
                   18649: 
                   18650:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   18651: 
                   18652:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   18653:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18654:          types/pa_vstateless_class.h: operators now executed with MAIN
                   18655:          self.  it's for ^include sake, too strong a change
                   18656: 
                   18657:        * src/classes/op.C: made place for ^process to compile it's code to
                   18658:          in case of no self
                   18659: 
                   18660:        * src/main/execute.C: found ancient param to Junction, removed.
                   18661:          allowed passing self to native_code_operators [for ^process to
                   18662:          work, she needs self]
                   18663: 
                   18664:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   18665:          types/pa_vstateless_class.h: found ancient param to Junction,
                   18666:          removed.  allowed passing self to native_code_operators [for
                   18667:          ^process to work, she needs self]
                   18668: 
                   18669:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   18670:          types/pa_value.h, types/pa_vmethod_frame.h,
                   18671:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   18672:          checked that in VMethodFrame get/put and $self.
                   18673: 
                   18674:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   18675:          copy options options checked, wrong option now fatal error
                   18676: 
                   18677:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   18678:          pieces boundaries]
                   18679: 
1.150     moko     18680:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18681:          .dll on cygwin, .so in other cases)
1.95      moko     18682: 
                   18683:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18684:          .dll on cygwin, .so in other cases)
                   18685: 
                   18686:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   18687:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   18688:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   18689:          record taken [were last]
                   18690: 
                   18691:        * src/: classes/hash.C, classes/table.C,
                   18692:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   18693:          now errors
                   18694: 
                   18695:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   18696: 
                   18697:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   18698:          ,2,3]
                   18699: 
                   18700: 2002-09-16  paf
                   18701: 
                   18702:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   18703:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   18704:          stdout to be binary.  now detected closest header break.
                   18705: 
                   18706:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   18707:          closed right
                   18708: 
                   18709: 2002-09-13  paf
                   18710: 
                   18711:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   18712:          src/main/compile_tools.h: (expression #comment)
                   18713: 
                   18714:          (multiline expression #comment  line2  #comment )
                   18715: 
                   18716:          (expression #comment with (brackets) comment) << OK
                   18717: 
                   18718:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   18719:          bitwise !|| numerical xor now [preparing for expression
                   18720:          #comments]
                   18721: 
                   18722:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   18723:          error
                   18724: 
                   18725:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   18726:          cheched in pa_socks.C
                   18727: 
1.116     moko     18728:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18729:          HAVE_WINSOCK_H created in configure.in
1.95      moko     18730: 
                   18731:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   18732:          cookie date now clean [were mistakenly tainted & that worked bad
                   18733:          with opera -- 'happily' that worked OK with msie]
                   18734: 
                   18735: 2002-09-12  paf
                   18736: 
                   18737:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   18738:          VClass get_element now first looks to fields, next to methods &
                   18739:          co todo: the rest reason: more speed
                   18740: 
                   18741:        * src/main/untaint.C: quoted printable encoding stops before
                   18742:          \s*<...>$
                   18743: 
                   18744:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   18745:          stops before <...>$
                   18746: 
                   18747: 2002-09-11  paf
                   18748: 
                   18749:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   18750:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   18751:          forgot to check users of those funcs. not all were using that
                   18752:          return value convention
                   18753: 
                   18754:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   18755:          windows-1254 added
                   18756: 
                   18757: 2002-09-10  paf
                   18758: 
                   18759:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   18760:          VCodeFrame parent param were specified badly
                   18761: 
                   18762:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   18763:          WWrapper which used in constructing objects(second param to sql
                   18764:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   18765:          code in hash to survivi
                   18766: 
                   18767:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   18768:          param to execute [stack said 'thanks']
                   18769: 
                   18770:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   18771:          types/pa_value.h, types/pa_vcode_frame.h,
                   18772:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18773:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   18774:          responsibility to wcontext
                   18775: 
                   18776:        * src/classes/file.C: decided not to log exec's with stderr, that
                   18777:          could be warnings, and it's up to scritper to log/show them
                   18778: 
                   18779:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   18780:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   18781:          double/string converstion, which were loosing time&precesion
                   18782: 
                   18783:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   18784:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   18785:          case of unfinished in buffer processing, causing accidental
                   18786:          transcode stop [in case that source enc != utf-8 & there is
                   18787:          incomplete utf-8 sequence at the end of 16000block iside of
                   18788:          libxml lib] tfm readed & code updated
                   18789: 
                   18790: 2002-09-04  paf
                   18791: 
                   18792:        * configure: makes with sjlj
                   18793: 
                   18794:        * INSTALL, src/include/pa_config_fixed.h,
                   18795:          src/include/pa_sql_connection.h,
                   18796:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   18797:          checked.  on win32 it made default
                   18798: 
                   18799:        * src/include/pa_config_auto.h.in: sjlj define
                   18800: 
                   18801:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   18802:          can not work with longjump/throw pair, and one must switch that
                   18803:          on there.  todo: detect that automatically]
                   18804: 
                   18805:        * src/types/pa_vxnode.C: removed too strong checks of
                   18806:          xnode.elements.  now, for instance, if element does not have any
                   18807:          attributes, $xnode.attributes is void, not error
                   18808: 
                   18809: 2002-09-02  paf
                   18810: 
                   18811:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   18812:          removed double_result, didn't help
                   18813: 
                   18814:        * src/main/execute.C: double_result made to move that var away from
                   18815:          hungry g++ optimizer (-O2), before: it were optimized and
                   18816:          comparison operators worked badly
                   18817: 
                   18818:        * src/types/pa_vdate.h: removed debug
                   18819: 
1.116     moko     18820:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     18821: 
                   18822:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   18823:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   18824:          unknown reason.
                   18825: 
                   18826: 2002-08-29  paf
                   18827: 
                   18828:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   18829:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   18830:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   18831:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   18832:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   18833:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   18834:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   18835:          [called less frequent, allowed to remove ugly
                   18836:          Junction.change_context-s from many places, switch,
                   18837:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   18838:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   18839:          [speed up]
                   18840: 
                   18841: 2002-08-28  paf
                   18842: 
                   18843:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   18844:          tainted
                   18845: 
                   18846:        * src/types/pa_vcookie.C: fixed cookie delete when
                   18847:          $cookie:name[$.value[]]
                   18848: 
                   18849:        * operators.txt, src/classes/string.C:
                   18850:          ^string.split[delim[;options]]
                   18851: 
                   18852: 2002-08-27  paf
                   18853: 
1.116     moko     18854:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     18855: 
                   18856:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   18857:          delimiter
                   18858: 
                   18859:        * INSTALL: recommended latest gmime 1.0.5
                   18860: 
                   18861: 2002-08-26  paf
                   18862: 
                   18863:        * configure, configure.in: apache13/hook added to make dist.
                   18864: 
                   18865: 2002-08-23  paf
                   18866: 
                   18867:        * src/: include/pa_common.h, main/pa_common.C,
                   18868:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   18869:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   18870:          whatever] it's error now
                   18871: 
                   18872: 2002-08-21  paf
                   18873: 
1.116     moko     18874:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     18875: 
                   18876:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18877:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   18878:          class".  compiled as if here they named base class
                   18879: 
                   18880:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   18881:          cloning constructor]
                   18882: 
                   18883:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   18884: 
1.150     moko     18885:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     18886:          $mail.received.file.value.content-type fixed
                   18887: 
                   18888: 2002-08-20  paf
                   18889: 
                   18890:        * src/classes/file.C: fixed language of file:file result
                   18891: 
                   18892:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   18893:          from 3.0.0005
                   18894: 
                   18895:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   18896: 
                   18897:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   18898:          3.0.0005
                   18899: 
                   18900:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   18901: 
                   18902: 2002-08-19  paf
                   18903: 
                   18904:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   18905:          work now
                   18906: 
                   18907:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   18908:          error in xnode, which were not catched in xdoc]
                   18909: 
                   18910:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   18911:          prepared:        // validate each document after load/create (?)
                   18912:                 //xmlDoValidityCheckingDefaultValue = 1;
                   18913: 
                   18914: 2002-08-15  paf
                   18915: 
                   18916:        * src/classes/classes.h: write to static var caused useless
                   18917:          Exception, introduced Methoded::put_element wich consumes those
                   18918: 
                   18919:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   18920:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   18921:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   18922:          $response:field[date] $response:field[$.xxx[date]]
                   18923: 
                   18924:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18925:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   18926:          ^hash::sql{bad}
                   18927: 
                   18928:        * operators.txt: $request:body unprecessed POST request body
                   18929: 
                   18930:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   18931: 
                   18932:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   18933:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   18934: 
                   18935:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   18936:          src/include/pa_request.h, src/main/pa_pool.C,
                   18937:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   18938:          $request:body r.post_data now const
                   18939: 
                   18940:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   18941:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   18942:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   18943:          types/pa_vtable.h: instead of type() checking everywhere used
                   18944:          Value.as now user descendants can be used in params.
                   18945: 
                   18946:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   18947:          ^if($xtable) now OK
                   18948: 
                   18949:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   18950:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   18951:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   18952: 
                   18953: 2002-08-14  paf
                   18954: 
                   18955:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   18956:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18957:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18958:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18959:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18960:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18961:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18962:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18963:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18964:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18965:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18966:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18967:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18968:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   18969:          & VClass
                   18970: 
                   18971:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   18972: 
                   18973:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   18974:          removed fixopt stupidity. on stupid linux use cd /document/root
                   18975:          ../cgi/parser3 script
                   18976: 
                   18977:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   18978:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   18979: 
                   18980:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   18981:          fixopt.h: fixopt now preprocesses command line params, splitting
                   18982:          them by space, excluding argv[0], argv[argc-1]
                   18983: 
                   18984:        * src/targets/cgi/parser3.C: -f config file
                   18985: 
                   18986:        * src/targets/cgi/parser3.C: fixed .log file dir
                   18987: 
                   18988: 2002-08-13  paf
                   18989: 
                   18990:        * src/types/pa_vobject.C: allow override parent variables, useful
                   18991:          for form descendants [in vobject too, were in vclass]
                   18992: 
                   18993:        * src/types/pa_vclass.C: allow override parent variables, useful
                   18994:          for form descendants
                   18995: 
                   18996:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   18997:          overwritten in derived(table)
                   18998: 
                   18999:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19000:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   19001:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   19002:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19003:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   19004:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19005:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   19006:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19007:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   19008:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19009:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19010:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19011:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19012:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19013:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   19014:          Value::get_element(..., bool looking_down) [needed to exclude
                   19015:          endless recoursion]
                   19016: 
                   19017:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   19018:          fix bug with put endless recoursion todo: check 'as'
                   19019: 
                   19020:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   19021:          reorganized modules todo: fix bug with put endless recoursion
                   19022:          todo: check 'as'
                   19023: 
                   19024:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   19025:          in derived(table)
                   19026: 
                   19027:        * src/types/pa_vobject.h: derived classes can have fields of their
                   19028:          own now
                   19029: 
                   19030:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   19031:          fixed error message on using non-created table
                   19032: 
                   19033:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   19034:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   19035:          main/compile.C, main/compile.tab.C, main/execute.C,
                   19036:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19037:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19038:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19039:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19040:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   19041:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19042:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19043:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19044:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19045:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19046:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19047:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19048:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   19049:          looking down/up tree todo: fix error message on non-constructed
                   19050:          parents
                   19051: 
                   19052: 2002-08-12  paf
                   19053: 
                   19054:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   19055:          derived OK
                   19056: 
                   19057:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   19058:          thorough testing
                   19059: 
                   19060:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   19061:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19062:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19063:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   19064:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   19065:          ^base:create[] dynamic call rewritten todo: thorough testing
                   19066: 
                   19067:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   19068:          now instantates base class, remembers it and saves child in
                   19069:          parent VObject.get_class now returns last child = downward
                   19070:          virtual calls OK
                   19071: 
                   19072:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19073:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   19074:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   19075:          types/pa_vobject.h, types/pa_vresponse.h,
                   19076:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19077:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   19078:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   19079:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   19080:          instance]
                   19081: 
                   19082:        * src/main/pa_request.C: $response:body[file] content-type check
                   19083:          fixed [were bad when content-type is hash]
                   19084: 
                   19085: 2002-08-09  paf
                   19086: 
                   19087:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19088:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   19089: 
                   19090: 2002-08-08  paf
                   19091: 
                   19092:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   19093:          src/main/pa_globals.C: year column in month calendar [week year]
                   19094: 
                   19095:        * src/main/execute.C: error reporting on object writes to MAIN
                   19096:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   19097: 
                   19098:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   19099:          $date.daylightsaving
                   19100: 
                   19101:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   19102:          use tainted data now. only she must specify the language.
                   19103: 
                   19104:          ^mail:send[     $.from[paf@mail.design.ru]
                   19105:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   19106:                $.text[^taint[uri][ìîñêâà]=] ]
                   19107: 
                   19108:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   19109:          now prints more precise origin
                   19110: 
                   19111:        * src/include/pa_string.h: String::first_char now not fails on
                   19112:          empty strings ^if(-f '') now ok and in 3 other places.
                   19113: 
                   19114:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   19115:          String::first_char now not fails on empty strings ^if(-f '') now
                   19116:          ok and in 3 other places.
                   19117: 
                   19118: 2002-08-07  paf
                   19119: 
                   19120:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   19121:          fixed
                   19122: 
                   19123:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   19124: 
                   19125:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   19126:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19127:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   19128:          mistakenly not completely transparent to object writes.
                   19129:          $hash[^if(1){$hash}] now works
                   19130: 
                   19131:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   19132:          now erasing cache file [there were bad check on that]
                   19133: 
                   19134:        * src/: classes/classes.dsp, classes/table.C,
                   19135:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   19136:          all Debug dirs in .dsp now named 'Debug'
                   19137: 
1.116     moko     19138:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     19139: 
                   19140:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   19141: 
                   19142:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   19143: 
                   19144:        * src/types/pa_vmail.C: mail:send empty  email checked
                   19145: 
                   19146: 2002-08-06  paf
                   19147: 
                   19148:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19149:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19150:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   19151: 
                   19152:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   19153:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   19154:          #  $.default() }
                   19155: 
                   19156:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   19157: 
                   19158:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   19159:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   19160:          $file.content-type [instead of .mime-type] now works for
                   19161:          file::stat also
                   19162: 
                   19163:        * src/main/pa_request.C: case insensitive mime_type_of
                   19164: 
                   19165: 2002-08-05  paf
                   19166: 
                   19167:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   19168: 
                   19169:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   19170: 
                   19171:        * operators.txt: comment on date:calendar week column
                   19172: 
                   19173:        * src/main/pa_common.C: write checked
                   19174: 
                   19175:        * src/main/: pa_common.C: write checked
                   19176: 
                   19177:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   19178: 
                   19179:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   19180:          month calendar week column [ISO 8601 Week Numbers]
                   19181: 
                   19182: 2002-08-02  paf
                   19183: 
                   19184:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   19185:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   19186:          DEBUG*
                   19187: 
                   19188:        * configure, configure.in, src/include/pa_version.h: release
                   19189:          3_0_0005
                   19190: 
                   19191:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   19192:          multipart post fixed
                   19193: 
                   19194:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   19195:          response transcoded source->client only when text/* or simple
                   19196:          onoverridden $response:body
                   19197: 
                   19198: 2002-08-01  paf
                   19199: 
                   19200:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19201:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19202:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19203:          classes/op.C, classes/response.C, classes/string.C,
                   19204:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19205:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   19206:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19207:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   19208:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19209:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   19210:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19211:          include/pa_socks.h, include/pa_sql_connection.h,
                   19212:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19213:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19214:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19215:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19216:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   19217:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   19218:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19219:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   19220:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   19221:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   19222:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19223:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19224:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19225:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   19226:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   19227:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   19228:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19229:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19230:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   19231:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   19232:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19233:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   19234:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19235:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19236:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19237:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   19238:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19239:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19240:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19241:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19242:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19243:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19244:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19245:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     19246:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     19247: 
                   19248:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   19249:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   19250:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19251:          classes/math.C, classes/op.C, classes/response.C,
                   19252:          classes/string.C, classes/table.C, classes/void.C,
                   19253:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19254:          include/pa_array.h, include/pa_cache_managers.h,
                   19255:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19256:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19257:          include/pa_dictionary.h, include/pa_dir.h,
                   19258:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19259:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19260:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19261:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19262:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19263:          include/pa_stack.h, include/pa_string.h,
                   19264:          include/pa_stylesheet_connection.h,
                   19265:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19266:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19267:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   19268:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19269:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   19270:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19271:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19272:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19273:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19274:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   19275:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   19276:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19277:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19278:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   19279:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19280:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19281:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19282:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   19283:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19284:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19285:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   19286:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19287:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   19288:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   19289:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19290:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19291:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19292:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19293:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19294:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   19295:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19296:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19297:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19298:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   19299:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   19300:          types/Makefile.am: ident.C* removed
                   19301: 
                   19302:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   19303:          file:find[/can/do/this/now.txt]
                   19304: 
                   19305:        * src/targets/cgi/parser3.C: usage to stdout now
                   19306: 
                   19307: 2002-07-31  paf
                   19308: 
                   19309:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   19310: 
                   19311:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   19312:          default "postmaster"
                   19313: 
                   19314:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   19315:          -f postmaster now default sendmail key word "postmaster"
                   19316:          replaced to $.from
                   19317: 
                   19318: 2002-07-30  paf
                   19319: 
1.116     moko     19320:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   19321:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     19322: 
                   19323:        * src/main/pa_charset.C: comment
                   19324: 
                   19325:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   19326:          table, &#decimal;
                   19327: 
                   19328:        * src/main/pa_request.C: comment
                   19329: 
                   19330:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   19331:          paragraf]
                   19332: 
                   19333: 2002-07-11  paf
                   19334: 
                   19335:        * src/main/pa_exec.C: build command line badly added params twice
                   19336:          [and first time without ' ']. double wrong. fixed.
                   19337: 
                   19338:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   19339:          wich parser did not provide = reported badly.  fixed that.
                   19340: 
                   19341:        * src/classes/mail.C: $MAIL[ # xxx ]
                   19342: 
                   19343:          now ok
                   19344: 
                   19345:        * operators.txt: plan: sql detailed exception
                   19346: 
                   19347: 2002-07-01  paf
                   19348: 
                   19349:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   19350:          [MForm.configure_admin were called when request.main_class ==0
                   19351: 
                   19352:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   19353: 
                   19354:        * src/classes/form.C: content_length type fix
                   19355: 
                   19356: 2002-06-30  paf
                   19357: 
                   19358:        * src/classes/mail.C: merged from 4
                   19359: 
                   19360:        * src/classes/mail.C: restored $MAIL
                   19361: 
                   19362: 2002-06-28  paf
                   19363: 
                   19364:        * configure, configure.in: removed paths.h
                   19365: 
1.116     moko     19366:        * configure, src/include/pa_version.h,
1.95      moko     19367:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   19368:          merged, makes updated
                   19369: 
                   19370:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   19371:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19372:          src/include/pa_pool.h, src/include/pa_version.h,
                   19373:          src/main/pa_charset.C, src/main/pa_pool.C,
                   19374:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   19375:          src/types/pa_vmail.C: merged latest updates to head
                   19376: 
                   19377: 2002-06-27  paf
                   19378: 
                   19379:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   19380:          not error now
                   19381: 
                   19382:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   19383:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   19384:          src/main/pa_charset.C, src/main/pa_pool.C:
                   19385:          ^xdoc::create[[uri]]... base uri for document being created,
                   19386:          imports and other relative file names would be relative to this
                   19387:          uri default uri=path_translated
                   19388: 
                   19389:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   19390: 
                   19391: 2002-06-26  paf
                   19392: 
                   19393:        * configure, configure.in, src/include/pa_version.h:
                   19394:          release_3_0_0004
                   19395: 
                   19396:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   19397:          0 now
                   19398: 
                   19399:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   19400: 
                   19401: 2002-06-25  paf
                   19402: 
                   19403:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   19404:          considered bad number now
                   19405: 
                   19406:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   19407:          now
                   19408: 
                   19409:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   19410:          name: optimize
                   19411: 
                   19412:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   19413:          library configured
                   19414: 
                   19415:        * src/main/pa_request.C: configure_admin forced if no @conf
                   19416: 
1.150     moko     19417:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   19418:          ^math:crypt updated to generate random salt when needed and to
                   19419:          call system crypt() if not $apr1$ prefix
1.95      moko     19420: 
                   19421: 2002-06-24  paf
                   19422: 
                   19423:        * INSTALL: --with-static/shared-mailreceive described
                   19424: 
                   19425:        * src/include/pa_config_fixed.h: ssize_t fixed
                   19426: 
1.116     moko     19427:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19428:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     19429:          src/types/pa_vmail.C: $mail:received makes update
                   19430: 
                   19431:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   19432:          WITH_MAILRECEIVE
                   19433: 
                   19434:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   19435: 
                   19436:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   19437:          option, for $mail:receive
                   19438: 
                   19439:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   19440:          introducting $message:received ^mail:send rewritten with backward
                   19441:          comp
                   19442: 
                   19443:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19444:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19445:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   19446:          now
                   19447: 
                   19448:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   19449:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19450:          src/include/pa_request.h, src/include/pa_string.h,
                   19451:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   19452:          src/main/pa_globals.C, src/main/pa_request.C,
                   19453:          src/main/pa_string.C, src/main/pa_uue.C,
                   19454:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   19455:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   19456:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   19457:          uue to separate file introducting $message:received ^mail:send
                   19458:          rewritten with backward comp
                   19459: 
                   19460: 2002-06-21  paf
                   19461: 
1.116     moko     19462:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   19463:          co changes
1.95      moko     19464: 
1.116     moko     19465:        * configure, configure.in, src/lib/md5/Makefile.am,
                   19466:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   19467:          restructure .in and .am files appropriate changes
1.95      moko     19468: 
                   19469:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   19470:          pcre to libs/ added libs/md5 which is linked to non-apache
                   19471:          targets ^math:crypt[password;$apr1$salt]
                   19472: 
                   19473:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   19474:          src/Makefile.am, src/classes/Makefile.am,
                   19475:          src/classes/classes.dsp, src/classes/math.C,
                   19476:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     19477:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   19478:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   19479:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   19480:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   19481:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   19482:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   19483:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   19484:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     19485:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   19486:          src/lib/pcre/pcre_parser_ctype.dsp,
                   19487:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   19488:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   19489:          src/main/compile.tab.C, src/main/main.dsp,
                   19490:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   19491:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   19492:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   19493:          to libs/ added libs/md5 which is linked to non-apache targets
                   19494:          ^math:crypt[password;$apr1$salt]
                   19495: 
                   19496: 2002-06-20  paf
                   19497: 
1.150     moko     19498:        * INSTALL, configure, configure.in, operators.txt,
                   19499:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   19500:          src/include/pa_globals.h, src/include/pa_request.h,
                   19501:          src/main/execute.C, src/main/pa_request.C,
                   19502:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19503:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   19504:          file:justname&co & @auto/conf[filespec
1.95      moko     19505: 
                   19506:        * operators.txt, src/classes/file.C:
                   19507:          !^file:dirname[/a/some.tar.gz]=/a
                   19508:              !^file:dirname[/a/b/]=/a
                   19509:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   19510:              !^file:justname[/a/some.tar.gz]=some.tar
                   19511:              !^file:justext[/a/some.tar.gz]=gz
                   19512: 
                   19513:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   19514:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   19515:          @conf/auto[filespec]
                   19516: 
1.116     moko     19517:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     19518: 
1.150     moko     19519:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     19520:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   19521:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   19522: 
                   19523: 2002-06-18  paf
                   19524: 
                   19525:        * configure, configure.in, src/include/pa_version.h: version to
                   19526:          configure.in
                   19527: 
                   19528:        * INSTALL: reflected .conf.dist dir change
                   19529: 
1.150     moko     19530:        * Makefile.am, configure, configure.in,
1.116     moko     19531:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     19532:          .in & *.am updated
                   19533: 
                   19534:        * src/classes/file.C: strncasecmp
                   19535: 
                   19536:        * src/classes/file.C: strcasecmp
                   19537: 
1.150     moko     19538:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     19539: 
                   19540:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   19541:          insensitive check now
                   19542: 
                   19543:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   19544: 
                   19545:        * configure, configure.in, src/include/pa_pool.h,
                   19546:          src/include/pa_types.h: pack configure.in detection simplified.
                   19547:          figured out that gcc on sparc not that stupid as thought
                   19548:          previously: on sparc: when it sees packed class it modifies it's
                   19549:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   19550:          operations [st, lduh] so packed must be all parts of packed
                   19551:          class, i.e. it's parents&fields(classes).  for now it's only
                   19552:          String that packed and what was wrong is that it's parent -
                   19553:          Pooled, were not packed. fixed that.
                   19554: 
                   19555: 2002-06-14  paf
                   19556: 
                   19557:        * operators.txt: more precise xml-to-text options
                   19558: 
                   19559:        * operators.txt, src/types/pa_vxnode.C: xnode
                   19560:          attribute_node.name/value xnode pi.node.data
                   19561: 
                   19562: 2002-06-12  paf
                   19563: 
1.116     moko     19564:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   19565:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     19566: 
                   19567:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   19568:          src/include/pa_globals.h, src/include/pa_request.h,
                   19569:          src/main/compile.tab.C, src/main/pa_globals.C,
                   19570:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   19571:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   19572: 
                   19573:        * src/classes/mail.C: sendmail -ti [default now]
                   19574: 
                   19575:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   19576:          to be strings. for convinient #ing
                   19577: 
                   19578:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19579:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   19580: 
                   19581:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   19582:          main/pa_globals.C, main/pa_request.C: @conf
                   19583: 
                   19584: 2002-06-11  paf
                   19585: 
                   19586:        * src/classes/file.C: check simplified
                   19587: 
                   19588:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   19589:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   19590:          valid prefix
                   19591: 
                   19592:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   19593:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   19594:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   19595: 
                   19596: 2002-06-10  paf
                   19597: 
                   19598:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   19599:          src/main/pa_common.C: lock failures reported now
                   19600: 
                   19601:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   19602:          string->double @ compile time were not-enough-checking...
                   19603: 
                   19604:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   19605:          autoconvert now ignored
                   19606: 
                   19607:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   19608:          check
                   19609: 
                   19610:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   19611:          $response:body content-type:name
                   19612: 
                   19613:        * configure, configure.in: hpux check, nsl link, no socket
                   19614: 
                   19615:        * operators.txt: old merge conflict removed
                   19616: 
                   19617:        * configure, configure.in: pack even address access on sparc&co
                   19618:          arch checked in configure
                   19619: 
                   19620:        * configure, src/include/pa_version.h: makes
                   19621: 
                   19622:        * configure, configure.in, src/include/pa_version.h: makes
                   19623: 
                   19624:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   19625:          with charset even when all letters were 7bit one
                   19626: 
                   19627:        * src/main/pa_common.C: merged fixed -d (bug)
                   19628: 
                   19629:        * src/main/pa_common.C: fixed -d (bug)
                   19630: 
                   19631: 2002-06-03  paf
                   19632: 
                   19633:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   19634:          src/classes/classes.dsp, src/main/compile.tab.C,
                   19635:          src/main/main.dsp, src/main/pa_globals.C,
                   19636:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   19637:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   19638:          .dsp-s along with reorganized cvs modules dirs structure
                   19639: 
                   19640:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19641:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   19642:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   19643:          modules
                   19644: 
                   19645: 2002-05-28  paf
                   19646: 
                   19647:        * src/targets/cgi/parser3.C: info.uri now ""
                   19648: 
                   19649: 2002-05-17  paf
                   19650: 
                   19651:        * src/classes/: table.C: ^table.save << checked empty
                   19652:          pre/match/post columns
                   19653: 
                   19654: 2002-05-16  paf
                   19655: 
                   19656:        * src/classes/image.C: image::measure can png now
                   19657: 
                   19658: 2002-05-15  paf
                   19659: 
                   19660:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   19661:          added
                   19662: 
                   19663:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   19664: 
                   19665:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   19666:          %H[:%M[:%S]]]]]] [-%m now
                   19667: 
                   19668: 2002-05-14  paf
                   19669: 
                   19670:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   19671: 
                   19672: 2002-05-07  paf
                   19673: 
                   19674:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   19675:          src/include/pa_globals.h, src/include/pa_request.h,
                   19676:          src/include/pa_table.h, src/main/compile.tab.C,
                   19677:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   19678:          src/main/pa_request.C, src/main/pa_table.C,
                   19679:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   19680:          src/targets/isapi/parser3isapi.dsp,
                   19681:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   19682:          name2number field now &.  main_method_name now on Request pool
                   19683:          rather on global_pool [Junction+VJunction created on same pool as
                   19684:          name = were created on global pool, causing mem leaks]
                   19685: 
                   19686:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   19687:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   19688:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   19689:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   19690:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19691:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   19692:          field now &.  main_method_name now on Request pool rather on
                   19693:          global_pool [Junction+VJunction created on same pool as name =
                   19694:          were created on global pool, causing mem leaks]
                   19695: 
                   19696: 2002-05-06  paf
                   19697: 
                   19698:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19699:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19700:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19701: 
                   19702:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19703:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19704:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19705: 
                   19706: 2002-04-30  paf
                   19707: 
                   19708:        * configure, src/include/pa_version.h: version now not b
                   19709: 
                   19710:        * src/targets/cgi/parser3.C: request.uri now never 0
                   19711: 
                   19712: 2002-04-29  paf
                   19713: 
                   19714:        * configure.in: removed b
                   19715: 
                   19716:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   19717:          Exception::comment/type checked in (), no there's no empty
                   19718:          type/comment by default
                   19719: 
                   19720:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   19721:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   19722:          src/doc/value.dox, src/include/pa_exception.h,
                   19723:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   19724:          0001
                   19725: 
                   19726: 2002-04-26  paf
                   19727: 
                   19728:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   19729:          size reduced
                   19730: 
                   19731: 2002-04-25  paf
                   19732: 
                   19733:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   19734:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   19735:          now that took into account
                   19736: 
                   19737:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   19738:          01:03:04]
                   19739: 
                   19740:        * ChangeLog, operators.txt, src/classes/date.C:
                   19741:          ^date::create[2002-12-33 01:03:04]
                   19742: 
                   19743:        * ChangeLog: updated changelog
                   19744: 
                   19745:        * src/classes/table.C: removed restriction on column count to
                   19746:          ^table.hash to work, now must be >0 [were >1]
                   19747: 
                   19748: 2002-04-24  paf
                   19749: 
                   19750:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19751:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19752:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   19753:          targets
                   19754: 
                   19755: 2002-04-23  paf
                   19756: 
                   19757:        * operators.txt, src/classes/string.C:
                   19758:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   19759:          "junction used outside of context"]
                   19760: 
                   19761: 2002-04-22  paf
                   19762: 
                   19763:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   19764:          src/main/pa_string.C, src/types/pa_vstring.C,
                   19765:          src/types/pa_vstring.h: ^string.optimize[]
                   19766: 
                   19767:        * src/: include/pa_globals.h, include/pa_table.h,
                   19768:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   19769:          table template
                   19770: 
                   19771:        * src/classes/: string.C: optimize removed from string
                   19772:          .left/right/pos
                   19773: 
                   19774:        * src/main/execute.C: rolled back to
                   19775:          before_killing_userjunction_contexts
                   19776: 
                   19777:        * src/main/execute.C: user junctions context killed
                   19778: 
                   19779:        * src/main/execute.C: junctions to local contexts got
                   19780:          cleanized&checked later
                   19781: 
                   19782: 2002-04-19  paf
                   19783: 
                   19784:        * src/: classes/string.C, include/pa_request.h,
                   19785:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   19786:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   19787:          prior to .left .right .mid .pos .match when that is profitable,
                   19788:          and always before .replace when $ORIGINS(1) optimization disabled
                   19789:          economy from not wasting mem on lots of strings which occur by
                   19790:          lots of String:mid calls to get parts of source string between
                   19791:          found_occurances
                   19792: 
                   19793:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   19794:          ^file:list
                   19795: 
                   19796:        * src/: include/pa_globals.h, include/pa_table.h,
                   19797:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   19798:          globalized, not created @ each ^match anymore economy:
                   19799:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   19800: 
                   19801:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   19802:          removed from each String::match replace iteration, and made
                   19803:          stacked sizeof(VTable)=12bytes economy on each replace code
                   19804: 
                   19805:        * src/doc/footer.htm: 2001,
                   19806: 
                   19807:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19808:          string.match[]['] option enables generation of $match.prematch
                   19809:          .match .postmatch columns
                   19810: 
                   19811:        * src/main/pa_string.C: String::match options analized without
                   19812:          cstr-ing them now
                   19813: 
                   19814:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   19815:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   19816:          config updated to doxygen 1.2.15, created helper which fixes
                   19817:          minor bugs in chm project files & htm tree.  changed extension to
                   19818:          .htm
                   19819: 
                   19820: 2002-04-18  paf
                   19821: 
                   19822:        * src/doc/doxygen.cfg: .chi generation disabled
                   19823: 
                   19824:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   19825:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   19826:          fields&methods
                   19827: 
                   19828:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   19829:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   19830:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   19831:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19832:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   19833:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   19834:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19835:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   19836:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   19837:          VStateless_class to VObject
                   19838: 
                   19839:        * src/: main/pa_request.C, types/pa_valiased.h,
                   19840:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19841:          types/pa_vstring.h: VStateless_string_object speicalized light
                   19842:          version of VStateless_object
                   19843: 
                   19844:        * src/classes/op.C: ^throw comment param made optional
                   19845: 
                   19846:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   19847:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   19848:          and implemented down in VClass, fclass_alias removed,
                   19849: 
                   19850:        * src/types/pa_value.C: forced to cut that from .h because of
                   19851:          VStateless_class usage [undefined in .h]
                   19852: 
                   19853:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19854:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19855:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   19856:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   19857:          on each CALL]
                   19858: 
                   19859:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19860:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19861:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19862:          classes/response.C, classes/string.C, classes/table.C,
                   19863:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   19864:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   19865:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   19866:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   19867:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19868:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   19869:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   19870:          removed Value::fname
                   19871: 
                   19872: 2002-04-17  paf
                   19873: 
                   19874:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19875:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   19876:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   19877:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   19878:          state, PTHROW freshen to throw & co
                   19879: 
                   19880:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   19881: 
                   19882:        * src/classes/op.C: taint local result var bug fixed
                   19883: 
                   19884: 2002-04-16  paf
                   19885: 
                   19886:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   19887:          Attic asm.txt as most interesting
                   19888: 
                   19889:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   19890:          check, preventing content-length: 0 from appearing
                   19891: 
                   19892:        * src/main/execute.C: $result in @main now taken into account as in
                   19893:          usual functions
                   19894: 
                   19895:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   19896:          & @unhandled_exception now taken into account as in usual
                   19897:          functions
                   19898: 
                   19899:        * src/doc/postbuild.txt: instructions on post .html build
                   19900: 
                   19901:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   19902: 
                   19903:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   19904:          tainted
                   19905: 
                   19906:        * src/main/pa_request.C: uri in error log
                   19907: 
                   19908:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   19909:          cheched date:create(days) param for validity [later were assumed
                   19910:          valid and crashed on invalid onces]
                   19911: 
                   19912:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19913:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   19914:          and used that for removing VString wrapper
                   19915: 
                   19916:        * src/classes/op.C: exception2vhash file now tainted
                   19917: 
                   19918:        * src/classes/op.C: _process pseudo origin copied from local var to
                   19919:          heap
                   19920: 
                   19921:        * src/classes/op.C: extra check on empty file in origin in _execute
                   19922: 
                   19923: 2002-04-15  paf
                   19924: 
                   19925:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   19926: 
                   19927:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   19928:          functions
                   19929: 
                   19930:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   19931:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   19932:          started dual write_xxx_lang functions, if checked & works
                   19933: 
                   19934:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   19935:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   19936:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   19937:          unnecessary VString shells
                   19938: 
                   19939:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   19940:          prev changes]
                   19941: 
                   19942:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   19943:          classes/table.C, include/pa_request.h, main/execute.C,
                   19944:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19945:          StringOrValue wcontext result, now ready for dual writes
                   19946: 
                   19947:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   19948:          checked that
                   19949: 
                   19950:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19951:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   19952:          changed to OP_WRITE_VALUE in var get cases
                   19953: 
                   19954:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   19955:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   19956:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19957:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   19958:          switch in hash constructor fixed [were problems with using of
                   19959:          stacked wwrapper after it's death]
                   19960: 
                   19961: 2002-04-12  paf
                   19962: 
                   19963:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   19964: 
                   19965: 2002-04-11  paf
                   19966: 
                   19967:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   19968:          Request::process_internal codeFrame & wwrapper stacked [not
                   19969:          wasting  heap anymore]
                   19970: 
                   19971: 2002-04-10  paf
                   19972: 
                   19973:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   19974:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   19975:          classes/string.C, classes/table.C, classes/void.C,
                   19976:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   19977:          main/pa_string.C: killed Request::process() wrapping
                   19978:          VString(String) in case we need only String
                   19979: 
                   19980:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19981:          killed 8 bytes from String.head
                   19982: 
                   19983: 2002-04-09  paf
                   19984: 
                   19985:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   19986:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   19987:          local*/char b[...];      a=b; situations
                   19988: 
                   19989:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   19990: 
                   19991:        * src/classes/xdoc.C: xslt params fixed
                   19992: 
                   19993:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   19994:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   19995:          not pool.malloc(MAX_NUMBER) but really neaded
                   19996: 
                   19997:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   19998:          int/double.int/double(default)
                   19999: 
                   20000: 2002-04-04  paf
                   20001: 
                   20002:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   20003:          [when reconstructing pieces were split by
                   20004:          max_integral(piece.size), thus some strings to replace happen to
                   20005:          be split into two = not replaced)
                   20006: 
                   20007:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   20008:          standalone version = current dir
                   20009: 
                   20010:        * src/targets/cgi/parser3.C: document root in standalone version =
                   20011:          current dir
                   20012: 
                   20013: 2002-04-03  paf
                   20014: 
                   20015:        * configure, configure.in: more checks on nonexistent charset
                   20016: 
1.116     moko     20017:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     20018: 
                   20019: 2002-04-02  paf
                   20020: 
                   20021:        * src/main/compile.C: parser.compile [exception name more like in
                   20022:          doc]
                   20023: 
                   20024: 2002-04-01  paf
                   20025: 
                   20026:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   20027:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   20028:          .content-type.charset, not .charset
                   20029: 
                   20030: 2002-03-29  paf
                   20031: 
                   20032:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   20033: 
                   20034:        * operators.txt, src/classes/date.C: ^date::create now may not
                   20035:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   20036:          days' year.  | 31.05->31.04   roll
                   20037: 
                   20038: 2002-03-28  paf
                   20039: 
                   20040:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   20041:          src/include/pa_globals.h, src/include/pa_hash.h,
                   20042:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   20043:          ^cache(seconds)    ^cache[date] }
                   20044: 
                   20045:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   20046:          param
                   20047: 
                   20048: 2002-03-27  paf
                   20049: 
                   20050:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   20051:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   20052:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   20053:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   20054:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   20055:          src/classes/xnode.C, src/include/pa_exception.h,
                   20056:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   20057:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   20058:          src/main/pa_array.C, src/main/pa_charset.C,
                   20059:          src/main/pa_charsets.C, src/main/pa_common.C,
                   20060:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   20061:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   20062:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   20063:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   20064:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   20065:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   20066:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   20067:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   20068:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   20069:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   20070:          src/types/pa_wwrapper.h: assigned exception types
                   20071: 
                   20072:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   20073:          src/include/pa_request.h, src/main/execute.C,
                   20074:          src/main/pa_request.C: decided agains resetting exception_trace,
                   20075:          just changed name
                   20076: 
                   20077: 2002-03-26  paf
                   20078: 
                   20079:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   20080:          fixed
                   20081: 
                   20082:        * src/classes/op.C: forced language of $source field of exception
                   20083:          to 'tainted', so that sql-langed-frags could be outputed outside
                   20084:          of connect
                   20085: 
                   20086:        * operators.txt: removed date.roll limit of +-1 offset
                   20087: 
                   20088:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   20089: 
                   20090:        * operators.txt, src/classes/date.C: fixed date roll on
                   20091:          daylightsaving days mktime took into account tm_isdst flag, which
                   20092:          remained from BEFORE roll, but should have been reset
                   20093: 
                   20094: 2002-03-25  paf
                   20095: 
                   20096:        * operators.txt, src/targets/cgi/parser3.C:
                   20097:          http_site_config_filespec
                   20098: 
                   20099:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   20100:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   20101:          with any/both --disable-foreign-group-files --disable-execs
                   20102: 
                   20103:        * INSTALL: "--with=sendmail=COMMAND" comment
                   20104: 
                   20105:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   20106:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     20107:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   20108:          disables execs also.  introducing --sendmail
1.95      moko     20109: 
                   20110:        * operators.txt: pgsql options comment
                   20111: 
                   20112:        * INSTALL: comment on --disable-link-stdcpp
                   20113: 
1.116     moko     20114:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20115:          libstdc++ link skipping configure option
1.95      moko     20116: 
                   20117:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   20118:          with error were put to cache with 'marked_to_rollback' flag, all
                   20119:          consequent even OK requests rolled back
                   20120: 
                   20121: 2002-03-22  paf
                   20122: 
                   20123:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   20124:          false return
                   20125: 
                   20126:        * operators.txt: few comments on sets
                   20127: 
                   20128: 2002-03-18  paf
                   20129: 
                   20130:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   20131:          src/include/pa_globals.h, src/include/pa_request.h,
                   20132:          src/include/pa_stack.h, src/main/pa_globals.C,
                   20133:          src/main/pa_request.C: introducing ^try
                   20134: 
                   20135:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   20136:          types/pa_vdouble.h: removed some tested @tests
                   20137: 
                   20138: 2002-03-15  paf
                   20139: 
                   20140:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   20141: 
                   20142: 2002-03-13  paf
                   20143: 
                   20144:        * src/main/pa_exception.C: checked not-pooled malloc
                   20145: 
                   20146: 2002-03-11  paf
                   20147: 
                   20148:        * INSTALL, configure, configure.in,
                   20149:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   20150: 
                   20151:        * src/main/pa_common.C: --disable-foreign-group-files
                   20152: 
                   20153:        * INSTALL: --disable-execs
                   20154: 
                   20155:        * src/main/pa_exec.C: --disable-execs
                   20156: 
                   20157:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20158:          --disable-execs
                   20159: 
                   20160:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   20161: 
                   20162:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   20163:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   20164: 
                   20165: 2002-03-05  paf
                   20166: 
                   20167:        * operators.txt, src/classes/date.C: date week calendar columns
                   20168:          named
                   20169: 
                   20170:        * operators.txt, src/classes/date.C: date week calendar columns
                   20171:          named
                   20172: 
                   20173:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   20174:          requires headers to be terminated with \r\n manually [refuses to
                   20175:          separate header/body itself]
                   20176: 
                   20177:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20178:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   20179: 
                   20180: 2002-03-04  paf
                   20181: 
                   20182:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   20183:          in PASS language
                   20184: 
                   20185:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   20186:          deserialize checks on broken file
                   20187: 
                   20188:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   20189:          parser3isapi.dsp: isapi updated
                   20190: 
                   20191: 2002-03-01  paf
                   20192: 
                   20193:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   20194: 
                   20195: 2002-02-28  paf
                   20196: 
                   20197:        * src/main/untaint.C: removed some debug comments
                   20198: 
                   20199:        * src/main/pa_charsets.C: when placing charset to cache using
                   20200:          global name now [were request]
                   20201: 
                   20202:        * configure, configure.in: apache module updated
                   20203: 
                   20204:        * src/main/pa_string.C: origin by first piece preferred before last
                   20205:          piece
                   20206: 
                   20207: 2002-02-27  paf
                   20208: 
                   20209:        * src/main/pa_charset.C: size_t
                   20210: 
                   20211:        * INSTALL: shared/static-xml with-pathlink
                   20212: 
                   20213:        * operators.txt: SMTP comment
                   20214: 
                   20215: 2002-02-26  paf
                   20216: 
                   20217:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   20218: 
                   20219:        * src/classes/xnode.C: in some situation, xpath query returned
                   20220:          result with type NODESET, but empty nodeset member field, checked
                   20221:          that
                   20222: 
                   20223: 2002-02-22  paf
                   20224: 
                   20225:        * INSTALL: without-zlib comment
                   20226: 
                   20227:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   20228: 
                   20229:        * configure, configure.in: glib###.a detection fixed
                   20230: 
                   20231:        * INSTALL: hashfile removed from INSTALL
                   20232: 
1.116     moko     20233:        * Makefile.am: make update
1.95      moko     20234: 
                   20235:        * src/main/pa_string.C: string iterators fixed again, so were
                   20236:          String::join_chain
                   20237: 
                   20238:        * src/main/pa_string.C: string iterators fixed again, so were
                   20239:          String::join_chain
                   20240: 
                   20241:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   20242:          fixed again, so were String::join_chain
                   20243: 
                   20244:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   20245: 
                   20246:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   20247:          "session"
                   20248: 
1.116     moko     20249:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20250:          --with-shared-xml --with-static-xml
1.95      moko     20251: 
                   20252:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20253:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20254:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   20255:          xalan&xml
                   20256: 
                   20257:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   20258: 
                   20259:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   20260:          src/types/types.dsp: removed hashfile support from sources for
                   20261:          now
                   20262: 
1.116     moko     20263:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     20264:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     20265:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   20266:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   20267:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     20268:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     20269:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   20270:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   20271:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     20272: 
                   20273: 2002-02-21  paf
                   20274: 
                   20275:        * src/main/untaint.C: removed debug code, activated commented-for
                   20276:          debug parts
                   20277: 
1.116     moko     20278:        * Makefile.am: make cvsupdate
1.95      moko     20279: 
                   20280:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20281:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   20282:          append_row, not at link zero now string to string appending works
                   20283: 
                   20284: 2002-02-20  paf
                   20285: 
                   20286:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   20287:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   20288:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   20289: 
                   20290:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20291:          economy: 22%
                   20292: 
                   20293:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20294:          space uptimized: string::link_row removed
                   20295: 
                   20296:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   20297:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   20298:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20299:          types/pa_vstring.h: speed uptimized: string::is_empty
                   20300: 
                   20301:        * operators.txt, src/include/pa_common.h,
                   20302:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   20303:          src/include/pa_types.h, src/main/compile.tab.C,
                   20304:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   20305:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   20306:          string append optimiziation idea and estimates
                   20307: 
                   20308: 2002-02-19  paf
                   20309: 
                   20310:        * src/classes/math.C: not used directly [but erroreously reported
                   20311:          that 'is', thus registering twice&other probs]
                   20312: 
                   20313:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   20314:          to node [element]
                   20315: 
                   20316:        * src/main/compile.C: without string_origins parse error
                   20317:          file+line+col possible
                   20318: 
                   20319:        * src/main/: compile.C: without string_origins not worked
                   20320: 
                   20321: 2002-02-18  paf
                   20322: 
                   20323:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   20324:          trick i've installed into double::as_string
                   20325: 
                   20326:        * src/main/pa_globals.C: extern "C" was removed too fast
                   20327: 
                   20328:        * src/: include/pa_opcode.h, include/pa_request.h,
                   20329:          main/compile.tab.C, main/compile.y, main/execute.C,
                   20330:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   20331:          with string/nonstring values, now in expressions double/int
                   20332:          values are passed as-is, without stupid tostring/fromstring
                   20333:          conversions
                   20334: 
                   20335:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   20336:          __cplusplus } #endif
                   20337: 
                   20338:        * src/main/compile.tab.C: bison env set so one could compile
                   20339:          without cygwin installed
                   20340: 
                   20341:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20342:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   20343:          gnome xml libs parser .dsp-s changed accordingly
                   20344: 
                   20345:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   20346: 
                   20347:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   20348:          with backward comp
                   20349: 
                   20350:        * src/classes/math.C: math:random range check fixed
                   20351: 
                   20352:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   20353: 
                   20354:        * INSTALL: local install comment
                   20355: 
1.116     moko     20356:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     20357: 
1.116     moko     20358:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   20359:          src/include/pa_config_auto.h.in,
                   20360:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   20361:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     20362: 
                   20363:        * operators.txt: \ comment
                   20364: 
                   20365: 2002-02-13  paf
                   20366: 
                   20367:        * src/include/pa_config_includes.h: sys/time time both included
                   20368:          now.  vaguely remember confilicts on this on some system [not on
                   20369:          six|ablv] so when would see them again would think up proper
                   20370:          check
                   20371: 
1.116     moko     20372:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20373:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     20374: 
                   20375:        * src/main/pa_common.C: truncation never occured when writing files
                   20376:          on unix [since i've changed cache mech] fix
                   20377: 
                   20378:        * src/main/pa_common.C: strnchr: sanity check added
                   20379: 
                   20380:        * etc/parser3.charsets/windows-1257.cfg: id added
                   20381: 
                   20382:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   20383:          baltic charset file generated, in generation script ispunct check
                   20384:          added
                   20385: 
                   20386: 2002-02-08  paf
                   20387: 
1.116     moko     20388:        * src/: include/Makefile.am, sql/Makefile.am,
                   20389:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     20390: 
                   20391:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   20392:          forgotten
                   20393: 
                   20394:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   20395: 
                   20396:        * INSTALL, README: install&others updated
                   20397: 
                   20398:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   20399: 
1.116     moko     20400:        * Makefile.am, configure, configure.in,
                   20401:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   20402:          src/classes/Makefile.am, src/main/Makefile.am,
                   20403:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   20404:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   20405:          works
1.95      moko     20406: 
                   20407:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20408:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20409:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   20410:          classes/math.C, classes/op.C, classes/response.C,
                   20411:          classes/string.C, classes/table.C, classes/void.C,
                   20412:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20413:          include/pa_array.h, include/pa_cache_managers.h,
                   20414:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20415:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20416:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20417:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20418:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20419:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20420:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20421:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20422:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20423:          include/pa_stack.h, include/pa_string.h,
                   20424:          include/pa_stylesheet_connection.h,
                   20425:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20426:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20427:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20428:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   20429:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20430:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20431:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20432:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20433:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20434:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   20435:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20436:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   20437:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20438:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   20439:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20440:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20441:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20442:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   20443:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   20444:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20445:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20446:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20447:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20448:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   20449:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   20450:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   20451:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   20452:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   20453:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20454:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   20455:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   20456:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   20457:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   20458: 
                   20459:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20460:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20461:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20462:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20463:          classes/string.C, classes/table.C, classes/void.C,
                   20464:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20465:          include/pa_array.h, include/pa_cache_managers.h,
                   20466:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20467:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20468:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20469:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20470:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20471:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20472:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20473:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20474:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20475:          include/pa_stack.h, include/pa_string.h,
                   20476:          include/pa_stylesheet_connection.h,
                   20477:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20478:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20479:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20480:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   20481:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   20482:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20483:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20484:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20485:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20486:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20487:          main/pa_status_provider.C, main/pa_string.C,
                   20488:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20489:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20490:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20491:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20492:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20493:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20494:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20495:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20496:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20497:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20498:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20499:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20500:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20501:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20502:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   20503:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   20504:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20505:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   20506:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20507:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20508:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   20509:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   20510: 
                   20511: 2002-02-07  paf
                   20512: 
                   20513:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   20514: 
1.116     moko     20515:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20516:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   20517:          added yet another locking function: fcntl
1.95      moko     20518: 
                   20519:        * config.sub: on cygwin configure passes it with strange i1586
                   20520:          const, hacked it to mean i586
                   20521: 
                   20522:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   20523:          disabled $if reference due to conflicts with local variables
                   20524: 
                   20525:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   20526:          xdoc::set obsolete now, now xdoc::create, with both sences
                   20527: 
                   20528:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   20529:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   20530:          table::create now // 'set' name obsolete now table clone.
                   20531: 
                   20532:        * operators.txt, src/classes/string.C,
                   20533:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   20534:          ^int/double/string.format now can be called with normal []
                   20535:          brackets, not stupid {} as it were implemented for some strange
                   20536:          reason.  retaining backward compatibility due to some
                   20537:          already-implemented servers
                   20538: 
                   20539:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   20540:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   20541:          operators now detected by check at name_without_curly_rdive_read
                   20542:          rule whether diving code constists only of
                   20543:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   20544:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   20545:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   20546: 
                   20547: 2002-02-06  paf
                   20548: 
                   20549:        * configure, configure.in: prefix expanded, grr
                   20550: 
                   20551:        * operators.txt, src/classes/mail.C: mail:send config changed
                   20552: 
                   20553: 2002-02-05  paf
                   20554: 
                   20555:        * operators.txt: regex options commented
                   20556: 
                   20557:        * src/main/: pa_exec.C: argv0 now correct
                   20558: 
                   20559:        * src/types/pa_vstatus.C: status:rusage 3
                   20560: 
                   20561:        * src/types/pa_vstatus.C: status:rusage 2
                   20562: 
                   20563:        * operators.txt: status:rusage described int operators
                   20564: 
                   20565:        * src/types/pa_vstatus.C: status:rusage 1
                   20566: 
                   20567:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   20568:          src/types/types.dsp: status:rusage
                   20569: 
                   20570:        * configure.in, operators.txt, src/classes/file.C,
                   20571:          src/classes/op.C, src/include/pa_common.h,
                   20572:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   20573:          src/main/pa_common.C: rewritten ^cache to use
                   20574:          non-blocking-exclusive-caches
                   20575: 
                   20576:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   20577:          [speed impact. was off for debugging purpose, but forgotten
                   20578:          afterwards]
                   20579: 
                   20580: 2002-02-01  paf
                   20581: 
                   20582:        * src/classes/op.C: file_write does EX lock after create, while
                   20583:          file_read does SH after open, so there's a moment after create
                   20584:          but before EX lock when read can sneak into, and read
                   20585:          just-created-for-writing-and-not-yet-locked file, added a check
                   20586:          for that in ^cache...read
                   20587: 
                   20588: 2002-01-31  paf
                   20589: 
                   20590:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   20591:          ^xxx:
                   20592: 
                   20593:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   20594:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   20595: 
                   20596:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   20597:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   20598:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   20599:          operators check 6.1 rewritten. now check is done at compile time
                   20600: 
                   20601:        * src/main/execute.C: operators check 5 floated up old error of
                   20602:          staying in 'entered class/object' state after $a($a..) it
                   20603:          prevented operators from being called thereafter
                   20604: 
                   20605:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20606:          main/execute.C: operators check 4 floated up old error of staying
                   20607:          in 'entered object' state after ^a.a(a) it prevented operators
                   20608:          from being called thereafter
                   20609: 
                   20610:        * src/main/execute.C: operators check 3 floated up old error of
                   20611:          staying in 'entered class' state after $a:a(a) it prevented
                   20612:          operators from being called thereafter
                   20613: 
                   20614:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   20615:          floated up old error of staying in 'entered class' state after
                   20616:          $a:a[a] it prevented operators from being called thereafter
                   20617: 
                   20618:        * src/main/execute.C: operators check, thay mistakenly seen in
                   20619:          $class:operator   $object.operators contexts
                   20620: 
                   20621:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   20622:          win32
                   20623: 
1.116     moko     20624:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   20625:          src/classes/Makefile.am, src/main/Makefile.am,
                   20626:          src/targets/cgi/Makefile.am,
1.95      moko     20627:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     20628:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     20629: 
1.116     moko     20630:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   20631:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   20632:          configure, configure.in, form.txt, ident.awk, install-sh,
                   20633:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   20634:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     20635:          etc/parser3.charsets/Makefile.am,
                   20636:          etc/parser3.charsets/koi8-r.cfg,
                   20637:          etc/parser3.charsets/windows-1250.cfg,
                   20638:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     20639:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   20640:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   20641:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   20642:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     20643:          straightened installation scripts procedure made
                   20644:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   20645:          change
                   20646: 
                   20647: 2002-01-30  paf
                   20648: 
                   20649:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   20650:          removed] those comments were a mistake, and prevented libltdl
                   20651:          from function properly
                   20652: 
                   20653: 2002-01-29  paf
                   20654: 
1.116     moko     20655:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   20656:          creation [modified acinclude.m4 which were creating int into just
                   20657:          assignment LIBTOOL=../libtool] added default system
                   20658:          config&charsetts prepared 'make install', now it installs
                   20659:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   20660:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     20661:          $sysconfdir/parser3.charsets respectively
                   20662: 
                   20663:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   20664:          main/pa_globals.C: few forgotten ifdef XML added
                   20665: 
                   20666: 2002-01-28  paf
                   20667: 
1.116     moko     20668:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     20669:          removed
                   20670: 
                   20671:        * src/main/pa_exception.C: dom|generic error output fix
                   20672: 
                   20673:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   20674: 
                   20675:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   20676: 
                   20677:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   20678:          [fixed as_node helper func to accept docs]
                   20679: 
                   20680:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   20681:          xdoc.importNode 0
                   20682: 
                   20683:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   20684: 
                   20685: 2002-01-25  paf
                   20686: 
                   20687:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   20688:          @SPECIAL now works OK
                   20689: 
                   20690:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   20691: 
                   20692:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   20693:          violation that added
                   20694: 
                   20695:        * src/classes/hash.C: unified  hash::sql, now
                   20696:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   20697: 
                   20698:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20699:          ^file:lock[filename]{code}
                   20700: 
                   20701:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20702:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   20703:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   20704:          to some pa_common funcs
                   20705: 
                   20706:        * src/: include/pa_charset.h, main/pa_globals.C:
                   20707:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   20708: 
                   20709:        * src/: include/pa_charset.h, main/pa_charset.C,
                   20710:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   20711:          not stupid illegal define
                   20712: 
                   20713: 2002-01-24  paf
                   20714: 
                   20715:        * src/include/pa_version.h: changed version number
                   20716: 
                   20717:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20718:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20719:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20720:          main/pa_db_connection.C, main/pa_db_table.C,
                   20721:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   20722:          hashfile without logfiles
                   20723: 
                   20724:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20725:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   20726:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   20727:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   20728:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   20729:          cluttered disk without huge need]
                   20730: 
                   20731:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   20732:          handy macro, which is strangly abscent in dome lib
                   20733: 
                   20734:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   20735: 
                   20736:        * src/classes/xdoc.C: checked empty response
                   20737: 
                   20738:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   20739:          /, not self node]
                   20740: 
                   20741:        * src/classes/xnode.C: xnode.select returns array always now, in
                   20742:          case 'nothing found' returns empty array
                   20743: 
                   20744:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   20745:          be more tender with ctrl/c/v
                   20746: 
                   20747: 2002-01-23  paf
                   20748: 
                   20749:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   20750:          substituted.         // 2. when dom tree with entites goes under
                   20751:          transform text nodes        // got [erroreosly] cut on first
                   20752:          entity occurance
                   20753: 
                   20754:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   20755:          twice-converting
                   20756: 
                   20757:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   20758:          'e' in output this is for regretful twice-converting here:
                   20759:          $a(double value) when they write double falue  they convert it to
                   20760:          string first, thus %g were losing precesion.
                   20761: 
                   20762:          todo: think up some way to remove double->string string->double
                   20763:          twice-converting
                   20764: 
                   20765:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   20766:          %.20E now default float format this is for regretful
                   20767:          twice-converting here: $a(double value) when they write double
                   20768:          falue  they convert it to string first, thus %g were losing
                   20769:          precesion.
                   20770: 
                   20771:          todo: think up some way to remove double->string string->double
                   20772:          twice-converting
                   20773: 
                   20774:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20775:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   20776:          reasons in comment inside
                   20777: 
                   20778:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   20779:          statically linked]
                   20780: 
                   20781:        * src/: include/pa_exception.h, main/compile.tab.C,
                   20782:          main/pa_exception.C: removed exception va_list constructor.  1.
                   20783:          not needed anymore 2. there were a conflict[causing errors]
                   20784:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   20785:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   20786:          ctor(, va_list) which, of course, caused gpf
                   20787: 
                   20788:        * src/main/pa_globals.C: removed debug xslt messages
                   20789: 
                   20790: 2002-01-22  paf
                   20791: 
                   20792:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20793:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   20794:          helps compiling stylesheet properly.  example: this refused to
                   20795:          work,             <b>&laquo;<xsl:value-of select="@title"
                   20796:          />&raquo;</b> stranly worked only this way:
                   20797:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   20798: 
                   20799:          docs says "set it to 1", never going into details, so I decided
                   20800:          to try NOT to do that
                   20801: 
                   20802:        * src/classes/table.C: join behaived badly in case named tables
                   20803:          structure mismatched: 0 strings sneaked into dest failing
                   20804:          afterwards.  replaced them with empty strings
                   20805: 
                   20806: 2002-01-21  paf
                   20807: 
                   20808:        * src/main/pa_charset.C: checked empty transcoders in
                   20809:          transcode_cstr|buf
                   20810: 
                   20811:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   20812: 
                   20813:        * src/classes/xdoc.C: transform error source now
                   20814:          stylesheet_filespec
                   20815: 
1.116     moko     20816:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     20817:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   20818:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     20819:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   20820:          gnome
1.95      moko     20821: 
                   20822:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20823:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   20824:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   20825:          xslt generic error 1
                   20826: 
                   20827:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   20828:          xml generic message 1
                   20829: 
                   20830:        * src/classes/table.C: ^table::load empty lines or #comments before
                   20831:          headline
                   20832: 
                   20833:        * src/: include/pa_array.h, include/pa_globals.h,
                   20834:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   20835:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   20836:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   20837:          errors 0
                   20838: 
                   20839: 2002-01-16  paf
                   20840: 
                   20841:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   20842:          classes/table.C, classes/void.C, classes/xdoc.C,
                   20843:          include/pa_db_connection.h, include/pa_request.h,
                   20844:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20845:          include/pa_stylesheet_connection.h,
                   20846:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   20847:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20848:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   20849:          stylesheet_connection auto destroyers to remaining gnome objects
                   20850: 
                   20851:        * src/classes/xdoc.C: few comments
                   20852: 
                   20853: 2002-01-15  paf
                   20854: 
                   20855:        * src/classes/xdoc.C: xdoc   file   save   string
                   20856: 
                   20857:          ready.  todo: error handling
                   20858: 
                   20859:        * src/classes/xdoc.C: xdoc save rewritten using
                   20860:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   20861:          result
                   20862: 
                   20863:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   20864:          started output options parsing
                   20865: 
                   20866: 2002-01-14  paf
                   20867: 
                   20868:        * src/classes/xdoc.C: method
                   20869: 
                   20870:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20871:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20872:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   20873:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   20874:          xslt transform0.  TODO:   use output options   handle errors
                   20875: 
                   20876:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   20877: 
                   20878: 2002-01-11  paf
                   20879: 
                   20880:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20881:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20882:          partial logical && || evaluation
                   20883: 
                   20884:        * src/classes/xnode.C: xpath selectNodes
                   20885: 
                   20886:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   20887:          string/number/bool
                   20888: 
                   20889:        * src/classes/xnode.C: xpath selectNode 2
                   20890: 
                   20891:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   20892:          xpath selectNode 1
                   20893: 
                   20894: 2002-01-10  paf
                   20895: 
                   20896:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   20897: 
                   20898:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20899:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   20900:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   20901:          refcounter]
                   20902: 
                   20903: 2001-12-29  paf
                   20904: 
                   20905:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   20906:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   20907:          glib works 0
                   20908: 
                   20909: 2001-12-28  paf
                   20910: 
                   20911:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   20912:          main/pa_exception.C: started glib transcoders
                   20913: 
                   20914:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   20915: 
                   20916:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   20917:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   20918:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   20919:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   20920:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   20921:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   20922:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   20923:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   20924: 
                   20925: 2001-12-27  paf
                   20926: 
                   20927:        * src/: include/pa_charset.h, include/pa_common.h,
                   20928:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   20929:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   20930:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20931:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20932:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   20933:          from xalan&xerces, started the process.  globals [initialization
                   20934:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   20935:          calls
                   20936: 
                   20937:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   20938:          anymore
                   20939: 
                   20940: 2001-12-26  paf
                   20941: 
                   20942:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   20943:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   20944:          key globalized [bug]
                   20945: 
                   20946: 2001-12-25  paf
                   20947: 
                   20948:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   20949:          main/pa_string.C: table set & append changed splitting languages,
                   20950:          separators now can be clean AND as-is same to mail command line
                   20951:          $MAIN:MAIL.progX arguments
                   20952: 
                   20953: 2001-12-24  paf
                   20954: 
                   20955:        * src/classes/mail.C: one parted text messages - no multipart
                   20956:          mime-type anymore.  for convinient if $.attach-ments
                   20957: 
                   20958:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   20959:          main/pa_string.C: read from cache size check updated
                   20960: 
                   20961:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   20962: 
                   20963: 2001-12-21  paf
                   20964: 
                   20965:        * src/classes/date.C: date:sql-string now returns localtime
                   20966: 
                   20967:        * src/main/pa_request.C: $result in @main actually not working, to
                   20968:          hell with it for now
                   20969: 
                   20970:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   20971:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   20972:          @postprocess @exception
                   20973: 
                   20974:        * src/main/execute.C: junction evaluation canceled - endless
                   20975:          recursion detected
                   20976: 
                   20977: 2001-12-19  paf
                   20978: 
                   20979:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   20980:          intermediate
                   20981: 
                   20982:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   20983: 
                   20984:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   20985: 
                   20986:        * src/classes/op.C: ^cache keypath now relative
                   20987: 
                   20988:        * src/classes/mail.C: changed weighting prior to sort
                   20989: 
                   20990:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   20991:          were missing
                   20992: 
                   20993: 2001-12-17  paf
                   20994: 
                   20995:        * src/main/pa_charset.C: ifndef XML were bad type
                   20996: 
                   20997:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   20998:          outdated unset services_pool
                   20999: 
                   21000:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   21001:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   21002:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   21003: 
                   21004:        * src/main/untaint.C: allowed space in filespec
                   21005: 
                   21006:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   21007: 
                   21008:        * src/classes/image.C: no govno
                   21009: 
                   21010:        * src/classes/image.C: govno
                   21011: 
                   21012: 2001-12-16  paf
                   21013: 
                   21014:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   21015: 
                   21016:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   21017:          charset_connection&manager replaced by charset&charsets
                   21018: 
                   21019:        * src/main/pa_charset.C: name_cstr 0
                   21020: 
                   21021:        * src/main/untaint.C: uri lang now knows about client/source
                   21022:          charsets
                   21023: 
                   21024:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   21025:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21026:          include/pa_array.h, include/pa_cache_managers.h,
                   21027:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   21028:          include/pa_common.h, include/pa_db_connection.h,
                   21029:          include/pa_db_manager.h, include/pa_db_table.h,
                   21030:          include/pa_dictionary.h, include/pa_exception.h,
                   21031:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   21032:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   21033:          include/pa_sapi.h, include/pa_socks.h,
                   21034:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21035:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21036:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21037:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   21038:          main/pa_charset.C, main/pa_charset_connection.C,
                   21039:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   21040:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21041:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   21042:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   21043:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   21044:          types/types.dsp: introducing Charset
                   21045: 
                   21046: 2001-12-14  paf
                   21047: 
                   21048:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   21049:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   21050:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   21051:          uri lang
                   21052: 
                   21053:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   21054: 
                   21055:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   21056: 
                   21057:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   21058:          defalts_name global
                   21059: 
                   21060:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   21061:          include/pa_request.h, main/main.dsp,
                   21062:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21063:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   21064:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   21065:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   21066:          changed charset model.  now important: $request:charset
                   21067:          $response:charset while $response:content-type.charset become
                   21068:          unimportant [informational]
                   21069: 
                   21070: 2001-12-13  paf
                   21071: 
                   21072:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   21073: 
                   21074:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   21075:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   21076:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   21077:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   21078:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   21079:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21080: 
                   21081:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   21082:          auto_ptr part other way, because of stupid gcc 2.96
                   21083:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   21084:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   21085:          FormatterListener] /usr/include/g++-3/memory:48:
                   21086:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   21087:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21088: 
                   21089:        * src/classes/xdoc.C: removed extra inc
                   21090: 
                   21091:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   21092: 
                   21093:        * src/include/pa_types.h: msvc head debugging flag
                   21094: 
                   21095:        * src/classes/xdoc.C: freed up listener
                   21096: 
                   21097:        * src/classes/string.C: change msg '... code is not code'
                   21098: 
                   21099:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   21100:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21101:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   21102:          [past/future prob]
                   21103: 
                   21104:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21105:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   21106:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21107:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   21108: 
                   21109:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   21110:          main/pa_string.C: removed signed mismatch warnings
                   21111: 
                   21112:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   21113:          'expires' from header outputs
                   21114: 
                   21115:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   21116:          row ptr
                   21117: 
                   21118:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   21119:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   21120: 
                   21121:        * src/classes/xdoc.C: lang list updated
                   21122: 
                   21123: 2001-12-10  paf
                   21124: 
                   21125:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   21126: 
                   21127:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   21128:          erase files like that, knowing their full name introducing   //
                   21129:          theoretical problem with, for instance, "_2B" and "." fragments,
                   21130:          // they would yield the same    // because
                   21131:          need_file_encode('_')=false  // but we need to delete such files
                   21132:          somehow, getting names from ^index
                   21133: 
                   21134:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   21135:          string::join_chank break]
                   21136: 
                   21137: 2001-12-07  paf
                   21138: 
                   21139:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   21140:          include/pa_common.h, include/pa_config_auto.h.in,
                   21141:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21142:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   21143:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   21144:          types/pa_vhashfile.C: merged from r14_simple_cache
                   21145: 
                   21146:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   21147:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   21148:             lduh  [ %i2 + 1 ], %l0
                   21149: 
                   21150:          bus error, fixed that
                   21151: 
                   21152:        * src/main/pa_string.C: strange string deserialize bug on
                   21153:          client[pmts], a bit shortened,
                   21154: 
                   21155:        * src/include/pa_config_auto.h.in: makes
                   21156: 
                   21157:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   21158:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   21159:          file write shared lock file read
                   21160: 
                   21161:        * src/: classes/op.C, include/pa_common.h,
                   21162:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   21163: 
                   21164: 2001-12-06  paf
                   21165: 
                   21166:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21167:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   21168: 
                   21169:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   21170:          info
                   21171: 
                   21172:        * src/classes/hashfile.C: removed transaction from ^cache
                   21173: 
                   21174: 2001-12-05  paf
                   21175: 
                   21176:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   21177:          IIS5 there were a prob with illegal call check
                   21178: 
                   21179: 2001-12-04  paf
                   21180: 
                   21181:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21182:          main/pa_request.C: measures to log
                   21183: 
                   21184: 2001-11-23  paf
                   21185: 
                   21186:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21187:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   21188:          types/pa_vhashfile.C: merged from _0014, 1
                   21189: 
                   21190:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21191:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   21192:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   21193:          ^cache(33) would change
                   21194: 
                   21195:          0660 bits in file_write & hashfile create
                   21196: 
                   21197:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   21198:          after pa_string optimization]
                   21199: 
                   21200: 2001-11-22  paf
                   21201: 
                   21202:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21203:          table.offset[whence]
                   21204: 
                   21205:        * src/classes/op.C: process cstr(,connection)
                   21206: 
                   21207:        * src/classes/op.C: process now gets its body on current language,
                   21208:          not as-is
                   21209: 
                   21210:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   21211: 
                   21212:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   21213:          bit
                   21214: 
1.116     moko     21215:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     21216: 
                   21217: 2001-11-21  paf
                   21218: 
                   21219:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   21220:          <xsl:output output options made identical to xsl:output
                   21221:          attributes exclusion:    cdata-section-elements what xalan can do
                   21222:          but that not used now:    it can escape and remove CDATA sections
                   21223: 
                   21224:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   21225:          produced by xslt
                   21226: 
                   21227:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   21228: 
                   21229:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   21230: 
                   21231:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   21232:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   21233:          default language for {code}, it happen to change it's language
                   21234:          from CLEAN, so later refused to split by CLEAN \t
                   21235: 
                   21236: 2001-11-20  paf
                   21237: 
1.116     moko     21238:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   21239:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     21240:          bottom of dependeces, so that errors would popup quicklier, fixed
                   21241:          line numbering in table::sql
                   21242: 
                   21243: 2001-11-19  paf
                   21244: 
                   21245:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   21246:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   21247:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   21248:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   21249:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   21250:          at wcontext.write
                   21251: 
1.116     moko     21252:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     21253:          _set_new_handler
                   21254: 
1.116     moko     21255:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   21256:          set_new_handler in apache&isapi
1.95      moko     21257: 
                   21258: 2001-11-16  paf
                   21259: 
                   21260:        * src/targets/cgi/parser3.C: pool debug @ die
                   21261: 
                   21262:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21263:          removed 8 bytes from String, 2 bytes from
                   21264:          string::chunk::row::item
                   21265: 
                   21266:        * src/main/pa_string.C: removed 1+4 bytes from String
                   21267: 
                   21268:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21269:          types/pa_vstring.C: removed 1+4 bytes from String
                   21270: 
                   21271:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   21272:          0
                   21273: 
                   21274:        * src/: include/pa_globals.h, include/pa_string.h,
                   21275:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   21276:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   21277:          targets/cgi/parser3.C: introducing estimating
                   21278:          String::cstr_bufsize, 0
                   21279: 
                   21280:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   21281: 
                   21282:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   21283: 
                   21284:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21285:          include/pa_pool.h: die in pool::fail
                   21286: 
                   21287: 2001-11-15  paf
                   21288: 
                   21289:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   21290:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   21291:          dynamic buffer re-back now with counter
                   21292: 
                   21293:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   21294:          static buffer back
                   21295: 
                   21296:        * src/targets/cgi/parser3.C: std::
                   21297: 
                   21298:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   21299:          include/pa_config_includes.h: setnewhandler check
                   21300: 
1.116     moko     21301:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21302: 
                   21303:        * src/targets/cgi/parser3.C: set_new_handler started
                   21304: 
                   21305: 2001-11-14  paf
                   21306: 
                   21307:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21308:          was wrong
                   21309: 
                   21310:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21311:          was wrong
                   21312: 
                   21313:        * src/main/pa_request.C: z
                   21314: 
                   21315:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   21316:          full returns win32 -1 solaris >buffer_size
                   21317: 
                   21318:          checked all that
                   21319: 
                   21320:        * src/classes/op.C: ^untaint{body} as-is default now
                   21321: 
                   21322:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21323:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   21324:          with no_bad_constructors_try
                   21325: 
                   21326:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21327:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   21328:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   21329:          $bred[^int::int[]]
                   21330: 
                   21331:          now VObject creation moved into overriden
                   21332:          VClass::create_new_value, thus 0 from create_new_value means that
                   21333:          class has no ctors
                   21334: 
                   21335: 2001-11-13  paf
                   21336: 
                   21337:        * src/classes/classes.C: returned accedently removed if in foreach
                   21338:          callbacks [when hash no-0-restructure]
                   21339: 
                   21340: 2001-11-12  paf
                   21341: 
                   21342:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   21343:          passed as-is to method, xalan makes & into &amp; itself
                   21344: 
                   21345:        * src/classes/date.C: date.roll parser2 alg used
                   21346: 
                   21347:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   21348:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21349:          main/pa_dictionary.C, main/pa_hash.C,
                   21350:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   21351:          now does not containt 0 values. put 0 actullay removes.  no check
                   21352:          on 0 value in foreach now required
                   21353: 
                   21354: 2001-11-11  paf
                   21355: 
                   21356:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   21357: 
                   21358:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   21359: 
                   21360:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   21361:          driver initialize not const
                   21362: 
                   21363: 2001-11-10  paf
                   21364: 
                   21365:        * src/main/pa_exec.C: doc
                   21366: 
                   21367: 2001-11-09  paf
                   21368: 
                   21369:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   21370:          param properly
                   21371: 
                   21372:        * src/classes/string.C: string.save now does untainting before
                   21373:          saving
                   21374: 
                   21375:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   21376:          still cstr oriented]
                   21377: 
                   21378:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21379:          line endings fixing got rid of cstr, now must work ok with post
                   21380:          multipart
                   21381: 
                   21382:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   21383:          not file  also now
                   21384: 
                   21385: 2001-11-08  paf
                   21386: 
                   21387:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21388:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21389:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   21390:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   21391:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   21392:          simple parent, not second parent [gcc 2.96 strangly refused to
                   21393:          call virtual from second parent]
                   21394: 
1.116     moko     21395:        * src/: include/pa_common.h, main/Makefile.am,
                   21396:          targets/cgi/pa_pool.C: makes
1.95      moko     21397: 
                   21398:        * src/: include/pa_request.h, main/pa_request.C,
                   21399:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   21400:          'status' class enabler
                   21401: 
                   21402:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   21403: 
                   21404:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21405:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21406:          include/pa_stylesheet_manager.h, main/main.dsp,
                   21407:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   21408:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21409:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21410:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   21411:          todo: apache 'status' class enabler
                   21412: 
                   21413: 2001-11-05  paf
                   21414: 
                   21415:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   21416:          debug to normal
                   21417: 
                   21418:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   21419:          hence i removed skipping 0 values in hash::for_each-es we need to
                   21420:          check cleaned cache items manually. few more checks.
                   21421: 
                   21422:          expiring to 0 time was wrong, changed to 'now' time
                   21423: 
                   21424:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   21425:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   21426:          on apache already done :)
                   21427: 
                   21428:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   21429:          skipping 0 values in hash::for_each-es we need to check cleaned
                   21430:          cache items manually
                   21431: 
                   21432:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   21433:          parser_multithreaded check was wrong
                   21434: 
                   21435:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21436:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21437:          classes/hashfile.C, classes/image.C, classes/int.C,
                   21438:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   21439:          classes/string.C, classes/table.C, classes/void.C,
                   21440:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21441:          include/pa_array.h, include/pa_charset_connection.h,
                   21442:          include/pa_charset_manager.h, include/pa_common.h,
                   21443:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21444:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21445:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21446:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21447:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21448:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21449:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21450:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21451:          include/pa_stack.h, include/pa_string.h,
                   21452:          include/pa_stylesheet_connection.h,
                   21453:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21454:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21455:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   21456:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   21457:          main/pa_charset_manager.C, main/pa_common.C,
                   21458:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21459:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21460:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21461:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21462:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21463:          main/pa_status_provider.C, main/pa_string.C,
                   21464:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   21465:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21466:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21467:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   21468:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21469:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   21470:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21471:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   21472:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21473:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   21474:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   21475:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   21476:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21477:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21478:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21479:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21480:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   21481:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   21482:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   21483:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21484:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   21485:          $status:db fixed used not initialized in db_connection & db_table
                   21486: 
                   21487:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   21488:          $status:charset
                   21489: 
                   21490:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   21491:          include/pa_stylesheet_connection.h,
                   21492:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   21493:          types/pa_vstatus.h: $status:stylesheet
                   21494: 
                   21495:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   21496:          include/pa_request.h, include/pa_sql_connection.h,
                   21497:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21498:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   21499:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21500:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   21501:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   21502:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   21503: 
                   21504: 2001-11-01  paf
                   21505: 
                   21506:        * src/include/pa_config_auto.h.in: makes
                   21507: 
                   21508:        * src/main/pa_hash.C: removed old extra include
                   21509: 
                   21510:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   21511:          checks [for hp, there are such in math.h]
                   21512: 
                   21513:        * src/classes/op.C: ^for endless loop check strightened
                   21514: 
                   21515:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   21516:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   21517:          co can use r.root to write their i & key,value there
                   21518: 
                   21519:        * src/classes/op.C: detected for var storage bug, fixed.
                   21520:          todo:foreach
                   21521: 
                   21522:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   21523:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   21524:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   21525:          changing of hash inside of foreach
                   21526: 
                   21527:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   21528:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   21529:          were hash.foreach
                   21530: 
                   21531:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   21532:          types/pa_vstring.C, types/pa_vstring.h:
                   21533:          ^foreach[key|value]{body}[[separator]|{separator}]
                   21534: 
                   21535:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   21536:          types/pa_vcookie.C: ^hash.delete[key]
                   21537: 
                   21538: 2001-10-31  paf
                   21539: 
                   21540:        * src/main/: compile.C, pa_common.C: completely empty file now
                   21541:          considered "read", not ignored [not perfect trick used]
                   21542: 
                   21543:        * src/main/pa_common.C: simplier common ifdefs
                   21544: 
                   21545:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   21546: 
                   21547:        * src/main/pa_db_connection.C: z
                   21548: 
                   21549:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   21550:          lockdetector flags
                   21551:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   21552: 
                   21553:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   21554:          from accidental show [imagine user forgot @exception]
                   21555: 
                   21556:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   21557: 
                   21558:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   21559:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   21560:          main/pa_common.C: ^string.save[[append;]path]
                   21561: 
                   21562:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21563:          main/execute.C: \ in expression: int divide 10/3=3
                   21564: 
                   21565:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   21566:          inside of ^cache
                   21567: 
                   21568:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   21569:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   21570:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   21571:          needed
                   21572: 
                   21573: 2001-10-30  paf
                   21574: 
                   21575:        * src/: classes/classes.dsp, main/main.dsp,
                   21576:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21577:          types/types.dsp: enabled debug incremental compile
                   21578: 
                   21579:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21580:          form post data line endings not reformatted now.
                   21581: 
                   21582:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   21583:          now required [had bug when file= has no value]
                   21584: 
                   21585:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   21586:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   21587:          cstr(asis) default param removed
                   21588: 
                   21589:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   21590: 
                   21591:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   21592: 
                   21593:        * src/include/pa_dir.h: LOAD_DIR fixed
                   21594: 
                   21595:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   21596:          was broken} fix_line_breaks
                   21597: 
                   21598:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   21599:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   21600:          packed with #pragma pack
                   21601: 
1.116     moko     21602:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     21603: 
                   21604: 2001-10-29  paf
                   21605: 
                   21606:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   21607: 
                   21608:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   21609:          string hash.puts
                   21610: 
                   21611:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   21612: 
                   21613:        * src/include/pa_sql_connection.h: there were one wrong
                   21614:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   21615: 
                   21616:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   21617:          param.someday either ifdef or remove it
                   21618: 
                   21619:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   21620: 
                   21621:        * src/main/untaint.C: optimizing returned after debugging
                   21622: 
                   21623:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   21624:          main/untaint.C: memory hunging #pragma pack(1)
                   21625: 
                   21626:          16 419 844 13 169 394
                   21627: 
                   21628:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21629:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   21630:          places [todo:Array]
                   21631: 
                   21632:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   21633:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   21634:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   21635: 
                   21636:          total 5 652 652/158731 total 5 469 332/158731
                   21637: 
                   21638:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   21639:          Array:: without cache in get/put now
                   21640: 
                   21641:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   21642:          18:25:27 2001] total 5 652 652/158731
                   21643: 
                   21644:        * src/: include/pa_string.h, main/pa_string.C,
                   21645:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   21646:          now
                   21647: 
                   21648:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   21649:          18:11:53 2001] total 5796092/158731
                   21650: 
                   21651:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   21652:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   21653:          key ref now
                   21654: 
                   21655:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   21656:          17:11:17 2001] total 16867948/202658
                   21657: 
                   21658:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   21659:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   21660:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   21661:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21662:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   21663:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   21664:          string::as_int/double now usually uses stack, not heap [200K out
                   21665:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   21666: 
                   21667:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   21668:          hiding bug]
                   21669: 
                   21670:        * src/Makefile.am: .am order
                   21671: 
                   21672:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   21673:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21674:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   21675:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21676:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   21677:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   21678:          required "friend class"
                   21679: 
                   21680:          ../include/pa_request.h:51: friend declaration requires
                   21681:          class-key, i.e. `friend    class Temp_lang'
                   21682: 
                   21683:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   21684:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   21685:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   21686: 
                   21687:          the idea is to #1 jump to C++ some function to main body, where
                   21688:          every function stack frame has exception unwind information and
                   21689:          from there... #2 propagate_exception()
                   21690: 
                   21691: 2001-10-28  paf
                   21692: 
                   21693:        * src/main/pa_db_connection.C: removed old consts
                   21694: 
                   21695:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   21696:          with wrong type/cast]
                   21697: 
                   21698:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   21699:          translation
                   21700: 
1.116     moko     21701:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     21702:          remember to build DB2 with -fexceptions!!!
                   21703: 
                   21704:        * src/main/pa_db_table.C: DB_RMW defed
                   21705: 
                   21706:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   21707:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21708:          include/pa_db_table.h, main/pa_db_connection.C,
                   21709:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   21710: 
                   21711: 2001-10-27  paf
                   21712: 
                   21713:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21714:          include/pa_db_table.h, main/pa_db_connection.C,
                   21715:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   21716:          types/pa_vhashfile.C: DB2 ifdefs
                   21717: 
1.116     moko     21718:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   21719:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     21720:          makes with DB2
                   21721: 
1.116     moko     21722:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   21723:          types/Makefile.am: makes db
1.95      moko     21724: 
                   21725:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   21726:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   21727:          globals.C
                   21728: 
                   21729:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21730:          include/pa_db_table.h, main/pa_db_connection.C,
                   21731:          main/pa_db_table.C: ^hashfile.clear[]
                   21732: 
                   21733:        * src/classes/classes.awk: no $ in var names
                   21734: 
                   21735:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   21736:          connection&table [forgotten calls]
                   21737: 
                   21738: 2001-10-26  paf
                   21739: 
                   21740:        * src/main/pa_db_connection.C: db checkpoints
                   21741: 
                   21742:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   21743:          checkpoints
                   21744: 
                   21745:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   21746:          default. but entities still reparsed. todo: tothink
                   21747: 
                   21748:        * src/main/pa_db_connection.C: db recover mech 2
                   21749: 
                   21750:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21751:          include/pa_db_manager.h, include/pa_db_table.h,
                   21752:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21753:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   21754:          types/pa_vhashfile.h: db connections & tables now cached at
                   21755:          create time & multithreaded
                   21756: 
                   21757:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   21758:          parsed_source
                   21759: 
                   21760:        * src/main/pa_db_connection.C: about to remove connection from
                   21761:          vhashfile
                   21762: 
                   21763:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   21764:          transaction commit/rollback responsibility left to parent [as it
                   21765:          sould - else there were a bug with double free]
                   21766: 
                   21767:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   21768:          responsibility left to parent [as it sould - else there were a
                   21769:          bug with double free]
                   21770: 
                   21771: 2001-10-25  paf
                   21772: 
                   21773:        * src/: classes/hashfile.C, include/pa_common.h,
                   21774:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21775:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   21776:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   21777:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   21778:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   21779:          yet]
                   21780: 
                   21781:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   21782: 
                   21783:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   21784:          transaction parent passed
                   21785: 
                   21786: 2001-10-24  parser
                   21787: 
1.116     moko     21788:        * src/classes/Makefile.am: makes
1.95      moko     21789: 
                   21790:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   21791:          isapi/pool_storage.h: pool_storage fixed
                   21792: 
                   21793:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   21794:          types/pa_vform.h: form fix_line_breaks
                   21795: 
1.116     moko     21796:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     21797: 
                   21798:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   21799:          targets/cgi/pool_storage.h: makes
                   21800: 
                   21801:        * src/sql/pa_sql_driver.h: version
                   21802: 
                   21803:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   21804:          types/pa_vform.C, types/pa_vform.h: .am
                   21805: 
                   21806:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   21807:          this: DB_RMW Acquire write locks instead of read locks when doing
                   21808:          the retrieval. Setting this flag may decrease the likelihood of
                   21809:          deadlock during a read-modify-write cycle by immediately
                   21810:          acquiring the write lock during the read part of the cycle so
                   21811:          that another thread of control acquiring a read lock for the same
                   21812:          item, in its own read-modify-write cycle, will not result in
                   21813:          deadlock
                   21814: 
                   21815:        * src/targets/isapi/parser3isapi.dsp: doc
                   21816: 
                   21817:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   21818: 
                   21819:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   21820: 
                   21821:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21822:          main/pa_db_connection.C: hashfile expired deleted from db when
                   21823:          get & iterate
                   21824: 
                   21825:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   21826:          expiring 1
                   21827: 
                   21828:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   21829: 
                   21830:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   21831:          db_connection not bothers with key when not returning expired
                   21832:          data
                   21833: 
                   21834:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21835:          types/pa_vhashfile.C: db_cursor constructor public now
                   21836: 
                   21837:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21838:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   21839:          stamped, todo: put_element analize
                   21840: 
                   21841:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   21842:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   21843:          serialize. todo stamp
                   21844: 
                   21845: 2001-10-23  parser
                   21846: 
                   21847:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   21848:          classes/image.C, classes/mail.C, classes/response.C,
                   21849:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21850:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   21851:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   21852:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   21853:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   21854:          types/pa_vtable.C: ^hashfile.hash[]
                   21855: 
                   21856:        * src/: classes/hashfile.C, classes/xdoc.C,
                   21857:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   21858:          main/pa_globals.C: ifdefs so it compiled without db
                   21859: 
                   21860:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21861:          include/pa_db_manager.h, main/pa_db_connection.C,
                   21862:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   21863:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   21864:          ^hashfile.delete[key]
                   21865: 
                   21866: 2001-10-22  parser
                   21867: 
                   21868:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   21869:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   21870: 
                   21871:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   21872:          classes/xnode.C, include/pa_charset_connection.h,
                   21873:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21874:          include/pa_exception.h, include/pa_sapi.h,
                   21875:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21876:          include/pa_stylesheet_connection.h,
                   21877:          include/pa_stylesheet_manager.h,
                   21878:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21879:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21880:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   21881:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21882:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   21883:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   21884:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   21885:          types/types.dsp: hashfile 0
                   21886: 
                   21887:        * src/types/pa_vhashfile.C: z
                   21888: 
                   21889:        * src/: classes/classes.dsp, classes/hashfile.C,
                   21890:          include/pa_config_fixed.h, main/execute.C,
                   21891:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   21892:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   21893: 
                   21894:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   21895: 
                   21896:        * src/: include/pa_exception.h, include/pa_request.h,
                   21897:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   21898:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21899:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   21900: 
                   21901: 2001-10-19  parser
                   21902: 
                   21903:        * src/include/pa_pool.h: header
                   21904: 
                   21905:        * src/main/pa_pool.C: auto compiled on gcc
                   21906: 
                   21907:        * src/classes/image.C: comment
                   21908: 
1.116     moko     21909:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     21910: 
                   21911:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21912:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   21913:          types/pa_vxnode.h: xnode clone got freed
                   21914: 
                   21915:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21916:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   21917:          can free up xalandomstring resulting from pool::transcode
                   21918: 
                   21919:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   21920:          include/pa_config_fixed.h, include/pa_exception.h,
                   21921:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   21922:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   21923:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   21924:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   21925:          from non-xml compile
                   21926: 
                   21927:        * src/main/pa_request.C: pool:: context - get_context
                   21928: 
                   21929:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   21930:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   21931:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   21932:          classes/string.C, classes/table.C, classes/void.C,
                   21933:          include/pa_config_fixed.h, include/pa_exception.h,
                   21934:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   21935:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21936:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   21937:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   21938:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21939:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21940:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21941:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   21942:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   21943:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21944:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   21945:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   21946:          exceptions 0
                   21947: 
                   21948:        * src/classes/classes.awk: $ removed
                   21949: 
                   21950: 2001-10-18  parser
                   21951: 
                   21952:        * src/types/pa_vcookie.C: cookie:CLASS
                   21953: 
                   21954:        * src/main/main.dsp: project
                   21955: 
                   21956:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   21957:          set_document & ctor question "who owns document" solved
                   21958: 
                   21959:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   21960: 
                   21961:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21962:          main/pa_pool.C: encoding in dom creating funcs
                   21963: 
                   21964:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   21965:          be transformed now
                   21966: 
                   21967:        * src/classes/xdoc.C: dom created by create can be transformed now
                   21968: 
                   21969:        * src/classes/xdoc.C: z
                   21970: 
                   21971:        * src/classes/xdoc.C: comment
                   21972: 
                   21973:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   21974:          create now uses XercesDocumentBridge, appendChild&co now works
                   21975: 
                   21976:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   21977:          @ recompile
                   21978: 
                   21979:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   21980:          $origin @exception[
                   21981: 
                   21982:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   21983:          tag names forced to XML lang
                   21984: 
                   21985:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   21986:          leechy-found bugs in code&doc fixed
                   21987: 
                   21988: 2001-10-17  parser
                   21989: 
                   21990:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   21991:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   21992:          n functionality preserved
                   21993: 
                   21994:        * src/types/pa_vimage.h: removed unused vimage::save
                   21995: 
                   21996: 2001-10-16  parser
                   21997: 
                   21998:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   21999: 
                   22000:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   22001: 
                   22002:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   22003: 
                   22004:        * src/classes/image.C: image.copy tolerance
                   22005: 
                   22006:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   22007:          ineffective, but works for small paleted image
                   22008: 
                   22009:        * src/types/pa_vimage.C: comment
                   22010: 
                   22011:        * src/classes/image.C: gd size/resize bugfix
                   22012: 
                   22013:        * src/: classes/classes.dsp, main/main.dsp,
                   22014:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22015:          types/types.dsp: ident >nul 2>&1
                   22016: 
                   22017:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   22018:          systems
                   22019: 
                   22020:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   22021:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   22022: 
                   22023: 2001-10-15  parser
                   22024: 
                   22025:        * src/main/execute.C: z
                   22026: 
                   22027:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   22028: 
                   22029:        * src/types/pa_vxnode.C:     document_type_node.
                   22030:                  !readonly attribute DOMString name
                   22031:              !notation_node.
                   22032:                  !readonly attribute DOMString publicId
                   22033:                  !readonly attribute DOMString systemId
                   22034: 
1.116     moko     22035:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   22036:          ::write badly passed string too transparently [failed to
                   22037:          intercept it]
1.95      moko     22038: 
                   22039:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   22040:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   22041:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22042:          types/pa_vxnode.h: DOM1 major addtion, only few
                   22043:          attributes/methods left
                   22044: 
                   22045: 2001-10-13  parser
                   22046: 
                   22047:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22048:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   22049:          in main handler
                   22050: 
                   22051:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   22052:          cleanups & frees order
                   22053: 
                   22054:        * src/types/pa_vcode_frame.h: couple comments
                   22055: 
                   22056:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   22057:          transparent enough to handle hash if creation&passing
                   22058: 
                   22059:        * src/: include/pa_config_fixed.h, main/execute.C,
                   22060:          main/pa_exception.C: noticed that vcodeframe not transparent
                   22061:          enough, would change now
                   22062: 
                   22063: 2001-10-12  parser
                   22064: 
                   22065:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   22066:          fixed. initialization&free on each thread!
                   22067: 
                   22068:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   22069:          handling changed: now type of default param analized always, not
                   22070:          only at problem time, thus helping early problem spotting
                   22071: 
                   22072:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   22073:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   22074:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22075:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   22076:          multithread bug fixed. initialization&free on each thread!
                   22077: 
                   22078: 2001-10-11  parser
                   22079: 
                   22080:        * src/classes/xnode.C: xnode.selectSingle now
                   22081: 
                   22082:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   22083:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   22084:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   22085:          convertors out of Pool into Exception
                   22086: 
                   22087:        * src/main/pa_string.C: const
                   22088: 
                   22089:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   22090:          linked pieces of same language together prior to String::replace
                   22091: 
                   22092:        * src/classes/hash.C:     !^hash.add[addme]
                   22093:              !^hash.sub[subme]
                   22094:              !^a.union[b] = new
                   22095:              !^a.intersection[b] = new
                   22096:              !^a.intersects[b] = bool
                   22097: 
                   22098:        * src/classes/hash.C:     !^hash::append[append_from]
                   22099: 
                   22100:        * src/: classes/hash.C, types/pa_vhash.h:
                   22101:          !^hash::create[[copy_from]]
                   22102: 
                   22103:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22104:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   22105:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   22106:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   22107:          exception but somebody[value.bark] tried to throw it on it's pool
                   22108: 
1.116     moko     22109:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22110: 
                   22111: 2001-10-10  parser
                   22112: 
                   22113:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   22114: 
                   22115:        * src/main/: compile.tab.C, compile.y: ^a[
                   22116: 
                   22117:          @next_method  << now unclosed ] would be reported here
                   22118: 
                   22119:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   22120:          compile error
                   22121: 
                   22122: 2001-10-09  parser
                   22123: 
1.116     moko     22124:        * src/: classes/Makefile.am, main/Makefile.am,
                   22125:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     22126: 
                   22127:        * src/classes/Makefile.am: makes
                   22128: 
                   22129:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   22130:          win32 errors intercepted [xalan transformer patched and
                   22131:          incorporated]
                   22132: 
                   22133:        * src/: classes/classes.dsp, classes/xdoc.C,
                   22134:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22135:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22136:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   22137:          patches starting
                   22138: 
                   22139:        * src/classes/: string.C, table.C: ^string.save[file]
                   22140: 
                   22141:        * src/classes/: date.C, table.C: calendar moved to date
                   22142: 
                   22143:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   22144:          string/table]  now
                   22145: 
                   22146:        * src/classes/: op.C, table.C: z
                   22147: 
                   22148:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   22149:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   22150:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   22151:          be code [be string..]
                   22152: 
                   22153:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   22154:          table.C: lots of
                   22155:          params->as_int/double/as_string/as_junction/as_no_junction
                   22156:          messages added
                   22157: 
                   22158: 2001-10-08  parser
                   22159: 
                   22160:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   22161:          classes/table.C, classes/void.C, include/pa_request.h:
                   22162:          params->as_int/double message added
                   22163: 
                   22164:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   22165: 
                   22166:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   22167:          image:sector removed image:html internal "line-*" attribs
                   22168: 
                   22169:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   22170:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   22171: 
                   22172:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   22173:          way
                   22174: 
                   22175:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   22176:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   22177:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   22178: 
                   22179:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   22180:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   22181:          @ SAPI::log
                   22182: 
                   22183:        * src/main/untaint.C: \r to ' ' in origins mode
                   22184: 
                   22185:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   22186:          set]
                   22187: 
                   22188:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   22189:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   22190:          nonstandard liaison freed up
                   22191: 
                   22192: 2001-10-07  parser
                   22193: 
                   22194:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   22195:          project
                   22196: 
                   22197: 2001-10-05  parser
                   22198: 
                   22199:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   22200:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   22201:          from outputing to cerr.  lots of "todos"
                   22202: 
                   22203:        * src/main/untaint.C: http_header tainting more gentle with
                   22204:          enquoting now
                   22205: 
                   22206:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   22207:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   22208:          xml errorhandler.  fixed string.replace a little, read @test
                   22209: 
                   22210:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   22211:          *) does not have limit, and looks further eos, fixing....
                   22212: 
                   22213:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   22214: 
                   22215:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   22216: 
                   22217:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   22218:          bugfix
                   22219: 
1.116     moko     22220:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   22221:          $result[^[$p^]z] now works fine
1.95      moko     22222: 
                   22223:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   22224:          wrong. fixed it
                   22225: 
                   22226:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   22227:          of totable appered to be vital
                   22228: 
                   22229: 2001-10-04  parser
                   22230: 
                   22231:        * src/classes/image.C: ^image.length[text]
                   22232: 
                   22233: 2001-10-03  parser
                   22234: 
                   22235:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   22236: 
                   22237:        * src/main/pa_request.C: restored pcre defaulting in request
                   22238:          [mindlessly "optimized" yesterday] comment left
                   22239: 
                   22240: 2001-10-02  parser
                   22241: 
                   22242:        * src/: main/pa_charset_manager.C,
                   22243:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   22244:          needed
                   22245: 
                   22246:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   22247:          forgot non-xml pool.*charset needed
                   22248: 
                   22249:        * src/classes/table.C: # config comments fixed
                   22250: 
                   22251:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   22252:          charset_connection #comment now
                   22253: 
                   22254:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   22255:          options fixed to use release msvcrt lib
                   22256: 
                   22257:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   22258:          removed default - pcre handles that internally fixed bug on
                   22259:          not-cleaning tables [previously was calloced, now member]
                   22260: 
                   22261:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   22262:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   22263:          inside removed default - pcre handles that internally fixed bug
                   22264:          on not-cleaning tables [previously was calloced, now member]
                   22265: 
                   22266:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   22267:          tested charset reload on file change @ apache version = OK tested
                   22268:          freeing up prev encoding on adding new = OK
                   22269: 
                   22270: 2001-10-01  parser
                   22271: 
                   22272:        * src/main/pa_charset_connection.C: removed entitify external hack
                   22273:          [internal installed]
                   22274: 
1.116     moko     22275:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     22276: 
                   22277:        * src/: include/pa_charset_connection.h,
                   22278:          include/pa_charset_manager.h,
                   22279:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22280:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   22281:          main/pa_request.C: charset loading & caching mech 0
                   22282: 
                   22283:        * src/: include/pa_stylesheet_connection.h,
                   22284:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22285:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   22286:          & caching mech now
                   22287: 
                   22288: 2001-09-30  parser
                   22289: 
                   22290:        * src/main/pa_request.C: forgot to fill toTable
                   22291: 
                   22292:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   22293:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   22294:          failed on win32 for now..
                   22295: 
                   22296:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22297:          now charsets table configuration variable is: CHARSETS
                   22298: 
                   22299:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   22300:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   22301: 
                   22302:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   22303:          include/pa_request.h, main/pa_request.C: started ctype with
                   22304:          unicode values
                   22305: 
                   22306: 2001-09-28  parser
                   22307: 
                   22308:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   22309:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   22310:          string passed AS-IS now
                   22311: 
                   22312:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   22313:          way of user-configuring... todo: implement
                   22314: 
                   22315: 2001-09-27  parser
                   22316: 
                   22317:        * src/classes/table.C: table.sort changed to sort table itself
                   22318: 
                   22319:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   22320:          X^.getElementsByTagName[tagname] = array of xnode
                   22321:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   22322:          nodes removed - regretfully not supported @ xalan. maybe someday
                   22323:          would reimplement, if needed.
                   22324: 
                   22325:          win32build system: solved long waiting anti-non-started-apache
                   22326:          problem
                   22327: 
                   22328:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   22329:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22330:          types/types.dsp: win32 ident make system so not to rebuild
                   22331:          library [ident.C.new]
                   22332: 
                   22333: 2001-09-26  parser
                   22334: 
                   22335:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   22336:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   22337:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22338:          types/pa_vxnode.C, types/types.dsp: z
                   22339: 
                   22340:        * src/classes/classes.C: forgot one non-xml check
                   22341: 
1.116     moko     22342:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22343:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     22344: 
                   22345:        * src/targets/cgi/parser3.C: z
                   22346: 
                   22347:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   22348:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   22349: 
                   22350:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   22351:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22352:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   22353:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   22354:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22355:          types/types.dsp: xdoc&xnode now
                   22356: 
                   22357:        * src/: classes/classes.C, classes/classes.awk,
                   22358:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   22359:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   22360:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22361:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   22362:          classes/op.C, classes/response.C, classes/string.C,
                   22363:          classes/table.C, classes/void.C, include/pa_array.h,
                   22364:          include/pa_common.h, include/pa_config_fixed.h,
                   22365:          include/pa_config_includes.h, include/pa_dictionary.h,
                   22366:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   22367:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22368:          include/pa_socks.h, include/pa_sql_connection.h,
                   22369:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   22370:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   22371:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22372:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   22373:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22374:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   22375:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   22376:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   22377:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   22378:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22379:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   22380:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22381:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22382:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   22383:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22384:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   22385:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   22386:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22387:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   22388:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   22389:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   22390:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   22391:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   22392:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   22393:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22394:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22395:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22396:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   22397:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   22398:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   22399:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   22400:          main.dsp splitted to main+classes+types along to .am
                   22401: 
                   22402:        * src/classes/Makefile.am: removed useless var
                   22403: 
                   22404:        * src/: classes/classes.cmd, main/main.dsp,
                   22405:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   22406:          main.dsp
                   22407: 
                   22408: 2001-09-25  parser
                   22409: 
                   22410:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   22411:          1251 though, todo ICU
                   22412: 
1.116     moko     22413:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     22414:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     22415:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   22416:          types/pa_vdom.h: xml configure makes
1.95      moko     22417: 
                   22418: 2001-09-24  parser
                   22419: 
1.116     moko     22420:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   22421:          types/Makefile.am: makes
1.95      moko     22422: 
1.116     moko     22423:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     22424: 
                   22425:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   22426:          started unix makes update
                   22427: 
                   22428:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   22429:          started unix makes update
                   22430: 
                   22431:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   22432: 
                   22433:        * src/types/pa_value.h: z
                   22434: 
                   22435:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   22436:          bugs with usinge hash/table in expressions
                   22437: 
                   22438:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   22439:          resolved conflicts fixed [const]
                   22440: 
                   22441:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   22442:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   22443:          main/compile.C, main/compile.tab.C, main/compile.y,
                   22444:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   22445:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22446:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   22447:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   22448:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   22449:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   22450:          with before_xml [merge2 actually didn't happen - i've created
                   22451:          tags on wrong branch. so this merge is in fact re-merge]
                   22452: 
                   22453: 2001-09-21  parser
                   22454: 
                   22455:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22456:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   22457:          produced "" in make file and sadly wrong interpreted on load]
                   22458: 
1.116     moko     22459:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   22460:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   22461:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22462:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22463:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   22464:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   22465:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     22466: 
                   22467:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   22468:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   22469:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   22470:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22471:          main/pa_pool.C, main/pa_request.C,
                   22472:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   22473:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22474:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   22475:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   22476:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   22477:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   22478:          types/pa_vrequest.C, types/pa_vresponse.h,
                   22479:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   22480:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   22481:          created new projects for sql drivers [planning to remove sql
                   22482:          drivers from main cvs project] first, will join latest changes
                   22483: 
                   22484:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   22485:          pool.get_charset
                   22486: 
                   22487:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   22488:          pool.get_charset
                   22489: 
                   22490:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   22491:          pool.get_charset
                   22492: 
                   22493:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   22494:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   22495:          methods encoding to pool.get_charset
                   22496: 
                   22497:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   22498:          transcoder were created right "unsupported encoding" message.
                   22499:          not @ set time, but @ use time, so until xml output functions
                   22500:          .string, .file, .save used - no encoding name check occur
                   22501: 
                   22502:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   22503:          registration needed, pools are officially destructured
                   22504: 
                   22505: 2001-09-20  parser
                   22506: 
                   22507:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   22508: 
                   22509:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   22510:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   22511: 
                   22512:        * src/: classes/dnode.C, classes/dom.C,
                   22513:          include/pa_config_includes.h, include/pa_globals.h,
                   22514:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22515:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   22516:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22517:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   22518:          Pool::transcode 0
                   22519: 
                   22520:        * src/classes/dom.C: dom. string save file moved output xml options
                   22521:          to last param and made it optional
                   22522: 
                   22523:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   22524:          dnodes
                   22525:              !$attributenode.specified = boolean
                   22526:                      true if the attribute received its value explicitly
                   22527:          in the XML document,
                   22528:                      or if a value was assigned programatically with the
                   22529:          setValue function.
                   22530:                  false if the attribute value came from the default value
                   22531:          declared in the document's DTD.
                   22532:              !$pinode.target = target of this processing instruction
                   22533:                  XML defines this as being the first token following the
                   22534:          markup
                   22535:                  that begins the processing instruction.
                   22536:                  XPath:
                   22537:              !^node.select[xpath/query/expression] = hash of 0->node0
                   22538:          1->node1
                   22539:              !^node.select-single[xpath/query/expression] = first node if
                   22540:          any
                   22541: 
                   22542:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   22543:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   22544:          some 'const's added
                   22545: 
                   22546:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   22547:          expression context now, there value = size and boolean value
                   22548:          size!=0
                   22549: 
                   22550:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   22551:          can be used in expression context now, there value = size and
                   22552:          boolean value size!=0
                   22553: 
                   22554:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   22555:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   22556:          due to strange xalan bug
                   22557: 
                   22558: 2001-09-18  parser
                   22559: 
                   22560:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   22561:          classes/image.C, classes/op.C, classes/table.C,
                   22562:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22563:          include/pa_sql_driver_manager.h, main/compile.C,
                   22564:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   22565:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   22566:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22567:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22568:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   22569:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   22570:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   22571:          before_xml branch ^if(def $hash) now true only when
                   22572:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   22573: 
                   22574:        * src/: classes/op.C, main/execute.C: operators self changed to
                   22575:          root ^for variable context changed to self
                   22576: 
                   22577:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   22578:          dnode 1
                   22579: 
                   22580:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   22581:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   22582: 
                   22583:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   22584:          poly* fixed
                   22585: 
                   22586: 2001-09-17  parser
                   22587: 
                   22588:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   22589:          types/pa_vdom.h: started dnode+dom
                   22590: 
                   22591:          dnode     DOM methods:     $node.name     $node.value
                   22592:          ...others...
                   22593: 
                   22594:              ^node.xpath[/rates/USD] = hash
                   22595:                  $hash[
                   22596:                          $.0[node0]
                   22597:                          $.1[node1]
                   22598:                  ]
                   22599: 
                   22600:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   22601:          applies to all linear primitives
                   22602: 
                   22603:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   22604:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22605:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   22606:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   22607:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   22608:          dom(dnode)
                   22609: 
                   22610:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   22611:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22612:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   22613:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   22614:          name after '.'
                   22615: 
                   22616: 2001-09-15  parser
                   22617: 
                   22618:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   22619:          image: $line-width ^line(...)[****   style]
                   22620: 
                   22621:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   22622:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   22623:          pool_storage - cleanups first, allocations second.  apache wisely
                   22624:          does just like that
                   22625: 
                   22626:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   22627:          rewritten using template, no bugs now
                   22628: 
                   22629:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   22630:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22631:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   22632:          poorly started isapi pool_storage, would rewrite using template
                   22633:          now
                   22634: 
                   22635:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   22636:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22637:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22638:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   22639:          xalan objects freed up [introducing Pool::register_cleanup]
                   22640: 
                   22641:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   22642:          comments
                   22643: 
                   22644: 2001-09-14  parser
                   22645: 
                   22646:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   22647:          z
                   22648: 
                   22649:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22650:          classes/mail.C, include/pa_common.h,
                   22651:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22652:          include/pa_stylesheet_connection.h,
                   22653:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22654:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   22655:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   22656:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   22657:          compiled&cached
                   22658: 
                   22659: 2001-09-13  parser
                   22660: 
                   22661:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22662:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   22663: 
                   22664:        * src/classes/dom.C: dom:file content-type(.method)
                   22665: 
                   22666:        * src/: include/pa_common.h, include/pa_globals.h,
                   22667:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   22668:          string now more informative error messages
                   22669: 
                   22670:        * src/: include/pa_globals.h, include/pa_request.h,
                   22671:          main/pa_request.C, targets/cgi/parser3.C,
                   22672:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   22673:          ParserSiteConfig .../parser3.conf
                   22674: 
                   22675:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   22676: 
                   22677: 2001-09-12  parser
                   22678: 
                   22679:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22680:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   22681:          precise error reporting: "connection string must start with
                   22682:          protocol://" now
                   22683: 
                   22684:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   22685:          braced
                   22686: 
                   22687:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   22688:          lexer on LS_USER level did [] matching without setting nestage,
                   22689:          introduced special LS_NAME_SQUARE_PART state
                   22690: 
                   22691: 2001-09-11  parser
                   22692: 
                   22693:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   22694:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   22695:          languages+=xml
                   22696: 
                   22697:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   22698: 
                   22699:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22700:          options:     $.method[xml|html|text] detection fixed
                   22701: 
                   22702:        * src/types/pa_vdom.h: messages
                   22703: 
                   22704:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22705:          options:     $.method[xml|html|text] detection fixed
                   22706: 
                   22707: 2001-09-10  parser
                   22708: 
                   22709:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22710:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   22711: 
                   22712:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   22713:          added]
                   22714: 
                   22715:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22716:          ^dom.xslt[stylesheet filename] 0
                   22717: 
                   22718:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22719:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   22720: 
                   22721:        * src/classes/dom.C: ^dom.file[encoding] = file
                   22722: 
                   22723:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   22724:          ^dom.save[encoding;filename]
                   22725: 
                   22726:        * src/classes/dom.C: ^dom.string[] 0
                   22727: 
                   22728:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   22729: 
                   22730:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   22731:          types/pa_vform.h: ^dom.save[b.xml] 0
                   22732: 
                   22733: 2001-09-08  parser
                   22734: 
                   22735:        * src/types/pa_vform.C: $form:tables.name.field
                   22736: 
                   22737: 2001-09-07  parser
                   22738: 
                   22739:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   22740:          $table)...
                   22741: 
                   22742:        * src/targets/cgi/parser3.C: z
                   22743: 
                   22744:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   22745:          from '' to int/double is 0]
                   22746: 
                   22747:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   22748:          $table) is false when table is empty
                   22749: 
                   22750:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   22751:          !$form:tables $atable[$form:tables.a]
                   22752:          ^atable.menu{a=$atable.element}[,]
                   22753: 
                   22754:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   22755:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   22756: 
1.116     moko     22757:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22758:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   22759:          of dom
                   22760: 
                   22761:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   22762:          types/pa_vform.C, types/pa_vform.h: z
                   22763: 
                   22764:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   22765:          element [not last]
                   22766: 
1.116     moko     22767:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22768:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   22769: 
                   22770: 2001-09-06  parser
                   22771: 
                   22772:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22773:          table with one column 'element' and two rows: 1 and 2
                   22774: 
                   22775:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22776:          table with one column 'element' and two rows: 1 and 2
                   22777: 
                   22778:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   22779:          bad int/double conversions, and now $form:nonexistent.int(88)
                   22780:          would return 88
                   22781: 
                   22782:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   22783:          types/pa_vhash.h: now there's special hash key '_default'
                   22784:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   22785:          $._default[xx] ] $hash.c
                   22786: 
                   22787:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   22788:          fixed [thanks, fif], ^; were treated there non-literally
                   22789: 
                   22790:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   22791:          doxygen
                   22792: 
                   22793:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   22794:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   22795:          types/pa_vtable.C: few #ifndef DOXYGEN
                   22796: 
                   22797: 2001-09-05  parser
                   22798: 
                   22799:        * src/classes/: string.C, table.C: sql options can be void [same as
                   22800:          image:html the other day]
                   22801: 
                   22802:        * src/targets/cgi/Makefile.am: .am undo
                   22803: 
                   22804:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22805:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   22806:          macro expantion on param, simply qoutes whatever passed, undone
                   22807: 
                   22808:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22809:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   22810:          STRINGIZE(name) #name invented
                   22811: 
                   22812:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22813:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   22814:          MAIN_SQL_DRIVERS_NAME "drivers"
                   22815: 
                   22816:          moved to be availible to all users
                   22817: 
                   22818:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   22819:          SQL_DRIVER_CREATE_FUNC_NAME
                   22820: 
                   22821:        * src/classes/mail.C: MAIN:MAIL check fixed
                   22822: 
                   22823: 2001-09-04  parser
                   22824: 
                   22825:        * src/classes/image.C: image.html now can accept void params
                   22826: 
                   22827:        * src/targets/isapi/parser3isapi.C: z
                   22828: 
                   22829:        * src/targets/cgi/parser3.C: full_file_spec bug
                   22830: 
                   22831:        * src/targets/cgi/parser3.C: getenvcheck
                   22832: 
                   22833:        * src/targets/cgi/parser3.C: zz
                   22834: 
                   22835:        * src/targets/cgi/parser3.C: zzz
                   22836: 
                   22837:        * src/classes/date.C: date
                   22838: 
                   22839:        * src/classes/date.C: date:sql-string is now without ''
                   22840: 
1.116     moko     22841:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     22842:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   22843:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   22844: 
1.116     moko     22845:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22846: 
                   22847: 2001-09-03  parser
                   22848: 
                   22849:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   22850: 
                   22851: 2001-09-01  parser
                   22852: 
                   22853:        * src/classes/image.C: letter_spacing
                   22854: 
                   22855:        * src/classes/image.C: image: font params changed
                   22856: 
                   22857:        * src/classes/image.C: image: as_int as_string used
                   22858: 
                   22859:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   22860:          analized
                   22861: 
                   22862: 2001-08-31  parser
                   22863: 
                   22864:        * src/targets/cgi/parser3.C: z
                   22865: 
1.116     moko     22866:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   22867:          cygwin
1.95      moko     22868: 
                   22869:        * src/classes/void.C: void:int/double += (default)
                   22870: 
                   22871:        * src/classes/image.C: image:font added space param image:font
                   22872:          changed charwidth alg, added kerning const[for now]
                   22873: 
                   22874:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   22875: 
                   22876: 2001-08-29  parser
                   22877: 
                   22878:        * src/main/pa_exception.C: exception redundant debug info
                   22879: 
                   22880: 2001-08-28  parser
                   22881: 
                   22882:        * src/classes/image.C: image error msgs
                   22883: 
                   22884:        * src/classes/image.C: image: gifsize little endian
                   22885: 
                   22886:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   22887:          doxygeneration
                   22888: 
                   22889:        * src/: classes/Makefile.am, main/Makefile.am,
                   22890:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   22891: 
                   22892:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   22893:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   22894: 
                   22895:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   22896: 
                   22897:        * src/classes/table.C: NO_STRING_ORIGIN check
                   22898: 
                   22899:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   22900:          storage class specifiers invalid in friend function declarations
                   22901: 
                   22902:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   22903:          main/untaint.C, targets/cgi/parser3.C,
                   22904:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   22905:          case of limit
                   22906: 
                   22907:        * src/: classes/file.C, main/pa_common.C: file:move
                   22908:          autocreate/remove dest/src dir
                   22909: 
                   22910:        * src/: classes/string.C, include/pa_dictionary.h,
                   22911:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   22912:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   22913:          to directory constructor.  string:replace
                   22914: 
                   22915: 2001-08-27  parser
                   22916: 
                   22917:        * src/classes/image.C: fixed jpgsize alg
                   22918: 
                   22919:        * src/classes/image.C: fixed jpgsize alg
                   22920: 
                   22921:        * src/main/pa_exception.C: z
                   22922: 
                   22923:        * src/main/pa_common.C: removed debug info from pa_common
                   22924: 
                   22925:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   22926:          [auto.p from current dir loading]
                   22927: 
1.116     moko     22928:        * src/: main/pa_common.C, main/pa_exception.C,
                   22929:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   22930:          for solaris -lsocket
1.95      moko     22931: 
                   22932: 2001-08-24  parser
                   22933: 
                   22934:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   22935: 
                   22936:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   22937: 
                   22938:        * src/targets/cgi/parser3.C: not cgi extra \n
                   22939: 
                   22940:        * src/main/pa_sql_driver_manager.C: z
                   22941: 
                   22942:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   22943:          sql* removed services from disconnect - cross-request ideological
                   22944:          probs.
                   22945: 
                   22946:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   22947:          cross-request ideological probs.  oracle - fixed bug: cs
                   22948:          allocated on request.pool and got freed before disconnect
                   22949: 
                   22950:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   22951:          mallocs fixed
                   22952: 
                   22953: 2001-08-23  parser
                   22954: 
                   22955:        * src/classes/file.C: minor bug in file:save fixed
                   22956: 
                   22957:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   22958: 
                   22959: 2001-08-22  parser
                   22960: 
                   22961:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   22962:          types/pa_vfile.h: file:load|save[text|binary;
                   22963: 
                   22964:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   22965: 
                   22966: 2001-08-21  parser
                   22967: 
                   22968:        * src/classes/: file.C, table.C: ^file:list
                   22969: 
                   22970: 2001-08-20  parser
                   22971: 
                   22972:        * src/: main/compile.tab.C, main/compile.y,
                   22973:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   22974:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   22975:          recousively caused problems: inc incremeted 123 literal!! fixed
                   22976: 
                   22977: 2001-08-10  parser
                   22978: 
                   22979:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   22980: 
                   22981:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22982:          added
                   22983: 
                   22984:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22985:          added
                   22986: 
                   22987:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   22988: 
                   22989:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   22990:          ''
                   22991: 
                   22992:        * src/main/: pa_request.C: wanted to make const int
                   22993:          MAX_EXECUTE_SECONDS=1;
                   22994: 
                   22995:          but couldnt, set_callback_and_alarm appeared to be not exported
                   22996:          :(
                   22997: 
                   22998:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   22999:          check but it weren't wise enough
                   23000: 
                   23001:          @parse[dateString][tmp]
                   23002:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   23003:          #end
                   23004: 
                   23005:          @main[] ^parse[2001-02-03]
                   23006: 
                   23007:        * src/classes/: table.C: table:sort now default desc
                   23008: 
                   23009:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   23010:          table.sort now creates new sorted table
                   23011: 
                   23012: 2001-08-09  parser
                   23013: 
                   23014:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   23015: 
                   23016:        * src/classes/hash.C: hash:_default now [was hash:default]
                   23017: 
                   23018:        * src/classes/op.C: case without switch check added
                   23019: 
                   23020:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   23021:          precise $ORIGINS(1)
                   23022: 
                   23023:        * src/main/Makefile.am: .am
                   23024: 
                   23025:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23026:          fixed
                   23027: 
                   23028:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23029:          fixed
                   23030: 
                   23031: 2001-08-07  parser
                   23032: 
                   23033:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23034:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   23035:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   23036:          string, table
                   23037: 
                   23038:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   23039:          srand made working
                   23040: 
                   23041: 2001-08-06  parser
                   23042: 
                   23043:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   23044:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23045:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   23046:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   23047:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   23048: 
                   23049:        * src/main/pa_exec.C: exec win32 real filename
                   23050: 
                   23051:        * src/classes/file.C: exec stderr out
                   23052: 
                   23053:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   23054: 
                   23055: 2001-08-03  parser
                   23056: 
                   23057:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   23058: 
                   23059: 2001-08-02  parser
                   23060: 
                   23061:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   23062:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   23063: 
                   23064:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   23065:          get@execute, but needs array iterator, separate from array to
                   23066:          avoid it & use caching
                   23067: 
                   23068:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   23069:          bug fixed
                   23070: 
                   23071:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   23072:          main/execute.C, main/pa_globals.C: found another multithread bug
                   23073:          in op.C (last, last global var killed) :)
                   23074: 
                   23075: 2001-08-01  parser
                   23076: 
                   23077:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   23078:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   23079:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23080:          main/untaint.C: speeded up typo-html replacements. introducing
                   23081:          Dictionary with first-char caching
                   23082: 
                   23083: 2001-07-31  parser
                   23084: 
                   23085:        * src/types/Makefile.am: pa_vtable.C added to .am
                   23086: 
                   23087:        * src/main/compile.tab.C: added, so that could be compiled even on
                   23088:          non-bison-enabled platforms
                   23089: 
                   23090: 2001-07-28  parser
                   23091: 
                   23092:        * src/classes/table.C: table:hash always produces hash, when can't
                   23093:          - empty
                   23094: 
                   23095:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   23096:          skipped \n
                   23097: 
                   23098: 2001-07-27  parser
                   23099: 
                   23100:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   23101:          on int/double/string :sql without result and default
                   23102: 
                   23103: 2001-07-26  parser
                   23104: 
                   23105:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   23106:          OP
                   23107: 
                   23108:        * src/main/compile.y: $man[$.age[zzz]]  0
                   23109: 
                   23110:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   23111:          creation syntax problem persists. restored $: for a while.
                   23112:          thinking of $man[$.age[zzz]] syntax now
                   23113: 
                   23114:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23115:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   23116:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   23117:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   23118:          types/pa_wwrapper.h: fixing :: realization #1
                   23119: 
                   23120:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   23121:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   23122:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   23123:          prefix.  ordinary : remains for static accesses
                   23124: 
                   23125: 2001-07-25  parser
                   23126: 
                   23127:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   23128:          fields 2. methods 3. columns
                   23129: 
                   23130:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   23131:          quote.  optimized double&int tostring-s
                   23132: 
                   23133:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   23134:          whitespace before first method decl
                   23135: 
                   23136:        * src/classes/table.C: allowed nontable result in table:sql,
                   23137:          results in empty table
                   23138: 
                   23139:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   23140:          lines before first method decl
                   23141: 
                   23142:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   23143:          types/pa_vtable.h: ^table.record[] now $table.fields
                   23144: 
                   23145:        * src/main/compile.y: $var[] is now empty string, not void
                   23146: 
                   23147:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   23148:          void
                   23149: 
                   23150:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   23151:          main/pa_globals.C: match replace code context moved to implicit
                   23152:          $match context
                   23153: 
                   23154:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   23155:          main/compile_tools.h, main/execute.C: with killed, code storage
                   23156:          introduced with former 'with' syntax
                   23157: 
                   23158: 2001-07-24  parser
                   23159: 
                   23160:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   23161:          types/pa_value.h: first get_element, next get operator
                   23162: 
                   23163:        * src/main/compile.y: removed @end handling
                   23164: 
                   23165:        * src/main/: compile.C, compile.y: @end handling method2
                   23166: 
                   23167:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   23168:          file:move
                   23169: 
                   23170:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   23171:          fixed
                   23172: 
                   23173: 2001-07-23  parser
                   23174: 
                   23175:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   23176:          driver
                   23177: 
                   23178:        * src/classes/hash.C: changed sql driver query interface
                   23179: 
                   23180:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   23181:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   23182:          changed sql driver query interface
                   23183: 
                   23184: 2001-07-20  parser
                   23185: 
                   23186:        * src/types/pa_vrequest.C: X!$browser:type
                   23187: 
                   23188:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   23189:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   23190:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   23191:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   23192:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   23193:          types/pa_vobject.h, types/pa_vrequest.C,
                   23194:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   23195:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   23196:          BASE element globally removed
                   23197: 
                   23198: 2001-07-18  parser
                   23199: 
                   23200:        * src/classes/file.C: file:exec/cgi msg
                   23201: 
                   23202:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   23203: 
                   23204:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   23205: 
1.116     moko     23206:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   23207:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   23208:          removed $id from *.in *.am
1.95      moko     23209: 
                   23210:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   23211:          abbrevations
                   23212: 
                   23213:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   23214:          classes/string.C, classes/table.C, include/pa_globals.h,
                   23215:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   23216:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23217:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   23218:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   23219:          $ORIGINS(1) output tracing mode
                   23220: 
                   23221: 2001-07-13  parser
                   23222: 
                   23223:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23224:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   23225:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   23226:          second would not call first @auto
                   23227: 
                   23228:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   23229:          wrong, fixed
                   23230: 
                   23231: 2001-07-12  parser
                   23232: 
                   23233:        * src/types/pa_value.h: pa_value.putelement modification of system
                   23234:          classes prevented
                   23235: 
                   23236: 2001-07-11  parser
                   23237: 
                   23238:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   23239:          table $piece
                   23240: 
                   23241:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23242:          types/pa_vstateless_class.h: $file created by file:state +=
                   23243:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   23244:          get_junction-created objects [they were on wrong pool]
                   23245: 
                   23246: 2001-07-09  parser
                   23247: 
                   23248:        * src/main/untaint.C: qp wrong name
                   23249: 
                   23250:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   23251:          main/compile.y: date format 0
                   23252: 
                   23253: 2001-07-07  parser
                   23254: 
                   23255:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   23256:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   23257:          roll table calendar
                   23258: 
                   23259:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   23260:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   23261:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   23262:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   23263:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   23264:          string.  todo: sql, calendar
                   23265: 
                   23266: 2001-07-06  parser
                   23267: 
                   23268:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   23269:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   23270: 
                   23271: 2001-07-03  parser
                   23272: 
                   23273:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   23274:          classes/random.C, main/main.dsp: class random renamed to math,
                   23275:          operators became methods
                   23276: 
                   23277:        * src/classes/op.C:  pow sqrt
                   23278: 
                   23279:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   23280: 
                   23281: 2001-07-02  parser
                   23282: 
                   23283:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   23284:          'column'
                   23285: 
                   23286:        * src/classes/hash.C: ^hash.keys[]
                   23287: 
                   23288:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   23289: 
                   23290:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   23291:          'strings'
                   23292: 
                   23293: 2001-06-29  parser
                   23294: 
                   23295:        * src/main/: execute.C: /0  %0 checkes ver 2
                   23296: 
                   23297:        * src/main/execute.C: /0  %0 checke
                   23298: 
                   23299:        * src/classes/Makefile.am: nothing - void
                   23300: 
                   23301:        * src/classes/table.C: empty strings @ sql
                   23302: 
                   23303: 2001-06-28  parser
                   23304: 
                   23305:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23306:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23307:          classes/op.C, classes/random.C, classes/response.C,
                   23308:          classes/string.C, classes/table.C, classes/void.C,
                   23309:          main/compile.C, main/compile_tools.C, main/execute.C,
                   23310:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23311:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23312:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23313:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23314:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   23315:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   23316:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   23317:          $";
                   23318: 
                   23319:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23320:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23321:          classes/op.C, classes/random.C, classes/response.C,
                   23322:          classes/string.C, classes/table.C, classes/void.C,
                   23323:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23324:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23325:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23326:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23327:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23328:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     23329:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     23330: 
                   23331:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   23332:          $class:name: == ${class:name}:
                   23333: 
                   23334:        * src/classes/string.C: exactly one
                   23335: 
                   23336: 2001-06-27  parser
                   23337: 
                   23338:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   23339:          types/pa_vvoid.h: nothing renamed to void
                   23340: 
                   23341:        * src/classes/op.C: ^switch ^case
                   23342: 
                   23343:        * src/main/compile.y: nothing renamed to void
                   23344: 
                   23345:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   23346:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23347:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   23348:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   23349:          void
                   23350: 
                   23351:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   23352: 
                   23353: 2001-05-28  parser
                   23354: 
                   23355:        * src/doc/html2chm.cmd: removed >a
                   23356: 
                   23357:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   23358:          project options [some bugs]
                   23359: 
                   23360:        * src/doc/sources2html.cmd: z
                   23361: 
                   23362:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23363:          main/execute.C: operators are not in root class again
                   23364: 
                   23365: 2001-05-24  parser
                   23366: 
                   23367:        * src/targets/cgi/parser3.dsp: project file
                   23368: 
                   23369:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   23370:          ^log ^exp
                   23371: 
                   23372:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   23373:          conversions in @exception[params]
                   23374: 
                   23375:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   23376: 
                   23377: 2001-05-23  parser
                   23378: 
                   23379:        * src/main/pa_string.C: string cmp bug
                   23380: 
                   23381:        * src/classes/: mail.C, op.C: rem max 1000
                   23382: 
                   23383:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   23384:          LS_DEF_NAME
                   23385: 
                   23386: 2001-05-22  parser
                   23387: 
                   23388:        * src/classes/op.C: if params code-required
                   23389: 
                   23390: 2001-05-21  parser
                   23391: 
                   23392:        * src/types/pa_vstring.C: eoleof
                   23393: 
                   23394:        * src/classes/Makefile.am: .AM
                   23395: 
                   23396:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   23397: 
                   23398:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   23399: 
                   23400:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   23401:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   23402:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   23403:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   23404:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   23405:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   23406:          'nothing'
                   23407: 
                   23408:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   23409:          vstring::set_string
                   23410: 
                   23411:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   23412: 
                   23413:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   23414:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   23415:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   23416: 
                   23417:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   23418:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   23419:          hash:sql moved to main trunc. operators.txt updated
                   23420: 
                   23421:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   23422: 
                   23423:        * src/classes/op.C: z
                   23424: 
                   23425:        * src/: main/compile.C, classes/classes.C: 1
                   23426: 
                   23427:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23428:          main/execute.C: 0
                   23429: 
                   23430:        * src/main/execute.C: z
                   23431: 
                   23432:        * src/targets/cgi/parser3.C: z
                   23433: 
                   23434:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   23435:          site_auto_path "." in that case
                   23436: 
                   23437:        * src/targets/cgi/: parser3.C: z
                   23438: 
                   23439:        * src/main/pa_request.C: .am
                   23440: 
                   23441:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   23442:          pcre_tables=pcre_default_tables;
                   23443: 
                   23444: 2001-05-19  parser
                   23445: 
                   23446:        * src/main/pa_string.C: z
                   23447: 
                   23448:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   23449:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   23450:          target.
                   23451: 
                   23452:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   23453:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   23454:          used, 4* mem wasted
                   23455: 
                   23456:        * src/classes/string.C: root context in match replace body now
                   23457:          unchanged
                   23458: 
                   23459:        * src/types/pa_value.h: parameter # 1 based
                   23460: 
                   23461:        * src/main/pa_common.C: common:  actual filename '%s'
                   23462: 
                   23463:        * src/classes/string.C: z
                   23464: 
                   23465:        * src/classes/Makefile.am: classes/.am
                   23466: 
                   23467:        * src/classes/: Makefile.am: classes/.am
                   23468: 
                   23469:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   23470:          targets/cgi/pa_pool.C: classes/.am
                   23471: 
                   23472: 2001-05-18  parser
                   23473: 
1.116     moko     23474:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   23475:          pa_threads.C ins
1.95      moko     23476: 
                   23477:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   23478: 
                   23479: 2001-05-17  parser
                   23480: 
                   23481:        * src/: classes/string.C, include/pa_config_fixed.h,
                   23482:          include/pa_config_includes.h, main/compile.y,
                   23483:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   23484:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   23485:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   23486:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   23487:          most .C
                   23488: 
                   23489:        * src/doc/html2chm.cmd: z
                   23490: 
                   23491:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   23492:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   23493: 
                   23494:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   23495:          get_connection_from_cache
                   23496: 
                   23497:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   23498: 
                   23499:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   23500:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   23501:          cache expiration[use SQL_Driver::disconnect]
                   23502: 
                   23503:        * src/main/pa_table.C: table.locate current restored on "not found"
                   23504: 
                   23505:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   23506:          line no
                   23507: 
                   23508:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23509:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   23510: 
                   23511:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23512:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   23513:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   23514:          1driver and set_services fight for driver::fservices. before fix
                   23515: 
                   23516:        * src/: classes/op.C, include/pa_config_fixed.h,
                   23517:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   23518:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   23519:          own 1driver and set_services fight for driver::fservices. before
                   23520:          fix
                   23521: 
                   23522:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23523:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23524:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   23525:          pa_threads.C
                   23526: 
                   23527:        * src/include/pa_threads.h: removed targets/parser
                   23528: 
                   23529:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   23530:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   23531:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   23532:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   23533:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   23534:          headers
                   23535: 
                   23536:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   23537:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   23538:          order prevented sqlmanager to see MULTYTHREAD define
                   23539: 
                   23540:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23541:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   23542:          put/gets
                   23543: 
                   23544:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   23545:          from hash.h
                   23546: 
                   23547:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23548:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   23549:          from cache ->set_services(&services);
                   23550: 
                   23551: 2001-05-16  parser
                   23552: 
                   23553:        * src/targets/cgi/parser3.C: z
                   23554: 
                   23555:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   23556:          debug, #ifdefed some.  would debug later, on more precise sample
                   23557:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   23558:          $name.$tail[$tail!] $name.$tail } ok3
                   23559: 
                   23560:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   23561:          removed array debug. before vstring rebasing
                   23562: 
                   23563:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   23564:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   23565:          array debugged; adjusted
                   23566: 
                   23567:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   23568:          SQL_Driver_manager line no for connect/charset errors
                   23569: 
                   23570: 2001-05-15  parser
                   23571: 
                   23572:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   23573:          main/pa_string.C: string+array made linear grows
                   23574: 
                   23575:        * src/: include/pa_string.h, main/pa_string.C,
                   23576:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   23577:          grow lineary, not exponentialy
                   23578: 
                   23579:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   23580:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   23581:          with fullchunk cmps
                   23582: 
                   23583:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   23584:          70041=           81
                   23585: 
                   23586:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   23587:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   23588:          malloc 27809390/368771, calloc 3232/83. would test now
                   23589: 
                   23590:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   23591:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   23592:          numbered params had wrong name - for instance: bad error message
                   23593:          in ^for[] bad body type. fixed
                   23594: 
                   23595: 2001-05-14  parser
                   23596: 
                   23597:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   23598:          main/untaint.C: ^string.upper|lower[]
                   23599: 
                   23600: 2001-05-11  parser
                   23601: 
                   23602:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   23603:          classes/string.C, classes/table.C, classes/unknown.C,
                   23604:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   23605:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   23606:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   23607: 
                   23608:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   23609:          .dsp for win32tools
                   23610: 
                   23611: 2001-05-11  paf
                   23612: 
                   23613:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   23614:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   23615:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   23616:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   23617: 
                   23618: 2001-05-10  paf
                   23619: 
                   23620:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   23621:          for C++, that's all
                   23622: 
1.116     moko     23623:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   23624:          pa_config_includes.h: inline wonders
1.95      moko     23625: 
                   23626:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   23627:          doc/doxygen.cmd: hash.C added
                   23628: 
                   23629:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   23630: 
                   23631:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   23632:          menthod
                   23633: 
                   23634:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   23635:          pa_vstateless_object.h: changed priority: field before method
                   23636:          lookup in vclass & vobject
                   23637: 
                   23638:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   23639:          grammar: priorities changes [lowerd && prior] vobject: now first
                   23640:          fields, next methods
                   23641: 
                   23642: 2001-05-08  paf
                   23643: 
                   23644:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   23645:          bark=false. fixed
                   23646: 
                   23647:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   23648:          types/pa_vmethod_frame.h: hash:default works at last!
                   23649: 
                   23650:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   23651:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   23652:          hash:default
                   23653: 
                   23654:        * src/classes/table.C: z
                   23655: 
                   23656:        * src/classes/table.C: table:hash always hash of hash now
                   23657: 
                   23658:        * src/classes/table.C: table:empty return bool now
                   23659: 
                   23660:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   23661:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23662:          types/pa_vtable.h: table:hash
                   23663: 
                   23664:        * src/classes/table.C: table:record have name
                   23665: 
                   23666:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   23667:          returns vunknown
                   23668: 
                   23669:        * src/classes/: double.C, int.C, op.C, string.C:
                   23670:          int,double,string:int[] double[] string:length[] results now have
                   23671:          hames
                   23672: 
                   23673:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   23674:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   23675:          now return bool
                   23676: 
                   23677:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   23678:          in method checkparams again. fixed
                   23679: 
                   23680: 2001-05-07  paf
                   23681: 
                   23682:        * src/doc/chm.cmd: cmd
                   23683: 
                   23684:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23685:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   23686:          types/pa_value.h: method reported errors on wrong pool
                   23687: 
                   23688:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   23689:          now
                   23690: 
                   23691:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   23692:          include/code.h, include/pa_opcode.h, main/compile.C,
                   23693:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   23694:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23695:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23696:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   23697:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23698:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23699:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23700:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23701:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23702:          types/pa_wwrapper.h: pa_code.h
                   23703: 
                   23704:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   23705: 
                   23706:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   23707:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   23708:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23709:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   23710:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23711:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   23712:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   23713:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   23714:          types/pa_vtable.h: dox, split by not clean parts also
                   23715: 
                   23716:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23717:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   23718:          'dir' fields & co. more
                   23719: 
                   23720:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   23721:          so to enable 'dir' fields & co.
                   23722: 
                   23723:        * src/main/compile.y: grammar: @end
                   23724: 
                   23725: 2001-05-04  paf
                   23726: 
                   23727:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   23728:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   23729: 
                   23730:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   23731:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23732:          classes/op.C, classes/random.C, classes/response.C,
                   23733:          classes/string.C, classes/table.C, classes/unknown.C,
                   23734:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   23735:          method dox
                   23736: 
                   23737: 2001-05-03  paf
                   23738: 
                   23739:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   23740:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23741:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   23742:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23743:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   23744:          main/pa_request.C: dox splitted .dox files and added some
                   23745: 
                   23746:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   23747: 
                   23748: 2001-05-02  paf
                   23749: 
                   23750:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   23751:          by file_name  language now
                   23752: 
                   23753: 2001-04-28  paf
                   23754: 
                   23755:        * src/classes/classes.inc: removed classes.inc
                   23756: 
                   23757:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   23758:          from .am
                   23759: 
                   23760:        * src/classes/classes.awk: skipped classes in .awk
                   23761: 
                   23762:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   23763:          classes/classes.inc, classes/double.C, classes/file.C,
                   23764:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   23765:          classes/string.C, classes/table.C, classes/unknown.C,
                   23766:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   23767:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23768:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   23769:          pa_methoded back to classes/classes.h
                   23770: 
                   23771:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   23772: 
                   23773:        * src/: classes/Makefile.am, classes/classes.awk,
                   23774:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   23775:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   23776: 
                   23777:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   23778:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   23779:          classes/response.C, classes/string.C, classes/table.C,
                   23780:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   23781:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   23782:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   23783:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   23784:          include|main/pa_methoded
                   23785: 
                   23786:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   23787:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   23788: 
                   23789:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   23790:          moved some configured data to request::classes_conf moved some
                   23791:          string crations from globals to M...  [works]
                   23792: 
                   23793:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   23794:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   23795:          main/pa_request.C: moved some configured data to
                   23796:          request::classes_conf moved some string crations from globals to
                   23797:          M...
                   23798: 
                   23799:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   23800:          about to move configured data to special request hash
                   23801: 
                   23802:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   23803:          classes/form.C, classes/mail.C, include/pa_request.h,
                   23804:          main/pa_request.C: configure started
                   23805: 
                   23806:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   23807:          2. todo: methoded-configure
                   23808: 
                   23809:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23810:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23811:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23812:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   23813:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23814:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23815:          classes/random.C, classes/response.C, classes/string.C,
                   23816:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   23817:          include/pa_request.h, main/compile.y, main/execute.C,
                   23818:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23819:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23820:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   23821:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   23822:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23823:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23824:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23825:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23826:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   23827:          methoded-configure
                   23828: 
                   23829:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   23830:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   23831:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   23832:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   23833: 
                   23834:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   23835:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23836:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23837:          classes/random.C, classes/response.C, classes/string.C,
                   23838:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   23839:          main/compile.y, main/execute.C, main/pa_globals.C,
                   23840:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   23841:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   23842:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   23843:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   23844:          beautifying just compiled. todo: debug, configure
                   23845: 
                   23846: 2001-04-27  paf
                   23847: 
                   23848:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   23849:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   23850:          beautifying -99
                   23851: 
                   23852:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   23853:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   23854:          classes/classes.h, classes/double.C, classes/file.C,
                   23855:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23856:          classes/op.C, classes/random.C, classes/response.C,
                   23857:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   23858:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23859:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23860:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   23861:          types/pa_vunknown.h: beautifying -100
                   23862: 
                   23863:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   23864: 
                   23865:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   23866:          classes/_op.h, classes/_random.h, classes/_table.h,
                   23867:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   23868:          classes/op.C, classes/random.C, classes/response.C,
                   23869:          classes/string.C, classes/table.C, classes/unknown.C,
                   23870:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23871:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23872:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   23873:          beautifying
                   23874: 
                   23875: 2001-04-26  paf
                   23876: 
                   23877:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   23878: 
                   23879:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   23880:          documentation ++
                   23881: 
                   23882:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   23883:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23884:          targets/cgi/pa_pool.C: code documentation ++
                   23885: 
                   23886:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   23887:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23888:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23889:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   23890:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23891:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23892:          types/pa_vrequest.C, types/pa_vrequest.h,
                   23893:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   23894:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   23895:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   23896:          code documentation ++
                   23897: 
                   23898:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23899:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   23900:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   23901:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   23902:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23903:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   23904:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   23905:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   23906: 
                   23907:        * src/main/: pa_request.C, pa_string.C: z
                   23908: 
                   23909:        * src/: include/pa_common.h, include/pa_types.h,
                   23910:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   23911:          connection caching fixed.  request-pooled-url were stored into
                   23912:          global connectioncache
                   23913: 
                   23914: 2001-04-25  paf
                   23915: 
                   23916:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   23917:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   23918: 
                   23919:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   23920:          main/execute.C, main/pa_common.C: -d
                   23921: 
                   23922:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   23923:          illegal call check a bit improved, but still under iis no mapping
                   23924:          of dir with parser allowed!
                   23925: 
                   23926: 2001-04-24  paf
                   23927: 
                   23928:        * src/targets/Makefile.am: apache module lib .am
                   23929: 
                   23930:        * src/main/pa_exec.C: windows32 buildCommand
                   23931: 
                   23932: 2001-04-23  paf
                   23933: 
                   23934:        * src/targets/cgi/Makefile.am: win32 conditional
                   23935: 
                   23936:        * src/targets/cgi/Makefile.am: win32 conditional
                   23937: 
                   23938:        * src/targets/cgi/Makefile.am: liblink
                   23939: 
                   23940:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   23941:          vfile fields return type
                   23942: 
                   23943:        * src/types/pa_vfile.h: vfile fields return type
                   23944: 
                   23945:        * src/include/pa_config_auto.h.in: .h.in
                   23946: 
                   23947:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   23948:          types/Makefile: makefiles removed
                   23949: 
                   23950:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   23951:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   23952: 
                   23953:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   23954:          [tested: i & g ]
                   23955: 
                   23956:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   23957:          @test noticed series in isapi, check how initialize_random_class
                   23958:          is called! [must be called only once]
                   23959: 
                   23960:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   23961:          would not be 'unknown column'
                   23962: 
                   23963:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   23964:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   23965: 
                   23966:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   23967:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   23968:          [now doesnt]
                   23969: 
                   23970:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   23971: 
                   23972:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   23973:          /cgi-bin/parser3/auto.p
                   23974: 
                   23975:        * src/main/untaint.C: untaint without charset
                   23976: 
                   23977:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23978:          main/pa_common.C: common: file_write /// @test mkdirs
                   23979:          file_delete rmdirs
                   23980: 
                   23981:        * src/main/untaint.C: mail header only once to =?
                   23982: 
                   23983:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   23984:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   23985:          main/untaint.C: untaint -        @test optimize whitespaces for
                   23986:          all but 'html'
                   23987: 
                   23988:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   23989:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23990:          main/untaint.C: untaint -  @test mail-header
                   23991: 
                   23992: 2001-04-20  paf
                   23993: 
                   23994:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   23995:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   23996:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23997:          targets/cgi/parser3.C: $MAIN:LOCALE
                   23998: 
                   23999:        * src/main/untaint.C: z
                   24000: 
                   24001:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   24002: 
                   24003: 2001-04-19  paf
                   24004: 
                   24005:        * src/main/compile_tools.h: $a$b bugfix
                   24006: 
                   24007:        * src/targets/cgi/parser3.C: z
                   24008: 
                   24009:        * src/classes/file.C: z
                   24010: 
                   24011:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   24012:          done: header to $fields. waits for header '\' tricks
                   24013: 
                   24014:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24015:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   24016:          changed urlencode here and in untaint.C to HTTP standard's " and
                   24017:          \" mech
                   24018: 
                   24019:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   24020:          http://alx/~paf/ doesnt load /auto.p
                   24021: 
                   24022: 2001-04-18  paf
                   24023: 
                   24024:        * src/main/pa_request.C: 1
                   24025: 
                   24026:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   24027:          linux @alx
                   24028: 
                   24029: 2001-04-17  paf
                   24030: 
                   24031:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   24032:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   24033:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   24034:          enabled
                   24035: 
                   24036:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24037:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24038:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24039:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24040:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   24041:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   24042:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24043:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   24044:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   24045:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   24046:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   24047:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   24048:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   24049:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   24050: 
                   24051:        * src/: include/pa_sql_driver_manager.h,
                   24052:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   24053:          types/pa_vimage.h: sql driver interface now has initialize(client
                   24054:          .so)
                   24055: 
                   24056: 2001-04-16  paf
                   24057: 
                   24058:        * src/Makefile.am: compile2 cygwin
                   24059: 
                   24060:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   24061:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   24062: 
                   24063:        * src/targets/cgi/Makefile.am: compile0 jav
                   24064: 
                   24065:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24066:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24067:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24068:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24069:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   24070:          classes/mail.C, classes/op.C, classes/random.C,
                   24071:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24072:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   24073:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   24074:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24075:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   24076:          compile-1
                   24077: 
                   24078: 2001-04-15  paf
                   24079: 
                   24080:        * src/classes/op.C: z
                   24081: 
                   24082:        * src/classes/table.C: table:empty +=process
                   24083: 
                   24084:        * src/types/pa_value.h: MethodParams !junction
                   24085: 
                   24086:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   24087:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24088:          classes/random.C, classes/response.C, classes/string.C,
                   24089:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   24090:          MethodParams everywhere
                   24091: 
                   24092:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   24093:          types/pa_vmethod_frame.h: MethodParams in op.C
                   24094: 
                   24095: 2001-04-12  paf
                   24096: 
                   24097:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   24098: 
                   24099:        * src/: classes/_unknown.h, classes/unknown.C,
                   24100:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24101:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   24102: 
                   24103:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   24104: 
                   24105:        * src/classes/image.C: image:gif now does not have params
                   24106: 
                   24107:        * src/classes/image.C:
                   24108:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   24109: 
                   24110:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   24111:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   24112:          for var now written not to r.wcontext, but to r.root cleared
                   24113:          "entered_object" state
                   24114: 
                   24115: 2001-04-11  paf
                   24116: 
                   24117:        * src/classes/image.C: image:create image:load
                   24118: 
                   24119:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   24120:          just compiled
                   24121: 
                   24122:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24123:          todo: gif without file
                   24124: 
                   24125:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24126:          started porting to Pooled descendant
                   24127: 
                   24128:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   24129:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   24130:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   24131:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   24132: 
                   24133:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   24134:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   24135:          end. switching to python imaging lib
                   24136: 
                   24137:        * src/main/main.dsp: gd+smtp made separate libs
                   24138: 
                   24139:        * src/: include/pa_globals.h, include/pa_string.h,
                   24140:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24141:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   24142:          length
                   24143: 
                   24144:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   24145:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   24146:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   24147:          UL_FILE_NAME of posted file name
                   24148: 
                   24149:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   24150:          post [broke when moved post read to core]
                   24151: 
                   24152: 2001-04-10  paf
                   24153: 
                   24154:        * src/classes/image.C: image:html done
                   24155: 
                   24156:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   24157: 
                   24158:        * src/classes/image.C: z
                   24159: 
                   24160:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   24161:          forgotten!
                   24162: 
                   24163:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24164:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24165:          types/pa_vimage.h: image:measure -90
                   24166: 
                   24167:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24168:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   24169:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24170:          classes/_table.h, classes/file.C, classes/mail.C,
                   24171:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   24172:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   24173:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   24174:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   24175:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   24176:          compiled
                   24177: 
                   24178:        * src/classes/mail.C: minor bug with unclear from/to
                   24179: 
                   24180:        * src/classes/mail.C: sendmail unix skipping defaults
                   24181: 
                   24182:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   24183:          sendmail unix added defaults
                   24184: 
                   24185:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   24186: 
                   24187:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   24188: 
                   24189: 2001-04-09  paf
                   24190: 
                   24191:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   24192:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   24193:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   24194:          targets/isapi/parser3isapi.dsp: all targets exec
                   24195: 
                   24196:        * src/: include/pa_sapi.h, include/pa_string.h,
                   24197:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24198:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   24199:          args in apache:util.script
                   24200: 
                   24201:        * src/include/pa_string.h: written but not tested exec with env for
                   24202:          unix
                   24203: 
                   24204:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   24205:          targets/cgi/parser3.C: exec win32 env
                   24206: 
                   24207:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   24208:          0
                   24209: 
                   24210:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   24211:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24212:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   24213:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   24214: 
                   24215:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   24216:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   24217: 
                   24218:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   24219:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   24220: 
                   24221:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   24222:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   24223:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24224:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24225:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   24226:          exec class just compiled. moved post read to request core
                   24227: 
                   24228:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   24229:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   24230:          main/pa_globals.C, targets/cgi/parser3.C,
                   24231:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   24232:          are already read by vform
                   24233: 
                   24234: 2001-04-08  paf
                   24235: 
                   24236:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   24237:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   24238:          uuencode. string<<
                   24239: 
                   24240: 2001-04-07  paf
                   24241: 
                   24242:        * src/classes/mail.C: z
                   24243: 
                   24244:        * src/classes/mail.C: z
                   24245: 
                   24246:        * src/classes/mail.C: ^mail[$attach
                   24247: 
                   24248:        * src/classes/mail.C: ^attach dead end
                   24249: 
                   24250:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   24251:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24252:          targets/isapi/parser3isapi.C: mail:send 1
                   24253: 
                   24254:        * src/: classes/mail.C, main/pa_request.C: z
                   24255: 
                   24256:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   24257:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   24258:          compiled
                   24259: 
                   24260:        * src/classes/mail.C: +=
                   24261: 
                   24262:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   24263:          prepared
                   24264: 
                   24265:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   24266:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   24267:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24268:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   24269: 
                   24270: 2001-04-06  paf
                   24271: 
                   24272:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   24273:          main/pa_string.C: table:dir 1
                   24274: 
                   24275:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   24276:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   24277: 
                   24278:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   24279:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   24280:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   24281:          main/pa_request.C: renamed 'root' to 'op'
                   24282: 
                   24283:        * src/classes/: _op.h, op.C: renamed from 'root'
                   24284: 
                   24285:        * src/types/pa_valiased.C: another root inherititance skipped
                   24286: 
                   24287:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   24288:          root methods of parent class. just 'ROOT' class
                   24289: 
                   24290:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   24291:          @office
                   24292: 
                   24293:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   24294: 
                   24295: 2001-04-05  paf
                   24296: 
                   24297:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   24298:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   24299:          constructor flag dropped at get_method_frame and remembered into
                   24300:          method_frame
                   24301: 
                   24302:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24303:          classes/table.C, main/pa_request.C: junction to code&expression
                   24304:          in errors
                   24305: 
                   24306:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24307:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   24308:          $LOCALE:ctype[Russian_Russia.1251]
                   24309: 
                   24310:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24311:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   24312:          main/pa_table.C: hash now not thread-safe.
                   24313: 
                   24314:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24315:          main/untaint.C: z
                   24316: 
                   24317:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24318:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   24319:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   24320:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   24321:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   24322: 
                   24323:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24324:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   24325: 
                   24326:        * src/classes/table.C: select * from hren error contains statement
                   24327: 
                   24328:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24329:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   24330:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   24331: 
                   24332:        * src/: classes/root.C, include/pa_sql_connection.h,
                   24333:          include/pa_sql_driver.h, main/main.dsp,
                   24334:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   24335:          services for conv memory & error reporting
                   24336: 
                   24337: 2001-04-04  paf
                   24338: 
                   24339:        * src/doc/doxygen.cfg: z
                   24340: 
                   24341:        * src/include/pa_sql_driver.h: mysql connect
                   24342: 
                   24343:        * src/include/pa_sql_driver.h: mysql info
                   24344: 
                   24345:        * src/: classes/root.C, include/pa_sql_driver.h,
                   24346:          include/pa_sql_driver_manager.h, main/main.dsp,
                   24347:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   24348: 
                   24349:        * src/sql/Makefile.am: forgot to add mysql client
                   24350: 
                   24351:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   24352:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   24353:          [forgot to add libltdl, added]
                   24354: 
                   24355:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   24356:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   24357:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   24358:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24359:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24360:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   24361:          -1000 just compiled
                   24362: 
                   24363:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24364:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   24365:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   24366: 
                   24367: 2001-04-03  paf
                   24368: 
                   24369:        * src/types/pa_vform.C: z
                   24370: 
                   24371:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   24372:          assigned lang
                   24373: 
                   24374:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   24375:          {}[]< empty []
                   24376: 
                   24377:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   24378:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   24379:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   24380: 
                   24381:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24382:          string:match replace strange matches
                   24383: 
                   24384:        * src/classes/string.C: string:match replace 0
                   24385: 
                   24386:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   24387:          prepared 2
                   24388: 
                   24389:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24390:          string:match replace prepared
                   24391: 
                   24392:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24393:          string:match replace -11
                   24394: 
                   24395:        * src/: classes/string.C, include/pa_globals.h,
                   24396:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   24397:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   24398: 
                   24399:        * src/: classes/string.C, include/pa_globals.h,
                   24400:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   24401:          main/pa_string.C: string:match [search] -1 just compiled
                   24402: 
                   24403:        * src/types/pa_vstring.C: z
                   24404: 
                   24405:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   24406:          classes/int.C, classes/response.C, classes/root.C,
                   24407:          classes/string.C, classes/table.C, include/pa_string.h,
                   24408:          main/pa_string.C: string:match -10 [frame]
                   24409: 
                   24410:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   24411:          main/pa_request.C: z
                   24412: 
                   24413:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   24414:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   24415:          todo/tests
                   24416: 
                   24417:        * src/include/pa_common.h: z
                   24418: 
                   24419:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   24420:          main/pa_request.C, targets/cgi/parser3.C,
                   24421:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   24422:          content-disposition
                   24423: 
                   24424:        * src/: include/pa_common.h, include/pa_globals.h,
                   24425:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24426:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   24427: 
                   24428:        * src/: include/pa_common.h, include/pa_request.h,
                   24429:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   24430:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24431:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   24432:          response:body
                   24433: 
                   24434:        * src/classes/table.C: table:append now uses string::split
                   24435: 
                   24436:        * src/classes/table.C: z
                   24437: 
                   24438:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24439:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   24440:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   24441:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   24442:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   24443:          string::pos & cmp & piece bugs fixed.  string::split new
                   24444:          table:load separated from set table:set implemented with clean \n
                   24445:          \t searches
                   24446: 
                   24447: 2001-04-02  paf
                   24448: 
                   24449:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24450:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   24451:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24452:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   24453:          it in table:set/load
                   24454: 
                   24455:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   24456:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   24457: 
                   24458:        * src/classes/random.C: random:generate 1
                   24459: 
                   24460:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   24461:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24462:          types/pa_value.h: random:generate
                   24463: 
                   24464: 2001-03-30  paf
                   24465: 
                   24466:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   24467:          todo: table flip and append. string::pos
                   24468: 
                   24469:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   24470:          classes/response.C, classes/root.C, classes/string.C,
                   24471:          classes/table.C, main/compile.y, main/execute.C,
                   24472:          types/pa_value.h, types/pa_vstateless_class.C,
                   24473:          types/pa_vstateless_class.h: static|dynamic|any method
                   24474:          registration
                   24475: 
                   24476:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   24477:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24478:          table:flip
                   24479: 
                   24480: 2001-03-29  paf
                   24481: 
                   24482:        * src/classes/string.C: string:xsplit forgot that they must result
                   24483:          in 1 row N column [not vice versa]
                   24484: 
                   24485:        * src/classes/string.C: z
                   24486: 
                   24487:        * src/classes/string.C: string: rsplit
                   24488: 
                   24489:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24490:          string: lsplit
                   24491: 
                   24492:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   24493:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   24494:          lsplit -1
                   24495: 
                   24496:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   24497:          string: pos
                   24498: 
                   24499:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24500:          string: pos -1
                   24501: 
                   24502:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   24503:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   24504:          main/untaint.C: string: left right mid
                   24505: 
                   24506:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   24507:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   24508:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   24509:          and [;] are different now.
                   24510: 
                   24511:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24512:          main/untaint.C: pool.request undone
                   24513: 
                   24514:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24515:          main/untaint.C: pool.request
                   24516: 
                   24517: 2001-03-28  paf
                   24518: 
                   24519:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24520:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24521:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   24522:          $request:browser [.type .version]; unknown.get_double now = 0.
                   24523: 
                   24524:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24525:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   24526:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   24527:          types/pa_vform.C: file:load autodetection of mime-type by
                   24528:          user-file-name
                   24529: 
                   24530:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   24531:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   24532:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   24533: 
                   24534:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   24535:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   24536:          write. must be self.set
                   24537: 
                   24538:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24539:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   24540: 
                   24541:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   24542:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   24543:          types/pa_vtable.h: table:locate just compiled
                   24544: 
                   24545: 2001-03-27  paf
                   24546: 
                   24547:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   24548:          code-params2, fixed ntfs hardlink slow dir update
                   24549: 
                   24550:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   24551:          types/pa_wcontext.h: fixed r/w context of code-params
                   24552: 
                   24553:        * src/: classes/table.C, main/execute.C: about to change junction
                   24554:          rcontext!!
                   24555: 
                   24556:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24557:          classes/string.C, classes/table.C, main/compile_tools.C,
                   24558:          main/execute.C, main/pa_request.C, main/untaint.C,
                   24559:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   24560:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24561:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   24562:          types/pa_vunknown.h: sort 0
                   24563: 
                   24564:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   24565:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   24566:          renamed to are_static_calls_disabled
                   24567: 
                   24568:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   24569:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   24570:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24571:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   24572: 
                   24573:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   24574: 
                   24575:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   24576:          started table:sort fixed minor bug in #...^{
                   24577: 
                   24578:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   24579:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   24580:          decided to have as it were. stepped back.  grammar: added 'in'
                   24581:          'is' 'lt'&co follow-space check
                   24582: 
                   24583: 2001-03-26  paf
                   24584: 
                   24585:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24586:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   24587:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24588:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   24589:          invocation in ^process
                   24590: 
                   24591:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   24592: 
                   24593:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   24594:          main/pa_array.C: table:record
                   24595: 
                   24596:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   24597:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24598:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   24599:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24600:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   24601:          types/pa_vtable.h: z
                   24602: 
                   24603:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   24604:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   24605:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24606:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   24607:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   24608:          method realisations on 'self' validity - they now can simply
                   24609:          assume that 'self' is V{Proper} .
                   24610: 
                   24611: 2001-03-25  paf
                   24612: 
                   24613:        * src/main/untaint.C: z
                   24614: 
                   24615:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   24616:          lowlevel - it initialization could be skipped if failed in @auto.
                   24617:          so that exception report would use some table
                   24618: 
                   24619:        * src/main/pa_request.C: table empty lines ignored. system-default
                   24620:          content type assigned in output:result [can fail in main:auto and
                   24621:          skipped normal defaults extraction]
                   24622: 
                   24623:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   24624:          bug
                   24625: 
                   24626:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   24627:          processing to table [except preliminary \r\n \r \n replacements
                   24628:          to "\n"]
                   24629: 
                   24630:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   24631:          move all the processing to table
                   24632: 
                   24633:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   24634:          main/pa_table.C, main/untaint.C: returned table originating.
                   24635:          useful for reporting typo table problems origin. think would be
                   24636:          useful somewhere else
                   24637: 
                   24638:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   24639: 
                   24640:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   24641:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   24642:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   24643:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   24644:          types/pa_vcookie.h: typo & typo-default
                   24645: 
                   24646: 2001-03-24  paf
                   24647: 
                   24648:        * src/main/pa_common.C: z
                   24649: 
                   24650:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   24651:          targets/cgi/parser3.C: html-typo 2
                   24652: 
                   24653:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   24654:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   24655:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   24656:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   24657:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24658:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24659:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   24660:          noticed double default content-type prob. run cgi.cmd tomorrow
                   24661:          first html-typo sample. detected << problem: they become ltlt too
                   24662:          fast
                   24663: 
                   24664:        * src/main/compile.y: z
                   24665: 
                   24666:        * src/main/: compile.y, compile_tools.h: #comment
                   24667: 
                   24668:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24669:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   24670:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24671:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   24672:          stringified
                   24673: 
                   24674:        * src/types/pa_valiased.C: decided to String-ify file_read
                   24675: 
                   24676:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   24677:          isapi/parser3isapi.dsp: cgi: sapi::log
                   24678: 
                   24679:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   24680:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   24681:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   24682:          error log experiments failed - cgi under iis got no access to
                   24683:          log. registereventsource simply failed with 5(illegal call) code,
                   24684:          while worked OK as standalone executable.  isapi: used
                   24685:          HSE_APPEND_LOG_PARAMETER feature
                   24686: 
                   24687:        * src/: include/pa_common.h, include/pa_globals.h,
                   24688:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24689:          targets/isapi/parser3isapi.C: fixed default content-type
                   24690:          allocation storage
                   24691: 
                   24692:        * src/: include/pa_globals.h, include/pa_request.h,
                   24693:          main/pa_globals.C, main/pa_request.C: z
                   24694: 
                   24695:        * src/: include/pa_array.h, include/pa_hash.h,
                   24696:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   24697:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24698:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   24699:          content-type
                   24700: 
                   24701:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   24702:          sanity
                   24703: 
                   24704:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   24705:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   24706:          away freeze mech.  no danger now for you can't do
                   24707:          ^request:process[@new-method[] body] trick anymore.  still
                   24708:          remains $some_instance.process[@new-method[] possibility] but
                   24709:          would leave it as a feature.  see index for sample
                   24710: 
                   24711:        * src/: include/pa_common.h, main/pa_common.C,
                   24712:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   24713:          monkey every target
                   24714: 
                   24715:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24716:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   24717:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   24718: 
                   24719: 2001-03-23  paf
                   24720: 
                   24721:        * src/: include/pa_pool.h, main/pa_request.C,
                   24722:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   24723:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24724:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   24725: 
                   24726:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   24727: 
                   24728:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   24729:          it would be better to rewrite as filter then to deal with pool
                   24730: 
                   24731:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   24732:          now like in cgi, not from APPL_PHYSICAL_PATH
                   24733: 
                   24734:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24735:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24736:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   24737:          include/pa_version.h, main/compile.y, main/execute.C,
                   24738:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24739:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24740:          main/untaint.C, targets/cgi/parser3.C,
                   24741:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   24742:          cgi: reinvent document_root and request_uri under iis. autoconf
                   24743:          updated. introducing ap_config_includes
                   24744: 
                   24745:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   24746: 
                   24747:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   24748: 
                   24749:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   24750:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24751:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24752:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   24753: 
                   24754:        * src/: include/pa_globals.h, main/pa_request.C,
                   24755:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24756:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24757:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   24758: 
                   24759:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24760:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24761:          isapi minor env beauty
                   24762: 
                   24763:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24764:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24765:          isapi document_root 0
                   24766: 
                   24767: 2001-03-22  paf
                   24768: 
                   24769:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   24770: 
                   24771:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   24772:          isapi/parser3isapi.C: z
                   24773: 
                   24774:        * src/: include/pa_pool.h, main/pa_request.C,
                   24775:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   24776: 
                   24777:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   24778:          kill.pl: isapi added utils
                   24779: 
                   24780:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   24781:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24782:          types/pa_vform.C: isapi 0
                   24783: 
                   24784:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   24785:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24786:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   24787:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   24788:          started isapi
                   24789: 
                   24790:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   24791:          some comments
                   24792: 
                   24793:        * src/: include/pa_globals.h, include/pa_request.h,
                   24794:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   24795:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   24796:          parser_root_auto_path parser_site_auto_path
                   24797: 
                   24798:        * src/types/pa_vcookie.C: cookie attr decoded
                   24799: 
                   24800: 2001-03-21  paf
                   24801: 
                   24802:        * src/targets/cgi/parser3.C: z
                   24803: 
                   24804:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   24805: 
                   24806:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   24807:          types/pa_venv.h: in cookie & env. todo:post
                   24808: 
                   24809:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   24810:          classes/root.C, classes/table.C, include/pa_array.h,
                   24811:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   24812:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   24813:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   24814:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24815:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   24816:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24817:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   24818:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24819:          shifted apache branch on main trunc
                   24820: 
                   24821:        * src/: include/pa_common.h, include/pa_globals.h,
                   24822:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24823:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   24824:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   24825:          starting mod_parser3
                   24826: 
                   24827:        * src/targets/cgi/parser3.C: starting mod_parser3
                   24828: 
                   24829: 2001-03-20  paf
                   24830: 
                   24831:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   24832:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   24833:          win32 ifdefs work and add ifdef unistd
                   24834: 
                   24835:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   24836:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   24837:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   24838:          z
                   24839: 
                   24840:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   24841:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   24842:          locking
                   24843: 
                   24844:        * src/: classes/Makefile.am, types/Makefile.am: z
                   24845: 
                   24846:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   24847:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   24848:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   24849:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24850:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   24851:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24852:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   24853: 
                   24854:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24855:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   24856: 
                   24857:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   24858:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   24859:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   24860:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   24861:          types/pa_vform.h: z
                   24862: 
                   24863:        * src/include/pa_string.h: z
                   24864: 
                   24865:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   24866:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   24867:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24868:          :Value
                   24869: 
                   24870:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   24871:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24872:          :VStateless_object
                   24873: 
                   24874:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   24875:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   24876:          :VStateless_object
                   24877: 
                   24878:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   24879:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   24880: 
                   24881:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   24882:          types/pa_valiased.h, types/pa_value.h,
                   24883:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   24884:          types/pa_vstateless_object.h: moved common get_element part from
                   24885:          stateless object&class into VAliased
                   24886: 
                   24887:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   24888:          classes/table.C, main/execute.C, main/main.dsp,
                   24889:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   24890:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   24891:          now :Value
                   24892: 
                   24893:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   24894:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24895:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   24896: 
                   24897:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   24898:          doxx
                   24899: 
                   24900:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   24901:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24902:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   24903:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   24904:          and ^file:save
                   24905: 
                   24906: 2001-03-19  paf
                   24907: 
                   24908:        * src/types/pa_vfile.C: z
                   24909: 
                   24910:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   24911:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   24912:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   24913:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   24914: 
                   24915:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   24916:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24917:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   24918:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   24919:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   24920:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   24921:          types/pa_vfile.h: file class just compiled
                   24922: 
                   24923:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   24924:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   24925:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24926:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   24927:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   24928: 
                   24929:        * src/include/pa_pool.h: z
                   24930: 
                   24931:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   24932:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   24933:          Hash::Value to Val so to doxygen would finlly stop confusing
                   24934:          those Value-s
                   24935: 
                   24936:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   24937:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   24938:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24939:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24940:          include/pa_types.h, main/compile.C, main/compile.y,
                   24941:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   24942:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   24943:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   24944:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24945:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   24946: 
                   24947:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   24948:          derivates somehow unlinked. don't know why yet
                   24949: 
                   24950:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   24951:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   24952:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24953:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24954:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   24955:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24956:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   24957: 
                   24958:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   24959:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   24960:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   24961:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   24962:          types/pa_vrequest.h: doc: detected Value derivates prob
                   24963: 
                   24964:        * src/include/pa_globals.h: z
                   24965: 
                   24966:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   24967:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   24968:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   24969:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   24970:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   24971:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   24972:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24973:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   24974: 
                   24975: 2001-03-18  paf
                   24976: 
                   24977:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   24978:          cookie: allowed access to hash-assigned
                   24979: 
                   24980:        * src/targets/cgi/parser3.C: z
                   24981: 
                   24982:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   24983:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   24984:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   24985:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24986:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24987:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   24988:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   24989:          types/pa_vunknown.h: cookie class
                   24990: 
                   24991:        * src/main/pa_request.C: zero length output allowed
                   24992: 
                   24993:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   24994:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   24995: 
                   24996:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   24997:          lang switch
                   24998: 
                   24999:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   25000:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25001:          types/pa_value.h, types/pa_vhash.h:
                   25002:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   25003: 
                   25004:        * src/main/execute.C: z
                   25005: 
                   25006:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   25007:          targets/cgi/parser3.C: taint[uri
                   25008: 
                   25009:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   25010:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   25011:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   25012:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   25013: 
                   25014:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   25015:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25016:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   25017:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   25018:          bool tainted) ctor
                   25019: 
                   25020:        * src/: include/pa_hash.h, include/pa_request.h,
                   25021:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   25022:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25023:          targets/cgi/parser3.C: proper @exceptions params tainting
                   25024: 
                   25025:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   25026:          response fields to header
                   25027: 
                   25028:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   25029:          z
                   25030: 
                   25031:        * src/: classes/_response.h, classes/response.C,
                   25032:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   25033:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   25034:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25035:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   25036:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   25037:          $response: 0  request::core exception rethrow
                   25038: 
                   25039: 2001-03-16  paf
                   25040: 
                   25041:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   25042:          types/pa_vrequest.h: native method' class call with less params
                   25043:          then needed error reporting
                   25044: 
                   25045:        * src/: classes/_request.h, classes/request.C,
                   25046:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   25047:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25048:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   25049:          types/pa_vrequest.h: $request : query :uri
                   25050: 
                   25051:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   25052:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   25053:          types/pa_wcontext.h: $result
                   25054: 
                   25055:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   25056: 
                   25057:        * src/: classes/double.C, include/code.h, main/compile.y,
                   25058:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   25059:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   25060: 
                   25061:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   25062:          main/compile.y, main/execute.C, types/pa_value.h,
                   25063:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   25064:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   25065:          wcontext conflict
                   25066: 
                   25067:        * src/: main/execute.C, types/pa_value.h,
                   25068:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   25069:          $string.field
                   25070: 
                   25071: 2001-03-15  paf
                   25072: 
                   25073:        * src/main/pa_request.C: news sample
                   25074: 
                   25075:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   25076:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   25077: 
                   25078:        * src/main/: compile.y, execute.C: z
                   25079: 
                   25080:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   25081:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   25082:          pre pre works
                   25083: 
                   25084:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25085:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   25086:          fillfields just compiled
                   25087: 
                   25088: 2001-03-14  paf
                   25089: 
                   25090:        * src/: include/pa_request.h, main/pa_request.C,
                   25091:          targets/cgi/parser3.C: z
                   25092: 
                   25093:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25094:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   25095:          types/pa_vstring.h: limits -1
                   25096: 
                   25097:        * src/: include/pa_globals.h, include/pa_request.h,
                   25098:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   25099:          main/pa_request.C, targets/cgi/parser3.C,
                   25100:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   25101:          request_info -1
                   25102: 
                   25103:        * src/: include/pa_globals.h, main/pa_globals.C,
                   25104:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25105:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   25106:          vform_fields_fill
                   25107: 
                   25108:        * src/targets/cgi/parser3.C: #  if MSVC
                   25109: 
                   25110:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   25111:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   25112: 
                   25113:        * src/targets/cgi/parser3.C: z
                   25114: 
                   25115:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   25116:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   25117:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25118:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   25119:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   25120:          types/pa_vunknown.h: global handler, exceptions in parser3
                   25121: 
                   25122: 2001-03-13  paf
                   25123: 
                   25124:        * src/: classes/form.C, main/compile.y, main/core.C,
                   25125:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   25126:          types/pa_vform.h, types/pa_vstateless_class.C,
                   25127:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   25128:          instead
                   25129: 
                   25130:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25131:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   25132:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   25133:          started cgi target
                   25134: 
                   25135:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25136:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   25137:          before error show with parser
                   25138: 
                   25139:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   25140:          include/pa_request.h, main/core.C, main/pa_request.C,
                   25141:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   25142: 
                   25143:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   25144: 
                   25145:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   25146:          parser3.C: renamed targets/ parser to cgi
                   25147: 
                   25148:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   25149:          classes/root.C, classes/string.C, classes/table.C,
                   25150:          include/pa_request.h, types/pa_vhash.h: z
                   25151: 
                   25152:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25153:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   25154:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   25155:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25156:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   25157:          [historical moment :)]
                   25158: 
                   25159:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   25160:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   25161: 
                   25162:        * src/types/pa_venv.h: $ENV 1
                   25163: 
                   25164:        * src/main/execute.C: z
                   25165: 
                   25166:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   25167:          future methods of ENV constructor if
                   25168: 
                   25169:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   25170:          class
                   25171: 
                   25172:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25173:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25174:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25175:          classes/string.C, classes/table.C, include/pa_request.h,
                   25176:          main/compile.C, main/compile_tools.h, main/core.C,
                   25177:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25178:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25179:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25180:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25181:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25182:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25183: 
                   25184:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25185:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25186:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25187:          classes/string.C, classes/table.C, include/pa_request.h,
                   25188:          main/compile.C, main/compile_tools.h, main/core.C,
                   25189:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25190:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25191:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25192:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25193:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25194:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25195: 
                   25196:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   25197:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   25198:          yesterdays bad decision on execute_static_method
                   25199: 
                   25200:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   25201: 
                   25202:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25203:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   25204: 
                   25205:        * src/main/pa_request.C: z
                   25206: 
                   25207:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25208:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   25209: 
                   25210:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25211:          include/pa_pool.h, main/pa_request.C:
                   25212:          restructure_exceptions_dead_end
                   25213: 
                   25214:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   25215:          allowed ; inside {} to break params
                   25216: 
                   25217:        * src/classes/root.C: ^eval
                   25218: 
                   25219:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   25220:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   25221:          string ^format
                   25222: 
                   25223:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   25224:          'bad' but not 'enough'
                   25225: 
                   25226:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   25227:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   25228:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   25229:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   25230:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   25231: 
                   25232:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25233:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   25234:          types/pa_vint.h: ^for
                   25235: 
                   25236: 2001-03-12  paf
                   25237: 
                   25238:        * src/classes/table.C: table ^empty
                   25239: 
                   25240:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   25241: 
                   25242:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   25243:          ^offset ^line ^count
                   25244: 
                   25245:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   25246:          ^abs()  ^sign()
                   25247: 
                   25248:        * src/classes/: root.C, table.C: ^use
                   25249: 
                   25250:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25251:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   25252:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   25253:          ^while. switched off wcontext.constructing after write(value) or
                   25254:          auto-vhash-constructing
                   25255: 
                   25256:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25257:          main/pa_request.C: fail_if_junction_ helper func
                   25258: 
                   25259:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25260:          include/pa_request.h, main/execute.C, main/main.dsp,
                   25261:          main/pa_common.C, main/pa_request.C: ^process error point by
                   25262:          actual method_name, not source.  ^load
                   25263: 
                   25264:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   25265: 
                   25266:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   25267:          classes/_table.h, classes/table.C, main/untaint.C: z
                   25268: 
                   25269:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   25270:          include/pa_table.h, main/core.C, main/execute.C,
                   25271:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   25272:          types/pa_value.h: table:set 0
                   25273: 
                   25274:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   25275:          include/pa_request.h, include/pa_table.h, main/core.C,
                   25276:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   25277:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   25278:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   25279:          types/pa_vstring.h: freeze, ^table:create[] -1
                   25280: 
                   25281:        * src/: classes/root.C, types/pa_value.h: z
                   25282: 
                   25283:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   25284:          get_method in couple places optimizing them
                   25285: 
                   25286:        * src/classes/root.C: z
                   25287: 
                   25288:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   25289:          zeroing
                   25290: 
                   25291:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25292:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   25293:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   25294:          main/compile.y, main/compile_tools.h, main/execute.C,
                   25295:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25296:          types/pa_vmframe.h: ^process. actual names to store param and
                   25297:          check_actual_numbered_params for better place diagnostics
                   25298: 
                   25299:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   25300:          method-junctions bug fixed
                   25301: 
                   25302:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   25303:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   25304: 
                   25305: 2001-03-11  paf
                   25306: 
                   25307:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   25308:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   25309:          VDouble VInt base now VObject_base - without fields
                   25310: 
                   25311:        * src/: classes/root.C, include/core.h, main/core.C: z
                   25312: 
                   25313:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25314:          classes/string.C, include/core.h, include/pa_hash.h,
                   25315:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   25316:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   25317: 
                   25318:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25319:          include/pa_request.h, main/execute.C: intercept_string
                   25320: 
                   25321:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25322:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   25323: 
                   25324:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   25325:          ^inc-s(expr)
                   25326: 
                   25327:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25328:          classes/_root.h, classes/_string.h, classes/double.C,
                   25329:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25330:          include/code.h, include/core.h, include/pa_array.h,
                   25331:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25332:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25333:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25334:          include/pa_types.h, main/compile.C, main/compile.y,
                   25335:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25336:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25337:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   25338:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25339:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25340:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25341:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25342:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25343:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25344:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   25345: 
                   25346:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   25347: 
                   25348:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25349:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   25350: 
                   25351:        * src/: include/pa_valiased.h, include/pa_value.h,
                   25352:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25353:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25354:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25355:          include/pa_vobject.h, include/pa_vstring.h,
                   25356:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25357:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   25358:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   25359:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   25360:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25361:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25362:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25363:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25364:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25365:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   25366:          include/
                   25367: 
                   25368: 2001-03-10  paf
                   25369: 
                   25370:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25371:          main/pa_request.C: run+auto=run
                   25372: 
                   25373:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   25374: 
                   25375:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25376:          classes/_root.h, classes/_string.h, classes/double.C,
                   25377:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25378:          include/code.h, include/core.h, include/pa_array.h,
                   25379:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25380:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25381:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25382:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   25383:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25384:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25385:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25386:          include/pa_vobject.h, include/pa_vstring.h,
                   25387:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25388:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   25389:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25390:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   25391:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   25392:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25393:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   25394:          main/pa_wcontext.C: sources header
                   25395: 
                   25396:        * src/main/pa_request.C: auto..
                   25397: 
                   25398:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25399:          main/pa_request.C: auto tree0
                   25400: 
                   25401:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   25402:          main/core.C, main/pa_request.C: names to core.C
                   25403: 
                   25404:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   25405:          include/pa_request.h, main/core.C, main/execute.C,
                   25406:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   25407: 
                   25408:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   25409:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   25410:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25411:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   25412: 
                   25413:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   25414:          @auto[] realised. auto.p scan togo
                   25415: 
                   25416:        * src/: include/pa_request.h, main/execute.C: autocalc
                   25417:          code-junctions result now have names
                   25418: 
                   25419:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25420:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   25421:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   25422:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   25423: 
                   25424:        * src/classes/env.C: env:file/line
                   25425: 
                   25426:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   25427:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   25428:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   25429:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   25430:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25431:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   25432:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   25433: 
                   25434:        * src/include/pa_vclass.h: const fight to go
                   25435: 
                   25436:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25437:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   25438:          main/main.dsp: env0
                   25439: 
                   25440:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   25441:          classes/_string.h, classes/double.C, classes/int.C,
                   25442:          classes/root.C, classes/string.C, include/pa_request.h,
                   25443:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   25444:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   25445:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   25446:          main/pa_wcontext.C: ^lang prepare0
                   25447: 
                   25448: 2001-03-09  paf
                   25449: 
                   25450:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   25451:          construct proper naming
                   25452: 
                   25453:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   25454:          classes/double.C, classes/int.C, classes/root.C,
                   25455:          classes/string.C, include/code.h, include/pa_value.h,
                   25456:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   25457:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25458:          main/compile.y, main/compile_tools.C, main/core.C,
                   25459:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   25460:          and ^double[]. fixed expr type
                   25461: 
                   25462:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25463:          ^string.length[]
                   25464: 
                   25465: 2001-03-08  paf
                   25466: 
                   25467:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   25468: 
                   25469:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   25470:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25471:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   25472:          derivated from vobject
                   25473: 
                   25474:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   25475:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   25476: 
                   25477:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   25478:          remained clone conseqs
                   25479: 
                   25480:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   25481: 
                   25482:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   25483: 
                   25484:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   25485:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   25486:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   25487:          include/pa_vobject.h, include/pa_vstring.h,
                   25488:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25489:          main/execute.C: withoud cloning. didn't need it actually, params
                   25490:          got passed from out unnamed ewpool
                   25491: 
                   25492:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   25493:          include/pa_vjunction.h, include/pa_vobject.h,
                   25494:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   25495: 
                   25496:        * src/: include/pa_bool.h, include/pa_double.h,
                   25497:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   25498:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   25499:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25500:          include/pa_vobject.h, include/pa_vstring.h,
                   25501:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25502:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   25503:          to give params proper names
                   25504: 
                   25505:        * src/main/pa_wcontext.C: z
                   25506: 
                   25507:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   25508:          unknown values in get_element and unfilled params. removed wrong
                   25509:          name change in get_element
                   25510: 
                   25511:        * src/main/execute.C: z
                   25512: 
                   25513:        * src/main/execute.C: fixed problems calling operators in
                   25514:          constructors
                   25515: 
                   25516:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   25517:          detected problems calling operators in constructors
                   25518: 
                   25519:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25520:          autocalc def to string
                   25521: 
                   25522:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   25523:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   25524: 
                   25525:        * src/classes/root.C: added root.c
                   25526: 
                   25527:        * src/: include/pa_request.h, include/pa_value.h,
                   25528:          include/pa_vcframe.h, include/pa_vmframe.h,
                   25529:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25530:          main/core.C, main/execute.C, main/pa_cframe.C,
                   25531:          main/pa_wcontext.C: 'if' just compiled
                   25532: 
                   25533:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   25534:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25535:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   25536:          main/pa_wcontext.C: z
                   25537: 
                   25538:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   25539:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   25540:          with parameter names  in operator methods
                   25541: 
                   25542:        * src/main/compile.y: minor renamings in .y
                   25543: 
                   25544:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25545:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   25546:          @BASE.  changed 'RUN' assignment mech
                   25547: 
                   25548:        * src/main/execute.C: z
                   25549: 
                   25550:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25551:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   25552:          static. so to enable runtime ^use
                   25553: 
                   25554:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   25555: 
                   25556:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25557:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   25558: 
                   25559:        * src/main/execute.C: root root in code-junction
                   25560: 
                   25561: 2001-03-07  paf
                   25562: 
                   25563:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   25564:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   25565: 
                   25566:        * src/: include/pa_stack.h, include/pa_value.h,
                   25567:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   25568:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   25569:          fixed rwcontext of {} params up
                   25570: 
                   25571:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   25572: 
                   25573:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   25574: 
                   25575:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   25576:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   25577:          main/pa_hash.C: expr def in -f
                   25578: 
                   25579:        * src/main/: compile.y, execute.C: expr calls
                   25580: 
                   25581:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   25582:          fixed
                   25583: 
                   25584:        * src/main/compile.y: expr quoted code
                   25585: 
                   25586:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   25587:          support0
                   25588: 
                   25589:        * src/main/compile.y: expr string comparisons 0
                   25590: 
                   25591:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   25592:          main/pa_string.C: just compiled lt&co
                   25593: 
                   25594:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   25595:          $field not a $var.field
                   25596: 
                   25597: 2001-03-06  paf
                   25598: 
                   25599:        * src/main/compile.y: .y expr visible-shorter
                   25600: 
                   25601:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   25602:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   25603:          logical
                   25604: 
                   25605:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   25606:          skipping whitespace in yylex
                   25607: 
                   25608:        * src/include/pa_vbool.h: forgot this
                   25609: 
                   25610:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   25611:          string ops in expressions 0
                   25612: 
                   25613:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   25614:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   25615:          main/execute.C, main/main.dsp: !~
                   25616: 
                   25617:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   25618:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   25619:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25620:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25621:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25622:          main/compile_tools.h, main/execute.C: +-*/
                   25623: 
                   25624:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   25625:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   25626: 
                   25627:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   25628:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   25629: 
                   25630:        * src/main/compile.y: expr grammar-1
                   25631: 
                   25632:        * src/main/compile.y: expr lexx1
                   25633: 
                   25634:        * src/main/: compile.y, execute.C, main.dsp: z
                   25635: 
                   25636:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   25637:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   25638:          main/execute.C: expr lex0 exec-1
                   25639: 
                   25640:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   25641: 
                   25642: 2001-02-26  paf
                   25643: 
                   25644:        * src/main/compile.y: max_string in yyerror bug fix
                   25645: 
                   25646: 2001-02-25  paf
                   25647: 
                   25648:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25649:          include/pa_wcontext.h, main/execute.C: VAliased3
                   25650: 
                   25651:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   25652: 
                   25653:        * src/main/execute.C: VAliased1
                   25654: 
                   25655:        * src/: include/pa_request.h, include/pa_value.h,
                   25656:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   25657:          VAliased0
                   25658: 
                   25659:        * src/: include/pa_pool.h, include/pa_request.h,
                   25660:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   25661:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   25662:          VAliased just compiled
                   25663: 
                   25664:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   25665:          include/pa_vobject.h, main/execute.C: alias dead end
                   25666: 
                   25667:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25668:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25669:          main/main.dsp: no not get fields into interm VFielded class.
                   25670:          fields & staticfields 1
                   25671: 
                   25672:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   25673:          include/pa_vobject.h, include/pa_wcontext.h,
                   25674:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   25675:          main/main.dsp: would now get fields into interm VFielded class
                   25676: 
                   25677:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25678:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25679:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25680:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   25681:          main/pa_wcontext.C: virtuals2
                   25682: 
                   25683:        * src/main/compile.y: : 1
                   25684: 
                   25685:        * src/main/compile.y: rethought to $class:static.field.subfield
                   25686: 
                   25687:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   25688:          $class:element
                   25689: 
                   25690:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25691:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   25692:          main/pa_wcontext.C: before execute class calls rewrite
                   25693: 
                   25694:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   25695:          name RUN, also alias
                   25696: 
                   25697:        * src/main/compile.y: escaping bug
                   25698: 
                   25699:        * src/: include/pa_request.h, include/pa_value.h,
                   25700:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   25701:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   25702: 
                   25703:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25704:          include/pa_vmframe.h, include/pa_vobject.h,
                   25705:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25706:          main/compile_tools.h, main/execute.C: ^class:method() just
                   25707:          compiled
                   25708: 
                   25709: 2001-02-24  paf
                   25710: 
                   25711:        * src/main/main.dsp: no bison -d
                   25712: 
                   25713:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   25714:          class' err msg wrong
                   25715: 
                   25716:        * src/main/compile.y: z
                   25717: 
                   25718:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   25719: 
                   25720:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   25721:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   25722: 
                   25723:        * src/: include/pa_vclass.h, main/core.C: z
                   25724: 
                   25725:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25726:          include/pa_vobject.h, main/main.dsp: vobject00
                   25727: 
                   25728:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   25729:          60% from 1 were 0
                   25730: 
                   25731:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   25732:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   25733:          as bad as you've named it: wcontext.value() was not a perfect
                   25734:          idea
                   25735: 
                   25736:        * src/main/execute.C: codeframe1
                   25737: 
                   25738:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   25739:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   25740:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25741:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25742:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   25743:          just compiled
                   25744: 
                   25745:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   25746:          ideology @: ^x{$a()) must construct current wcontext element, so
                   25747:          smart wcontext handling needed
                   25748: 
                   25749:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   25750:          klinch
                   25751: 
                   25752:        * src/main/: compile.y, execute.C: fixed empty constructor
                   25753:          optimized empty case. failed on calls - produced empty string
                   25754:          param
                   25755: 
                   25756:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   25757: 
                   25758:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   25759:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   25760:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25761:          main/execute.C: code junctions0. something wrong with last \n
                   25762:          macrotemplate strip
                   25763: 
                   25764:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   25765:          main/pa_value.C: minor error reporting format beautifyings
                   25766: 
                   25767:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25768:          include/pa_vframe.h, main/core.C, main/execute.C,
                   25769:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   25770:          junctions0
                   25771: 
                   25772: 2001-02-23  paf
                   25773: 
                   25774:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   25775:          pa_wwrapper.h: lara came, can't work, sorry :(
                   25776: 
                   25777:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   25778:          junction
                   25779: 
                   25780:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   25781:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   25782:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   25783: 
                   25784:        * src/: include/pa_hash.h, include/pa_value.h,
                   25785:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   25786:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   25787:          done
                   25788: 
                   25789:        * src/include/pa_wcontext.h: z
                   25790: 
                   25791:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   25792:          wrong grammar in complex constructor case
                   25793: 
                   25794:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   25795: 
                   25796:        * src/main/execute.C: with result rwpool
                   25797: 
                   25798:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   25799:          main/main.dsp: value named
                   25800: 
                   25801:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   25802:          strign 2 value in 2 places in execute
                   25803: 
                   25804:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   25805:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   25806:          wcontext.put_element when wcontext fvalue==0
                   25807: 
                   25808: 2001-02-22  paf
                   25809: 
                   25810:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25811:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   25812:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   25813: 
                   25814:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   25815:          erroreos checkout
                   25816: 
                   25817:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   25818: 
                   25819:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   25820:          main/compile_tools.h, main/pa_array.C: $self.get
                   25821: 
                   25822:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   25823: 
                   25824:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   25825:          bit. finished now.
                   25826: 
                   25827:        * src/main/compile.y: $: finished
                   25828: 
                   25829:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   25830: 
                   25831:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   25832:          main/execute.C: OP_STRING better then some xxx _VALUE
                   25833: 
                   25834:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   25835:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25836:          string to vstring it .y all
                   25837: 
                   25838:        * src/: include/pa_request.h, include/pa_stack.h,
                   25839:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   25840:          all
                   25841: 
                   25842:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   25843:          precise parse error line:col
                   25844: 
                   25845:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   25846:          main/pa_hash.C, main/pa_pool.C: TRY...
                   25847: 
                   25848:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25849:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   25850:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25851:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   25852:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   25853:          main/pa_table.C: removed exception from request
                   25854: 
                   25855:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   25856:          some forgotten
                   25857: 
                   25858:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25859:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   25860:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   25861:          get/put simple vars to VClass works0
                   25862: 
                   25863:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   25864:          main/pa_string.C: in process, but found that exceptions are too
                   25865:          global
                   25866: 
                   25867:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   25868:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   25869:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   25870:          seems wcontext must write strings regardles of fvalue!=0
                   25871: 
                   25872: 2001-02-21  paf
                   25873: 
                   25874:        * src/main/execute.C: tired :)
                   25875: 
                   25876:        * src/main/: compile.C, compile.y, execute.C: store0
                   25877: 
                   25878:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   25879:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   25880:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25881:          main/execute.C, main/main.dsp, main/pa_array.C,
                   25882:          main/pa_request.C: get put -1 [just compiled]
                   25883: 
                   25884:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   25885:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   25886:          main/main.dsp, main/pa_request.C: request core methods0
                   25887: 
                   25888:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   25889:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   25890:          execute
                   25891: 
                   25892:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   25893:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   25894:          methods and one_big_piece. now compile returns array<method*>
                   25895: 
                   25896:        * src/main/compile.y: more straightforward yylex[end]
                   25897: 
                   25898:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   25899:          string.operator==(char*)
                   25900: 
                   25901:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   25902:          main/execute.C, main/pa_array.C: after array.const get wonders
                   25903: 
                   25904:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   25905:          pa_string.h, pa_value.h: struck with const array.gets
                   25906: 
                   25907:        * src/main/: execute.C: z
                   25908: 
                   25909:        * src/main/: compile.y, execute.C: z
                   25910: 
                   25911:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   25912:          processing in eval & yyerror so it wouldn't cause memleaks.
                   25913: 
                   25914:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   25915:          parse error positions. leaving RIGHTMOST position as
                   25916:          @file[line:col]
                   25917: 
                   25918:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   25919:          main/compile_tools.h: line numbers needed. would add them to .y
                   25920:          now internally. externally it's not as precise as needed
                   25921: 
                   25922:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   25923:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25924:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   25925:          compiler works ok
                   25926: 
                   25927: 2001-02-20  paf
                   25928: 
                   25929:        * src/main/: compile.C, compile.y, compile_tools.C,
                   25930:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   25931:          not perfect
                   25932: 
                   25933:        * src/: include/code.h, include/compile.h, include/execute.h,
                   25934:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   25935:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25936:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25937:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   25938:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   25939:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   25940:          compiled.  execute=dump for now
                   25941: 
                   25942:        * src/main/core.C: core rewrite using yacc investigations now will
                   25943:          be compile[yacc]/execute[opcodes]
                   25944: 
                   25945: 2001-02-15  paf
                   25946: 
                   25947:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   25948:          rewrite as turing machine? for it seems it would be it's too many
                   25949:          ifs with this syntax now
                   25950: 
                   25951: 2001-02-14  paf
                   25952: 
                   25953:        * src/main/core.C: get_params 1
                   25954: 
                   25955:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   25956:          :( ]
                   25957: 
                   25958:        * src/main/core.C: varios breaks
                   25959: 
                   25960:        * src/main/core.C: get names 3
                   25961: 
                   25962:        * src/main/core.C: get names 2
                   25963: 
                   25964:        * src/main/core.C: get names 1
                   25965: 
                   25966:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   25967:          names 0
                   25968: 
                   25969:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   25970:          text repassing2 operator static vars
                   25971: 
                   25972:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   25973:          main/pa_string.C: process text repassing
                   25974: 
                   25975:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25976:          module:calls changes
                   25977: 
                   25978: 2001-02-13  paf
                   25979: 
                   25980:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25981:          ^class:calls[] started
                   25982: 
                   25983:        * src/: include/pa_value.h, main/core.C: z
                   25984: 
                   25985:        * src/main/core.C: operators : and self. prefixes
                   25986: 
                   25987:        * src/main/core.C: z
                   25988: 
                   25989:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25990:          tested
                   25991: 
                   25992:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25993:          optimized
                   25994: 
                   25995:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   25996:          would change privates to better support optimization
                   25997: 
                   25998:        * src/: include/pa_string.h, main/pa_string.C:
                   25999:          String_iterator::skip_to todo:optimize
                   26000: 
                   26001: 2001-02-12  paf
                   26002: 
                   26003:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   26004:          String_iterator
                   26005: 
                   26006:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   26007:          comments
                   26008: 
                   26009:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   26010:          self/methodref joined
                   26011: 
                   26012: 2001-02-11  paf
                   26013: 
                   26014:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   26015:          main/main.dsp: core started.  core.C, context&value .h
                   26016: 
                   26017:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26018:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26019:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   26020: 
                   26021: 2001-01-30  paf
                   26022: 
                   26023:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   26024:          comments
                   26025: 
                   26026:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   26027:          main/pa_pool.C: moved pa_pool.C to be target specific
                   26028: 
                   26029:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26030:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   26031:          to & changes
                   26032: 
                   26033:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26034:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   26035:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   26036:          re-associated. that's much better even removed 'die' necessety
                   26037: 
                   26038:        * src/: include/pa_error.h, include/pa_exception.h,
                   26039:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   26040:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   26041:          targets/Makefile.am: lowered targets/parser into subdir, added
                   26042:          parser_Pool(Pool) failed to add. would think..
                   26043: 
                   26044:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   26045:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   26046:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   26047:          hence lots of 'const'
                   26048: 
                   26049:        * src/: include/pa_error.h, include/pa_request.h,
                   26050:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   26051:          main/pa_table.C: Error fixed
                   26052: 
                   26053: 2001-01-29  paf
                   26054: 
                   26055:        * src/: include/pa_array.h, include/pa_common.h,
                   26056:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   26057:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   26058:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   26059:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   26060: 
                   26061:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26062:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26063:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   26064:          main/pa_string.C, main/pa_table.C: Request Error Table
                   26065: 
                   26066:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   26067:          templates"
                   26068: 
                   26069:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   26070:          main/main.dsp, main/pa_array.C: templates failed no template
                   26071:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   26072:          2.95.2-6 from latest cygwin]
                   26073: 
                   26074:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26075:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26076:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   26077:          main/pa_table.C: Table started would test template Array now
                   26078: 
                   26079:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26080:          String originating
                   26081: 
                   26082:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   26083:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   26084:          SYNCHRONIZED(thread_safe)
                   26085: 
                   26086:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   26087:          parts to top
                   26088: 
                   26089:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   26090:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   26091:          see: needed only in global Hash now, made Hash:: put/get
                   26092:          SYNCHRONIZED
                   26093: 
                   26094:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   26095:          main/pa_threads.C: added pa_threads
                   26096: 
                   26097:          Mutex
                   26098: 
                   26099:        * src/include/pa_hash.h: some comments
                   26100: 
                   26101:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   26102:          Array& operator += (Array& src)
                   26103: 
                   26104:        * src/main/pa_array.C: expand not convinient, would rewrite
                   26105: 
                   26106:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   26107:          (Array& src)
                   26108: 
                   26109:          rethought, would change now
                   26110: 
                   26111: 2001-01-27  paf
                   26112: 
                   26113:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   26114:          caching
                   26115: 
                   26116:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26117:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   26118:          cache rethought to chunk caching
                   26119: 
                   26120:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26121:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26122:          main/pa_hash.C, main/pa_string.C: Array 0
                   26123: 
                   26124:        * src/main/pa_string.C: String::operator ==
                   26125: 
                   26126:        * src/main/pa_hash.C: String(&String)
                   26127: 
                   26128:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   26129: 
                   26130:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   26131:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   26132:          pa_hash[forgotten]
                   26133: 
                   26134: 2001-01-26  paf
                   26135: 
                   26136:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26137:          removed templates [vc++ suxx]
                   26138: 
                   26139:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   26140:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   26141: 
                   26142:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   26143: 
1.119     moko     26144:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     26145: 
1.119     moko     26146:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     26147:          check
                   26148: 
                   26149:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   26150:          dynamic row_count
                   26151: 
                   26152:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26153:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26154:          targets/Makefile.am: Initial revision
                   26155: 
                   26156:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26157:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26158:          targets/Makefile.am: creating parser3 module
                   26159: 

E-mail: