Annotation of parser3/ChangeLog, revision 1.210

1.210   ! moko        1: 2024-12-16  moko
        !             2: 
        !             3:        * operators.txt: actualized for 3.5.0
        !             4: 
        !             5:        * src/classes/table.C: exception text fixed
        !             6: 
        !             7: 2024-12-15  moko
        !             8: 
        !             9:        * tests/: 102.html, results/102.processed: tests updated after
        !            10:          $form:fields not editable again (related to feature #1254)
        !            11: 
        !            12:        * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
        !            13:          be edited (related to feature #1254)
        !            14: 
        !            15:        * src/types/pa_vform.C: reverted that
        !            16:          $form:fields/tables/files/imap can be edited (related to feature
        !            17:          #1254) for backward compatibility
        !            18: 
        !            19: 2024-12-14  moko
        !            20: 
        !            21:        * operators.txt: + array in operators.txt
        !            22: 
        !            23:        * tests/results/auto.p: avoid $mac execution unless on OS X
        !            24: 
        !            25:        * tests/388-sql.html: more OS support
        !            26: 
        !            27: 2024-12-13  moko
        !            28: 
        !            29:        * tests/388-sql.html: sql tests under OS X now fixed
        !            30: 
        !            31:        * tests/results/auto.p: curl test under OS X now works
        !            32: 
        !            33:        * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
        !            34:          no dll name under Windows, hiding
        !            35: 
        !            36:        * tests/: 379-curl.html, results/379-curl.processed: some curl
        !            37:          versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
        !            38: 
        !            39:        * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
        !            40:          389.html, results/030.processed, results/212.processed,
        !            41:          results/219.processed, results/273.processed,
        !            42:          results/320.processed, results/346-curl.processed,
        !            43:          results/389.processed, results/auto.p: ^try-catch-filtered added
        !            44:          and used
        !            45: 
        !            46:        * tests/: 347-curl.html, results/347-curl.processed: support for
        !            47:          different error messages
        !            48: 
        !            49:        * src/classes/curl.C: several curl libraries supported,
        !            50:          ^curl:options[ $.library[] ] resets to default
        !            51: 
        !            52:        * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
        !            53:          removed as depends on curl version
        !            54: 
        !            55:        * tests/results/: 223-curl.processed, 394-curl.processed: curl
        !            56:          fixed bug with \n in file names, test result updated
        !            57: 
        !            58:        * tests/388-sql.html: +libmysqlclient.so
        !            59: 
        !            60:        * etc/auto.p.in: +libmariadb
        !            61: 
        !            62: 2024-12-12  moko
        !            63: 
        !            64:        * tests/: 388-sql.html, results/429-sql.processed: test results
        !            65:          updated after test changed
        !            66: 
        !            67:        * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
        !            68:          for newer MariaDB compatibility
        !            69: 
        !            70:        * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
        !            71:          results/429-sql.processed: key -> id for new MariaDB
        !            72:          compatibility
        !            73: 
        !            74:        * src/types/pa_vmethod_frame.h: warning war
        !            75: 
        !            76:        * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
        !            77:          Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
        !            78:          including for Debian package
        !            79: 
        !            80: 2024-12-11  moko
        !            81: 
        !            82:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
        !            83:          targets/isapi/parser3isapi.C, types/pa_vstatus.C:
        !            84:          $status:log-filename added (related to feature #1262)
        !            85: 
        !            86:        * tests/: 440.html, results/440.processed: test for row is checked
        !            87:          before accessing when table is modified during select (related to
        !            88:          bug #1258)
        !            89: 
        !            90:        * src/: classes/table.C, include/pa_table.h: row should be checked
        !            91:          before accessing as table can be modified during select (related
        !            92:          to bug #1258)
        !            93: 
        !            94:        * src/types/pa_vmail.C: $mail:received tables -> elements array
        !            95:          (related to feature #1226)
        !            96: 
        !            97:        * src/: classes/file.C, classes/image.C, classes/table.C,
        !            98:          include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
        !            99:          better messages (related to feature #1267)
        !           100: 
        !           101:        * tests/results/: 065.processed, 246.processed, 337.processed,
        !           102:          342.processed, 352.processed, 356.processed, 364.processed,
        !           103:          372.processed, 373.processed, 389.processed, 404.processed,
        !           104:          406.processed, 414.processed, 430.processed, 432.processed,
        !           105:          442.processed: tests updated after params.as_string error
        !           106:          reporting was improved (related to feature #1267)
        !           107: 
        !           108:        * src/classes/reflection.C: error messages optimized (related to
        !           109:          feature #1267)
        !           110: 
        !           111:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
        !           112:          error reporing for params.as_* (related to feature #1267)
        !           113: 
        !           114:        * src/: classes/file.C, classes/string.C, include/pa_exception.h:
        !           115:          MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
        !           116:          #1267)
        !           117: 
        !           118:        * tests/results/: 246.processed, 414.processed, 432.processed:
        !           119:          tests updated after params.as_string error reporting was improved
        !           120:          (related to feature #1267)
        !           121: 
        !           122:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
        !           123:          reporing for params.as_string (implements feature #1267)
        !           124: 
        !           125:        * tests/: 065.html, results/065.processed: tests for file methods
        !           126:          accepting file as filename added (related to feature #1265)
        !           127: 
        !           128:        * src/: classes/file.C, include/pa_exception.h,
        !           129:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
        !           130:          methods now accept file as path specification (adopted Sumo patch
        !           131:          implements feature #1265)
        !           132: 
        !           133:        * tests/: 400.html, results/400.processed: tests for result
        !           134:          optimization "locks" after first method call (related to feature
        !           135:          #1266)
        !           136: 
        !           137: 2024-12-10  moko
        !           138: 
        !           139:        * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
        !           140:          result_optimization comments (related to feature #1266)
        !           141: 
        !           142:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
        !           143:          $result now stored in my_result, not in local variables hash
        !           144:          (implements feature #1266)
        !           145: 
1.209     moko      146: 2024-12-09  moko
                    147: 
1.210   ! moko      148:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
        !           149:          set_my_variable in preparation for $result optimization (related
        !           150:          to feature #1266)
        !           151: 
1.209     moko      152:        * tests/results/119.processed: newline corrected for some OS
                    153: 
                    154:        * tests/: 441.html, results/441.processed: Debian-specific test
                    155:          commented
                    156: 
                    157:        * buildall: pcre2 10.42 -> 10.44
                    158: 
                    159: 2024-12-08  moko
                    160: 
                    161:        * buildall: external links fixed
                    162: 
                    163:        * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
                    164: 
                    165:        * src/include/pa_table.h: some clang versions compilation fix
                    166: 
                    167:        * configure.ac: 3.4.7b -> 3.5.0rc
                    168: 
                    169: 2024-12-07  moko
                    170: 
                    171:        * tests/: 443.html, 444.html, results/443.processed,
                    172:          results/444.processed: tests for named params (related to feature
                    173:          #1205)
                    174: 
                    175:        * src/: classes/reflection.C, types/pa_method.h: named_params
                    176:          support in reflection (related to feature #1205)
                    177: 
                    178:        * src/types/pa_vmethod_frame.h: extra_params and named params
                    179:          should be also inited in ^method[] call (related to feature
                    180:          #1205)
                    181: 
                    182:        * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
                    183:          support using @method[arg;.named_arg;.named_arg2] syntax
                    184:          (implements feature #1205)
                    185: 
                    186:        * tests/: 443.html, results/443.processed: test for *args inited
                    187:          added (related to bug #1264)
                    188: 
                    189:        * src/types/pa_vmethod_frame.h: *args are now inited even if not
                    190:          specified (fixes bug #1264)
                    191: 
                    192:        * tests/: 442.html, results/442.processed: tests for
                    193:          params.as_file_name(N) with empty file name added (related to
                    194:          feature #1121)
                    195: 
                    196:        * src/: classes/file.C, classes/hashfile.C, classes/image.C,
                    197:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                    198:          include/pa_exception.h, types/pa_vmethod_frame.h:
                    199:          params.as_file_name(N) added and used instead of
                    200:          params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
                    201:          (implements feature #1121)
                    202: 
                    203:        * src/: classes/file.C, classes/image.C, classes/op.C,
                    204:          classes/table.C, include/pa_exception.h: filename is everywhere
                    205:          params.as_string, unify exception and remove
                    206:          FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
                    207: 
                    208:        * tests/: 141.html, results/141.processed: test for
                    209:          ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
                    210:          to feature #1263)
                    211: 
                    212:        * src/classes/math.C: ^math:digest[...; $.hmac[$file]
                    213:          $.format[file] ] now supported (implements feature #1263)
                    214: 
                    215: 2024-12-06  moko
                    216: 
                    217:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    218:          targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
                    219:          (cgi/console/mail/httpd/apache/isapi) added (related to feature
                    220:          #1262)
                    221: 
                    222: 2024-12-05  moko
                    223: 
                    224:        * src/targets/cgi/parser3.C: more correct arguments processing to
                    225:          block -fl config.file log.file logic (related to feature #1262)
                    226: 
                    227: 2024-12-04  moko
                    228: 
                    229:        * src/targets/cgi/parser3.C: now only one log location is selected
                    230:          and tried. -l - supported for stderr specification (related to
                    231:          feature #1262)
                    232: 
                    233: 2024-12-03  moko
                    234: 
                    235:        * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
                    236:          results/010.processed, results/415.processed: tests for
                    237:          $.(expression)[value], $a.(expression), ^v.(expression)[args]
                    238:          added (related to feature #1064)
                    239: 
                    240:        * src/main/compile.y: $.(expression)[value], $a.(expression),
                    241:          ^v.(expression)[args] now supported (implements feature #1064)
                    242: 
                    243: 2024-12-02  moko
                    244: 
                    245:        * src/targets/cgi/parser3.C: -l /path/to/log options added
                    246:          (implements feature #1262)
                    247: 
1.208     moko      248: 2024-12-01  moko
                    249: 
                    250:        * tests/: 010.html, results/010.processed: some tests related to
                    251:          bug #1149 added
                    252: 
                    253:        * src/main/compile.y: the check pc.pos.col > 1 is not required
                    254:          because we can't be here without a '$' before. The begin == end
                    255:          check was incorrect since $[a]{b} fits this condition (fixes bug
                    256:          #1149)
                    257: 
                    258: 2024-11-29  moko
                    259: 
                    260:        * src/classes/array.C: warning war
                    261: 
                    262: 2024-11-26  moko
                    263: 
                    264:        * tests/: 441.html, results/441.processed: a bit more testing
                    265:          (related to bug #1238)
                    266: 
                    267:        * src/main/pa_exec.C: only " now quoted (related to bug #1239)
                    268: 
                    269:        * src/main/pa_exec.C: simplification arg_quote added (related to
                    270:          bug #1229)
                    271: 
1.207     moko      272: 2024-11-25  moko
                    273: 
                    274:        * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
                    275:          bug #1239)
                    276: 
                    277: 2024-11-24  moko
                    278: 
                    279:        * src/main/pa_exec.C: added cmd.exe specific
                    280: 
                    281:        * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
                    282:          tests for ^file::exec env and args tainting tests (related to bug
                    283:          #1239)
                    284: 
                    285:        * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
                    286: 
                    287:        * src/include/pa_config_includes.h: added recommendations for
                    288:          libxslt.a and and libexslt.a compilation under cygwin
                    289: 
                    290:        * tests/results/102.processed: $form:fields.value is now writable,
                    291:          as $form:value (related to feature #1254)
                    292: 
                    293:        * src/include/pa_config_includes.h: cigwin compilation fixes
                    294: 
                    295: 2024-11-23  moko
                    296: 
                    297:        * tests/httpd/site/run_server.sh: to simplify testing
                    298: 
                    299:        * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
                    300:          site/form.html: $form:files and $form:elements tests added, tests
                    301:          with curl supported (related to feature #1254)
                    302: 
                    303:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
                    304:          types/pa_vform.h: $form:elements implemented, VForm::get_element
                    305:          uses faster SYMBOLS_EQ, hashes no longer copied when using
                    306:          $form:fields/tables/files/imap and can be edited (implements
                    307:          feature #1254)
                    308: 
                    309:        * src/main/pa_http.C: pa_send added to handle partial writes (fixes
                    310:          bug #1261)
                    311: 
1.206     moko      312: 2024-11-17  moko
                    313: 
                    314:        * tests/: 440.html, results/440.processed: tests for
                    315:          ^table.array[], offset restoration, iterators robust tests
                    316:          (related to bug #1258, features #1259 and #1260)
                    317: 
                    318:        * tests/: 439.html, results/439.processed: array and hash iterators
                    319:          robust tests (related to feature #1260)
                    320: 
                    321:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                    322:          include/pa_table.h: Array_robust_iterator added and used in cases
                    323:          where array can be modified during iteration (implements feature
                    324:          #1260)
                    325: 
                    326:        * src/classes/table.C: ^table.array[], ^table.array[column name],
                    327:          ^table.array{code} added (implements feature #1259)
                    328: 
                    329: 2024-11-16  moko
                    330: 
                    331:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
                    332:          table current row restoration after exception and table changes
                    333:          (fixes bug #1258)
                    334: 
                    335: 2024-11-13  moko
                    336: 
                    337:        * src/classes/table.C: minor optimization
                    338: 
                    339:        * src/main/pa_string.C: \r added to default ^string.trim chars list
                    340:          (https://www.parser.ru/forum/?id=86648)
                    341: 
1.205     moko      342: 2024-11-11  moko
                    343: 
1.206     moko      344:        * src/classes/classes.C: set_base commented
                    345: 
                    346:        * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
                    347:          deleted
                    348: 
                    349:        * src/classes/classes.vcproj: no more classes.awk and classes.inc
                    350: 
                    351:        * src/classes/: Makefile.am, classes.awk: no more classes.awk and
                    352:          classes.inc
                    353: 
                    354:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                    355:          main/pa_globals.C: classes.awk is useless, preparing to delete it
                    356: 
1.205     moko      357:        * src/classes/classes.h: temp fix
                    358: 
                    359: 2024-11-10  moko
                    360: 
                    361:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    362:          classes/op.C, main/pa_string.C: minor optimization
                    363: 
                    364:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    365:          classes/op.C, main/pa_string.C: typo fixed
                    366: 
                    367:        * src/: classes/classes.awk, classes/classes.h, classes/date.C,
                    368:          classes/file.C, classes/image.C, classes/op.C,
                    369:          main/pa_charsets.C, main/pa_string.C: singletones used to reduce
                    370:          memory allocation befor main(). Only 3 allocations in chatsets
                    371:          left (implements feature #1257)
                    372: 
                    373:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
                    374:          minor naming convention fix
                    375: 
                    376:        * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
                    377:          results/436.processed, results/437.processed,
                    378:          results/438.processed: tests for @unhandled_exception processing
                    379:          (related to feature #1256)
                    380: 
                    381:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    382:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    383:          targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
                    384:          are now processed in request::core for correct logging and
                    385:          reporting (feature #1256)
                    386: 
                    387:        * src/: include/pa_sapi.h, main/pa_request.C,
                    388:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    389:          targets/isapi/parser3isapi.C: unhandled exception now called if
                    390:          exception occures during $response:download processing (related
                    391:          to bug #1255)
                    392: 
                    393:        * etc/auto.p.in: better 404 error reporting
                    394: 
                    395: 2024-11-09  moko
                    396: 
                    397:        * src/main/pa_memory.C: more detailed usage comment
                    398: 
                    399:        * src/main/pa_memory.C: usage commented
                    400: 
                    401:        * src/main/pa_memory.C: minor cleanup
                    402: 
                    403:        * src/types/: pa_varray.h, pa_vregex.h: warnings war
                    404: 
                    405:        * tests/: 436.html, httpd/029.txt, httpd/ok.log,
                    406:          httpd/site/029.html, results/436.processed: test for exception in
                    407:          $response:download[] added
                    408: 
                    409:        * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
                    410:          and avoid exit status 1 on die
                    411: 
                    412:        * tests/results/: 007.processed, 019.processed, 098.processed,
                    413:          103.processed, 233.processed: windows headers matter for binary
                    414:          files
                    415: 
                    416:        * tests/httpd/ok.log: tests results updated as extra headers now
                    417:          cleared on error (related to bug #1255)
                    418: 
                    419:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    420:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    421:          targets/isapi/parser3isapi.C: headers buffering to avoid extra
                    422:          headers in errors, custom send_error in cgi/httpd mode to avoid
                    423:          memory allocations (fixes bug #1255)
                    424: 
                    425: 2024-11-07  moko
                    426: 
                    427:        * tests/: 264.html, results/264.processed: tests updated to test
                    428:          removal of only trailing empty arguments for backward
                    429:          compatibility (related to feature #1252)
                    430: 
                    431:        * src/classes/file.C: remove trailing empty arguments for backward
                    432:          compatibility (related to feature #1252)
                    433: 
                    434: 2024-11-05  moko
                    435: 
                    436:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
                    437:          low memory case, when static initialization failed even before
                    438:          main() start
                    439: 
                    440: 2024-11-04  moko
                    441: 
                    442:        * configure, src/include/pa_config_auto.h.in,
                    443:          src/include/pa_config_fixed.h: _locking no longer used
                    444: 
                    445:        * configure.ac: _locking no longer used (related to bug #1231)
                    446: 
                    447:        * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
                    448: 
                    449:        * src/main/pa_os.C: lock errors tuning (related to bug #1231)
                    450: 
                    451:        * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
                    452:          unused
                    453: 
                    454:        * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
                    455:          be used on locking errors (related to bug #1231)
                    456: 
                    457:        * src/main/pa_os.C: GetLastError used as errno is not set (related
                    458:          to bug #1231)
                    459: 
                    460:        * src/main/pa_os.C: under windows _locking replaced with LockFileEx
                    461:          allowing shared lock to work (fixes bug #1231)
                    462: 
                    463:        * INSTALL: actualized, minor fixes
                    464: 
                    465:        * etc/auto.p.in: default LIMITS added
                    466: 
                    467:        * AUTHORS: links actualized
                    468: 
                    469:        * src/: classes/array.C, classes/bool.C, classes/classes.C,
                    470:          classes/classes.awk, classes/classes.h, classes/curl.C,
                    471:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                    472:          classes/hash.C, classes/hashfile.C, classes/image.C,
                    473:          classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
                    474:          classes/math.C, classes/memcached.C, classes/memory.C,
                    475:          classes/op.C, classes/reflection.C, classes/regex.C,
                    476:          classes/response.C, classes/string.C, classes/table.C,
                    477:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    478:          include/pa_array.h, include/pa_base64.h,
                    479:          include/pa_cache_managers.h, include/pa_charset.h,
                    480:          include/pa_charsets.h, include/pa_common.h,
                    481:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    482:          include/pa_dictionary.h, include/pa_dir.h,
                    483:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    484:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    485:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    486:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    487:          include/pa_request_charsets.h, include/pa_request_info.h,
                    488:          include/pa_sapi.h, include/pa_socks.h,
                    489:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    490:          include/pa_stack.h, include/pa_string.h,
                    491:          include/pa_stylesheet_connection.h,
                    492:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    493:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    494:          include/pa_uue.h, include/pa_xml_exception.h,
                    495:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    496:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    497:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    498:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    499:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    500:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    501:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    502:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    503:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    504:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    505:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    506:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    507:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    508:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    509:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    510:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    511:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    512:          main/untaint.C, sql/pa_sql_driver.h,
                    513:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    514:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    515:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    516:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    517:          types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
                    518:          types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
                    519:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    520:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                    521:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                    522:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                    523:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                    524:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                    525:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                    526:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                    527:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                    528:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                    529:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    530:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    531:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    532:          types/pa_vresponse.C, types/pa_vresponse.h,
                    533:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    534:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    535:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    536:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    537:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    538:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    539:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    540: 
1.203     moko      541: 2024-10-28  moko
                    542: 
1.204     moko      543:        * src/classes/array.C: avoid invalidate()
                    544: 
                    545:        * src/: classes/array.C, types/pa_varray.h: minor optimization for
                    546:          fused to survive in ^array::copy[$a] (related to feature #930)
                    547: 
                    548:        * src/types/pa_varray.h: minor optimization as last element is
                    549:          allways defined if present
                    550: 
1.203     moko      551:        * tests/: 435.html, results/435.processed: tests for
                    552:          ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
                    553:          for array added (related to feature #1253)
                    554: 
                    555:        * src/classes/array.C: typo fixed
                    556: 
                    557:        * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
                    558:          ^hash.set([-+]index)[value], and same for array added (implements
                    559:          feature #1253)
                    560: 
                    561:        * tests/results/: 246.processed, 298.processed, 342.processed,
                    562:          389.processed, 397.processed, 430.processed, 432.processed: tests
                    563:          results update after minor exceptions texts fixes
                    564: 
                    565: 2024-10-27  moko
                    566: 
                    567:        * src/: classes/array.C, classes/hash.C, classes/math.C,
                    568:          classes/reflection.C, classes/string.C, classes/table.C,
                    569:          main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
                    570:          types/pa_vmethod_frame.h: handy as_index() added, several
                    571:          exceptions texts fixed (related to feature #930)
                    572: 
                    573:        * src/: classes/array.C, types/pa_varray.h: non-working
                    574:          $array.fields removed, ^array.delete[index] supported (related to
                    575:          feature #930)
                    576: 
                    577:        * tests/: 431.html, results/431.processed: tests updated after
                    578:          ^a.delete[3] supported
                    579: 
                    580:        * tests/: 431.html, 434.html, results/434.processed: tests for last
                    581:          element used, push/pop, exceptions during arguments processing
                    582:          and used caching (related to feature #930)
                    583: 
                    584:        * src/: classes/array.C, types/pa_varray.h: change_used added for
                    585:          better used caching and now no issues if exception occures during
                    586:          append arguments processing (related to feature #930)
                    587: 
                    588:        * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
                    589:          ^array.pop[] added, last element is allways used (related to
                    590:          feature #930)
                    591: 
                    592: 2024-10-26  moko
                    593: 
                    594:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
                    595:          types/pa_varray.h: confirm_all_used added where possible (related
                    596:          to feature #930)
                    597: 
                    598:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    599:          small array optimizations (related to feature #930)
                    600: 
                    601:        * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
                    602: 
                    603:        * tests/: 431.html, results/431.processed: test for
                    604:          ^array.compact[undef] added
                    605: 
                    606:        * src/classes/array.C: ^array.compact[] now have optional 'undef'
                    607:          argument to also compact undefined elements (related to feature
                    608:          #930)
                    609: 
                    610: 2024-10-24  moko
                    611: 
                    612:        * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
                    613:          VArray::hash is used rarery, no longer caching the result
                    614: 
                    615:        * tests/results/432.processed: testing removed from tests
                    616: 
                    617: 2024-10-23  moko
                    618: 
                    619:        * tests/: 431.html, results/431.processed: ^array.compact[] test
                    620:          added
                    621: 
                    622:        * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
                    623: 
                    624:        * tests/: 432.html, results/432.processed: testing ^array.at[] for
                    625:          both "solid" and "sparse" arrays
                    626: 
                    627:        * src/classes/array.C: ^array.at[] speedup for "solid" arrays
                    628: 
                    629: 2024-10-22  moko
                    630: 
                    631:        * tests/results/264.processed: spelling
                    632: 
                    633:        * src/classes/file.C: spelling
                    634: 
                    635:        * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
                    636:          tests updated after ^file::exec[cmd;;$array] implemented and
                    637:          empty arguments not skipped (related to feature #1252)
                    638: 
                    639:        * src/classes/file.C: ^file::exec[cmd;;$array] supported
                    640:          (implements feature #1252) bugfix: empty arguments no longer
                    641:          skipped
                    642: 
1.205     moko      643: 2024-10-21  moko
                    644: 
                    645:        * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
                    646:          007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
                    647:          014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
                    648:          021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
                    649:          028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
                    650:          site/index.html, site/test.txt: httpd tests added
                    651: 
1.202     moko      652: 2024-10-20  moko
                    653: 
                    654:        * src/classes/string.C: warnings war
                    655: 
                    656:        * src/: main/pa_string.C, classes/array.C: warnings war
                    657: 
                    658:        * src/classes/json.C: warnings war
                    659: 
                    660:        * src/classes/image.C: warnings war
                    661: 
                    662:        * src/: classes/table.C, types/pa_varray.C: warnings war
                    663: 
                    664:        * src/classes/array.C: warning war
                    665: 
                    666:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
                    667: 
                    668:        * src/main/main.vcproj: warnings war
                    669: 
                    670: 2024-10-19  moko
                    671: 
                    672:        * tests/427.html: test updated after constructors renamed
                    673: 
                    674: 2024-10-18  moko
                    675: 
                    676:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
                    677:          results/421.processed, results/430.processed,
                    678:          results/431.processed: test updated after constructors renamed
                    679: 
                    680:        * src/classes/array.C: create -> copy, new -> create according to
                    681:          https://www.parser.ru/forum/?id=86603 discussion (related to
                    682:          feature #930)
                    683: 
                    684: 2024-10-16  moko
                    685: 
                    686:        * src/classes/json.C: $json:array[array or hash] added to provide
                    687:          more backward compatibility (implements feature #1251)
                    688: 
                    689: 2024-10-15  moko
                    690: 
                    691:        * tests/: 421.html, results/421.processed: test results updated
                    692:          after missing constuctor error check added and array is_index
                    693:          check added
                    694: 
                    695:        * src/main/execute.C: absent constructor message fixed
                    696: 
1.201     moko      697: 2024-10-13  moko
                    698: 
                    699:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                    700:          with is_index() before calling index() for better error reporting
                    701:          in method name typo (was invalid number, not method not found
                    702:          exception).
                    703: 
                    704: 2024-10-08  moko
                    705: 
                    706:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                    707: 
                    708:        * src/include/pa_array.h: warnings war
                    709: 
1.200     moko      710: 2024-10-05  moko
                    711: 
                    712:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                    713:          returns current row cells array (implements feature #1250)
                    714: 
                    715:        * tests/: 405.html, results/169.processed, results/405.processed:
                    716:          tests updated after ^string.split[;a] implemented (related to
                    717:          feature #1249)
                    718: 
                    719:        * src/classes/string.C: ^string.split[] - 'a' option added for
                    720:          splitting into an array (implements feature #1249)
                    721: 
                    722: 2024-10-04  moko
                    723: 
                    724:        * tests/: 431.html, results/431.processed: final code coverage
                    725:          array tests
                    726: 
                    727:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    728:          array: confirm_all_used() added and used where possible, expand()
                    729:          now expends faster
                    730: 
                    731: 2024-10-03  moko
                    732: 
                    733:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                    734: 
                    735:        * tests/: 256.html, results/256.processed: test for
                    736:          $.date[unix-timestamp] handling large dates
                    737: 
                    738:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                    739:          classes/string.C, classes/table.C, include/pa_common.h,
                    740:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    741:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                    742:          format replaced with pa_uitoa where applicable,
                    743:          $.date[unix-timestamp] fixed for handling large dates
                    744: 
                    745:        * tests/: 433.html, results/433.processed: more tests, including
                    746:          test for possible endless recursion in ^o.GET[]
                    747: 
                    748:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                    749:          recursion in get_scalar_value inside ^o.GET[]
                    750: 
                    751:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                    752:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                    753:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                    754:          $LIMITS.max_recursion
                    755: 
                    756: 2024-10-02  moko
                    757: 
                    758:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                    759:          results/253.processed, results/287.processed,
                    760:          results/430.processed, results/433.processed: more tests for full
                    761:          array and json code coverage
                    762: 
                    763:        * tests/: 433.html, results/433.processed: tests for hash functions
                    764:          with array param
                    765: 
                    766:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                    767: 
                    768:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                    769:          in 246.html used to test ^array.at, same result produced
                    770: 
                    771:        * tests/: 430.html, 431.html, results/430.processed,
                    772:          results/431.processed: more array tests for 100% code coverage
                    773:          (related to feature #930)
                    774: 
                    775:        * tests/: 427.html, 430.html, results/427.processed,
                    776:          results/430.processed: first portion of array tests added
                    777:          (related to feature #930)
                    778: 
                    779:        * src/classes/array.C: allow only whitespace string as argument for
                    780:          add and join
                    781: 
                    782:        * src/classes/array.C: add behavour for array synced with hash
                    783: 
                    784: 2024-09-30  moko
                    785: 
                    786:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                    787:          tests added
                    788: 
                    789:        * src/classes/array.C: $.distinct should not be used unless
                    790:          $.sparse(true)
                    791: 
                    792:        * tests/: 429-sql.html, results/388-sql.processed,
                    793:          results/429-sql.processed: tests for ^array::sql{}, including
                    794:          multi_statements mode (related to feature #930)
                    795: 
1.199     moko      796: 2024-09-29  moko
                    797: 
                    798:        * src/classes/array.C: synced ^array::sql multi_statements logic
                    799:          with ^hash::sql new behavour
                    800: 
                    801: 2024-09-28  moko
                    802: 
                    803:        * tests/: 428-sql.html, results/388-sql.processed,
                    804:          results/428-sql.processed: tests updated after column names were
                    805:          fixed in multi_statements mode (related to feature #1197)
                    806: 
                    807:        * src/classes/hash.C: column names are fixed for most cases in
                    808:          multi_statements mode (related to feature #1197)
                    809: 
                    810:        * tests/: 428-sql.html, results/195.processed,
                    811:          results/224.processed, results/239.processed,
                    812:          results/254.processed, results/261.processed,
                    813:          results/306.processed, results/333.processed,
                    814:          results/341.processed, results/343.processed,
                    815:          results/344.processed, results/348.processed,
                    816:          results/364.processed, results/389.processed,
                    817:          results/390.processed, results/415.processed,
                    818:          results/420.processed, results/421.processed: tests results
                    819:          updated after error messages spelling minor fixes
                    820: 
                    821:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                    822:          spelling
                    823: 
                    824:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    825:          classes/image.C, classes/math.C, classes/string.C,
                    826:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                    827:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                    828:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                    829:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                    830:          types/pa_vmail.C, types/pa_vobject.C,
                    831:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    832:          types/pa_vxdoc.C: minor error messages spelling fixes
                    833: 
                    834:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                    835:          implementation (related to feature #930)
                    836: 
                    837:        * tests/: 388-sql.html, results/388-sql.processed: test results
                    838:          updated after rows number ^file::sql{} check added
                    839: 
                    840:        * src/classes/file.C: rows number now checked in ^file::sql{}
                    841: 
                    842:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                    843: 
                    844:        * tests/: 428-sql.html, results/428-sql.processed: more
                    845:          multi_statements testing before bugfix
                    846: 
                    847:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                    848:          results/428-sql.processed: support for multiple sql test files
                    849:          added
                    850: 
                    851:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                    852: 
                    853:        * src/classes/hash.C: more accurate one_bool_column processing
                    854: 
                    855:        * tests/: 427.html, results/427.processed: Constructors as methods
                    856:          behavour documented in test
                    857: 
                    858:        * src/classes/hash.C: HashStringValue::Iterator used for options
                    859: 
                    860:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                    861: 
                    862:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                    863:          testing
                    864: 
                    865:        * tests/results/367-curl.processed: test result updated after
                    866:          server charset changed
                    867: 
                    868:        * tests/results/347-curl.processed: error messages updated
                    869: 
                    870:        * tests/results/: 346-curl.processed, 379-curl.processed,
                    871:          394-curl.processed: tests results updated after Type -> Exception
                    872:          type replacement
                    873: 
                    874:        * tests/results/388-sql.processed: tests result updated after Type
                    875:          -> Exception type
                    876: 
                    877: 2024-09-27  moko
                    878: 
                    879:        * src/classes/hash.C: minor simplification
                    880: 
                    881: 2024-09-24  moko
                    882: 
                    883:        * src/main/pa_string.C: atoui error messages improved
                    884: 
                    885:        * tests/: 165.html, 312.html, results/165.processed,
                    886:          results/312.processed, results/379.processed: tests updated after
                    887:          default endless loop limit increased, atoi error messages
                    888:          improved
                    889: 
                    890:        * src/classes/hash.C: VBool::get used, unification
                    891: 
1.198     moko      892: 2024-09-22  moko
                    893: 
                    894:        * src/classes/array.C: minor simplification
                    895: 
                    896:        * src/classes/array.C: ^array.left(N),
                    897:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                    898: 
                    899:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                    900:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                    901:          added, default 1000000 (related to feature #930)
                    902: 
                    903:        * tests/: 426.html, results/426.processed: test for negative limit
                    904:          and offset processing for table options added
                    905: 
                    906:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                    907:          bugfix: negative limit and offset processing for table options
                    908:          fixed
                    909: 
                    910: 2024-09-21  moko
                    911: 
                    912:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                    913:          ^for added that also iterates holes; ^remove added (related to
                    914:          feature #930)
                    915: 
                    916:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                    917:          $.offset(M) ] added (related to feature #930)
                    918: 
                    919: 2024-09-20  moko
                    920: 
                    921:        * src/: classes/array.C, types/pa_varray.h: array:
                    922:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                    923:          feature #930)
                    924: 
                    925: 2024-09-19  moko
                    926: 
                    927:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                    928:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                    929:          support $a[v1;v2;...] syntax (related to feature #930)
                    930: 
                    931: 2024-09-17  moko
                    932: 
                    933:        * src/: classes/reflection.C, include/pa_request.h,
                    934:          main/compile_tools.h, main/pa_request.C:
                    935:          ^reflection:class_alias[existing class name;alias class name]
                    936:          added. The array class can now be redefined regardless of the
                    937:          $.replace(bool) option value (related to feature #930)
                    938: 
                    939:        * src/main/: compile.y, compile_tools.h: class_add return value
                    940:          inverted to add it to request class
                    941: 
                    942:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                    943:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                    944:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                    945:          resize if required. spared array - added fused, append.
                    946: 
1.197     moko      947: 2024-09-16  moko
                    948: 
                    949:        * src/types/pa_varray.h: get moved to where it belongs
                    950: 
                    951: 2024-09-15  moko
                    952: 
                    953:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                    954:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                    955: 
                    956:        * tests/: 421.html, results/323.processed, results/421.processed:
                    957:          tests updated after 'spared-array' class renamed to 'array'
                    958:          following a discussion on the forum (related to feature #930)
                    959: 
                    960:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                    961:          types/pa_vmail.C: initial SparseArray separation from Array,
                    962:          parser class now 'array'
                    963: 
                    964: 2024-09-14  moko
                    965: 
                    966:        * tests/: 030.html, results/030.processed: out of range expires
                    967:          check added
                    968: 
                    969:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                    970:          checking expires time using VDate
                    971: 
                    972: 2024-09-13  moko
                    973: 
                    974:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                    975:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                    976:          classes/memcached.C, classes/op.C, classes/regex.C,
                    977:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                    978:          main/execute.C, main/pa_http.C, main/pa_request.C,
                    979:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                    980:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                    981:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                    982:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                    983:          removed as dynamic_cast is faster, Value::is() is still required
                    984:          for is operator.
                    985: 
                    986: 2024-09-12  moko
                    987: 
                    988:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                    989:          classes/table.C, classes/xnode.C, include/pa_array.h,
                    990:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                    991:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                    992:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                    993:          templated pa_itoa/pa_uitoa added to work with any integer type,
                    994:          String::Body::Format removed
                    995: 
                    996: 2024-09-10  moko
                    997: 
                    998:        * src/classes/array.C: append and insert methods added to
                    999:          sparse-array (related to feature #930)
                   1000: 
                   1001:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                   1002:          tests updated after sparse-array was added to avoid ^json:parse[]
                   1003:          using it in old tests (related to feature #930)
                   1004: 
                   1005:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                   1006:          types/pa_varray.h: sparse-array class added (initial feature #930
                   1007:          implementation)
                   1008: 
                   1009:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                   1010:          for sparse-array class files (related to feature #930)
                   1011: 
                   1012:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                   1013:          types/pa_vhash.h: VArray support functions without actual VArray
                   1014:          files (related to feature #930)
                   1015: 
1.196     moko     1016: 2024-09-07  moko
                   1017: 
                   1018:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                   1019:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                   1020:          main/pa_http.C, main/pa_sql_driver_manager.C,
                   1021:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                   1022:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                   1023:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                   1024:          with Hash::Iterator, has_next() replaced with operator bool
                   1025:          (related to feature #930)
                   1026: 
                   1027:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                   1028:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                   1029:          types/pa_vstateless_class.C: Array class extended,
                   1030:          Array::Iterator added and used (related to feature #930)
                   1031: 
1.195     moko     1032: 2024-08-26  moko
                   1033: 
                   1034:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                   1035:          should be used on argv[0] as well to match document root.
                   1036: 
1.194     moko     1037: 2024-08-25  moko
                   1038: 
                   1039:        * src/main/pa_request.C: be more specific
                   1040: 
                   1041:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                   1042:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                   1043:          (fixes bug #1244)
                   1044: 
                   1045:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                   1046:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                   1047:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                   1048: 
                   1049:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                   1050: 
1.193     moko     1051: 2024-07-24  moko
                   1052: 
                   1053:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                   1054:          main/execute.C, main/pa_string.C: Warning war: clang changed
                   1055:          -Wdeprecated-register warning to -Wregister, it's easier to
                   1056:          remove all register vars then continue this fight. :)
                   1057: 
                   1058:        * src/main/: compile.y, compile.tab.C: warning war: register
                   1059:          removed
                   1060: 
1.192     moko     1061: 2024-07-14  moko
                   1062: 
                   1063:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                   1064:          checking the HTTP request environment; if the variable is not
                   1065:          present, checking the web server process environment (implements
                   1066:          feature #1242)
                   1067: 
1.191     moko     1068: 2024-05-26  moko
                   1069: 
                   1070:        * tests/: 195.html, 229.html, results/096.processed,
                   1071:          results/097.processed, results/158.processed,
                   1072:          results/186.processed, results/273.processed,
                   1073:          results/293.processed, results/317.processed,
                   1074:          results/389.processed, results/402.processed: tests updated as
                   1075:          single quote now escaped with &apos; in HTML tainting mode
                   1076:          (related to feature #1241)
                   1077: 
                   1078:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                   1079:          tainting mode (implements feature #1241)
                   1080: 
                   1081:        * tests/results/: 020.processed, 021.processed, 026.processed,
                   1082:          042.processed, 043.processed, 057.processed, 110.processed,
                   1083:          115.processed, 116.processed, 117.processed, 118.processed,
                   1084:          119.processed, 120.processed, 125.processed, 126.processed,
                   1085:          128.processed, 130.processed, 131.processed, 132.processed,
                   1086:          133.processed, 135.processed, 136.processed, 138.processed,
                   1087:          139.processed, 140.processed, 145.processed, 150.processed,
                   1088:          151.processed, 165.processed, 174.processed, 181.processed,
                   1089:          182.processed, 192.processed, 193.processed, 201.processed,
                   1090:          213.processed, 224.processed, 226.processed, 230.processed,
                   1091:          239.processed, 240.processed, 244.processed, 253.processed,
                   1092:          254.processed, 261.processed, 264.processed, 269.processed,
                   1093:          274.processed, 275.processed, 288.processed, 294.processed,
                   1094:          296.processed, 303.processed, 306.processed, 307.processed,
                   1095:          308.processed, 311.processed, 312.processed, 314.processed,
                   1096:          315.processed, 316.processed, 320.processed, 323.processed,
                   1097:          324.processed, 325.processed, 328.processed, 330.processed,
                   1098:          332.processed, 333.processed, 337.processed, 338.processed,
                   1099:          341.processed, 342.processed, 343.processed, 344.processed,
                   1100:          345.processed, 348.processed, 352.processed, 356.processed,
                   1101:          357.processed, 363.processed, 364.processed, 368.processed,
                   1102:          372.processed, 373.processed, 376.processed, 378.processed,
                   1103:          379.processed, 385.processed, 386.processed, 387.processed,
                   1104:          389.processed, 390.processed, 395.processed, 397.processed,
                   1105:          398.processed, 399.processed, 404.processed, 406.processed,
                   1106:          413.processed, 414.processed, 420.processed, 421.processed,
                   1107:          424.processed, auto.p: Type -> Exception type for readability
                   1108: 
                   1109:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                   1110:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                   1111:          results/119.processed, results/165.processed,
                   1112:          results/175.processed, results/192.processed,
                   1113:          results/213.processed, results/217.processed,
                   1114:          results/230.processed, results/240.processed,
                   1115:          results/298.processed, results/380.processed,
                   1116:          results/415.processed: try-catch, try-catch-comment used
                   1117: 
                   1118: 2024-05-21  moko
                   1119: 
                   1120:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                   1121:          results/180.processed, results/195.processed,
                   1122:          results/224.processed, results/auto.p: @try-catch-comment added
                   1123:          and used
                   1124: 
                   1125:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                   1126:          415.html, results/269.processed, results/283.processed,
                   1127:          results/auto.p: more tests are updated to prepare for apostrophe
                   1128:          escaping in HTML tainting
                   1129: 
                   1130:        * tests/results/: 181.processed, 294.processed, 296.processed,
                   1131:          315.processed, 379.processed, 389.processed, auto.p:
                   1132:          $exception.comment printed as-is for whitespace reporting and to
                   1133:          prepare for apostrophe escaping in HTML mode
                   1134: 
1.190     moko     1135: 2024-05-11  moko
                   1136: 
                   1137:        * tests/: 099.html, 100.html, results/099.processed,
                   1138:          results/100.processed: a test for non-UTF-8 filename* added
                   1139:          (related to feature #1240)
                   1140: 
                   1141:        * tests/: 293.html, results/293.processed: tainting modes tests
                   1142:          added
                   1143: 
                   1144:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1145:          309.processed, 310.processed, 419.processed: tests results
                   1146:          updated after filename* added (related to feature #1240)
                   1147: 
                   1148:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                   1149:          parameter was added to the Content-Disposition header to conform
                   1150:          with RFC 6266, with code provided by Sumo (implements feature
                   1151:          #1240)
                   1152: 
                   1153: 2024-05-10  moko
                   1154: 
                   1155:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                   1156:          positive performance effect in our case
                   1157: 
1.189     moko     1158: 2024-03-27  moko
                   1159: 
                   1160:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                   1161:          (related to feature #1236)
                   1162: 
                   1163: 2024-03-15  moko
                   1164: 
                   1165:        * tests/: 413.html, results/413.processed: test for object still
                   1166:          can be used as file parameter (related to bug #1218)
                   1167: 
                   1168:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                   1169:          still can be used in file context (fixes bug #1218)
                   1170: 
                   1171: 2024-03-14  moko
                   1172: 
                   1173:        * src/include/pa_string.h: ArrayString get() null result assert
                   1174:          also added (related to bug #1238)
                   1175: 
                   1176:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                   1177:          VString::empty() used instead of new VString()
                   1178: 
                   1179: 2024-03-12  moko
                   1180: 
                   1181:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                   1182:          results/379.processed: test added for cookie without value
                   1183:          (related to bug #1238)
                   1184: 
                   1185:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                   1186:          values are now required to be non-null (related to bug #1238)
                   1187: 
                   1188:        * src/main/pa_http.C: cookies without value are now parsed
                   1189:          correctly (fixed bug #1238)
                   1190: 
                   1191: 2024-03-11  moko
                   1192: 
                   1193:        * tests/run_parser.sh: for better error reporting
                   1194: 
1.188     moko     1195: 2023-12-30  moko
                   1196: 
                   1197:        * tests/: 038.html, results/038.processed: test for atan2 added
                   1198: 
                   1199: 2023-12-29  moko
                   1200: 
                   1201:        * src/classes/math.C: atan2(y,x) math function added
                   1202: 
1.187     moko     1203: 2023-12-14  moko
                   1204: 
                   1205:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                   1206: 
                   1207:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                   1208:          exceptions and behavour added (related to feature #1236)
                   1209: 
                   1210: 2023-12-13  moko
                   1211: 
                   1212:        * buildall: by default parser is now bundled with pcre2 10.42,
                   1213:          --without-pcre2 option added to build with pcre-8.45 (related to
                   1214:          feature #1236)
                   1215: 
                   1216: 2023-12-12  moko
                   1217: 
                   1218:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                   1219:          support added (implements feature #1236)
                   1220: 
                   1221:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                   1222:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                   1223:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                   1224:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                   1225:          <yavor@gnu.org> to add pcre2 library support (implements feature
                   1226:          #1236)
                   1227: 
1.186     moko     1228: 2023-11-28  moko
                   1229: 
                   1230:        * src/include/pa_config_includes.h: warnings war continues
                   1231: 
                   1232:        * src/include/pa_config_includes.h: warning war
                   1233: 
                   1234:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                   1235:          number strings, whitespace and sign in exception messages
                   1236:          (related to bug #1234)
                   1237: 
1.185     moko     1238: 2023-11-26  moko
                   1239: 
                   1240:        * tests/: 274.html, results/224.processed, results/274.processed:
                   1241:          tests for date double, int, bool added (related to feature #1235)
                   1242: 
                   1243:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                   1244:          added for date class (implements feature #1235)
                   1245: 
                   1246: 2023-11-23  moko
                   1247: 
                   1248:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                   1249:          and '-' strings are no longer can be treated as number 0,
                   1250:          exception thrown (fixes bug #1234)
                   1251: 
1.184     moko     1252: 2023-11-18  moko
                   1253: 
                   1254:        * src/include/pa_types.h: minor
                   1255: 
                   1256:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                   1257: 
                   1258:        * tests/: 389.html, results/389.processed: error messages for some
                   1259:          OS differs a bit, reducing failing tests for them
                   1260: 
                   1261: 2023-11-17  moko
                   1262: 
                   1263:        * tests/: 423.html, results/423.processed: test for optional
                   1264:          @auto[] inheritance added (related to feature #1233)
                   1265: 
                   1266:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1267:          types/pa_vstateless_class.C: optional @auto[] inheritance
                   1268:          implemented if defined with two args (path, class name)
                   1269:          (implements feature #1233)
                   1270: 
                   1271:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   1272:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                   1273:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                   1274:          sync double->int overflow behavour under different architectures
                   1275:          (fixes bug #1232)
                   1276: 
                   1277:        * tests/: 422.html, results/422.processed: int clipping added
                   1278: 
                   1279: 2023-11-16  moko
                   1280: 
                   1281:        * tests/: 422.html, results/422.processed: test for int and uint
                   1282:          overflow in ^n.format[d/u/x]
                   1283: 
                   1284:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                   1285:          Apple M1 when negative double converts to uint the result is 0)
                   1286:          and crc32 should be 32 bits
                   1287: 
                   1288:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                   1289:          on Apple M1 it's 0
                   1290: 
                   1291:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                   1292:          Apple M1 when negative double converts to uint the result is 0)
                   1293:          and crc32 should be 32 bits
                   1294: 
1.183     moko     1295: 2023-10-07  moko
                   1296: 
                   1297:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                   1298:          behavour with other OP_NUM_*, related to bug #1230
                   1299: 
                   1300: 2023-10-06  moko
                   1301: 
                   1302:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                   1303: 
                   1304:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                   1305:          be converted to double to avoid 80 bit operations in x87 mode
                   1306:          (fixes bug #1230)
                   1307: 
                   1308: 2023-10-05  moko
                   1309: 
                   1310:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                   1311:          compatibility
                   1312: 
                   1313:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                   1314: 
                   1315:        * tests/: 421.html, results/421.processed: test to cover all
                   1316:          classes and objects nonexistent method and field exceptions
                   1317:          (related to feature #1080 and #1227)
                   1318: 
                   1319:        * tests/results/: 182.processed, 324.processed: undefined method ->
                   1320:          <type> method not found exception (related to feature #1080)
                   1321: 
                   1322:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                   1323:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                   1324:          "element can not be fetched from" for them, "field not found" for
                   1325:          all other types (related to bug #1227)
                   1326: 
                   1327: 2023-10-03  moko
                   1328: 
                   1329:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                   1330:          <type> method not found" exception now thrown for static calls
                   1331:          instead of "undefined method" without class name (related to
                   1332:          feature #1080)
                   1333: 
                   1334: 2023-10-02  moko
                   1335: 
                   1336:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                   1337:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                   1338:          <method name>, Comment: <type> method not found" exception now
                   1339:          thrown for all dynamic objects instead of "undefined method"
                   1340:          without class name (implements feature #1080)
                   1341: 
1.182     moko     1342: 2023-10-01  moko
                   1343: 
                   1344:        * src/classes/json.C: we don't have a dynamic json object.
                   1345: 
                   1346: 2023-09-28  moko
                   1347: 
                   1348:        * tests/: 420.html, results/261.processed, results/420.processed:
                   1349:          tests updated after bug #1228 fix reverted
                   1350: 
                   1351:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                   1352:          whitespace string is hash compatible, so we don't want $s.key to
                   1353:          return a junction
                   1354: 
                   1355:        * tests/: 261.html, 420.html, results/261.processed,
                   1356:          results/420.processed: test for bug #1227 added, test updated
                   1357:          after bug #1228 fixed
                   1358: 
                   1359:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                   1360:          now throws exception as $non-empty-string.field (fixes bug #1227)
                   1361: 
                   1362:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                   1363:          #1228)
                   1364: 
                   1365: 2023-09-26  moko
                   1366: 
                   1367:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                   1368:          src/classes/classes.C, src/classes/classes.awk,
                   1369:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                   1370:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   1371:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   1372:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                   1373:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                   1374:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                   1375:          src/classes/regex.C, src/classes/response.C,
                   1376:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   1377:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   1378:          src/include/pa_array.h, src/include/pa_base64.h,
                   1379:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   1380:          src/include/pa_charsets.h, src/include/pa_common.h,
                   1381:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   1382:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   1383:          src/include/pa_exception.h, src/include/pa_exec.h,
                   1384:          src/include/pa_globals.h, src/include/pa_hash.h,
                   1385:          src/include/pa_http.h, src/include/pa_memory.h,
                   1386:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   1387:          src/include/pa_os.h, src/include/pa_pool.h,
                   1388:          src/include/pa_random.h, src/include/pa_request.h,
                   1389:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   1390:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   1391:          src/include/pa_sql_connection.h,
                   1392:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   1393:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   1394:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                   1395:          src/include/pa_table.h, src/include/pa_threads.h,
                   1396:          src/include/pa_types.h, src/include/pa_uue.h,
                   1397:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                   1398:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                   1399:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                   1400:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                   1401:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                   1402:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                   1403:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                   1404:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                   1405:          src/main/compile.tab.C, src/main/compile.y,
                   1406:          src/main/compile_tools.C, src/main/compile_tools.h,
                   1407:          src/main/execute.C, src/main/pa_base64.C,
                   1408:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   1409:          src/main/pa_charsets.C, src/main/pa_common.C,
                   1410:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   1411:          src/main/pa_exception.C, src/main/pa_exec.C,
                   1412:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                   1413:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                   1414:          src/main/pa_request.C, src/main/pa_socks.C,
                   1415:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   1416:          src/main/pa_stylesheet_connection.C,
                   1417:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                   1418:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                   1419:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                   1420:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                   1421:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                   1422:          src/targets/apache/mod_parser3_core.C,
                   1423:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                   1424:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                   1425:          src/types/pa_method.h, src/types/pa_property.h,
                   1426:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1427:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                   1428:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   1429:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   1430:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                   1431:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1432:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                   1433:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                   1434:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   1435:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   1436:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   1437:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                   1438:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                   1439:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   1440:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                   1441:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                   1442:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   1443:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                   1444:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                   1445:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   1446:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   1447:          src/types/pa_vstateless_class.h,
                   1448:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   1449:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   1450:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1451:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                   1452:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   1453:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   1454:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   1455:          src/types/pa_wwrapper.h: copyright, authors actualized
                   1456: 
1.181     moko     1457: 2023-08-20  moko
                   1458: 
                   1459:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                   1460:          commited (related to feature #1219)
                   1461: 
                   1462: 2023-08-16  moko
                   1463: 
                   1464:        * src/main/pa_random.C: replaced clock precision with monotonicity
                   1465:          counter, good for Windows version with low clock frequency
                   1466:          (related to feature #1229)
                   1467: 
                   1468: 2023-08-15  moko
                   1469: 
                   1470:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                   1471:          fixes related to feature #1229
                   1472: 
                   1473:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                   1474:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                   1475:          (implements feature #1229)
                   1476: 
1.180     moko     1477: 2023-08-02  moko
                   1478: 
                   1479:        * tests/: results/417.processed, 417.html: test for empty string
                   1480:          match after last char added (related to bug #1224)
                   1481: 
                   1482:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                   1483:          length match (related to bug #1224)
                   1484: 
1.179     moko     1485: 2022-11-22  moko
                   1486: 
                   1487:        * tests/: 419.html, results/419.processed: test for L_URI and path
                   1488:          removeal from filename added (related to bug #1204)
                   1489: 
                   1490:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                   1491:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                   1492:          attribute value, L_URI should be used
                   1493: 
1.178     moko     1494: 2022-09-21  moko
                   1495: 
                   1496:        * src/targets/cgi/parser3.C: more clear error messages
                   1497: 
                   1498:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                   1499:          SAPI_Info will return 0 in read_post and post_size !=
                   1500:          content_length will be thrown
                   1501: 
1.177     moko     1502: 2022-08-23  moko
                   1503: 
                   1504:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                   1505:          header value
                   1506: 
                   1507: 2022-08-22  moko
                   1508: 
                   1509:        * tests/: 418.html, results/418.processed: test for
                   1510:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                   1511:          to #1225)
                   1512: 
                   1513:        * src/classes/hash.C: keep old behavoir by default
                   1514: 
                   1515:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                   1516:          $.order[self|arg] ] added (implements #1215)
                   1517: 
1.176     moko     1518: 2022-03-21  moko
                   1519: 
                   1520:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                   1521:          xmlInitCharEncodingHandlers is called in libxml static
                   1522:          initializers before gc_substitute_memory_management_functions in
                   1523:          pa_globals and thus gc may not see reference to our
                   1524:          xmlCharEncodingHandler and free it.
                   1525: 
1.175     moko     1526: 2022-01-26  moko
                   1527: 
                   1528:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                   1529: 
1.174     moko     1530: 2021-12-28  moko
                   1531: 
                   1532:        * tests/: 417.html, results/417.processed: test for empty string
                   1533:          match added (related to bug #1224)
                   1534: 
                   1535:        * src/main/pa_string.C: empty string match now works (fixes bug
                   1536:          #1224)
                   1537: 
1.173     moko     1538: 2021-12-24  moko
                   1539: 
                   1540:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                   1541: 
                   1542: 2021-12-23  moko
                   1543: 
                   1544:        * src/: classes/table.C, main/pa_request.C: warnings war
                   1545: 
                   1546:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   1547:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                   1548: 
                   1549: 2021-12-21  moko
                   1550: 
                   1551:        * tests/: 416.html, results/416.processed: test for ^break[] in
                   1552:          ^hash/table.select[] (related to feature #1222)
                   1553: 
                   1554:        * src/classes/: hash.C, table.C: ^break[] support for
                   1555:          ^hash/table.select[] (implements feature #1222)
                   1556: 
1.172     moko     1557: 2021-11-30  moko
                   1558: 
                   1559:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                   1560:          0.5 sec
                   1561: 
1.171     moko     1562: 2021-11-10  moko
                   1563: 
                   1564:        * tests/results/415.processed: more syntax errors tests added
                   1565: 
                   1566:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                   1567:          28.p: minor syntax error tests
                   1568: 
                   1569:        * src/main/pa_exception.C: pa_strdup added for compatibility
                   1570: 
                   1571:        * src/classes/curl.C: hint to call ^curl:options[
                   1572:          $.library[correct.libcurl.so.name] ] added if default load fails.
                   1573: 
                   1574: 2021-11-09  moko
                   1575: 
                   1576:        * src/main/compile.y: error message can be on stack
                   1577: 
                   1578:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                   1579: 
                   1580:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                   1581:          this case then strncpy
                   1582: 
                   1583:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                   1584:          instead of strcpy where possible
                   1585: 
                   1586:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                   1587:          used to avoid MAX_STRING limit in Exception comment
                   1588: 
                   1589:        * tests/results/415.processed: compiler exceptions are no longer
                   1590:          limited to MAX_STRING
                   1591: 
                   1592:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                   1593:          char * instead of fixed buffer
                   1594: 
                   1595:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                   1596:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                   1597:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                   1598:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                   1599:          results/415.processed: tests for parser.compile exceptions added
                   1600: 
                   1601: 2021-11-08  moko
                   1602: 
                   1603:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                   1604:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                   1605:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1606:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                   1607:          drawbacks
                   1608: 
1.170     moko     1609: 2021-11-06  moko
                   1610: 
                   1611:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                   1612:          (implements feature #1219)
                   1613: 
                   1614:        * tests/: 414.html, results/414.processed: test for
                   1615:          ^hash.rename[from;to] added (related to feature #1144)
                   1616: 
                   1617: 2021-11-05  moko
                   1618: 
                   1619:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                   1620:          (related to feature #1144)
                   1621: 
                   1622: 2021-11-04  moko
                   1623: 
                   1624:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                   1625:          added (implements feature #1144)
                   1626: 
1.169     moko     1627: 2021-10-19  moko
                   1628: 
                   1629:        * tests/: 413.html, results/413.processed: test for hash no longer
                   1630:          is accepted as file parameter (related to bug #1218)
                   1631: 
                   1632:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1633:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                   1634:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                   1635:          longer is accepted as file parameter (fixes bug #1218)
                   1636: 
1.168     moko     1637: 2021-07-19  moko
                   1638: 
                   1639:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                   1640:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                   1641: 
1.167     moko     1642: 2021-04-16  moko
                   1643: 
                   1644:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                   1645:          processing it leads to assertions.
                   1646: 
1.166     moko     1647: 2021-03-25  moko
                   1648: 
                   1649:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                   1650:          #1213
                   1651: 
1.165     moko     1652: 2021-02-12  moko
                   1653: 
                   1654:        * tests/: 360.html, results/360.processed, results/363.processed:
                   1655:          parser method call in expression mode no longer differs from call
                   1656:          in string mode (related to feature #1211)
                   1657: 
                   1658: 2021-02-11  moko
                   1659: 
                   1660:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   1661:          fixed (bug #1212)
                   1662: 
                   1663:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   1664:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   1665:          strings in both calls (implements feature #1211)
                   1666: 
1.164     moko     1667: 2021-01-28  moko
                   1668: 
                   1669:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   1670: 
                   1671:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   1672:          3.4.7b
                   1673: 
1.162     moko     1674: 2021-01-21  moko
                   1675: 
                   1676:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   1677:          is MULTITHREADED
                   1678: 
1.157     moko     1679: 2021-01-20  moko
                   1680: 
1.161     moko     1681:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   1682:          'a2enmod mpm_prefork'
                   1683: 
1.160     moko     1684:        * src/targets/apache/mod_parser3.c: prefork name is now
                   1685:          'libapache2-mpm-itk'
                   1686: 
                   1687:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   1688:          removed
                   1689: 
1.159     moko     1690:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   1691: 
1.158     moko     1692:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   1693:          3.4.6
                   1694: 
1.157     moko     1695:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   1696: 
                   1697:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   1698:          /httpd.p
                   1699: 
                   1700:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   1701:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   1702:          #1203)
                   1703: 
                   1704: 2021-01-19  moko
                   1705: 
                   1706:        * buildall: --disable-parallel-mark added to avoid "number of
                   1707:          processors" threads creation for heap marking as it conflicts
                   1708:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   1709:          limits threads)
                   1710: 
1.156     moko     1711: 2021-01-16  moko
                   1712: 
                   1713:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   1714:          main/pa_globals.C, main/pa_memory.C,
                   1715:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   1716:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   1717:          feature #1209)
                   1718: 
                   1719: 2021-01-15  moko
                   1720: 
                   1721:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   1722:          3.4.6rc
                   1723: 
                   1724:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   1725:          faster on large json)
                   1726: 
                   1727: 2021-01-14  moko
                   1728: 
                   1729:        * operators.txt: updated with 3.4.6 changes
                   1730: 
                   1731:        * tests/results/224.processed: test result modified after
                   1732:          today(shift) implemented
                   1733: 
                   1734:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   1735:          option $.default(bool) added (related to feature #1172)
                   1736: 
                   1737:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   1738:          (related to feature #1172)
                   1739: 
                   1740:        * tests/: 141.html, results/141.processed: test modified for
                   1741:          feature #1185.
                   1742: 
                   1743:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   1744:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   1745:          options $.lower(bool) (implements feature #1185)
                   1746: 
                   1747: 2021-01-11  moko
                   1748: 
                   1749:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   1750:          #1192)
                   1751: 
                   1752:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   1753:          added (related to feature #1192)
                   1754: 
1.155     moko     1755: 2021-01-05  moko
                   1756: 
                   1757:        * tests/: 270.html, results/270.processed: test modified to work
                   1758:          under Windows
                   1759: 
                   1760:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   1761:          4 windows
                   1762: 
                   1763:        * tests/: 410.html, results/410.processed: test for
                   1764:          $CLASS-GETTER-PROTECTED(false) added
                   1765: 
                   1766: 2021-01-04  moko
                   1767: 
                   1768:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   1769:          $MAIN:LOCALS(true) added
                   1770: 
1.154     moko     1771: 2021-01-03  moko
                   1772: 
                   1773:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   1774:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   1775:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   1776:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   1777:          #1207)
                   1778: 
                   1779: 2021-01-02  moko
                   1780: 
                   1781:        * etc/auto.p.in: minor
                   1782: 
                   1783:        * src/main/pa_request.C: sending headers only after opening file to
                   1784:          allow error reporting if file was not opened (foreign group,
                   1785:          etc).
                   1786: 
                   1787: 2020-12-31  moko
                   1788: 
                   1789:        * src/: include/pa_request.h, main/pa_request.C,
                   1790:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   1791: 
                   1792:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1793:          main/pa_request.C: get_class_ref added and used
                   1794: 
                   1795:        * etc/auto.p.in: @CLASS httpd added
                   1796: 
                   1797:        * etc/auto.p.in: @auto[] is now first
                   1798: 
                   1799: 2020-12-30  moko
                   1800: 
                   1801:        * tests/: 408.html, results/408.processed: test for bug #1166
                   1802:          (windows only) added
                   1803: 
                   1804:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   1805:          for trailing / (fixes bug #1166)
                   1806: 
                   1807:        * tests/: 341.html, results/341.processed: tests for
                   1808:          ^nameless_table.hash[] added (related to feature #1138)
                   1809: 
                   1810:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   1811:          (implements feature #1138), extra fields in named tables no
                   1812:          longer ignored (implements feature #1138)
                   1813: 
                   1814:        * tests/results/390.processed: updated after exception text change
                   1815: 
                   1816: 2020-12-29  moko
                   1817: 
                   1818:        * tests/: 407.html, results/407.processed: +$._default check
                   1819: 
                   1820:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   1821: 
                   1822:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   1823:          and ^hash.reverse[] added (releated to feature #1172)
                   1824: 
                   1825:        * src/classes/hash.C:
                   1826:          ^hash.select[key;value](bool-condition)[options hash] +
                   1827:          ^hash.reverse[] added (implements feature #1172)
                   1828: 
                   1829:        * src/types/pa_vtable.h: warning war
                   1830: 
                   1831:        * src/include/pa_config_fixed.h: win32 fix
                   1832: 
1.153     moko     1833: 2020-12-27  moko
                   1834: 
                   1835:        * tests/: 406.html, results/406.processed: test results updated
                   1836: 
                   1837:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   1838:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   1839:          spelling
                   1840: 
                   1841: 2020-12-26  moko
                   1842: 
                   1843:        * tests/: 406.html, results/406.processed: tests for
                   1844:          ^table.rename[] added (related to feature #1148)
                   1845: 
                   1846:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   1847:          ^table.rename[column name from;column name to], ^table.rename[
                   1848:          $.[column name from][column name to] ... ] added (implements
                   1849:          feature #1148)
                   1850: 
                   1851: 2020-12-25  moko
                   1852: 
                   1853:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   1854:          request_info now on stack to avoid yet another THREAD_LOCAL
                   1855:          memory deallocation issue (now with cookies), explained in #1203
                   1856: 
                   1857:        * src/types/pa_vcookie.C: fields should be inited
                   1858: 
                   1859: 2020-12-24  moko
                   1860: 
                   1861:        * src/include/pa_stylesheet_connection.h: looks like
                   1862:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   1863:          sure libxml bug, but we have GC anyway, so we just remove this
                   1864:          call and see...
                   1865: 
                   1866:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   1867:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   1868:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   1869:          abort.c:65:8     frame #3: 0x00000000004da663
                   1870:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   1871:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   1872:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   1873:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   1874:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   1875:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   1876:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   1877:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   1878:           frame #8: 0x000000000050d35c
                   1879:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   1880:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   1881:           frame #10: 0x00000000004436e5
                   1882:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   1883:          [inlined]
                   1884:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   1885:          pa_stylesheet_connection.h:62:3
                   1886: 
                   1887: 2020-12-23  moko
                   1888: 
                   1889:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   1890: 
                   1891:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   1892:          ^image::measure[; $.video(true) ] added
                   1893: 
                   1894:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   1895:          httpd mode for unknown reasons
                   1896: 
                   1897: 2020-12-22  moko
                   1898: 
                   1899:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   1900:          error_log uri of currently processed document", but never used
                   1901:          and conflicts with how libgc stops threads on FreeBSD (#define
                   1902:          SIG_SUSPEND SIGUSR1), thus removed.
                   1903: 
                   1904: 2020-12-21  moko
                   1905: 
                   1906:        * src/main/pa_request.C: +comment
                   1907: 
1.151     moko     1908: 2020-12-20  moko
                   1909: 
1.152     moko     1910:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   1911:          it is more safe to have versions of pa_strdup with one and two
                   1912:          arguments, as helper_length=0 not always mean that strlen()
                   1913:          should be called, but means zero.
                   1914: 
                   1915:        * src/targets/isapi/parser3isapi.C: minor
                   1916: 
                   1917:        * src/main/pa_http.C: +valid_http_method
                   1918: 
1.151     moko     1919:        * src/: include/pa_http.h, main/pa_http.C,
                   1920:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   1921: 
                   1922: 2020-12-17  moko
                   1923: 
                   1924:        * tests/: 405.html, results/405.processed: test for split by regex
                   1925:          added (related to feature #1160)
                   1926: 
                   1927:        * src/classes/string.C: split by regex implemented (feature #1160)
                   1928: 
                   1929:        * src/classes/string.C: minor
                   1930: 
                   1931:        * tests/: 404.html, results/404.processed: test for whitespace
                   1932:          string is now OK for table argument (related to feature #1169)
                   1933: 
                   1934:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   1935:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   1936:          argument (as with hash) (implements feature #1169)
                   1937: 
                   1938:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   1939:          limit for comment (fixes bug #1102)
                   1940: 
                   1941:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   1942: 
                   1943:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   1944: 
                   1945:        * src/include/pa_config_includes.h: HAVE_TLS used
                   1946: 
                   1947:        * configure.ac: +TLS check
                   1948: 
                   1949:        * src/main/pa_http.C: content logging added
                   1950: 
                   1951:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   1952:          clear_response_headers added
                   1953: 
                   1954: 2020-12-16  moko
                   1955: 
                   1956:        * buildall: as we now use threads, libatomic_ops still required for
                   1957:          some OS.
                   1958: 
                   1959:        * src/main/pa_request.C: whitespace
                   1960: 
                   1961:        * src/: include/pa_request.h, main/pa_request.C:
                   1962:          Request::Exception_trace::table extracted and used
                   1963: 
                   1964:        * src/main/pa_request.C: moving output_result call outside of try
                   1965:          as network exceptions should not be handled by parser code
                   1966: 
                   1967:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   1968:          logging network exchange
                   1969: 
                   1970:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   1971:          via network if it was network write error.
                   1972: 
                   1973:        * src/targets/cgi/parser3.C: log -> pa_log
                   1974: 
                   1975:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   1976: 
                   1977:        * src/main/pa_threads.C: getpid() if no gettid() found
                   1978: 
                   1979:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1980:          we need to ignore "void" connections from browsers (browsers open
                   1981:          connections in advance and they will be empty if user does not
                   1982:          request more pages)
                   1983: 
                   1984: 2020-12-15  moko
                   1985: 
                   1986:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   1987: 
                   1988:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   1989:          RequestController not needed in httpd mode
                   1990: 
                   1991:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1992:          classes/classes.h, classes/curl.C, classes/date.C,
                   1993:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1994:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1995:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1996:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1997:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1998:          classes/string.C, classes/table.C, classes/void.C,
                   1999:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2000:          include/pa_array.h, include/pa_base64.h,
                   2001:          include/pa_cache_managers.h, include/pa_charset.h,
                   2002:          include/pa_charsets.h, include/pa_common.h,
                   2003:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2004:          include/pa_dictionary.h, include/pa_dir.h,
                   2005:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2006:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2007:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2008:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2009:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2010:          include/pa_sapi.h, include/pa_socks.h,
                   2011:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2012:          include/pa_stack.h, include/pa_string.h,
                   2013:          include/pa_stylesheet_connection.h,
                   2014:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2015:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2016:          include/pa_uue.h, include/pa_xml_exception.h,
                   2017:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2018:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2019:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2020:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2021:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2022:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2023:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2024:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   2025:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   2026:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   2027:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   2028:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   2029:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   2030:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   2031:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   2032:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   2033:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2034:          main/untaint.C, sql/pa_sql_driver.h,
                   2035:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2036:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   2037:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2038:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2039:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   2040:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   2041:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   2042:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   2043:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   2044:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   2045:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   2046:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   2047:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2048:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   2049:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   2050:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2051:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   2052:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   2053:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   2054:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2055:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2056:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2057:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2058:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2059:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2060:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2061: 
                   2062:        * src/main/pa_request.C: old compilers support
                   2063: 
                   2064:        * tests/: 362.html, results/362.processed: test updated after
                   2065:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   2066:          #1108)
                   2067: 
                   2068:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   2069:          removed, as xsltFreeStylesheet has side effects on original doc.
                   2070:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   2071:          not updated after xdoc modification (part 3 of test 362).
                   2072:          (related to bug #1108)
                   2073: 
                   2074:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   2075: 
                   2076:        * src/: classes/memory.C, include/pa_memory.h,
                   2077:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   2078:          PA_GC_GCOLLECT used
                   2079: 
                   2080:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   2081: 
                   2082:        * src/targets/cgi/parser3.C: msvs support fixes
                   2083: 
                   2084:        * src/lib/gc/include/gc.h: more cleanup
                   2085: 
                   2086:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   2087: 
                   2088:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   2089:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   2090: 
                   2091:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   2092: 
                   2093:        * configure.ac: pthread.h added to checked headers
                   2094: 
                   2095:        * src/classes/table.C: string stream is back :)
                   2096: 
                   2097:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   2098:          exists
                   2099: 
                   2100:        * src/main/pa_globals.C: GC_dont_gc replaced
                   2101: 
                   2102:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   2103:          left to simplify adding new functions.  depricated GC_dont_gc
                   2104:          replaced with GC_disable and GC_enable calls.
                   2105: 
                   2106:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   2107:          CORD_from_file* not used and thus removed
                   2108: 
                   2109:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   2110: 
                   2111: 2020-12-14  moko
                   2112: 
                   2113:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   2114:          referenced elsewhere, or GC will collect it.
                   2115: 
                   2116:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   2117:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   2118:          elsewhere, or GC will collect them (and we'll get GPF in
                   2119:          multithreaded enviroment).  May be it can be also fixed by some
                   2120:          GC call, not sure. But this fix costs nothing (but hours of
                   2121:          debugging to find the issue :).
                   2122: 
1.150     moko     2123: 2020-12-11  moko
                   2124: 
                   2125:        * configure.ac: gettid() check added
                   2126: 
                   2127:        * src/main/pa_threads.C: HAVE_GETTID used
                   2128: 
                   2129:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   2130: 
                   2131:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   2132:          version for isapi/cgi/apache
                   2133: 
                   2134:        * buildall: threads are now required.
                   2135: 
                   2136:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   2137:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2138:          main/main.vcproj: pa_threads.C moved to main
                   2139: 
                   2140:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   2141:          isapi/pa_threads.C: pa_threads.C moved to main
                   2142: 
                   2143:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   2144:          targets/apache/Makefile.am: pa_threads.C moved to main
                   2145: 
                   2146:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   2147: 
                   2148:        * src/: include/pa_stylesheet_connection.h,
                   2149:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   2150:          and weird GPF in multithreaded httpd is gone
                   2151: 
                   2152:        * src/include/: pa_stylesheet_connection.h,
                   2153:          pa_sql_driver_manager.h: whitespace
                   2154: 
                   2155:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   2156: 
                   2157:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   2158:          main/pa_stylesheet_manager.C: whitespace, warning war
                   2159: 
                   2160:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   2161:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   2162:          parser_multithreaded never used
                   2163: 
                   2164:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   2165: 
                   2166: 2020-12-10  moko
                   2167: 
                   2168:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   2169:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   2170:          MULTITHREADED and PARALLEL httpd server modes
                   2171: 
                   2172:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   2173: 
                   2174: 2020-12-09  moko
                   2175: 
                   2176:        * etc/auto.p.in: + @httpd-main
                   2177: 
                   2178:        * src/: include/pa_common.h, main/pa_request.C,
                   2179:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   2180:          work
                   2181: 
                   2182:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2183:          slow file_read_binary no longer used, send_range added
                   2184: 
                   2185: 2020-12-08  moko
                   2186: 
                   2187:        * src/main/pa_request.C: >4Gb support
                   2188: 
                   2189:        * src/targets/cgi/parser3.C: msvc warning war
                   2190: 
                   2191:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   2192:          main/pa_request.C: msvc warnings war
                   2193: 
                   2194:        * src/classes/image.C: warning war
                   2195: 
                   2196:        * src/classes/table.C: MSVC warning war
                   2197: 
                   2198:        * src/targets/cgi/parser3.C: msvc warnings war
                   2199: 
                   2200:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   2201:          added
                   2202: 
1.149     moko     2203: 2020-12-07  moko
                   2204: 
1.150     moko     2205:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   2206:          avoid logging beside system-wide auto.p
                   2207: 
                   2208:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   2209: 
                   2210:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   2211:          configure options added:
                   2212: 
                   2213:          --with-system-cfg=FILE  to specify system-wide auto.p
                   2214:          --with-system-log=FILE  to specify system-wide parser3.log
                   2215: 
                   2216:        * Makefile.am: bin no longer exists
                   2217: 
                   2218:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   2219:          package
                   2220: 
                   2221:        * buildall: auto.p and parser3.charsets moved to their default
                   2222:          location after install
                   2223: 
                   2224:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   2225: 
                   2226:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   2227: 
1.149     moko     2228:        * src/targets/cgi/parser3.C: locate_config call returned to
                   2229:          original place as it requires pa_thread_request() under Windows
                   2230: 
                   2231:        * src/targets/cgi/parser3.C: renaming
                   2232: 
                   2233: 2020-12-06  moko
                   2234: 
                   2235:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   2236:          check added
                   2237: 
                   2238: 2020-12-04  moko
                   2239: 
                   2240:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   2241:          main/pa_request.C: unified uint64_t lseek implemented to support
                   2242:          >4Gb files under x86, including Windows
                   2243: 
                   2244: 2020-12-02  moko
                   2245: 
                   2246:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   2247:          with max_file_size
                   2248: 
                   2249:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2250:          support for processing files sized >4Gb on 32 bit planforms
                   2251: 
                   2252:        * tests/399.html: file moved
                   2253: 
                   2254:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   2255: 
                   2256:        * src/targets/cgi/pa_sapi_info.h: warning war
                   2257: 
                   2258:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   2259:          warning war
                   2260: 
                   2261: 2020-12-01  moko
                   2262: 
                   2263:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   2264: 
                   2265:        * src/classes/image.C: for "size not found" exception to be shown
                   2266:          if size not found until eof
                   2267: 
                   2268:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   2269:          bit linux)
                   2270: 
                   2271:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   2272:          #1188)
                   2273: 
                   2274: 2020-11-30  moko
                   2275: 
                   2276:        * src/classes/image.C: definitions moved closer to code
                   2277: 
                   2278:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   2279:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   2280:          395_dir/3_VP8X.webp, results/395.processed,
                   2281:          results/396.processed: tests for ^image::measure[] .webp support
                   2282:          added, all image files moved into one directory (related to
                   2283:          feature #1188)
                   2284: 
                   2285:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   2286:          #1188)
                   2287: 
1.148     moko     2288: 2020-11-29  moko
                   2289: 
                   2290:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   2291:          processing, unnessesary defines removed
                   2292: 
                   2293: 2020-11-24  moko
                   2294: 
                   2295:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2296:          309.processed, 310.processed: Content-Disposition: inline
                   2297:          returned
                   2298: 
                   2299:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   2300:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   2301:          ] added (related to bug #1204)
                   2302: 
                   2303:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   2304:          ] supported to avoid Content-Disposition: inline;
                   2305:          filename="<file>.ext" but still set Content-Type for ext (related
                   2306:          to bug #1204)
                   2307: 
1.147     moko     2308: 2020-11-22  moko
                   2309: 
                   2310:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   2311:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   2312: 
                   2313:        * src/main/pa_request.C: content_disposition_inline returned.
                   2314: 
                   2315: 2020-11-17  moko
                   2316: 
                   2317:        * src/main/pa_request.C: empty main method name support
                   2318: 
                   2319:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   2320:          config_handler added, stdout flush added.
                   2321: 
                   2322: 2020-11-16  moko
                   2323: 
                   2324:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   2325: 
                   2326:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   2327:          309.processed, 310.processed: Content-Disposition: inline is not
                   2328:          required and should not contain filename="<name>"
                   2329: 
                   2330:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   2331:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2332:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   2333: 
1.146     moko     2334: 2020-11-14  moko
                   2335: 
                   2336:        * src/targets/cgi/parser3.C: spelling
                   2337: 
                   2338:        * src/targets/cgi/parser3.C: renaming
                   2339: 
                   2340:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   2341:          relocated
                   2342: 
                   2343:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   2344:          before request processing, which is weired
                   2345: 
                   2346: 2020-11-13  moko
                   2347: 
                   2348:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   2349:          copied in httpd.
                   2350: 
                   2351: 2020-11-12  moko
                   2352: 
                   2353:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   2354: 
                   2355:        * src/: include/pa_request.h, main/pa_request.C,
                   2356:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   2357: 
                   2358:        * src/main/pa_http.C: URI validation added
                   2359: 
                   2360:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   2361:          can't be empty but can be null.  httpd-main is now main method
                   2362:          name for httpd mode
                   2363: 
                   2364: 2020-11-11  moko
                   2365: 
                   2366:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   2367: 
                   2368:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   2369:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2370:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   2371:          main/pa_request.C: r.absolute -> r.full_disk_path
                   2372: 
                   2373:        * src/targets/cgi/parser3.C: if filename to process is not
                   2374:          specified, auto.p should be present.
                   2375: 
1.145     moko     2376: 2020-11-03  moko
                   2377: 
                   2378:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   2379: 
                   2380:        * src/main/pa_request.C: content_disposition_inline is the default,
                   2381:          not required.
                   2382: 
1.144     moko     2383: 2020-10-29  moko
                   2384: 
                   2385:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   2386:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   2387:          path_translated changing to correct relative files path
                   2388:          calculation in httpd mode
                   2389: 
                   2390:        * src/: include/pa_request.h, main/pa_request.C:
                   2391:          fail_on_read_problem removed, as it allways true, as if should
                   2392:          be.
                   2393: 
                   2394:        * src/: include/pa_request.h, main/pa_request.C,
                   2395:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2396:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   2397:          config was not found, thus flag not required and removed.
                   2398: 
                   2399: 2020-10-28  moko
                   2400: 
                   2401:        * tests/: 402.html, results/402.processed: error reporting test
                   2402: 
                   2403:        * src/main/execute.C: better error reporting when
                   2404:          $result[^hash::create[]] in @main.
                   2405: 
                   2406:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   2407:          + minor optimization
                   2408: 
                   2409:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2410:          main/pa_xml_io.C: execute_*_method simplified and unified
                   2411: 
                   2412: 2020-10-27  moko
                   2413: 
                   2414:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   2415: 
                   2416:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   2417:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2418:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   2419:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   2420:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   2421:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   2422:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   2423:          longer used in object-prototype mode
                   2424: 
                   2425:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   2426:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   2427:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   2428:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   2429:          $form:name[value] features
                   2430: 
1.143     moko     2431: 2020-10-18  moko
                   2432: 
                   2433:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   2434: 
                   2435: 2020-10-15  moko
                   2436: 
                   2437:        * src/main/pa_http.C: url no longer needed as
                   2438:          ALTER_EXCEPTION_SOURCE is used
                   2439: 
                   2440:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   2441:          main/pa_http.C: check_file_size filespec is now optional
                   2442: 
                   2443:        * src/: classes/curl.C, include/pa_exception.h,
                   2444:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   2445:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   2446: 
                   2447:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   2448:          results/346-curl.processed, results/379-curl.processed,
                   2449:          results/379.processed: test results updated as load now provides
                   2450:          better error reporting + curl responses updated
                   2451: 
                   2452: 2020-10-14  moko
                   2453: 
                   2454:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   2455:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   2456:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   2457:          checked. 10 is now default base, no hex autodetect by default
                   2458: 
                   2459:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2460:          connection socket closing in destructor + accept exception
                   2461:          handling
                   2462: 
                   2463:        * src/targets/cgi/parser3.C: warning war
                   2464: 
                   2465:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   2466:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2467:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   2468:          exception handling unified
                   2469: 
                   2470: 2020-10-13  moko
                   2471: 
                   2472:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   2473:          autodetection
                   2474: 
                   2475:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   2476: 
                   2477:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   2478: 
                   2479:        * src/main/pa_http.C: warning war
                   2480: 
1.142     moko     2481: 2020-10-12  moko
                   2482: 
1.143     moko     2483:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2484:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   2485:          unhandled exception code optimization
                   2486: 
                   2487:        * src/targets/cgi/parser3.C: request_info now global variable
                   2488: 
                   2489:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   2490:          class
                   2491: 
                   2492:        * src/: include/pa_http.h, main/pa_http.C,
                   2493:          targets/cgi/pa_sapi_info.h: read_post implemented
                   2494: 
1.142     moko     2495:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2496:          [host:]port syntax support in httpd mode
                   2497: 
                   2498:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   2499:          targets/cgi/parser3.C: populate_env added
                   2500: 
                   2501:        * src/include/pa_hash.h: to make get(char *) compiling in
                   2502:          HashStringString
                   2503: 
                   2504: 2020-10-10  moko
                   2505: 
                   2506:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2507:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   2508: 
                   2509:        * src/: include/pa_http.h, include/pa_request_info.h,
                   2510:          main/pa_http.C, main/pa_string.C,
                   2511:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   2512:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   2513:          types/pa_vrequest.C: initial httpd mode implementation
                   2514: 
1.141     moko     2515: 2020-10-04  moko
                   2516: 
                   2517:        * src/targets/cgi/parser3.C: options together
                   2518: 
                   2519: 2020-09-30  moko
                   2520: 
                   2521:        * src/main/pa_http.C: renamed
                   2522: 
1.140     moko     2523: 2020-08-14  moko
                   2524: 
                   2525:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   2526:          src/targets/cgi/Makefile.am: no httpd as separate library
                   2527: 
                   2528: 2020-08-13  moko
                   2529: 
                   2530:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   2531:          unhandled exception handler to report 500 instead of 200 it was
                   2532:          before.
                   2533: 
                   2534:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   2535: 
                   2536:        * src/: include/pa_sapi.h, main/untaint.C,
                   2537:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2538:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   2539:          thus replaced with SAPI::die and removed
                   2540: 
                   2541:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   2542:          cgi/parser3.C: whitespace
                   2543: 
                   2544:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   2545: 
                   2546: 2020-08-12  moko
                   2547: 
                   2548:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   2549:          removed, whitespace was: SIGPIPE received while executing code.
                   2550:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   2551:          cl=0]
                   2552: 
                   2553:        * parser3.sln: + httpd.vcproj
                   2554: 
                   2555: 2020-08-11  moko
                   2556: 
                   2557:        * src/targets/cgi/Makefile.am: +libhttpd
                   2558: 
                   2559:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   2560: 
1.139     moko     2561: 2020-07-13  moko
                   2562: 
                   2563:        * tests/: 401.html, results/401.processed: test for hash key does
                   2564:          not keep language, but tainted in foreach.
                   2565: 
1.138     moko     2566: 2020-07-01  moko
                   2567: 
                   2568:        * tests/: 235.html, results/235.processed: test result updated as
                   2569:          messages before attachments implemented (feature #1176)
                   2570: 
1.137     moko     2571: 2020-06-27  moko
                   2572: 
                   2573:        * tests/: 400.html, results/400.processed: test updated to check
                   2574:          ^return{code}
                   2575: 
                   2576:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   2577:          fixed
                   2578: 
                   2579: 2020-06-26  moko
                   2580: 
                   2581:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   2582:          added (related to https://www.parser.ru/forum/?id=85319)
                   2583: 
                   2584:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   2585:          when $result assignment was last statement in the method
                   2586:          (https://www.parser.ru/forum/?id=85319)
                   2587: 
1.136     moko     2588: 2020-05-23  moko
                   2589: 
                   2590:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   2591:          whitespace, unused level removed
                   2592: 
                   2593: 2020-05-19  moko
                   2594: 
                   2595:        * src/types/pa_vmail.C: whitespace
                   2596: 
                   2597:        * src/types/pa_vmail.C: files should be processed last (related to
                   2598:          feature #1176)
                   2599: 
1.135     moko     2600: 2020-05-12  moko
                   2601: 
                   2602:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   2603:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   2604: 
                   2605:        * configure.ac: FreeBSD1X.X check added to avoid
                   2606:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   2607: 
1.134     moko     2608: 2020-02-26  moko
                   2609: 
                   2610:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   2611:          compilation issue (related to bug #1201)
                   2612: 
                   2613:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   2614:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   2615:          -f and -d now works under Windows in UTF-8 with Russian
                   2616:          filenames.
                   2617: 
                   2618:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   2619:          advice (related to feature #1199)
                   2620: 
                   2621: 2020-02-25  moko
                   2622: 
                   2623:        * buildall: --silent removed
                   2624: 
                   2625:        * configure.ac: gmime-3.0 support
                   2626: 
                   2627:        * buildall: --with-system-mailreceive option added to build with
                   2628:          system libgmime
                   2629: 
                   2630:        * src/types/pa_vmail.C: avoiding
                   2631:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   2632:          to feature #1199)
                   2633: 
1.133     moko     2634: 2020-02-18  moko
                   2635: 
                   2636:        * src/classes/op.C: windows x64 debug mode compile fix
                   2637: 
                   2638:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   2639:          change (releated to feature #1200)
                   2640: 
                   2641:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2642:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   2643:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   2644:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   2645:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2646:          targets/apache/ApacheModuleParser3.vcproj,
                   2647:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2648:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2649:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   2650:          dependency (related to feature #1200)
                   2651: 
1.132     moko     2652: 2020-02-12  moko
                   2653: 
                   2654:        * src/types/pa_vmail.C: minimize diff
                   2655: 
                   2656:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   2657:          #1199)
                   2658: 
1.131     moko     2659: 2020-01-18  moko
                   2660: 
                   2661:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   2662: 
1.130     moko     2663: 2019-12-28  moko
                   2664: 
                   2665:        * src/targets/cgi/parser3.C: avoid empty ?
                   2666: 
                   2667: 2019-12-27  moko
                   2668: 
                   2669:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   2670:          DOCUMENT_ROOT (related to feature #1164)
                   2671: 
                   2672:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   2673:          fcgiwrap setup (implements feature #1164)
                   2674: 
                   2675:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   2676:          but no issues found (related to feature #1164)
                   2677: 
                   2678:        * src/targets/cgi/parser3.C: actualized
                   2679: 
                   2680: 2019-12-26  moko
                   2681: 
                   2682:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   2683:          removed
                   2684: 
                   2685:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   2686:          removed
                   2687: 
                   2688:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   2689:          allocation errors, we don't want default gc warnings (without
                   2690:          timestamp and URI).
                   2691: 
                   2692:        * src/: classes/memory.C, main/pa_globals.C,
                   2693:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2694:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   2695:          pa_globals_init
                   2696: 
                   2697:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   2698:          initialization used (optimization)
                   2699: 
                   2700:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   2701:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   2702:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   2703:          (optimization)
                   2704: 
1.129     moko     2705: 2019-12-09  moko
                   2706: 
                   2707:        * src/include/pa_config_fixed.h: warning war
                   2708: 
1.128     moko     2709: 2019-12-08  moko
                   2710: 
                   2711:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   2712:          process grammar under Unix.
                   2713: 
                   2714: 2019-12-07  moko
                   2715: 
                   2716:        * tests/389.html: For Windows XP. :)
                   2717: 
                   2718:        * tests/388-sql.html: Windows compatibility added
                   2719: 
                   2720: 2019-12-06  moko
                   2721: 
                   2722:        * src/targets/cgi/parser3.C: warning war
                   2723: 
                   2724:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   2725:          == sizeof(CORD)) to avoid aligning bugs in future
                   2726: 
                   2727:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   2728:          XML_STATIC
                   2729: 
                   2730:        * src/include/pa_request.h: StackItem() not required
                   2731: 
                   2732:        * src/include/pa_stack.h: warning war
                   2733: 
                   2734:        * src/include/pa_config_includes.h: GCC warning silenced
                   2735: 
                   2736:        * src/include/pa_memory.h: warning war: the program should also
                   2737:          define 'void operator delete [](void*, std::size_t)'
                   2738:          [-Wsized-deallocation]
                   2739: 
                   2740:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   2741: 
                   2742:        * src/classes/string.C: not reqired cast removed
                   2743: 
                   2744:        * src/classes/string.C: not reqired cast removed
                   2745: 
                   2746: 2019-12-05  moko
                   2747: 
                   2748:        * src/lib/sdbm/pa_file_io.C: warning war
                   2749: 
                   2750:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   2751:          enum Language : size_t - required for VS2015+ to make
                   2752:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   2753:          without it (related to feature #1198)
                   2754: 
                   2755: 2019-12-04  moko
                   2756: 
                   2757:        * src/main/pa_base64.C: unsigned char -> uchar
                   2758: 
                   2759:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   2760:          as other libs
                   2761: 
                   2762:        * src/include/pa_version.h: +amd64
                   2763: 
                   2764: 2019-12-03  moko
                   2765: 
                   2766:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   2767:          release
                   2768: 
                   2769:        * src/include/pa_config_includes.h: warning war
                   2770: 
                   2771:        * src/classes/image.C: warning war
                   2772: 
                   2773:        * src/main/pa_globals.C: x64 libs support
                   2774: 
                   2775:        * src/include/pa_config_includes.h: warning war
                   2776: 
                   2777:        * src/types/pa_method.h: warning war
                   2778: 
1.127     moko     2779: 2019-11-28  moko
                   2780: 
                   2781:        * src/classes/math.C: vs2003 compatibility + warning war
                   2782: 
                   2783:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   2784:          libxml2-2.9.9 (related to feature #1136)
                   2785: 
                   2786:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   2787:          typecast for more compatibility (related to feature #1136)
                   2788: 
                   2789:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   2790:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   2791:          feature #1136)
                   2792: 
                   2793: 2019-11-26  moko
                   2794: 
                   2795:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   2796:          removed (it was failing in $$var case), condition added
                   2797: 
1.126     moko     2798: 2019-11-25  moko
                   2799: 
                   2800:        * tests/: 397.html, 399.html, results/141.processed,
                   2801:          results/399.processed: base64 options tested
                   2802: 
                   2803:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   2804: 
                   2805:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   2806:          implemented (feature #986)
                   2807: 
                   2808:        * src/main/pa_cache_managers.C: whitespace
                   2809: 
                   2810:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   2811:          ^base64 encode options added (related to feature #986)
                   2812: 
                   2813:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   2814:          pa_base64_encode(file) removed - more memory, but faster and less
                   2815:          code (related fo feature #986)
                   2816: 
                   2817: 2019-11-24  moko
                   2818: 
                   2819:        * tests/: 155.html, results/155.processed: limit and offset in
                   2820:          ^table::load[] now supported, thus test added
                   2821: 
                   2822:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   2823:          main/pa_common.C: optimization: offset and limit options parsing
                   2824:          moved inside file_load.
                   2825: 
                   2826: 2019-11-23  moko
                   2827: 
                   2828:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   2829:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   2830:          optimization: file_read replaced with simplified file_read_binary
                   2831: 
                   2832:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   2833:          types/pa_vform.C: whitespace
                   2834: 
                   2835:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   2836:          removed
                   2837: 
                   2838: 2019-11-21  moko
                   2839: 
                   2840:        * tests/: 193.html, results/193.processed, results/389.processed:
                   2841:          test results updated as now base64 does not discard tail without
                   2842:          padding (related to feature #986)
                   2843: 
                   2844: 2019-11-20  moko
                   2845: 
                   2846:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   2847:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   2848:          pa_base64_decode (related to feature #986)
                   2849: 
                   2850:        * tests/398.html: tests for base64 decode added (related to feature
                   2851:          #986)
                   2852: 
                   2853:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   2854:          support, padding inside base 64 supported (related to feature
                   2855:          #096)
                   2856: 
                   2857: 2019-11-19  moko
                   2858: 
                   2859:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   2860:          FreeBSD 12
                   2861: 
1.125     moko     2862: 2019-11-16  moko
                   2863: 
                   2864:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   2865:          support added, step support removed (related to #986)
                   2866: 
                   2867: 2019-11-15  moko
                   2868: 
                   2869:        * src/classes/math.C: using log since log2 is not present on
                   2870:          FreeBSD < 8.4 (related to feature #1177)
                   2871: 
                   2872:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   2873:          pa_base64_size extracted and used for files as well (related to
                   2874:          feature 986)
                   2875: 
                   2876: 2019-11-14  moko
                   2877: 
                   2878:        * tests/: 397.html, results/397.processed: + content check
                   2879: 
                   2880:        * tests/: 141.html, results/141.processed: make test resuls more
                   2881:          readable
                   2882: 
                   2883:        * tests/: 397.html, results/193.processed, results/397.processed:
                   2884:          test results updated after \x00 character was disabled in
                   2885:          math:convert string mode (related to feature #1177)
                   2886: 
                   2887:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   2888:          converting to string (as in base64, related to feature #1177)
                   2889: 
                   2890:        * src/classes/file.C: more correct arguments separation
                   2891: 
                   2892:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   2893:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2894:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   2895:          options added, but not yet implemented (related to feature #986)
                   2896: 
                   2897:        * src/classes/math.C: whitespace
                   2898: 
                   2899: 2019-11-13  moko
                   2900: 
                   2901:        * tests/: 397.html, results/397.processed: +tainting test (related
                   2902:          to feature #1177)
                   2903: 
                   2904:        * src/classes/math.C: as we now produce not only digits, result
                   2905:          should be tainted (related to feature #1177)
                   2906: 
                   2907:        * src/main/pa_base64.C: whitespace
                   2908: 
                   2909:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   2910:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2911:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   2912:          implementation moved from pa_common.h and pa_common.C
                   2913: 
                   2914: 2019-11-12  moko
                   2915: 
                   2916:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   2917:          as ^math:convert now supports arbitrary precision
                   2918: 
                   2919: 2019-11-11  moko
                   2920: 
                   2921:        * tests/results/389.processed: uctualized error message
                   2922: 
                   2923:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   2924:          ^math:convert added (related to feature #1177)
                   2925: 
                   2926:        * src/classes/math.C: ^math:convert now supports arbitrary
                   2927:          precision, alphabet support added (implements feature #1177)
                   2928: 
1.124     moko     2929: 2019-11-06  moko
                   2930: 
                   2931:        * tests/: 181.html, results/181.processed: entities usage added,
                   2932:          more entites load tests (related to bug #842 discussion)
                   2933: 
                   2934: 2019-11-05  moko
                   2935: 
                   2936:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   2937:          call from xmlFileOpen if http://localhost/<file> was not found
                   2938:          (related to bug #842)
                   2939: 
                   2940:        * src/main/pa_xml_io.C: rename
                   2941: 
                   2942:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   2943: 
                   2944:        * src/main/pa_xml_io.C: whitespace
                   2945: 
1.123     moko     2946: 2019-10-31  moko
                   2947: 
                   2948:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   2949:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   2950:          #1181)
                   2951: 
1.122     moko     2952: 2019-10-25  moko
                   2953: 
                   2954:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   2955:          queries tests
                   2956: 
                   2957: 2019-10-24  moko
                   2958: 
                   2959:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   2960:          pgsql driver test
                   2961: 
                   2962:        * tests/: 388-sql.html, results/388-sql.processed:
                   2963:          multi_statements=1 now tested, mysql test now supported
                   2964:          (connection must be specified in [parser3] section in .my.cnf)
                   2965:          related to issues #1195 and #1194
                   2966: 
1.121     moko     2967: 2019-09-11  moko
                   2968: 
                   2969:        * src/classes/int.C: whitespace
                   2970: 
                   2971:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   2972:          exception test
                   2973: 
                   2974:        * tests/results/388-sql.processed: sql queries now shown (related
                   2975:          to feature #1196)
                   2976: 
                   2977:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   2978:          with old parser versions.
                   2979: 
                   2980:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   2981:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   2982:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   2983:          instead of connect string in query_event_handlers exceptions
                   2984:          (implements feature #1196)
                   2985: 
1.120     moko     2986: 2019-09-06  moko
                   2987: 
                   2988:        * tests/388-sql.html: mysql compat
                   2989: 
                   2990:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   2991:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   2992:          sql_ variables declaration moved to pa_common.h
                   2993: 
1.116     moko     2994: 2019-01-15  moko
                   2995: 
                   2996:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   2997:          logically sorted
                   2998: 
                   2999: 2018-12-27  moko
                   3000: 
                   3001:        * src/include/pa_config_includes.h: warning war:
                   3002:          -Wdeprecated-register added for C++ 17
                   3003: 
                   3004: 2018-10-15  moko
                   3005: 
                   3006:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   3007:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   3008:          --with-xml=/usr/local/
                   3009: 
                   3010: 2018-09-24  moko
                   3011: 
                   3012:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   3013:          ^image::measure[] now supports tiff added (related to feature
                   3014:          #1188)
                   3015: 
                   3016:        * src/classes/image.C: ^image::measure[] now supports tiff
                   3017:          (implements feature #1188)
                   3018: 
                   3019: 2018-09-20  moko
                   3020: 
                   3021:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   3022:          files measure added (related to ticket #1188)
                   3023: 
                   3024:        * src/classes/image.C: measure of bmp files implemented (related to
                   3025:          ticket #1188)
                   3026: 
                   3027: 2018-09-18  moko
                   3028: 
                   3029:        * tests/: 394-curl.html, results/394-curl.processed,
                   3030:          results/auto.p: test for bug #1187 (max_file_size check for head
                   3031:          requests) added
                   3032: 
                   3033: 2018-08-24  moko
                   3034: 
                   3035:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   3036:          response content-length check is required (fixes bug #1187)
                   3037: 
                   3038: 2018-05-11  moko
                   3039: 
                   3040:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   3041:          $.append(bool) ] option added (related to feature #919)
                   3042: 
                   3043:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   3044:          from misha@ patch (implements feature #919)
                   3045: 
                   3046: 2018-03-22  moko
                   3047: 
                   3048:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   3049:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   3050:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   3051:          Windows-only problem.
                   3052: 
                   3053:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   3054:          build fix)
                   3055: 
                   3056: 2018-02-03  moko
                   3057: 
                   3058:        * src/main/execute.C: removes irrelevant lines from exception stack
                   3059:          trace when exceptions occurs in assigment (fixes bug #1165)
                   3060: 
                   3061:        * tests/: 393.html, results/393.processed: test for behavour after
                   3062:          "Property can not be created, already exists field with that
                   3063:          name" exception removed (related to feature #1183)
                   3064: 
                   3065:        * src/types/pa_vclass.C: "Property can not be created, already
                   3066:          exists field with that name" exception removed (implements
                   3067:          feature #1183)
                   3068: 
                   3069: 2018-01-19  moko
                   3070: 
                   3071:        * src/classes/string.C: whitespace
                   3072: 
                   3073:        * src/classes/string.C: whitespace
                   3074: 
                   3075:        * tests/: 392.html, results/392.processed: test for
                   3076:          ^regex::create[$regex] added (related to feature #1135)
                   3077: 
                   3078:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   3079:          ^regex::create[$regex] added (implements feature #1135)
                   3080: 
                   3081:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   3082:          commented define added (related to feature #1157)
                   3083: 
                   3084: 2018-01-17  moko
                   3085: 
                   3086:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   3087: 
                   3088: 2018-01-15  moko
                   3089: 
                   3090:        * tests/: 390.html, results/390.processed: real path replaced by
                   3091:          stub
                   3092: 
                   3093:        * tests/: 391.html, results/391.processed: test for feature #1181
                   3094:          (XML_PARSE_HUGE exception) added
                   3095: 
                   3096: 2018-01-11  moko
                   3097: 
                   3098:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   3099:          XML_PARSE_HUGE option passed by default (implements feature
                   3100:          #1181)
                   3101: 
                   3102:        * src/classes/string.C: whitespace
                   3103: 
                   3104: 2017-12-10  moko
                   3105: 
                   3106:        * tests/: 389.html, 390.html, results/389.processed,
                   3107:          results/390.processed: image code coverage tests added (related
                   3108:          to feature #1125)
                   3109: 
                   3110: 2017-12-08  moko
                   3111: 
                   3112:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   3113:          results/346-curl.processed, results/388-sql.processed,
                   3114:          results/389.processed: more code coverage tests
                   3115: 
                   3116:        * tests/: 264.html, results/264.processed: code coverage for
                   3117:          ^file::exec[]
                   3118: 
                   3119: 2017-12-07  moko
                   3120: 
                   3121:        * tests/: 174.html, 388-sql.html, 389.html,
                   3122:          results/388-sql.processed, results/389.processed,
                   3123:          results/174.processed: more coverage tests
                   3124: 
                   3125:        * src/classes/math.C: exception text actualized
                   3126: 
                   3127: 2017-12-06  moko
                   3128: 
                   3129:        * tests/388-sql.html: $SQL can be here
                   3130: 
                   3131:        * tests/results/auto.p: $SQL not required here
                   3132: 
                   3133:        * tests/: 388-sql.html, 389.html, Makefile,
                   3134:          results/388-sql.processed, results/389.processed, results/auto.p:
                   3135:          code coverage tests for sql (using sqlite) and int/double/bool
                   3136:          added (related to feature #1125)
                   3137: 
                   3138:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3139:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   3140:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   3141:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   3142:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3143:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3144:          types/types.vcproj: gc\include no longer required
                   3145: 
                   3146:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   3147:          required
                   3148: 
                   3149:        * src/: classes/Makefile.am, classes/table.C,
                   3150:          include/pa_config_includes.h, include/pa_string.h,
                   3151:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3152:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   3153:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   3154:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   3155:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   3156:          used, we now include it directly
                   3157: 
                   3158: 2017-12-04  moko
                   3159: 
                   3160:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   3161:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   3162:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   3163:          where required
                   3164: 
                   3165:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   3166:          now can be used to trace memory allocations
                   3167: 
                   3168:        * src/: classes/table.C, include/pa_config_includes.h,
                   3169:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3170:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   3171:          method removes, libcord also can work without libgc
                   3172: 
                   3173:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   3174: 
                   3175: 2017-11-29  moko
                   3176: 
                   3177:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   3178:          are not present (related to feature #1173)
                   3179: 
                   3180:        * tests/346-curl.html: test updated to test curl content-length bug
                   3181:          (related to feature #1173)
                   3182: 
                   3183:        * tests/results/346-curl.processed: more test for content-length
                   3184:          curl bug (related to feature #1173)
                   3185: 
                   3186:        * tests/results/346-curl.processed: test results updated after
                   3187:          #1173 implemented
                   3188: 
                   3189: 2017-11-28  moko
                   3190: 
                   3191:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   3192:          (related to feature #1173)
                   3193: 
                   3194: 2017-11-27  moko
                   3195: 
                   3196:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   3197:          $.http_version[version string] added (implements feature #1173),
                   3198:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   3199:          where $post(true) bug existed.
                   3200: 
                   3201: 2017-11-18  moko
                   3202: 
                   3203:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   3204: 
                   3205:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   3206:          feature #1170)
                   3207: 
                   3208: 2017-11-17  moko
                   3209: 
                   3210:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   3211:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   3212:          with delete usage check only under Debian 9 (related to feature
                   3213:          #1170)
                   3214: 
                   3215: 2017-11-16  moko
                   3216: 
                   3217:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   3218:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   3219:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   3220:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   3221:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   3222:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   3223:          stubs defend from accidental use (implements feature #1170)
                   3224: 
                   3225: 2017-06-24  moko
                   3226: 
                   3227:        * configure.ac: minor fix: thanks to alx@
                   3228: 
1.115     moko     3229: 2017-05-29  moko
                   3230: 
                   3231:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   3232:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   3233:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   3234: 
                   3235:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   3236:          ignored, =?UTF-8?Q?= should start in case of leading space
                   3237:          (related to bug #123)
                   3238: 
                   3239:        * buildall: echo -n -> printf for OS X. :)
                   3240: 
                   3241: 2017-05-25  moko
                   3242: 
                   3243:        * tests/: 288.html, results/288.processed: test updated afted
                   3244:          setting $o.prop without setter exception removed (related to
                   3245:          feature #1157)
                   3246: 
                   3247:        * src/types/pa_vclass.C: no more "this property has no setter
                   3248:          method" when setting $o.prop without setter (implements feature
                   3249:          #1157)
                   3250: 
                   3251:        * buildall: echo \c -> echo -n for FreeBSD
                   3252: 
                   3253:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   3254:          src/types/pa_vdouble.h: isfinite now checked in configure
                   3255: 
                   3256:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   3257:          upgraded to automake 1.15
                   3258: 
                   3259: 2017-05-23  moko
                   3260: 
                   3261:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   3262:          defined
                   3263: 
                   3264: 2017-05-22  moko
                   3265: 
                   3266:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   3267: 
                   3268:        * buildall: extern CFLAGS setting support
                   3269: 
                   3270:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   3271: 
                   3272:        * buildall: http -> https
                   3273: 
                   3274:        * buildall: gc-7.2f -> gc-7.6.0
                   3275: 
                   3276: 2017-05-20  moko
                   3277: 
                   3278:        * buildall: https, pcre, xml, xslt updated to current versions
                   3279:          (related to feature #1136)
                   3280: 
                   3281: 2017-05-19  moko
                   3282: 
                   3283:        * tests/097.html: after parser.ru moved to https
                   3284: 
                   3285: 2017-05-17  moko
                   3286: 
                   3287:        * tests/results/: 175.processed, 372.processed: tests resuls
                   3288:          updated after lintian spelling typos fixed (related to bug #1156)
                   3289: 
                   3290:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   3291:          classes/string.C, classes/table.C, main/pa_charset.C,
                   3292:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   3293:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   3294:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   3295: 
                   3296:        * tests/results/096.processed: +XMP
                   3297: 
                   3298:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   3299:          $.xmp(true) options tested (test for feature #1154)
                   3300: 
                   3301:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   3302:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   3303:          fetched by default! (implements feature #1154)
                   3304: 
                   3305: 2017-05-16  moko
                   3306: 
                   3307:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   3308:          allowed (related to feature #1154)
                   3309: 
                   3310:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3311:          initial XMP implementation - without options and transcode
                   3312:          (related to feature #1154)
                   3313: 
                   3314: 2017-05-12  moko
                   3315: 
                   3316:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3317:          image: exif moved to ffields, skipped in ^image.html[] where
                   3318:          iterators now used (preparation for feature #1154)
                   3319: 
                   3320: 2017-05-05  moko
                   3321: 
                   3322:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   3323:          results/387.processed: test for circular class inheritance check
                   3324:          added (related to bug #1150)
                   3325: 
                   3326:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   3327:          added (fixes endless add_derived bug #1150)
                   3328: 
                   3329: 2017-05-04  moko
                   3330: 
                   3331:        * tests/: 386.html, results/386.processed: test for
                   3332:          $table.value(number) added (related to feature #1152)
                   3333: 
                   3334:        * src/types/pa_vtable.C: table put_element: column value must be
                   3335:          string  - > column value must be string compatible to allow
                   3336:          $t.value(1) (implements feature #1152)
                   3337: 
                   3338: 2017-05-03  moko
                   3339: 
                   3340:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   3341:          (related to feature #1151)
                   3342: 
                   3343:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   3344:          not possible, removing test (related to feature #1151)
                   3345: 
                   3346:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   3347:          get_element_method added and used to allow $use[$method] and
                   3348:          $autouse[$method] (implements feature 1151)
                   3349: 
                   3350:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   3351:          variable added (related to feature #1151)
                   3352: 
                   3353:        * tests/results/226.processed: actualized after ^try-catch used
                   3354: 
                   3355:        * tests/: 226.html, 385.html, results/385.processed: test for
                   3356:          @autouse in variable added
                   3357: 
                   3358:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   3359: 
1.114     moko     3360: 2017-02-27  moko
                   3361: 
                   3362:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   3363: 
1.113     moko     3364: 2017-02-20  moko
                   3365: 
                   3366:        * operators.txt: actualization + beauty
                   3367: 
                   3368: 2017-02-16  moko
                   3369: 
                   3370:        * tests/: 384.html, results/384.processed: test for
                   3371:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   3372:          #1089)
                   3373: 
                   3374:        * tests/: 384.html, results/384.processed: test for
                   3375:          ^reflection:mixin[] added (related to feature #1089)
                   3376: 
                   3377:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   3378: 
1.112     moko     3379: 2017-02-15  moko
                   3380: 
                   3381:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   3382:          fixed
                   3383: 
                   3384:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   3385:          test added (related to feature #1069)
                   3386: 
                   3387:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3388:          compilation without HASH_ORDER fixed
                   3389: 
                   3390:        * src/: classes/reflection.C, include/pa_hash.h:
                   3391:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   3392:          feature #1069)
                   3393: 
                   3394: 2017-02-14  moko
                   3395: 
                   3396:        * tests/: 152.html, results/152.processed: test for $._default hash
                   3397:          added (related to bug #1131)
                   3398: 
                   3399:        * tests/: 277.html, results/277.processed: test for hash with only
                   3400:          $._default is now defined (related to bug #1131)
                   3401: 
                   3402:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   3403:          (fixed bug #1131)
                   3404: 
                   3405: 2017-02-13  moko
                   3406: 
                   3407:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   3408: 
                   3409:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   3410:          results/320.processed, results/375.processed, results/auto.p:
                   3411:          cat-windows.sh support added
                   3412: 
                   3413:        * tests/375.html: Windows support
                   3414: 
                   3415:        * tests/270.html: documented
                   3416: 
                   3417:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   3418:          (not backslashes) even under Windows (broke test 270)
                   3419: 
                   3420: 2017-02-12  moko
                   3421: 
                   3422:        * tests/: descript.ion, todo.txt: cleanup
                   3423: 
                   3424: 2017-02-09  moko
                   3425: 
                   3426:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   3427:          run_tests.cmd: Windows compatibility
                   3428: 
                   3429:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   3430:          incorrectly (GMT) if parser is called from cygwin
                   3431: 
1.111     moko     3432: 2017-02-08  moko
                   3433: 
1.112     moko     3434:        * operators.txt: actualization 15% completed
                   3435: 
                   3436:        * operators.txt: cp1251 -> utf-8
                   3437: 
                   3438:        * NEWS, README: minor update
                   3439: 
                   3440:        * src/include/pa_config_includes.h: warning war continues
                   3441: 
                   3442:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   3443:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3444:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   3445:          gcc 6.x issues fixed
                   3446: 
1.111     moko     3447:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3448:          classes/classes.h, classes/curl.C, classes/date.C,
                   3449:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3450:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3451:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3452:          classes/memcached.C, classes/memory.C, classes/op.C,
                   3453:          classes/reflection.C, classes/regex.C, classes/response.C,
                   3454:          classes/string.C, classes/table.C, classes/void.C,
                   3455:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3456:          include/pa_array.h, include/pa_cache_managers.h,
                   3457:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3458:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3459:          include/pa_dictionary.h, include/pa_dir.h,
                   3460:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3461:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3462:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3463:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3464:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3465:          include/pa_sapi.h, include/pa_socks.h,
                   3466:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3467:          include/pa_stack.h, include/pa_string.h,
                   3468:          include/pa_stylesheet_connection.h,
                   3469:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   3470:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   3471:          include/pa_uue.h, include/pa_xml_exception.h,
                   3472:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   3473:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   3474:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   3475:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   3476:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   3477:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   3478:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   3479:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   3480:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   3481:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   3482:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   3483:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3484:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3485:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3486:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   3487:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   3488:          main/untaint.C, sql/pa_sql_driver.h,
                   3489:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   3490:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   3491:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   3492:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3493:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   3494:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   3495:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   3496:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3497:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   3498:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   3499:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   3500:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   3501:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3502:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   3503:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   3504:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   3505:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   3506:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3507:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3508:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3509:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3510:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3511:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3512:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3513:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3514:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3515:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3516:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   3517:          2015->2017
                   3518: 
1.110     moko     3519: 2017-02-07  moko
                   3520: 
                   3521:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   3522: 
                   3523: 2017-02-06  moko
                   3524: 
                   3525:        * src/main/pa_common.C: minor fixes, whitespace
                   3526: 
                   3527:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3528:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   3529:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   3530:          now used (implements feature #1081)
                   3531: 
                   3532:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   3533: 
                   3534: 2017-02-01  moko
                   3535: 
                   3536:        * src/include/pa_request.h: cleanup
                   3537: 
                   3538: 2017-01-30  moko
                   3539: 
                   3540:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   3541: 
                   3542: 2017-01-29  moko
                   3543: 
                   3544:        * tests/: 383.html, results/383.processed: test for
                   3545:          ^reflection:stack[] added (related to feature #1052)
                   3546: 
                   3547:        * src/classes/reflection.C: else added
                   3548: 
                   3549:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   3550:          $.max_file_lock_wait added (implements feature #1128)
                   3551: 
                   3552: 2017-01-28  moko
                   3553: 
                   3554:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   3555:          body and other cases tests added (related to featue #1014)
                   3556: 
                   3557:        * src/classes/curl.C: bug if response is empty fixed (related to
                   3558:          feature #1014)
                   3559: 
                   3560: 2017-01-27  moko
                   3561: 
                   3562:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   3563:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   3564:          added (implements feature #1052)
                   3565: 
                   3566: 2017-01-25  moko
                   3567: 
                   3568:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   3569:          method test added
                   3570: 
                   3571: 2017-01-23  moko
                   3572: 
                   3573:        * src/classes/reflection.C: optimization: options->get replaced by
                   3574:          hash iterator
                   3575: 
                   3576:        * tests/: 381.html, results/381.processed: now -> fixed date
                   3577: 
                   3578:        * src/main/pa_request.C: warning war
                   3579: 
                   3580:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   3581:          5Mb (fixes bug #1058)
                   3582: 
                   3583:        * src/classes/curl.C: warning war
                   3584: 
                   3585:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   3586:          $.one-line(true) option added (related to feature #1124)
                   3587: 
                   3588:        * src/: classes/json.C, types/pa_value.h: $json-string
                   3589:          $.one-line(true|false) options is now supported (implements
                   3590:          feature #1124)
                   3591: 
                   3592:        * tests/: 380.html, results/380.processed: test for modified
                   3593:          $.max_file_size added (related to bug #1014)
                   3594: 
                   3595:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   3596:          load added (related to bug #1014)
                   3597: 
                   3598:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3599:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   3600:          in curl / file load from disk and http, http file load rewritten
                   3601:          (related to bug #1014)
                   3602: 
                   3603: 2017-01-18  moko
                   3604: 
                   3605:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   3606:          added (related to feature #66)
                   3607: 
                   3608:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   3609:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   3610:          (related to feature #66)
                   3611: 
                   3612: 2017-01-17  moko
                   3613: 
                   3614:        * tests/: 377.html, results/377.processed: test for different
                   3615:          combinations of breaks in body and delimiter (related to bug
                   3616:          #1077)
                   3617: 
                   3618:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   3619:          added (related to bug #1077)
                   3620: 
                   3621:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   3622:          passed to native method" exception added to avoid bugs due to
                   3623:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   3624:          after ^break[] (related to bug #1077)
                   3625: 
                   3626: 2017-01-14  moko
                   3627: 
                   3628:        * tests/: 330.html, results/330.processed: test results updated
                   3629:          after ^break[] bugs where fixed (related to bug #1077)
                   3630: 
                   3631:        * tests/: 329.html, results/329.processed: test results updated
                   3632:          after ^break[] bugs where fixed (related to bug #1077)
                   3633: 
                   3634:        * tests/results/320.processed: ^return[] added
                   3635: 
                   3636: 2017-01-13  moko
                   3637: 
                   3638:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3639:          classes/table.C, include/pa_request.h, main/execute.C,
                   3640:          main/pa_request.C, targets/cgi/parser3.C,
                   3641:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   3642:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   3643:          checked after each possible process/execute call (fixes bug
                   3644:          #1077)
                   3645: 
                   3646: 2016-12-29  moko
                   3647: 
                   3648:        * src/main/pa_common.C: warning war
                   3649: 
                   3650:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   3651:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   3652:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   3653:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   3654:          (related to feature #1014)
                   3655: 
                   3656:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   3657:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   3658:          (related to feature #1014)
                   3659: 
                   3660: 2016-12-28  moko
                   3661: 
                   3662:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   3663:          warning war
                   3664: 
                   3665: 2016-12-26  moko
                   3666: 
                   3667:        * tests/: 341.html, results/341.processed: test for
                   3668:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   3669: 
                   3670:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   3671:          (related to feature #1057)
                   3672: 
                   3673:        * src/types/pa_vdate.C: warning war continues...
                   3674: 
                   3675:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   3676:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   3677: 
                   3678:        * src/lib/gd/gifio.C: warning war / cleanup
                   3679: 
                   3680:        * src/lib/json/pa_json.C: warning war
                   3681: 
                   3682:        * src/classes/hash.C: warning war
                   3683: 
                   3684:        * src/types/pa_vfile.C: warning war
                   3685: 
                   3686:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   3687:          -Wall warning war continues
                   3688: 
                   3689:        * configure.ac: --with-build-warnings actualized
                   3690: 
                   3691: 2016-12-25  moko
                   3692: 
                   3693:        * src/main/pa_exec.C: -wAll warning war
                   3694: 
                   3695:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   3696:          -wAll warning war
                   3697: 
                   3698:        * src/: include/pa_common.h, include/pa_sapi.h,
                   3699:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   3700:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   3701:          -wAll warning war
                   3702: 
                   3703: 2016-12-23  moko
                   3704: 
                   3705:        * src/lib/ltdl/Makefile.am: extra dist added
                   3706: 
                   3707:        * tests/results/344.processed: test result updated after $file.text
                   3708:          prefetched in ^hash::create[$file] (related to feature #1075)
                   3709: 
                   3710:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   3711:          ^hash::create[$file] (related to feature #1075)
                   3712: 
                   3713: 2016-12-22  moko
                   3714: 
                   3715:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   3716:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   3717:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   3718:          #1014 under 32-bit unix versions)
                   3719: 
                   3720: 2016-12-21  moko
                   3721: 
                   3722:        * tests/: 375.html, results/375.processed: test for exec returning
                   3723:          stated file added (related to feature #1119)
                   3724: 
                   3725:        * src/classes/file.C: load should not return file with null body
                   3726:          (fixes bug #1119)
                   3727: 
                   3728: 2016-12-14  moko
                   3729: 
                   3730:        * tests/: 374.html, results/374.processed: test for $method.name
                   3731:          added (related to feature #1117) plus method returning junction
                   3732:          test
                   3733: 
                   3734: 2016-12-13  moko
                   3735: 
                   3736:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   3737:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   3738:          (implements feature #1117)
                   3739: 
                   3740:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   3741:          HEAD and TRACE can't have body (implements feature #1116)
                   3742: 
                   3743: 2016-12-09  moko
                   3744: 
                   3745:        * tests/: 373.html, results/373.processed: tests for
                   3746:          ^reflection:tainting added (related to feature #1098)
                   3747: 
                   3748:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   3749:          change (related to feature #1098)
                   3750: 
                   3751: 2016-12-06  moko
                   3752: 
                   3753:        * src/: classes/reflection.C, include/pa_string.h,
                   3754:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   3755:          feature #1098)
                   3756: 
                   3757: 2016-12-05  moko
                   3758: 
                   3759:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   3760:          (fixes bug #1114)
                   3761: 
                   3762: 2016-12-04  moko
                   3763: 
                   3764:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   3765:          check added
                   3766: 
                   3767: 2016-12-03  moko
                   3768: 
                   3769:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   3770:          to test value.as_hash() usage
                   3771: 
                   3772:        * src/classes/curl.C: value.as_hash() used for correct hash
                   3773:          processing
                   3774: 
                   3775:        * src/classes/reflection.C: exceptions texts fixes
                   3776: 
                   3777: 2016-12-02  moko
                   3778: 
                   3779:        * tests/: 372.html, results/372.processed: tests for
                   3780:          ^reflection:create[ $.class[name] $.constructor[name]
                   3781:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   3782:          feature #1094)
                   3783: 
                   3784:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   3785:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   3786:          will be called in ~VNativeMethodFrame
                   3787: 
                   3788:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   3789:          ] minor fix
                   3790: 
                   3791:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   3792:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   3793:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   3794:          now supported (implements feature #1094) value::as_hash added
                   3795:          (and should be used everywhere)
                   3796: 
                   3797:        * src/classes/reflection.C: cleanup
                   3798: 
                   3799: 2016-12-01  moko
                   3800: 
                   3801:        * tests/: 356.html, results/356.processed: test for method
                   3802:          junctions class name added to the resulting hash added (related
                   3803:          to feature #1068)
                   3804: 
                   3805:        * src/classes/reflection.C: for method junctions class name added
                   3806:          to the resulting hash (related to feature #1068)
                   3807: 
                   3808: 2016-11-30  moko
                   3809: 
                   3810:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   3811:          exception (related to bug #1113)
                   3812: 
                   3813:        * src/types/pa_vhashfile.C: whitespace
                   3814: 
                   3815:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   3816:          #1113)
                   3817: 
                   3818:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3819:          229.processed, 239.processed, 244.processed, 246.processed,
                   3820:          314.processed, 352.processed: tests results updated after method
                   3821:          call exceptions improved as method now keeps its name
                   3822: 
                   3823:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   3824:          types/pa_vmethod_frame.h: method call exceptions improved as
                   3825:          method now keeps its name
                   3826: 
                   3827:        * tests/: 224.html, 239.html, results/224.processed,
                   3828:          results/239.processed: tests and tests results updated after
                   3829:          Request::construct exception changed
                   3830: 
                   3831:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   3832:          exception optimized
                   3833: 
                   3834:        * tests/: 371.html, results/371.processed: test for
                   3835:          WWrapper.get_element call in $.name.key[value] code added
                   3836:          (related to feature #1091)
                   3837: 
                   3838:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   3839:          in $.name.key[value] code (related to feature #1091)
                   3840: 
                   3841: 2016-11-29  moko
                   3842: 
                   3843:        * src/classes/op.C: VS warning war
                   3844: 
                   3845:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   3846:          C4239: nonstandard extension used : 'return' : conversion from
                   3847:          'Value' to 'Value &' (related to feature #1020)
                   3848: 
                   3849:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   3850:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   3851:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   3852:          to feature #1020)
                   3853: 
                   3854:        * src/main/execute.C: VS warning war
                   3855: 
                   3856:        * src/targets/cgi/parser3.C: VS compatibility fix
                   3857: 
                   3858:        * src/include/pa_request.h: VS warning war
                   3859: 
                   3860:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   3861:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   3862: 
                   3863:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   3864:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   3865:          $.stdin[$binary_file] (fixes bug #1044)
                   3866: 
                   3867: 2016-11-28  moko
                   3868: 
                   3869:        * src/main/pa_exec.C: whitespace
                   3870: 
                   3871:        * src/main/pa_request.C: whitespace
                   3872: 
                   3873:        * tests/: 369.html, results/369.processed: test for
                   3874:          $response:status usage added (related to feature #1099)
                   3875: 
                   3876:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   3877:          if < 100 (implements feature #1099)
                   3878: 
                   3879:        * src/targets/cgi/parser3.C: whitespace
                   3880: 
                   3881:        * src/targets/cgi/parser3.C: whitespace
                   3882: 
                   3883:        * tests/: 368.html, results/368.processed: test updated after
                   3884:          ^reflection:filename[$method] added (related to feature #1053)
                   3885: 
                   3886:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3887:          main/compile.y, main/execute.C, main/pa_request.C,
                   3888:          types/pa_vclass.h: filename -> filespec,
                   3889:          ^reflection:filename[$method] added (related to feature #1053)
                   3890: 
                   3891: 2016-11-27  moko
                   3892: 
                   3893:        * tests/: 368.html, results/368.processed: test for
                   3894:          reflection:filename[$class or object] added (related to feature
                   3895:          #1053)
                   3896: 
                   3897:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   3898:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   3899:          object] added (implements feature #1053)
                   3900: 
                   3901: 2016-11-26  moko
                   3902: 
                   3903:        * src/: include/pa_request_info.h,
                   3904:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3905:          remove_absolute_uri -> strip_absolute_uri
                   3906: 
                   3907: 2016-11-25  moko
                   3908: 
                   3909:        * src/: include/pa_request_info.h,
                   3910:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3911:          request_info.remove_absolute_uri added to remove possible
                   3912:          http://site.name/ from $request:uri (implements feature #1112)
                   3913: 
                   3914: 2016-11-24  moko
                   3915: 
                   3916:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   3917:          previous request headers clearing after redirect added (related
                   3918:          to bug #1109)
                   3919: 
                   3920:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   3921:          response headers from previous requests are now cleared, only
                   3922:          last request headers are collected (fixes bug #1109)
                   3923: 
                   3924:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   3925:          tests results updated as method name now added to the resulting
                   3926:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3927:          feature #1068)
                   3928: 
                   3929:        * src/classes/reflection.C: method name now added to the resulting
                   3930:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3931:          feature #1068)
                   3932: 
                   3933:        * tests/results/366.processed: test for native and parser
                   3934:          implementation of ^use[] logic (related to feature #1074)
                   3935: 
                   3936:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   3937:          for native and parser implementation of ^use[] logic (related to
                   3938:          feature #1074)
                   3939: 
                   3940: 2016-11-23  moko
                   3941: 
                   3942:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3943:          main/pa_request.C: @USE file now implemented as ^use[file;
                   3944:          $.origin[origin_file] ] (implements feature #1074)
                   3945: 
1.109     moko     3946: 2016-11-21  moko
                   3947: 
1.110     moko     3948:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   3949:          3.4.4 and $caller.method now tested (related to feature #1110)
                   3950: 
                   3951:        * tests/: 364.html, results/364.processed: $caller usage in
                   3952:          different contexts now tested (related to feature #1110)
                   3953: 
                   3954:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   3955: 
                   3956:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   3957: 
1.109     moko     3958:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   3959:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   3960:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   3961:          used (implements feature #1110)
                   3962: 
                   3963: 2016-11-20  moko
                   3964: 
                   3965:        * src/types/pa_vdouble.h: whitespace
                   3966: 
                   3967: 2016-11-11  moko
                   3968: 
                   3969:        * tests/: 363.html, results/363.processed: more tests for feature
                   3970:          #1091 (how parser methods work in expression context)
                   3971: 
                   3972:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   3973:          expressions strings are now written as strings, not values by
                   3974:          write_as_string (related to feature #1091)
                   3975: 
                   3976:        * src/classes/op.C: to make more correct behavour in expression
                   3977:          context
                   3978: 
                   3979: 2016-11-07  moko
                   3980: 
                   3981:        * tests/: 362.html, results/362.processed: test for
                   3982:          xsltParseStylesheetDoc caching as xsl modification after it added
                   3983:          (related to bug #1108)
                   3984: 
                   3985:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   3986:          result now cached as xdoc is modified after it (fixes bug #1108)
                   3987: 
                   3988: 2016-11-06  moko
                   3989: 
                   3990:        * src/types/pa_vxdoc.h: whitespace
                   3991: 
                   3992: 2016-11-05  moko
                   3993: 
                   3994:        * src/types/pa_vmethod_frame.h: cleanup
                   3995: 
                   3996: 2016-11-03  moko
                   3997: 
                   3998:        * tests/results/244.processed: more correct exception after method
                   3999:          frames separation
                   4000: 
                   4001:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   4002: 
                   4003:        * src/types/pa_method.h: optimization: params_count added
                   4004: 
                   4005:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   4006:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   4007:          types/pa_value.C, types/pa_vmethod_frame.C,
                   4008:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   4009:          VMethodFrame now divided into VNativeMethodFrame,
                   4010:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   4011:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   4012:          and used (related to feature #1104)
                   4013: 
                   4014: 2016-11-02  moko
                   4015: 
                   4016:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   4017:          classes/double.C, classes/file.C, classes/hash.C,
                   4018:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4019:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4020:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   4021:          classes/regex.C, classes/string.C, classes/table.C,
                   4022:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   4023:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   4024:          r.write (implements feature #1091)
                   4025: 
                   4026:        * src/main/execute.C: cleanup (related to feature #1104)
                   4027: 
                   4028:        * src/: include/pa_request.h, main/execute.C,
                   4029:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   4030:          added, in_expression removed (implements feature #1104)
                   4031: 
                   4032: 2016-10-31  moko
                   4033: 
                   4034:        * src/types/pa_value.C: whitespace
                   4035: 
                   4036: 2016-10-28  moko
                   4037: 
                   4038:        * tests/results/244.processed: updated after error reporting fixed
                   4039:          in pa_wcontext.C
                   4040: 
                   4041:        * src/types/pa_wcontext.C: error reporting fixed
                   4042: 
                   4043:        * src/types/pa_wcontext.h: whitespace
                   4044: 
                   4045:        * src/classes/image.C: not fully readed entries are no longer
                   4046:          processed (fixes bug #1106)
                   4047: 
                   4048: 2016-10-26  moko
                   4049: 
                   4050:        * src/classes/image.C: whitespace
                   4051: 
                   4052:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   4053:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   4054:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   4055:          longer required (related to feature #1091)
                   4056: 
                   4057:        * tests/results/: 264.processed, 350.processed: test results update
                   4058:          reverted (whitespace optimization) after write_no_lang removed :)
                   4059:          (related to feature #1091)
                   4060: 
                   4061:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   4062:          classes/string.C, classes/table.C, classes/void.C,
                   4063:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   4064:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   4065:          equal write_pass_lang (related to feature #1091)
                   4066: 
                   4067:        * tests/results/: 264.processed, 350.processed: test results
                   4068:          updated (whitespace optimization) after write_assign_lang removed
                   4069:          (related to feature #1091)
                   4070: 
                   4071:        * tests/: 361.html, results/361.processed: test for non-string
                   4072:          ^untaint added (related to feature #1091)
                   4073: 
                   4074:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4075:          classes/hash.C, classes/op.C, classes/string.C,
                   4076:          include/pa_request.h, main/execute.C: optimization:
                   4077:          write_assign_lang removed as not required (first part of feature
                   4078:          #1091 implementation)
                   4079: 
1.108     moko     4080: 2016-10-12  moko
                   4081: 
                   4082:        * tests/: 360.html, results/360.processed: more test code (related
                   4083:          to feature #1104)
                   4084: 
                   4085:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   4086:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   4087:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   4088:          WContext is next task (implements feature #1104)
                   4089: 
                   4090:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   4091:          / CO_WITHOUT_WCONTEXT
                   4092: 
                   4093:        * tests/: 360.html, results/360.processed: test for in expression
                   4094:          state (related to feature #1104)
                   4095: 
                   4096: 2016-10-11  moko
                   4097: 
                   4098:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   4099: 
                   4100:        * src/classes/op.C: default value removed from initializer
                   4101: 
                   4102:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   4103: 
                   4104:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   4105: 
                   4106: 2016-10-10  moko
                   4107: 
                   4108:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   4109:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   4110:          to feature #42)
                   4111: 
                   4112:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   4113:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   4114: 
                   4115: 2016-10-08  moko
                   4116: 
                   4117:        * src/classes/double.C: whitespace
                   4118: 
                   4119: 2016-10-07  moko
                   4120: 
                   4121:        * src/types/pa_vmethod_frame.h: reorder
                   4122: 
                   4123: 2016-10-06  moko
                   4124: 
                   4125:        * src/classes/date.C: typo
                   4126: 
                   4127:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   4128: 
                   4129:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4130:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   4131:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   4132:          Value*
                   4133: 
                   4134:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   4135: 
                   4136:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   4137:          removed; first as_* code rewrite
                   4138: 
                   4139: 2016-10-05  moko
                   4140: 
                   4141:        * src/include/pa_request.h: whitespace
                   4142: 
                   4143:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   4144:          intercept_string added (related to feature #1097)
                   4145: 
                   4146:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   4147:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4148:          optimization: intercept_string removed (implements feature #1097)
                   4149: 
                   4150:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   4151: 
                   4152:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   4153:          from VCodeFrame and WWrapper as not required
                   4154: 
                   4155: 2016-10-04  moko
                   4156: 
                   4157:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   4158:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   4159:          classes/int.C, classes/json.C, classes/op.C,
                   4160:          classes/reflection.C, classes/string.C, classes/table.C,
                   4161:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4162:          proces_to_value -> process after StringOrValue removed (related
                   4163:          to feature #1020)
                   4164: 
                   4165:        * src/classes/form.C: whitespace
                   4166: 
                   4167:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   4168: 
                   4169:        * tests/: 357.html, 358.html, results/357.processed,
                   4170:          results/358.processed, results/auto.p: test for @conf
                   4171:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   4172: 
                   4173: 2016-10-03  moko
                   4174: 
                   4175:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   4176:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   4177:          supported (implements feature #42)
                   4178: 
                   4179:        * src/types/pa_vregex.h: no reason for VRegex to be
                   4180:          is_evaluated_expr
                   4181: 
                   4182:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   4183:          (implements feature #1095)
                   4184: 
                   4185: 2016-10-01  moko
                   4186: 
                   4187:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   4188:          false by default (related to feature #1089)
                   4189: 
                   4190: 2016-09-30  moko
                   4191: 
                   4192:        * src/types/pa_wcontext.h: cleanup
                   4193: 
                   4194: 2016-09-29  moko
                   4195: 
                   4196:        * src/main/execute.C: whitespace
                   4197: 
                   4198:        * src/include/pa_request.h: whitespace
                   4199: 
                   4200:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4201:          classes/op.C, classes/table.C, include/pa_request.h,
                   4202:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   4203:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   4204:          StringOrValue removed as it just slows down and adds complexity
                   4205:          (implements feature #1020)
                   4206: 
                   4207: 2016-09-28  moko
                   4208: 
                   4209:        * tests/: 356.html, results/266.processed, results/321.processed,
                   4210:          results/356.processed: tests updated after name was added to
                   4211:          method_info hash, test for ^reflection:method_info[junction]
                   4212:          added (related to feature #1068)
                   4213: 
                   4214:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   4215:          supported, method name added to the resulting hash (implements
                   4216:          feature #1068)
                   4217: 
                   4218:        * tests/: 276.html, results/276.processed: more tests for
                   4219:          ^reflection:delete[]
                   4220: 
                   4221:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   4222:          didn't work on class and could damage native objects (like file)
                   4223: 
                   4224: 2016-09-26  moko
                   4225: 
                   4226:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   4227:          results/345.processed, results/346-curl.processed,
                   4228:          results/347-curl.processed, results/348.processed: numbers added
                   4229:          to simplify diff analysis
                   4230: 
                   4231:        * tests/: 352.html, results/352.processed: test result updated as
                   4232:          method name used
                   4233: 
                   4234:        * src/classes/reflection.C: method name used
                   4235: 
                   4236:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   4237:          its name
                   4238: 
                   4239:        * src/types/pa_method.h: whitespace
                   4240: 
                   4241:        * src/classes/reflection.C: both method and field with one name can
                   4242:          exist.
                   4243: 
                   4244:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   4245:          feature #1089)
                   4246: 
                   4247:        * tests/: 355.html, results/355.processed: property appears in
                   4248:          derived class if added in base test added
                   4249: 
                   4250:        * src/types/pa_vstateless_class.h: get_method declaration +
                   4251:          whitespace
                   4252: 
                   4253:        * tests/: 354.html, results/354.processed: nice test from method
                   4254:          and property with one name in class added
                   4255: 
                   4256: 2016-09-23  moko
                   4257: 
                   4258:        * src/classes/reflection.C: ^reflection:method usage documented
                   4259: 
                   4260: 2016-09-22  moko
                   4261: 
                   4262:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   4263:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   4264:          compile warning and GPF occures on VS2003 (related to feature
                   4265:          #1087)
                   4266: 
                   4267:        * tests/: 350.html, results/350.processed: test added for
                   4268:          $.encloser[] support in ^table::create (related to feature #11)
                   4269: 
                   4270:        * src/classes/table.C: another minor fix (related to feature #11)
                   4271: 
1.107     moko     4272: 2016-09-21  moko
                   4273: 
                   4274:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   4275: 
                   4276:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4277:          classes/json.C, classes/string.C, classes/table.C,
                   4278:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4279:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4280:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   4281:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   4282:          pa_charsets, vs2015 warning war
                   4283: 
                   4284:        * src/classes/table.C: vs2015 warning war
                   4285: 
                   4286:        * src/types/pa_vdate.C: vs2015 warning war
                   4287: 
                   4288:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   4289: 
                   4290:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   4291:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   4292: 
                   4293:        * src/main/pa_common.C: vs2015 compilation fixes
                   4294: 
                   4295:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   4296:          vs2015 compilation fixes
                   4297: 
                   4298:        * src/main/pa_charset.C: vs2015 warning war
                   4299: 
                   4300:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   4301: 
                   4302:        * src/main/pa_charset.C: vs2015 warning war
                   4303: 
                   4304:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   4305: 
                   4306:        * src/types/pa_vdate.C: vs2015 compilation fix
                   4307: 
                   4308:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   4309: 
                   4310:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   4311:          VS2015 compilation fixes
                   4312: 
                   4313:        * src/classes/table.C: minor fix (related to feature #11)
                   4314: 
                   4315:        * tests/results/282.processed: no longer skipping extra enclosers
                   4316:          (related to feature #11)
                   4317: 
                   4318:        * src/classes/table.C: minor fix + no longer skipping extra
                   4319:          enclosers (related to feature #11)
                   4320: 
                   4321:        * src/classes/table.C: minor optimization (related to feature #11)
                   4322: 
                   4323:        * src/classes/table.C: minor fix and optimization (related to
                   4324:          feature #11)
                   4325: 
                   4326: 2016-09-20  moko
                   4327: 
                   4328:        * tests/: 353.html, results/353.processed: test for
                   4329:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   4330:          added (related to bug #1090)
                   4331: 
                   4332:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   4333:          one_big_piece (fixes bug #1090)
                   4334: 
                   4335:        * tests/: 229.html, results/229.processed: code coverage tests
                   4336: 
                   4337:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   4338:          body) was called
                   4339: 
                   4340:        * src/classes/op.C: whitespace
                   4341: 
                   4342:        * tests/: 323.html, results/323.processed: test for code junction
                   4343:          should not be returned by ^reflection:class, ^reflection:base
                   4344: 
                   4345:        * src/classes/reflection.C: bugfix: code junction should not be
                   4346:          returned by ^reflection:class, ^reflection:base
                   4347: 
                   4348:        * tests/: 323.html, 352.html, results/352.processed: no more
                   4349:          exception for ^reflection:method[class;no-such-method] (related
                   4350:          to feature #1087)
                   4351: 
                   4352:        * src/classes/reflection.C:
                   4353:          ^reflection:method[class;no-such-method] : exception -> void
                   4354:          (related to feature #1087)
                   4355: 
                   4356:        * src/include/pa_request.h: request::write_value added to allow
                   4357:          write value without convertion (related to issue #1091)
                   4358: 
                   4359: 2016-09-19  moko
                   4360: 
                   4361:        * src/main/pa_random.C: windows build fix
                   4362: 
                   4363:        * src/types/pa_vhash.h: warning war
                   4364: 
                   4365: 2016-09-14  moko
                   4366: 
                   4367:        * tests/: 352.html, 552.html, results/352.processed,
                   4368:          results/552.processed: test for ^reflection:method[] extension
                   4369:          added (related to feature #1087)
                   4370: 
                   4371:        * tests/: 552.html, results/552.processed: test for
                   4372:          ^reflection:method[] extension added (related to feature #1087)
                   4373: 
                   4374:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   4375:          dynamic_cast check added (related to feature #1087)
                   4376: 
                   4377:        * tests/: 351.html, results/351.processed: test for @auto[]
                   4378:          inheritance bug diring ^process[] added (related to bug #1088)
                   4379: 
                   4380:        * src/: classes/op.C, main/pa_request.C,
                   4381:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   4382:          disable it inheritance during ^process (fixes bug #1088)
                   4383: 
                   4384:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   4385:          added (implements feature #1087)
                   4386: 
                   4387: 2016-09-13  moko
                   4388: 
                   4389:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   4390:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   4391:          to feature #1086)
                   4392: 
                   4393:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   4394:          types/pa_vobject.C: objects now are not class instances, but have
                   4395:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   4396:          in @conf (implements feature #1086)
                   4397: 
                   4398: 2016-09-08  moko
                   4399: 
                   4400:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   4401:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   4402:          include/pa_string.h: cleanup: string::split limit argument
                   4403:          removed as no longer required, pos_after no longer reference
                   4404:          (related to feature #11)
                   4405: 
                   4406:        * src/classes/table.C, tests/results/348.processed: now exception
                   4407:          is rised when invalid option is passed to ^table::create[]
                   4408: 
                   4409:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   4410:          coverage tests
                   4411: 
                   4412:        * tests/: 348.html, results/348.processed: code coverage tests
                   4413:          added
                   4414: 
                   4415:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   4416:          tests
                   4417: 
                   4418:        * tests/: 035.html, results/035.processed, results/272.processed:
                   4419:          tests updated after $.encloser[] support for ^table::create
                   4420:          implementation (related to feature #11)
                   4421: 
                   4422:        * src/classes/table.C: $.encloser[] support for ^table::create
                   4423:          finally added (implements feature #11)
                   4424: 
                   4425: 2016-09-07  moko
                   4426: 
                   4427:        * src/include/pa_string.h: added StringSplitHelper as friend
                   4428:          (related to feature #11)
                   4429: 
                   4430:        * src/include/pa_string.h: body and langs now protected, not
                   4431:          private to allow inheritance (related to feature #11)
                   4432: 
                   4433:        * src/classes/table.C: lsplit optimized before cloning for
                   4434:          ^table::create with $.encloser[] (related to feature #11)
                   4435: 
                   4436:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   4437:          added and used (related to feature #11)
                   4438: 
                   4439:        * src/classes/table.C: spelling:
                   4440: 
                   4441:          TableSeparators -> TableControlChars column -> separator
                   4442:          separators -> control_chars
                   4443: 
                   4444: 2016-09-06  moko
                   4445: 
                   4446:        * src/main/pa_string.C: whitespace
                   4447: 
                   4448:        * src/main/pa_string.C: whitespace
                   4449: 
                   4450: 2016-09-01  moko
                   4451: 
                   4452:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   4453:          results OS-independent
                   4454: 
                   4455:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   4456:          compiler (related to feature #1042)
                   4457: 
                   4458: 2016-08-15  moko
                   4459: 
                   4460:        * src/include/pa_string.h: whitespace
                   4461: 
                   4462:        * src/classes/table.C: whitespace
                   4463: 
1.106     moko     4464: 2016-08-05  moko
                   4465: 
                   4466:        * tests/: 344.html, results/344.processed: test for
                   4467:          ^hash::create[$file] added (related to feature #1075)
                   4468: 
                   4469:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   4470:          supported (implements feature #1075)
                   4471: 
                   4472: 2016-08-04  moko
                   4473: 
                   4474:        * tests/: 341.html, results/341.processed: more code coverage tests
                   4475: 
                   4476:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4477:          coverage tests for curl
                   4478: 
                   4479:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4480:          coverage tests for curl
                   4481: 
                   4482:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   4483:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   4484:          test added
                   4485: 
                   4486:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   4487:          coverage tests for curl
                   4488: 
                   4489: 2016-08-03  moko
                   4490: 
                   4491:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   4492:          until it will be loaded, allowing to find existing library.
                   4493: 
                   4494:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   4495:          results/347-curl.processed: more code coverage tests for curl
                   4496: 
                   4497:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   4498:          results/339-curl.processed, results/346-curl.processed: curl
                   4499:          functionality tests
                   4500: 
                   4501: 2016-08-02  moko
                   4502: 
                   4503:        * tests/: 339.html, results/339.processed: test for tables in
                   4504:          ^file:load[] and ^curl:load[] (commented) added (related to
                   4505:          feature #1042)
                   4506: 
                   4507:        * tests/: 345.html, results/345.processed: code coverage tests for
                   4508:          file class
                   4509: 
                   4510:        * tests/: 344.html, results/344.processed: code coverage tests
                   4511: 
                   4512:        * tests/: 344.html, results/344.processed: mdate removed from
                   4513:          output
                   4514: 
                   4515:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   4516:          fcontent.is_text_mode() if not set (related to feature #1061)
                   4517: 
                   4518:        * tests/: 344.html, results/344.processed: more tests
                   4519: 
                   4520:        * tests/: 343.html, 344.html, results/343.processed,
                   4521:          results/344.processed: tests for ^file::create[ $.from-charset
                   4522:          and $.to-charset ] (related to feature #1061)
                   4523: 
                   4524:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4525:          aset_text_mode argument optimized
                   4526: 
                   4527:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4528:          checkBOM now used in detect_binary_content (related to feature
                   4529:          #1061)
                   4530: 
                   4531:        * src/main/pa_request.C: load_charset no longer required to_upper
                   4532: 
                   4533:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   4534:          preserves original file mode (if no $.mode specified)
                   4535: 
                   4536:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4537:          ^file::create now supports $.from-charset[] and $.to-charset
                   4538:          options (implements feature #1061), automatic transcode is done
                   4539:          if text file is created from binary file and charset is detected.
                   4540: 
                   4541: 2016-07-30  moko
                   4542: 
                   4543:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   4544:          feature #1057)
                   4545: 
                   4546:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   4547:          added (related to feature #1057)
                   4548: 
                   4549:        * tests/: 286.html, results/286.processed: code tests coverage
                   4550: 
                   4551: 2016-07-29  moko
                   4552: 
                   4553:        * src/classes/table.C: table size should be checked inside menu and
                   4554:          foreach (related to feature #858)
                   4555: 
                   4556:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   4557:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4558:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   4559:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   4560:          charsets.get now does str_upper inside (related to feature #1061)
                   4561: 
                   4562:        * tests/: 342.html, results/342.processed: more code coverage tests
                   4563: 
                   4564:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   4565:          + foreach test added (related to feature #858)
                   4566: 
                   4567:        * tests/: 341.html, results/341.processed: tests for
                   4568:          ^table.hash[]{code} added + code coverage tests (related to
                   4569:          feature #1057)
                   4570: 
                   4571:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   4572:          value} support (implements feature #1057)
                   4573: 
                   4574:        * src/classes/table.C: whitespace
                   4575: 
                   4576: 2016-07-28  moko
                   4577: 
                   4578:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   4579:          from URL, if not specified query string removed from url-based
                   4580:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   4581:          #1042)
                   4582: 
                   4583: 2016-07-27  moko
                   4584: 
                   4585:        * tests/: 340.html, results/340.processed: test for
                   4586:          transcode_text_result=false added (related to issue #1042)
                   4587: 
                   4588: 2016-07-26  moko
                   4589: 
                   4590:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   4591:          is folder and ends with /) (related to feature #1042)
                   4592: 
                   4593:        * src/main/pa_http.C: whitespace optimizaion
                   4594: 
                   4595:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   4596:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   4597:          multiple headers, ^file::load supports headers transcoding
                   4598:          (implements feature #1042)
                   4599: 
                   4600: 2016-07-25  moko
                   4601: 
                   4602:        * src/include/pa_common.h: PA_DEFAULT added
                   4603: 
                   4604: 2016-07-22  moko
                   4605: 
                   4606:        * tests/: 338.html, results/338.processed: test for
                   4607:          $date.field(value) added (related to feature #1066)
                   4608: 
                   4609:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4610:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   4611:          feature #1066)
                   4612: 
1.105     moko     4613: 2016-07-21  moko
                   4614: 
                   4615:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   4616:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   4617:          arguments removed; image.C - absolute path shown in exception
                   4618:          (implements feature #1071)
                   4619: 
                   4620:        * tests/: 235.html, results/235.processed: test and test result
                   4621:          updated after static boundary in mail and Errors-To: mail header
                   4622:          removed (related to feature #1047)
                   4623: 
                   4624:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   4625:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   4626:          used, static boundary in mail removed, Errors-To: mail header
                   4627:          removed (implements feature #1047)
                   4628: 
                   4629: 2016-07-20  moko
                   4630: 
                   4631:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   4632:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   4633:          issue #1051)
                   4634: 
                   4635:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   4636:          request.classes(): Value -> VStateless_class, part 2 (related to
                   4637:          issue #1051)
                   4638: 
                   4639:        * tests/results/: 224.processed, 323.processed: classes without
                   4640:          methods should not be methoded (related to issue #1051)
                   4641: 
                   4642:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   4643:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   4644:          -> VStateless_class, part 1 (related to issue #1051)
                   4645: 
                   4646:        * tests/: 337.html, results/337.processed: test for
                   4647:          ^reflection:fields_reference[] and VHashReference class added
                   4648:          (related to feature #1072)
                   4649: 
                   4650:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   4651:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   4652:          and VHashReference added, allowing ^reflection:fields_reference[]
                   4653:          implementation (closes feature #1072)
                   4654: 
                   4655: 2016-07-19  moko
                   4656: 
                   4657:        * tests/: 323.html, results/323.processed: we want to see
                   4658:          "methoded"
                   4659: 
                   4660:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   4661:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   4662:          #1059)
                   4663: 
                   4664:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   4665:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   4666:          somebody_entered_some_class, $BASE:property works again,
                   4667:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   4668: 
                   4669: 2016-07-14  moko
                   4670: 
                   4671:        * tests/: 335.html, results/335.processed: test for feature #1055
                   4672:          added
                   4673: 
                   4674:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   4675:          feature: ^hash.contains[_default] added (implements feature
                   4676:          #1055)
                   4677: 
                   4678: 2016-07-13  moko
                   4679: 
                   4680:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   4681:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   4682: 
                   4683: 2016-07-05  moko
                   4684: 
                   4685:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   4686:          in ^hash.foreach (related to feature #1073)
                   4687: 
                   4688: 2016-07-04  moko
                   4689: 
                   4690:        * tests/: 134.html, 281.html, results/134.processed,
                   4691:          results/281.processed: tests updated after hash blocking removed
                   4692:          (related to feature #1073)
                   4693: 
                   4694:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   4695:          no longer blocks on change during foreach (implements feature
                   4696:          #1073)
                   4697: 
                   4698: 2016-06-17  moko
                   4699: 
                   4700:        * tests/: 330.html, results/330.processed: try exception source
                   4701:          test added (related to bug in #1062)
                   4702: 
                   4703:        * tests/: 334.html, results/334.processed: Exception stack trace
                   4704:          test added (related to bug in $1062)
                   4705: 
                   4706:        * src/classes/op.C: Exception trace now correctly restored and
                   4707:          errors reported (related to bug #1062)
                   4708: 
1.104     moko     4709: 2016-05-25  moko
                   4710: 
                   4711:        * src/main/compile.y: minor cleanup + beauty
                   4712: 
                   4713: 2016-05-24  moko
                   4714: 
                   4715:        * tests/: 333.html, results/333.processed: more exceptions testing
                   4716: 
                   4717:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   4718:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   4719:          features #1056, #1026)
                   4720: 
                   4721:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   4722:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   4723:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   4724:          (implements feature #1056)
                   4725: 
                   4726:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4727:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   4728:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   4729:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   4730:          feature #1026)
                   4731: 
                   4732:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   4733:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   4734:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   4735:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   4736:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   4737:          feature #1026)
                   4738: 
                   4739:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4740:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   4741:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   4742:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   4743: 
                   4744:        * src/main/main.vcproj: + ps_symbols
                   4745: 
                   4746:        * src/: include/Makefile.am, include/pa_string.h,
                   4747:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   4748:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   4749:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4750:          types/pa_vstateless_class.C: initial implementation for symbols
                   4751:          cache (related to feature #1026)
                   4752: 
                   4753:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   4754: 
                   4755:        * src/main/pa_globals.C: minor cleanup
                   4756: 
                   4757: 2016-05-19  moko
                   4758: 
                   4759:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   4760:          (related to feature #1046)
                   4761: 
                   4762:        * tests/: 331.html, results/331.processed: test for
                   4763:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   4764:          (related to feature #1051)
                   4765: 
                   4766:        * src/main/compile.y:
                   4767:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   4768:          (implements feature #1054)
                   4769: 
                   4770: 2016-05-18  moko
                   4771: 
                   4772:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   4773:          "column not found" exception for ^table.no-such-method[] (related
                   4774:          to feature #1046)
                   4775: 
                   4776:        * tests/: 261.html, results/261.processed: test added and updated
                   4777:          after feature #1046 implementation
                   4778: 
                   4779:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   4780:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   4781:          ^string.contains added for hash compatibility, $string.method no
                   4782:          longer returns stting method (implements feature #1046)
                   4783: 
                   4784: 2016-05-12  moko
                   4785: 
                   4786:        * src/classes/curl.C: content-type response header no longer
                   4787:          ignored (fixes issue #1045)
                   4788: 
                   4789:        * tests/: 330.html, results/330.processed: test for incomplete
                   4790:          finally execution when break occures added (related to issue
                   4791:          #1077)
                   4792: 
                   4793:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   4794:          executing catch and finally code (fixes issue #1062)
                   4795: 
                   4796: 2016-05-11  moko
                   4797: 
                   4798:        * tests/: 329.html, results/329.processed: test for invalid
                   4799:          ^break[] behavour added (bug #1077)
                   4800: 
                   4801:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   4802: 
                   4803: 2016-04-24  moko
                   4804: 
                   4805:        * src/types/pa_vstateless_class.h: warning war
                   4806: 
                   4807: 2016-04-17  moko
                   4808: 
                   4809:        * tests/: 328.html, results/328.processed: test for
                   4810:          ^break(condition) and ^continue(condition) (related to feature
                   4811:          #1063)
                   4812: 
                   4813:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   4814:          implemented (feature #1063)
                   4815: 
                   4816: 2016-04-12  moko
                   4817: 
                   4818:        * tests/results/280.processed: ordered hash now used for class
                   4819:          methods and properties (test results updated for feature #1069)
                   4820: 
                   4821:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   4822:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   4823:          failed (related to issue #1051)
                   4824: 
                   4825:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   4826:          are printed to check inheritance (related to feature #1051)
                   4827: 
1.103     moko     4828: 2016-04-09  moko
                   4829: 
                   4830:        * tests/results/320.processed: ordered hash now used for class
                   4831:          methods and properties (test results updated for feature #1069)
                   4832: 
                   4833:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   4834:          methods and properties (implements feature #1069)
                   4835: 
                   4836:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   4837:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   4838:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   4839:          feature #1051)
                   4840: 
                   4841: 2016-04-07  moko
                   4842: 
                   4843:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   4844:          (related to feature #1051)
                   4845: 
                   4846:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   4847:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   4848:          string constants deduplication (related to feature #1051)
                   4849: 
                   4850:        * tests/results/224.processed: test result updated (related to
                   4851:          feature #1051)
                   4852: 
                   4853:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   4854:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   4855:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   4856:          types/pa_vstatus.h: classes hash now contains only
                   4857:          VStateless_class derived objects, .CLASS is also allways
                   4858:          VStateless_class derived object (related to feature #1051).
                   4859: 
                   4860: 2016-04-06  moko
                   4861: 
                   4862:        * tests/results/323.processed: test result updated after feature
                   4863:          #1051 implementation
                   4864: 
                   4865:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   4866:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   4867:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   4868:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   4869:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4870:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   4871:          classes, type() moved from VStateless_class to VClass and
                   4872:          Methoded (implements feature #1051)
                   4873: 
                   4874: 2016-04-04  moko
                   4875: 
                   4876:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   4877:          beauty: put_class added (related to feature #1051)
                   4878: 
                   4879: 2016-04-01  moko
                   4880: 
                   4881:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   4882:          229.processed, 244.processed, 246.processed, 316.processed: test
                   4883:          results updated as class.type() removed from error messages, only
                   4884:          type() left (related to feature #1051)
                   4885: 
                   4886:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   4887:          classes/op.C, classes/reflection.C, main/compile.y,
                   4888:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   4889:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   4890:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   4891:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   4892:          from VStateless_class, type() is used instead (related to feature
                   4893:          #1051)
                   4894: 
                   4895:        * src/classes/mail.C: old logic restored.
                   4896: 
                   4897:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4898:          classes/classes.h, classes/curl.C, classes/date.C,
                   4899:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4900:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4901:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4902:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   4903:          classes/regex.C, classes/response.C, classes/string.C,
                   4904:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4905:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   4906:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   4907:          feature #1051)
                   4908: 
                   4909: 2016-03-30  moko
                   4910: 
                   4911:        * tests/: 327.html, results/224.processed, results/327.processed:
                   4912:          test for TZ specification in ^date::create[], TZ is kept during
                   4913:          ^date::create[$dt] (related to feature #1048)
                   4914: 
                   4915:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   4916:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   4917:          feature #1048)
                   4918: 
                   4919: 2016-03-29  moko
                   4920: 
                   4921:        * tests/: 315.html, results/315.processed: test for timezone format
                   4922:          +HHmm added (related to feature #1065)
                   4923: 
                   4924:        * src/classes/date.C: timezone format +HHmm now supported
                   4925:          (implements feature #1065)
                   4926: 
                   4927: 2016-03-28  moko
                   4928: 
                   4929:        * tests/: 202.html, results/131.processed, results/202.processed,
                   4930:          results/224.processed, results/256.processed,
                   4931:          results/315.processed: test results updated after %.2d now
                   4932:          default for hours offset in iso-string (was %2d), test for
                   4933:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4934:          added (related to feature #1065)
                   4935: 
                   4936: 2016-03-27  moko
                   4937: 
                   4938:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   4939:          feature #1065)
                   4940: 
                   4941:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4942:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4943:          added (implements feature #1065)
                   4944: 
                   4945: 2016-03-24  moko
                   4946: 
                   4947:        * tests/: 202.html, results/202.processed: test $date.week added
                   4948:          (related to bug #1067)
                   4949: 
                   4950:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   4951:          date (fix for bug #1067)
                   4952: 
                   4953: 2016-03-10  moko
                   4954: 
                   4955:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   4956: 
1.102     moko     4957: 2015-12-07  moko
                   4958: 
                   4959:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   4960:          .CLASS_NAME optimization added (related to feature #844)
                   4961: 
                   4962: 2015-11-17  moko
                   4963: 
                   4964:        * tests/: 323.html, results/323.processed: order added
                   4965: 
                   4966:        * tests/: 325.html, results/325.processed: double range test added
                   4967:          (related to bug #1049)
                   4968: 
                   4969: 2015-11-16  moko
                   4970: 
                   4971:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   4972:          added to disallow NaN and Infinity (fixes bug #1049)
                   4973: 
                   4974: 2015-11-11  moko
                   4975: 
                   4976:        * tests/324.html: parser 3.4.3 execution support added (related to
                   4977:          feature #1017)
                   4978: 
                   4979:        * tests/: 324.html, results/324.processed: test for
                   4980:          GET_ELEMENT4CALL feature added (feature #1017)
                   4981: 
1.101     moko     4982: 2015-10-29  moko
                   4983: 
                   4984:        * operators.txt: updated for 3.4.4
                   4985: 
                   4986:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   4987: 
                   4988:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   4989:          (related to bug #1043)
                   4990: 
                   4991: 2015-10-28  moko
                   4992: 
                   4993:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   4994:          hangup during ^file::exec (fixes bug #1043)
                   4995: 
1.100     moko     4996: 2015-10-27  moko
                   4997: 
                   4998:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   4999: 
1.99      moko     5000: 2015-10-26  moko
                   5001: 
1.100     moko     5002:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   5003:          (related to issue #1041)
                   5004: 
                   5005:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   5006:          Copyright year updated
                   5007: 
1.99      moko     5008:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   5009:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   5010:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   5011:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   5012:          classes/mail.C, classes/math.C, classes/memcached.C,
                   5013:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5014:          classes/regex.C, classes/response.C, classes/string.C,
                   5015:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5016:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5017:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5018:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5019:          include/pa_dictionary.h, include/pa_dir.h,
                   5020:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5021:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5022:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5023:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5024:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5025:          include/pa_sapi.h, include/pa_socks.h,
                   5026:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5027:          include/pa_stack.h, include/pa_string.h,
                   5028:          include/pa_stylesheet_connection.h,
                   5029:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5030:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5031:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5032:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5033:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   5034:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   5035:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   5036:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   5037:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5038:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   5039:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   5040:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   5041:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   5042:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5043:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5044:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5045:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5046:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5047:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   5048:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   5049:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   5050:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   5051:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   5052:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   5053:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   5054:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   5055:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   5056:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5057:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5058:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5059:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5060:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5061:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5062:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5063:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   5064:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5065:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5066:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   5067:          types/pa_vresponse.C, types/pa_vresponse.h,
                   5068:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5069:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   5070:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   5071:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   5072:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5073:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   5074:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   5075: 
                   5076:        * src/targets/cgi/parser3.C: year updated
                   5077: 
                   5078:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   5079:          issue #1041)
                   5080: 
                   5081:        * tests/: 323.html, results/323.processed: test for base classes
                   5082:          added
                   5083: 
                   5084:        * tests/: 261.html, results/261.processed: updated after better
                   5085:          error reporting done for $string.key exception
                   5086: 
                   5087:        * src/types/pa_vstring.h: better error report for $string.key
                   5088:          exception
                   5089: 
                   5090:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   5091:          copied as VObject::get_element4call to remove extra virtual call
                   5092: 
                   5093:        * tests/: 322.html, results/322.processed: test for
                   5094:          ^reflection:is[] added (related to feature #1041)
                   5095: 
                   5096:        * src/classes/reflection.C: ^reflection:is empty value is void
                   5097:          (related to feature #1041)
                   5098: 
                   5099:        * src/classes/reflection.C:
                   5100:          ^reflection:is[class_name|code|method;[context;]element_name]
                   5101:          added (implements feature #1041)
                   5102: 
                   5103: 2015-10-24  moko
                   5104: 
                   5105:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   5106: 
1.98      moko     5107: 2015-10-22  moko
                   5108: 
                   5109:        * tests/: 321.html, results/321.processed: test for
                   5110:          ^reflection:method_info[] file detection added
                   5111: 
                   5112:        * tests/: 320.html, results/320.processed: test for
                   5113:          ^reflection:class_by_name[class_name] added (related to feature
                   5114:          #993)
                   5115: 
                   5116:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   5117:          added (implements feature #993)
                   5118: 
                   5119:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   5120:          (related to feature #1017)
                   5121: 
                   5122:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   5123:          added (related to issue #1039)
                   5124: 
                   5125:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   5126:          #1039)
                   5127: 
                   5128:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   5129:          for VDate
                   5130: 
                   5131:        * tests/results/182.processed: updated after feature #1038
                   5132:          implemented
                   5133: 
                   5134:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   5135:          compile-time exception origin added (test for feature #1039)
                   5136: 
                   5137:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   5138:          main/pa_request.C: exception unification: compile-time exceptions
                   5139:          now have origin, @USE origins also tracked (implements feature
                   5140:          #1039)
                   5141: 
                   5142: 2015-10-20  moko
                   5143: 
                   5144:        * src/main/pa_request.C: cleanup
                   5145: 
                   5146: 2015-10-15  moko
                   5147: 
                   5148:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   5149: 
                   5150:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   5151:          types/pa_vtable.C: new feature: no more $table.method and
                   5152:          $hash.method, aliases for _at, _count, _key (related to feature
                   5153:          #1017)
                   5154: 
1.97      moko     5155: 2015-10-14  moko
                   5156: 
1.98      moko     5157:        * tests/: 317.html, results/317.processed: test for
                   5158:          ^string.unescape[] added (related to feature #120)
                   5159: 
1.97      moko     5160:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   5161:          defined" bug (described in issue #1036)
                   5162: 
                   5163:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   5164:          (test for bug #1037)
                   5165: 
                   5166:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   5167:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   5168:          it's not enforced, skips BOM signature if it complies charset
                   5169:          (fixes bug #1037)
                   5170: 
                   5171: 2015-10-13  moko
                   5172: 
                   5173:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   5174:          linking
                   5175: 
                   5176:        * src/classes/inet.C: vs2003 compilation fix
                   5177: 
                   5178:        * src/classes/math.C: warning war
                   5179: 
                   5180:        * src/lib/punycode/pa_punycode.c: warning war
                   5181: 
                   5182: 2015-10-12  moko
                   5183: 
                   5184:        * src/lib/punycode/pa_punycode.c: warning war
                   5185: 
                   5186:        * parser3.sln: moved parser3 first, to make it default startup
                   5187:          project
                   5188: 
                   5189:        * buildall: parser "mirror" now used for external libs sources
                   5190:          (implements feature #1036)
                   5191: 
                   5192:        * buildall: most external libs are updated to their current
                   5193:          versions (related to feature #1036)
                   5194: 
                   5195:        * src/classes/image.C: more tags added
                   5196: 
                   5197:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   5198: 
                   5199: 2015-10-11  moko
                   5200: 
                   5201:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   5202: 
                   5203: 2015-10-09  moko
                   5204: 
                   5205:        * src/classes/curl.C: pa_strdup added for strings from curl
                   5206:          (related to feature #1035)
                   5207: 
                   5208:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   5209:          ULLONG_MAX definition
                   5210: 
                   5211:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   5212:          (implements feature #1035)
                   5213: 
                   5214:        * src/main/pa_charset.C: String::Body(String::C) used
                   5215: 
                   5216:        * src/main/pa_charset.C: exceptions unified
                   5217: 
                   5218:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   5219:          unified
                   5220: 
                   5221:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   5222:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   5223:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   5224:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   5225:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   5226:          String::Body(String::C) constructor added (related to bug #957)
                   5227: 
                   5228:        * src/classes/file.C: minor optimization
                   5229: 
                   5230:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   5231:          Cord(char*) autocreation (related to bug #957)
                   5232: 
                   5233:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   5234: 
                   5235:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   5236:          String(char*, Lang, length) removed, String(C(), Lang) used
                   5237:          instead (related to bug #957)
                   5238: 
                   5239: 2015-10-08  moko
                   5240: 
                   5241:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   5242:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   5243:          main/untaint.C: Now char * is converted to CORD only using
                   5244:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   5245: 
                   5246:        * src/include/pa_hash.h: fixed compilation without
                   5247:          HASH_CODE_CACHING
                   5248: 
                   5249:        * src/classes/string.C:
                   5250:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   5251:          feature #120)
                   5252: 
                   5253:        * src/main/pa_common.C: reduce js flags checks count (related to
                   5254:          feature #120)
                   5255: 
1.96      moko     5256: 2015-10-07  moko
                   5257: 
                   5258:        * tests/: 275.html, results/275.processed: test modified after
                   5259:          unsigned long long int support implemented (feature #1034)
                   5260: 
                   5261:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   5262:          pa_atoul added for unsigned long long int support
                   5263: 
                   5264: 2015-10-06  moko
                   5265: 
                   5266:        * src/types/pa_vdate.C: INT_MAX used
                   5267: 
                   5268: 2015-10-03  moko
                   5269: 
                   5270:        * tests/: 302.html, results/302.processed: test for bug #1023
                   5271:          (\u2028, \u2029 escaping) added
                   5272: 
                   5273:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   5274:          json:string[] (fixes bug #1023)
                   5275: 
                   5276: 2015-09-29  moko
                   5277: 
                   5278:        * tests/305.html: try-catch added for OS without ipv6 support
                   5279: 
                   5280:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   5281:          compilation
                   5282: 
                   5283:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   5284:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   5285:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   5286:          implemented to distinguish ^hash.method from $hash.field
                   5287:          (implements feature #1017)
                   5288: 
                   5289:        * src/lib/punycode/pa_punycode.c: warning war
                   5290: 
                   5291:        * src/include/pa_config_includes.h: warning war
                   5292: 
                   5293:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   5294: 
                   5295:        * src/include/pa_config_includes.h: warning war
                   5296: 
                   5297:        * src/include/pa_hash.h: clang compilation fix
                   5298: 
                   5299: 2015-09-27  moko
                   5300: 
                   5301:        * src/main/compile.tab.C: Bison 3 is now default
                   5302: 
                   5303:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   5304: 
                   5305: 2015-09-25  moko
                   5306: 
                   5307:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   5308:          works with undefined HASH_ORDER (related to feature #196)
                   5309: 
                   5310: 2015-09-24  moko
                   5311: 
                   5312:        * tests/: 027.html, results/027.processed: test modified to test
                   5313:          ^hash.sort (feature #196)
                   5314: 
                   5315:        * src/: classes/hash.C, include/pa_hash.h:
                   5316:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   5317:          added (implements feature #196)
                   5318: 
                   5319:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   5320:          (exception handling in non-cached ^cache), plus for "it does not
                   5321:          have logical value" and "$exception.handled value must be either
                   5322:          boolean or string 'cache'" exceptions.
                   5323: 
                   5324:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   5325:          code (fixes bug #1025)
                   5326: 
1.95      moko     5327: 2015-09-23  moko
                   5328: 
                   5329:        * src/classes/table.C: warning war
                   5330: 
                   5331:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   5332: 
                   5333:        * src/classes/file.C: warning war
                   5334: 
                   5335:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   5336: 
                   5337:        * src/: main/pa_request.C, classes/date.C: warning war
                   5338: 
                   5339:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   5340: 
                   5341:        * tests/: 122.html, results/122.processed: win sync: to remove
                   5342:          differences with OS that doesn't keep timezone change history
                   5343: 
                   5344:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   5345:          TZ change (related to feature #36)
                   5346: 
                   5347:        * tests/: 075.html, results/075.processed: win sync: to remove
                   5348:          differences with OS that doesn't keep timezone change history
                   5349: 
                   5350:        * tests/: 315.html, results/315.processed: win sync: to remove
                   5351:          differences with OS that doesn't keep timezone change history
                   5352: 
                   5353:        * tests/: 256.html, results/256.processed: win sync: to remove
                   5354:          differences with OS that doesn't keep timezone change history
                   5355: 
                   5356:        * tests/: 124.html, results/124.processed: win results sync: to
                   5357:          avoid hitting time change hole.
                   5358: 
                   5359:        * src/types/pa_vdate.C: static returned. :)
                   5360: 
                   5361: 2015-09-22  moko
                   5362: 
                   5363:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   5364: 
                   5365:        * tests/results/131.processed: more tests for feature #1032
                   5366: 
                   5367:        * src/classes/date.C: minor fix related to feature #1032
                   5368: 
                   5369:        * operators.txt: ISO date creation documented (related to feature
                   5370:          #1032)
                   5371: 
                   5372:        * operators.txt: iso-string documented (related to feature #1032)
                   5373: 
                   5374:        * tests/: 315.html, results/315.processed: more tests added
                   5375:          (related to feature #1032)
                   5376: 
                   5377:        * tests/: 131.html, results/131.processed: date range checks
                   5378:          updated (related to feature #36)
                   5379: 
                   5380:        * tests/: 315.html, results/057.processed, results/315.processed:
                   5381:          test added for ISO date support (related to issue #315)
                   5382: 
                   5383:        * src/classes/date.C: more readable exceptions in date creation
                   5384:          (related to ticket #1032)
                   5385: 
                   5386: 2015-09-18  moko
                   5387: 
                   5388:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   5389:          added (related to issue #1032)
                   5390: 
                   5391:        * tests/results/256.processed, src/classes/json.C: iso-string
                   5392:          documented (related to issue #1032)
                   5393: 
                   5394:        * tests/: 256.html, results/256.processed: ISO date check added
                   5395:          (related to issue #1032)
                   5396: 
                   5397:        * tests/: 057.html, results/057.processed, results/224.processed:
                   5398:          tests results updated after ISO date support implemented (related
                   5399:          to feature #1032)
                   5400: 
                   5401:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   5402:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   5403:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   5404:          added (implements feature #1032)
                   5405: 
                   5406: 2015-09-05  moko
                   5407: 
                   5408:        * operators.txt: actualized
                   5409: 
                   5410:        * operators.txt: date changes documented (related to ticket #36)
                   5411: 
                   5412: 2015-09-04  moko
                   5413: 
                   5414:        * src/types/pa_vdate.C: warning war
                   5415: 
                   5416:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   5417: 
                   5418: 2015-09-03  moko
                   5419: 
                   5420:        * tests/results/096.processed: test result updated for 0..9999 year
                   5421:          date range support (related to feature #36)
                   5422: 
                   5423:        * tests/: 314.html, results/314.processed: test for
                   5424:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   5425:          bug #1031)
                   5426: 
                   5427:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   5428:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   5429: 
1.116     moko     5430:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   5431:          configure.in -> configure.ac
1.95      moko     5432: 
1.116     moko     5433:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   5434:          correct timezone check for FreeBSD Warning war: configure.in ->
                   5435:          configure.ac
1.95      moko     5436: 
                   5437:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     5438:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   5439:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   5440:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   5441:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   5442:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   5443:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     5444:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   5445:          check added
                   5446: 
                   5447:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   5448: 
                   5449:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   5450:          for new date implementation (related to feature #36)
                   5451: 
                   5452:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   5453:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   5454:          types/pa_vdate.h: new double date implementation with internal
                   5455:          support for extended 0..9999 year range, default timezone support
                   5456:          (related to feature #36)
                   5457: 
                   5458: 2015-08-28  moko
                   5459: 
                   5460:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   5461:          (fixes bug #1030)
                   5462: 
                   5463: 2015-08-21  moko
                   5464: 
                   5465:        * src/classes/inet.C: snprintf size "bug" commented
                   5466: 
                   5467:        * src/main/pa_common.C: snprintf comments updated
                   5468: 
                   5469: 2015-08-16  moko
                   5470: 
                   5471:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   5472: 
                   5473: 2015-08-11  moko
                   5474: 
                   5475:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5476:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   5477:          can be null (fixes bug #1029)
                   5478: 
                   5479: 2015-08-06  moko
                   5480: 
1.116     moko     5481:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   5482:          pa_vdate.C added
1.95      moko     5483: 
                   5484: 2015-08-05  moko
                   5485: 
                   5486:        * tests/: 313.html, results/313.processed: test for
                   5487:          ^table.count[columns] and ^table.flip[] with nameless tables
                   5488:          (feature #1003)
                   5489: 
                   5490:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5491:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   5492:          correctly for nameless tables (implements feature #1003)
                   5493: 
                   5494: 2015-08-03  moko
                   5495: 
                   5496:        * tests/312.html: test for ^table.append[$hash] and
                   5497:          ^table.insert[$hash] added (related to feature #1028)
                   5498: 
                   5499:        * src/classes/table.C: ^table.append[$hash] and
                   5500:          ^table.insert[$hash] now supported (implements feature #1028)
                   5501: 
                   5502:        * tests/: 312.html, results/312.processed: test row copy in
                   5503:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   5504: 
                   5505:        * src/classes/table.C: row copy now created in ^table.hash[;
                   5506:          $.type[table] ] (related to feature #1016)
                   5507: 
                   5508: 2015-07-29  moko
                   5509: 
                   5510:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   5511:          added (related to feature #1016)
                   5512: 
                   5513:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5514:          ^table.delete[] added to delete current row (related to feature
                   5515:          1016)
                   5516: 
                   5517: 2015-07-28  moko
                   5518: 
                   5519:        * tests/: 312.html, results/312.processed: test for
                   5520:          $table.column[value] and ^table.insert{row} (related to feature
                   5521:          #1016)
                   5522: 
                   5523:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   5524:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   5525:          ^table.insert{row} are now implemented (feature #1016)
                   5526: 
                   5527:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   5528:          append(), insert() added, memmove arguments order in remove()
                   5529:          fixed (related to feature #1016)
                   5530: 
                   5531: 2015-07-23  moko
                   5532: 
                   5533:        * src/classes/json.C: tainted json and empty json exception added
                   5534:          (implements feature #1015)
                   5535: 
                   5536:        * tests/: 311.html, results/311.processed: empty json and tainted
                   5537:          json exception test added (related to issue #1015)
                   5538: 
                   5539: 2015-07-22  moko
                   5540: 
                   5541:        * tests/: 311.html, results/311.processed: test for UTF-8
                   5542:          processing added
                   5543: 
                   5544:        * tests/: 311.html, results/311.processed: test for
                   5545:          json_exception_with_source added (related to issue #394)
                   5546: 
                   5547:        * src/classes/json.C: json_exception_with_source added (implements
                   5548:          feature #394)
                   5549: 
                   5550: 2015-06-29  moko
                   5551: 
                   5552:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   5553:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   5554:          (closes bug #1027)
                   5555: 
                   5556: 2015-06-10  moko
                   5557: 
                   5558:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   5559:          error if libxml has LIBXML_ICU_ENABLED.
                   5560: 
                   5561: 2015-06-04  moko
                   5562: 
                   5563:        * tests/099.html: ups, reverting
                   5564: 
                   5565:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   5566:          results/310.processed: tests for $response:body[ $.file[] ] and
                   5567:          $response:last-modified added
                   5568: 
                   5569:        * src/main/pa_request.C: last-modified check fixed
                   5570: 
                   5571: 2015-06-03  moko
                   5572: 
                   5573:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   5574:          results/205.processed, results/293.processed: $response:headers
                   5575:          logging added (tests for feature #1007)
                   5576: 
                   5577:        * src/: include/pa_common.h, include/pa_request.h,
                   5578:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   5579:          $response:headers are now in uppercase (closes feature #1007)
                   5580: 
                   5581: 2015-06-02  moko
                   5582: 
                   5583:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   5584:          build errors reverted for clang compatibility
                   5585: 
                   5586: 2015-06-01  moko
                   5587: 
                   5588:        * src/include/pa_memory.h: -pedantic build errors fixed
                   5589: 
                   5590:        * src/classes/math.C: -pedantic build error fixed
                   5591: 
                   5592:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   5593: 
                   5594: 2015-05-31  moko
                   5595: 
                   5596:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   5597: 
                   5598:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   5599:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   5600:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   5601:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   5602:          types/pa_vxnode.h: warning war (-pedantic flag)
                   5603: 
                   5604: 2015-05-28  moko
                   5605: 
                   5606:        * tests/: 308.html, results/308.processed: test for
                   5607:          ^table::create[$t;], etc work added (related to bug #975)
                   5608: 
                   5609:        * src/classes/table.C: check_option_param removed,
                   5610:          ^table::create[$t;], etc now works (fixes bug #975)
                   5611: 
                   5612: 2015-05-27  moko
                   5613: 
                   5614:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   5615:          (Debian jessie) fixed (closes issue #1024)
                   5616: 
                   5617:        * tests/Makefile: sort added as in Debian jessie list become
                   5618:          unsorted
                   5619: 
                   5620: 2015-05-18  moko
                   5621: 
                   5622:        * tests/: 201.html, results/201.processed: test for
                   5623:          ^string.trim[what] feature #1022
                   5624: 
                   5625:        * src/classes/string.C: ^string.trim[what] now supported,
                   5626:          implements feature #1022
                   5627: 
                   5628: 2015-05-17  moko
                   5629: 
                   5630:        * tests/results/185.processed: test result updated as feature #1021
                   5631:          implemented (left/right accept negative parameter)
                   5632: 
                   5633:        * src/classes/string.C: left/right now accept negative parameter
                   5634:          (implements feature #1021)
                   5635: 
                   5636: 2015-05-08  moko
                   5637: 
                   5638:        * src/classes/math.C: isalnum -> pa_isalnum
                   5639: 
                   5640:        * src/main/execute.C: optimization in getter-junction processing
                   5641:          (related to issue #997)
                   5642: 
                   5643: 2015-05-07  moko
                   5644: 
                   5645:        * tests/: 307.html, results/307.processed: test for issue #997
                   5646:          added
                   5647: 
                   5648:        * src/main/execute.C: process_getter result now checked if junction
                   5649:          returned (closes issue #997)
                   5650: 
                   5651:        * tests/: 305.html, results/305.processed: sort added to ignore
                   5652:          different order
                   5653: 
                   5654:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   5655:          assignment (closes issue #994)
                   5656: 
                   5657:        * tests/: 306.html, results/306.processed: test for issue #994
                   5658:          added
                   5659: 
                   5660:        * tests/: 303.html, results/303.processed: two more errors tested
                   5661: 
                   5662: 2015-05-06  moko
                   5663: 
                   5664:        * tests/: 305.html, results/305.processed: test for name2ip &
                   5665:          ip2name added (related to feature #992)
                   5666: 
                   5667:        * tests/: 303.html, 304.html, results/303.processed,
                   5668:          results/304.processed: tests for idna conversion added (related
                   5669:          to issue #849)
                   5670: 
                   5671: 2015-05-02  moko
                   5672: 
                   5673:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   5674:          implemented
                   5675: 
                   5676: 2015-04-30  moko
                   5677: 
                   5678:        * src/main/pa_http.C: idna_host added, related to issue #849
                   5679: 
                   5680:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   5681:          (related to issue #849)
                   5682: 
                   5683: 2015-04-24  moko
                   5684: 
                   5685:        * src/types/pa_vjunction.C: warning war
                   5686: 
                   5687:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   5688:          unification
                   5689: 
                   5690:        * src/lib/punycode/pa_idna.c: warning war
                   5691: 
                   5692: 2015-04-22  moko
                   5693: 
                   5694:        * src/main/main.vcproj: punycode include path added
                   5695: 
                   5696:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   5697: 
                   5698:        * src/lib/punycode/pa_idna.c: warning war
                   5699: 
                   5700:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   5701:          project file added
                   5702: 
                   5703:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   5704: 
                   5705:        * src/include/pa_memory.h: warning war
                   5706: 
                   5707:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   5708:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   5709:          implemented (related to feature #849)
                   5710: 
                   5711:        * configure.in, src/main/Makefile.am,
                   5712:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   5713:          libpunycode added in Unix
                   5714: 
                   5715: 2015-04-21  moko
                   5716: 
                   5717:        * configure.in: large files support
                   5718: 
                   5719: 2015-04-15  moko
                   5720: 
                   5721:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   5722:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   5723:          pa_punycode.h: initial version for punycode/idna support library
                   5724:          (ticket #849)
                   5725: 
                   5726: 2015-04-08  moko
                   5727: 
                   5728:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   5729:          classes/image.C, classes/mail.C, classes/reflection.C,
                   5730:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   5731:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   5732:          main/compile.y, main/compile_tools.h, main/execute.C,
                   5733:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   5734:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   5735:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   5736:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   5737:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   5738:          clang compiler warnings (closes issue #1018)
                   5739: 
                   5740:        * src/include/pa_string.h: String::Body comparation operators with
                   5741:          char * added (related to issue #958)
                   5742: 
                   5743: 2015-04-07  moko
                   5744: 
                   5745:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   5746:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   5747:          issue #1018)
                   5748: 
                   5749:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   5750:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   5751:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   5752:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   5753:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   5754:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   5755:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   5756:          malloc/strdup/free replaced with pa_ version and checks for
                   5757:          accidental use of non-pa_ version added (related to issue #1018)
                   5758: 
                   5759: 2015-04-03  moko
                   5760: 
                   5761:        * buildall: pcre-8.33 -> pcre-8.36
                   5762: 
                   5763:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   5764:          classes/op.C, classes/string.C, main/compile.tab.C,
                   5765:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   5766:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   5767:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   5768:          ticket #958)
                   5769: 
                   5770:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   5771:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   5772:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   5773:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   5774:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   5775:          $request:headers, $request:method added (implements feature
                   5776:          #1007)
                   5777: 
                   5778: 2015-03-17  misha
                   5779: 
                   5780:        * tests/302.html: - test for
                   5781:          ^json:string[...;$._default[method-name]]
                   5782: 
                   5783:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5784:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   5785:          option $._default[method-name] is specified in ^json:string[], a
                   5786:          method with specified name will be called for classes/objects
                   5787:          serialization ( new feature: #982 )
                   5788: 
                   5789: 2015-03-16  misha
                   5790: 
                   5791:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   5792:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   5793:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   5794:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   5795:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5796:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   5797:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5798:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   5799:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   5800:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5801:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   5802:          $var.CLASS_NAME now have special opcodes. This can be switched
                   5803:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   5804:          on pa_opcode.h ( new feature: #844 )
                   5805: 
                   5806: 2015-03-15  misha
                   5807: 
                   5808:        * tests/075.html: - test for $response:header[]
                   5809: 
                   5810:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   5811:          that was set earlie ( new feature: #1001 )
                   5812: 
                   5813: 2015-03-12  misha
                   5814: 
                   5815:        * tests/246.html: - more tests for ^hash._at[]
                   5816: 
                   5817:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   5818:          accepts second param [key|value|hash] ( new feature: #1012 )
                   5819: 
                   5820: 2015-03-09  moko
                   5821: 
                   5822:        * src/types/pa_vmail.C: exception for everything but
                   5823:          $mail:received, closes issue #1011
                   5824: 
                   5825: 2015-02-20  moko
                   5826: 
                   5827:        * tests/: 275.html, results/275.processed: hex detection in
                   5828:          pa_atoui fix test (closes issue #1010)
                   5829: 
                   5830:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   5831:          issue #1010)
                   5832: 
                   5833: 2015-02-17  moko
                   5834: 
                   5835:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   5836:          tainted.
                   5837: 
                   5838: 2015-02-03  misha
                   5839: 
                   5840:        * tests/301.html: - test for ^json:string($double) causes
                   5841:          exception. bugfix: #1008
                   5842: 
                   5843:        * src/classes/json.C: - ^json:string($double) causes exception.
                   5844:          bugfix: #1008
                   5845: 
                   5846:        * tests/014.html: - updated for work with ^hash.delete[]
                   5847: 
                   5848: 2015-01-12  misha
                   5849: 
                   5850:        * src/: classes/form.C, include/pa_common.h,
                   5851:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   5852:          types/pa_vform.h: - supports body with PUT method as well ( new
                   5853:          feature: #1006 )
                   5854: 
                   5855:        * src/classes/file.C: - warnings war
                   5856: 
                   5857: 2015-01-11  misha
                   5858: 
                   5859:        * tests/300.html: - test for ^hash.delete[] is added
                   5860: 
                   5861:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   5862:          feature: #989 ) - tiny optimization in intersects
                   5863: 
                   5864: 2015-01-06  moko
                   5865: 
                   5866:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   5867:          with transcode, attachments detection fixed
                   5868: 
                   5869:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   5870:          load to allow charset switch (related to issue #996)
                   5871: 
                   5872: 2014-12-31  moko
                   5873: 
                   5874:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   5875:          UTF-8 source charset (fixes issue 996)
                   5876: 
                   5877:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   5878:          issue #1000)
                   5879: 
                   5880: 2014-12-11  misha
                   5881: 
                   5882:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   5883:          access ( bug fix: #1005 )
                   5884: 
                   5885: 2014-11-13  misha
                   5886: 
                   5887:        * src/main/compile.y: - PC.append does not reset to false while
                   5888:          creating a new class. bugfix: #990
                   5889: 
                   5890:        * tests/299.html: - test for creation class after working with
                   5891:          partial class (create+append)
                   5892: 
                   5893:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   5894:          #995
                   5895: 
                   5896:        * tests/232.html: - test for @get[def] added
                   5897: 
                   5898: 2014-10-12  moko
                   5899: 
                   5900:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   5901: 
                   5902:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   5903:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   5904:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   5905:          targets/apache/ApacheModuleParser3.vcproj,
                   5906:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5907:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5908:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   5909:          conversion in newer VS versions
                   5910: 
                   5911:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   5912:          pcre_internal.vcproj added
                   5913: 
                   5914: 2014-08-28  moko
                   5915: 
                   5916:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   5917:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   5918:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   5919: 
                   5920: 2014-06-30  misha
                   5921: 
                   5922:        * tests/298.html: - tests for ^reflection:def[class;className]
                   5923:          added
                   5924: 
                   5925:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   5926:          added ( new feature: #918 )
                   5927: 
                   5928: 2014-06-29  misha
                   5929: 
                   5930:        * src/classes/table.C: - ^table::create[unsupported data] -
                   5931:          exception comment changed to "body must be table or code" ( bug
                   5932:          fix: #951 )
                   5933: 
                   5934:        * tests/: 261.html, results/261.processed: - tests for
                   5935:          ^json:string[...;$.void[null|string]] added
                   5936: 
                   5937:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   5938:          option $.void[string|null] added to ^json:string[...] ( new
                   5939:          feature: #952 )
                   5940: 
                   5941: 2014-06-28  moko
                   5942: 
                   5943:        * src/classes/curl.C: $.charset now processed before other curl
                   5944:          options (closes issue #980)
                   5945: 
                   5946: 2014-05-23  misha
                   5947: 
                   5948:        * src/classes/json.C: - bug fix: #987
                   5949: 
                   5950: 2014-05-04  misha
                   5951: 
                   5952:        * tests/: 253.html, 253_json.txt: - test for
                   5953:          ^json:parse[$.int(false)] is added
                   5954: 
                   5955:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   5956:          default true). The option is similar to $.double(bool) but for
                   5957:          integers.
                   5958: 
                   5959: 2014-05-01  moko
                   5960: 
                   5961:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   5962:          #12 )
                   5963: 
                   5964: 2014-04-16  moko
                   5965: 
                   5966:        * src/main/pa_http.C: response-charset option should finally work
                   5967:          now (fix for issue #867)
                   5968: 
                   5969:        * src/main/pa_http.C: response-charset option should work now (fix
                   5970:          for issue #867)
                   5971: 
                   5972: 2014-03-07  moko
                   5973: 
                   5974:        * buildall: libgc moved
                   5975: 
                   5976:        * buildall: libgc moved
                   5977: 
                   5978: 2013-12-29  moko
                   5979: 
                   5980:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   5981:          closes issue #966
                   5982: 
                   5983:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   5984:          result now tainted, issue #966
                   5985: 
                   5986: 2013-12-03  moko
                   5987: 
                   5988:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   5989:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   5990:          option was added for http://www.parser.ru/forum/?id=79343
                   5991: 
                   5992:        * src/classes/file.C: bugfix for
                   5993:          http://www.parser.ru/forum/?id=79337
                   5994: 
                   5995: 2013-11-05  moko
                   5996: 
                   5997:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   5998: 
                   5999:        * src/main/pa_globals.C: spelling fixed
                   6000: 
                   6001: 2013-10-29  moko
                   6002: 
                   6003:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   6004: 
                   6005:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   6006:          #892
                   6007: 
                   6008:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   6009:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   6010:          exceptions to be thrown thougth json library), related to issue
                   6011:          #892
                   6012: 
                   6013:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   6014:          related to issue #896
                   6015: 
                   6016: 2013-10-24  moko
                   6017: 
                   6018:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   6019: 
                   6020: 2013-10-23  moko
                   6021: 
                   6022:        * README: actualization
                   6023: 
                   6024: 2013-10-22  moko
                   6025: 
                   6026:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   6027:          compatibility patch from Sergey Kirpichev
                   6028: 
                   6029:        * tests/: 297.html, results/297.processed: non-working getter fix
                   6030:          test for issue #948
                   6031: 
                   6032:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   6033:          called when saving value of $match variable in ^string.match[] to
                   6034:          increase compatibility (related to issue #948).
                   6035: 
                   6036:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   6037:          usage optimization
                   6038: 
                   6039: 2013-10-21  moko
                   6040: 
                   6041:        * tests/: 182.html, results/182.processed: local path removed for
                   6042:          compatibility
                   6043: 
                   6044:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   6045:          results/244.processed, results/253.processed,
                   6046:          results/254.processed, results/275.processed,
                   6047:          results/281.processed: try_catch -> try-catch
                   6048: 
                   6049:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   6050:          results/294.processed, results/296.processed: try_catch ->
                   6051:          try-catch
                   6052: 
                   6053: 2013-10-20  moko
                   6054: 
                   6055:        * tests/: 296.html, results/296.processed: test for xsl exception
                   6056:          for issue #938 added.
                   6057: 
                   6058:        * src/: include/pa_xml_exception.h,
                   6059:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   6060:          XmlException is now replaced (once again closes issue #938)
                   6061: 
                   6062: 2013-10-18  moko
                   6063: 
                   6064:        * buildall: disable clock_gettime detection to avoid librt linking
                   6065:          (which in turn depends on libpthread), related to issue #943
                   6066: 
                   6067: 2013-10-18  misha
                   6068: 
                   6069:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   6070:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   6071:          targets/apache/ApacheModuleParser3Core.vcproj,
                   6072:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   6073:          types/types.vcproj: - new locations for libxml2 includes where
                   6074:          added to vcproj files
                   6075: 
                   6076: 2013-10-18  moko
                   6077: 
                   6078:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   6079:          fix
                   6080: 
                   6081:        * tests/: 295.html, results/295.processed: test for issue #948
                   6082:          updated
                   6083: 
                   6084:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   6085:          :)
                   6086: 
                   6087:        * tests/: 295.html, results/295.processed: test for issue #948
                   6088:          added
                   6089: 
                   6090:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   6091:          include/pa_request.h, types/pa_method.h: for getters and setters
                   6092:          to be executed request.put_element should be called, not
                   6093:          context.put_element (fixes issue #948)
                   6094: 
                   6095: 2013-10-17  moko
                   6096: 
                   6097:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   6098:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   6099: 
                   6100:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   6101: 
                   6102: 2013-10-16  moko
                   6103: 
                   6104:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   6105: 
                   6106:        * tests/: 294.html, results/294.processed: test for issue #938
                   6107: 
                   6108:        * src/: classes/xdoc.C, classes/xnode.C,
                   6109:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   6110:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   6111: 
                   6112:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   6113:          libxslt-1.1.26 -> libxslt-1.1.28
                   6114: 
                   6115:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   6116:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   6117:          to '?', related to issue #938
                   6118: 
                   6119: 2013-10-15  moko
                   6120: 
                   6121:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   6122:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   6123:          minor optimizations (closes issue #896)
                   6124: 
                   6125:        * tests/results/: 292.processed, 293.processed: results updated to
                   6126:          comply with issue #896
                   6127: 
                   6128:        * tests/: 292.html, 293.html, results/292.processed,
                   6129:          results/293.processed: tests for json escaping
                   6130: 
                   6131: 2013-10-14  moko
                   6132: 
                   6133:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   6134:          and cleanup, code moved from .h to .C, no changes in code
                   6135: 
                   6136: 2013-10-12  moko
                   6137: 
                   6138:        * tests/results/119.processed: updated test result commited
                   6139: 
                   6140:        * tests/: 291.html, results/291.processed: test for issue #894
                   6141:          added
                   6142: 
                   6143:        * src/types/pa_wcontext.h: base methods call support function
                   6144:          get_somebody_entered_some_class should not be true forever, as
                   6145:          wcontext can have many get_elements calls (fixes issue #894)
                   6146: 
                   6147: 2013-10-11  moko
                   6148: 
                   6149:        * tests/: 290.html, results/290.processed: test for junction GPF
                   6150:          issue #942 added
                   6151: 
                   6152:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   6153:          to native method fixed (closes issue #942)
                   6154: 
                   6155:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   6156:          added
                   6157: 
                   6158:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   6159:          feature #907)
                   6160: 
                   6161:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   6162:          feature #907)
                   6163: 
                   6164: 2013-10-09  moko
                   6165: 
                   6166:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   6167:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   6168:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   6169:          properly not only in objects, but in classes as well (closes
                   6170:          issue #903)
                   6171: 
                   6172:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   6173:          works in classes, not only objects, test case added, related to
                   6174:          issue #903
                   6175: 
                   6176:        * tests/: 288.html, results/288.processed: test for endless
                   6177:          recursion bug added (related to issue #903)
                   6178: 
                   6179: 2013-10-05  moko
                   6180: 
                   6181:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6182:          classes/table.C, main/execute.C, types/pa_method.h,
                   6183:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6184:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6185:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6186:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   6187:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   6188:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6189:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6190:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6191:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6192:          optimization: put_element no longer has "bool areplace" argument,
                   6193:          related to issue #903
                   6194: 
                   6195: 2013-10-03  moko
                   6196: 
                   6197:        * tests/results/182.processed: result for $.replace(false) test
                   6198:          commited
                   6199: 
                   6200:        * src/classes/date.C: ^date::create(number) processed correctly
                   6201:          (fixes issue #901)
                   6202: 
                   6203:        * src/classes/image.C: as_no_junction removed, as param can be
                   6204:          expression (closes issue #931)
                   6205: 
                   6206:        * tests/233.html: test for issue #931 added
                   6207: 
                   6208: 2013-10-02  moko
                   6209: 
                   6210:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   6211:          modified, test for $.replace(false) added
                   6212: 
                   6213:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   6214: 
                   6215: 2013-09-30  moko
                   6216: 
                   6217:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   6218: 
                   6219:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   6220:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   6221:          implemented; $.replace option added to ^process and ^use
                   6222: 
                   6223: 2013-08-27  moko
                   6224: 
                   6225:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   6226:          cstr_to_string_body_untaint should be called with charsets for
                   6227:          possible uri language and connection for possible sql language.
                   6228:          related to issue #857
                   6229: 
                   6230:        * buildall: and -> or fixed
                   6231: 
                   6232: 2013-08-26  moko
                   6233: 
                   6234:        * buildall: prepare_ functions logic changed to support
                   6235:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   6236: 
                   6237: 2013-08-23  moko
                   6238: 
                   6239:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   6240:          statically
                   6241: 
                   6242: 2013-08-22  moko
                   6243: 
                   6244:        * src/classes/string.C: String::Empty used (related to issue #912)
                   6245:          append_know_length removed (related to old GPF bug)
                   6246: 
                   6247: 2013-08-21  moko
                   6248: 
                   6249:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   6250: 
                   6251:        * src/classes/math.C: ^math:digest[...;$file] support added
                   6252:          (related to ticket #857
                   6253: 
                   6254:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   6255:          implemented
                   6256: 
                   6257:        * src/types/pa_vhashfile.h: warning war
                   6258: 
                   6259:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   6260:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   6261:          anti_endless_json_string_recoursion removed from request;
                   6262:          json_string_recoursion added to json_options; $.indent[indent
                   6263:          value] now supported and passed within recoursion closes feature
                   6264:          #937
                   6265: 
                   6266:        * tests/: 287.html, results/287.processed: test for feature #937
                   6267: 
                   6268: 2013-07-31  moko
                   6269: 
                   6270:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   6271:          compilation having #define _S
                   6272: 
                   6273:        * src/main/pa_globals.C: cleanup
                   6274: 
                   6275: 2013-07-30  moko
                   6276: 
                   6277:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   6278:          main/pa_common.C: vs2003 warning war
                   6279: 
                   6280:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   6281: 
                   6282:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   6283: 
                   6284:        * src/lib/md5/pa_sha2.c: warning war
                   6285: 
                   6286: 2013-07-29  moko
                   6287: 
                   6288:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   6289:          patches from github
                   6290: 
                   6291:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   6292:          classes/memcached.C, include/pa_config_includes.h,
                   6293:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   6294: 
                   6295:        * src/lib/json/json.vcproj: C++ -> C
                   6296: 
                   6297:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   6298: 
                   6299:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6300: 
                   6301:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6302: 
                   6303:        * src/lib/json/: json.c, pa_json.C: warning war
                   6304: 
                   6305:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   6306: 
                   6307:        * src/include/pa_config_fixed.h: uint16_t added
                   6308: 
                   6309:        * configure.in: uint16_t check added
                   6310: 
                   6311:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     6312:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   6313:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   6314:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   6315:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     6316: 
                   6317: 2013-07-25  moko
                   6318: 
                   6319:        * parser3.sln: dependencies added
                   6320: 
                   6321:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   6322:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   6323:          module support
                   6324: 
                   6325:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   6326: 
                   6327:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   6328: 
                   6329: 2013-07-23  moko
                   6330: 
                   6331:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   6332:          PA_DEBUG_GC_MEMORY removed
                   6333: 
                   6334:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   6335:          PA_DEBUG_DISABLE_GC compilation fix
                   6336: 
                   6337:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   6338:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   6339: 
                   6340:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   6341:          garbage cleanup
                   6342: 
                   6343:        * src/main/pa_common.C: warning war
                   6344: 
                   6345:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   6346: 
                   6347:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   6348:          minor cleanup
                   6349: 
                   6350:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   6351:          uses cygwin, not WIN32 implementation
                   6352: 
                   6353:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   6354:          able to exec shell scripts
                   6355: 
                   6356:        * src/classes/math.C: ifdef WIN32 cleanup
                   6357: 
                   6358:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   6359: 
                   6360:        * src/classes/curl.C: LT_MODULE_EXT used
                   6361: 
                   6362:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   6363: 
                   6364: 2013-07-22  moko
                   6365: 
                   6366:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   6367:          includes fix
                   6368: 
                   6369:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   6370: 
                   6371:        * configure.in, src/include/pa_config_includes.h,
                   6372:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   6373:          src/main/pa_exec.C: includes cleanup
                   6374: 
                   6375:        * src/targets/cgi/parser3.C: 2012->2013
                   6376: 
                   6377:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   6378: 
                   6379:        * configure.in, src/include/pa_config_includes.h,
                   6380:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   6381:          src/main/pa_random.C, src/main/pa_socks.C,
                   6382:          src/types/pa_vstatus.C: cygwin support cleanup
                   6383: 
                   6384:        * configure.in: dirent.h check added
                   6385: 
                   6386:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   6387:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   6388:          not copied
                   6389: 
                   6390: 2013-07-21  moko
                   6391: 
                   6392:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   6393: 
                   6394:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   6395:          parser3.vcproj: unused getopt.h / getopt.c removed
                   6396: 
                   6397:        * operators.txt, src/classes/file.C, tests/022.html,
                   6398:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   6399:          $.stat(true)] usage commented
                   6400: 
                   6401:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   6402:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   6403:          $.stat(true) it has size/*date columns modified patch from misha@
                   6404:          that closes issue #914.
                   6405: 
                   6406:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   6407:          PA_RELEASE_ASSERTS removed
                   6408: 
                   6409:        * src/lib/md5/pa_md5c.c: minor cleanup
                   6410: 
                   6411:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   6412:          localeconv()->decimal_point usage remoed (related to issue #934)
                   6413: 
                   6414:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   6415:          cordprnt.c removed
                   6416: 
                   6417:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   6418:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   6419:          pa-include/pa_strings.h: includes cleanup
                   6420: 
                   6421:        * src/lib/md5/pa_md5c.c: headers cleanup
                   6422: 
                   6423: 2013-07-20  moko
                   6424: 
                   6425:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   6426:          cleanup
                   6427: 
                   6428: 2013-07-19  moko
                   6429: 
                   6430:        * src/classes/math.C: extern "C" added for crypt
                   6431: 
                   6432: 2013-07-18  moko
                   6433: 
                   6434:        * src/classes/math.C: fix redhat7.2 build
                   6435: 
                   6436: 2013-07-17  moko
                   6437: 
                   6438:        * configure.in, src/include/pa_config_includes.h,
                   6439:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   6440:          added for uint8/32/64_t)
                   6441: 
                   6442:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   6443:          pa_config_includes.h used for uint32/64_t
                   6444: 
                   6445: 2013-07-16  moko
                   6446: 
                   6447:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   6448:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   6449:          war
                   6450: 
                   6451:        * src/main/compile.tab.C: compile.y was updated
                   6452: 
                   6453:        * src/main/compile.y: warning war
                   6454: 
                   6455:        * src/: include/pa_exception.h, main/pa_exception.C,
                   6456:          main/pa_xml_exception.C: warning war
                   6457: 
                   6458:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   6459: 
                   6460:        * configure.in: beauty :)
                   6461: 
                   6462:        * tests/: 141.html, results/141.processed: sha256/512 added
                   6463: 
                   6464: 2013-07-13  moko
                   6465: 
                   6466:        * src/lib/md5/md5.vcproj: sha2 added
                   6467: 
                   6468:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   6469:          classes/math.C: sha2 support (sha256/sha512 digest)
                   6470: 
                   6471: 2013-07-08  moko
                   6472: 
                   6473:        * src/classes/image.C: directory read or other read problem message
                   6474:          fixed (related to issue #933)
                   6475: 
                   6476: 2013-07-07  moko
                   6477: 
                   6478:        * AUTHORS: + misha + moko. :)
                   6479: 
                   6480: 2013-07-06  moko
                   6481: 
                   6482:        * src/: classes/curl.C, include/pa_globals.h,
                   6483:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   6484:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   6485:          for lt_dlinit to be called once and lt_dlexit called at right
                   6486:          place (related to issue #925)
                   6487: 
                   6488: 2013-07-04  moko
                   6489: 
                   6490:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   6491:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   6492:          content-type to be set, as it brokes badly designed logic in
                   6493:          response output. This hopefully finishes issue #928.
                   6494: 
                   6495:        * tests/results/: 256.processed, 286.processed: file now displayed
                   6496:          as name, size, mode, content-type
                   6497: 
                   6498:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   6499:          issue #933
                   6500: 
                   6501: 2013-06-28  moko
                   6502: 
                   6503:        * tests/: 286.html, results/286.processed: test extended
                   6504: 
                   6505:        * tests/: 286.html, results/286.processed: Test for issue #928
                   6506:          added.  it tests default content-type change.
                   6507: 
                   6508:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   6509:          now updated
                   6510: 
                   6511: 2013-06-25  moko
                   6512: 
                   6513:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   6514:          content-type for text/binary files without name added;
                   6515:          ^file::create[$f;...] options now works properly and $f
                   6516:          properties are default (fixes issue #928)
                   6517: 
                   6518: 2013-05-16  misha
                   6519: 
                   6520:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   6521:          added
                   6522: 
                   6523:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   6524:          table if specified limit is bigger than source rows count
                   6525: 
                   6526:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   6527:          added ( new feature: #858 )
                   6528: 
                   6529: 2013-04-29  moko
                   6530: 
                   6531:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   6532:          $.ipresolve(0|1|2) added (closes issue #891)
                   6533: 
                   6534:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   6535: 
                   6536: 2013-04-24  moko
                   6537: 
                   6538:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6539:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6540:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   6541:          memcached_quit (refs #893)
                   6542: 
                   6543: 2013-04-22  moko
                   6544: 
                   6545:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   6546:          slashes in file path (fixes bug #872)
                   6547: 
                   6548:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   6549:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   6550:          #739)
                   6551: 
                   6552:        * tests/results/266.processed: $.max_params added (feature #915)
                   6553: 
                   6554:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   6555:          option added to file::load (closes issue #867)
                   6556: 
                   6557: 2013-04-20  misha
                   6558: 
                   6559:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   6560:          commited
                   6561: 
                   6562: 2013-03-15  misha
                   6563: 
                   6564:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   6565:          multiple empty strings while ::sql. uae String::Empty instead
                   6566: 
                   6567: 2013-03-14  misha
                   6568: 
                   6569:        * src/classes/reflection.C: - for user classes
                   6570:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   6571:          with $.call_type if they available ( new feature: #915 )
                   6572: 
                   6573:        * src/classes/file.C: - ^file:delete[] now supports an option
                   6574:          $.exception(false) that suppress any exception while deleting
                   6575:          file ( new feature: #916 )
                   6576: 
                   6577:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   6578:          work :)
                   6579: 
                   6580: 2013-03-12  misha
                   6581: 
                   6582:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   6583:          set default name for the file
                   6584: 
                   6585: 2013-03-11  misha
                   6586: 
                   6587:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   6588:          also available in $f.cookies
                   6589: 
                   6590:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   6591:          moved to a separate method
                   6592: 
                   6593: 2013-03-10  moko
                   6594: 
                   6595:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   6596:          added
                   6597: 
                   6598:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   6599:          removed (declared by autoconf)
                   6600: 
                   6601:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   6602:          uint32_t define
                   6603: 
                   6604: 2013-03-10  misha
                   6605: 
                   6606:        * src/classes/file.C: ^file:delete and ^file:move now support
                   6607:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   6608: 
                   6609:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   6610:          empty dirs is added
                   6611: 
                   6612: 2013-03-10  moko
                   6613: 
                   6614:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   6615:          but default check removed from ^int/double/bool.int/double/bool
                   6616:          for string.int/double/bool compatibility (related to issue #913)
                   6617: 
                   6618:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   6619:          internally throws exception if default is present (closes issue
                   6620:          #913)
                   6621: 
                   6622: 2013-03-09  misha
                   6623: 
                   6624:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   6625:          optimisations ( #845 )
                   6626: 
                   6627:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   6628: 
                   6629: 2013-03-08  moko
                   6630: 
                   6631:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   6632:          creates correct table (fixes issue #910)
                   6633: 
                   6634:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   6635:          use outside of 'connect' operator (fixes issue #911)
                   6636: 
                   6637:        * tests/results/: 096.processed, 122.processed: test results
                   6638:          updated as doubles now printed with 15 significant digits, not 5
                   6639:          (fixes issue #882)
                   6640: 
                   6641:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   6642:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   6643: 
                   6644: 2013-02-21  moko
                   6645: 
                   6646:        * src/classes/table.C: _locate_name_value does not check arguments
                   6647:          count, so we check it in advance (fixes issue #905)
                   6648: 
                   6649: 2012-10-23  moko
                   6650: 
                   6651:        * buildall: old shell for and echo compatibility (for six)
                   6652: 
                   6653: 2012-10-19  moko
                   6654: 
                   6655:        * buildall: --strip added --disable-safe-mode listed in usage
                   6656: 
                   6657: 2012-10-17  misha
                   6658: 
                   6659:        * src/classes/op.C: - apply-taint should not throw "outside
                   6660:          connect" exception with sql lang now
                   6661: 
                   6662: 2012-10-17  moko
                   6663: 
                   6664:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   6665:          each request (for apache module)
                   6666: 
                   6667: 2012-09-26  moko
                   6668: 
                   6669:        * src/doc/doxygen.cfg: png -> svg
                   6670: 
                   6671: 2012-09-25  moko
                   6672: 
                   6673:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   6674:          test added
                   6675: 
                   6676:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   6677:          double use when key is long
                   6678: 
                   6679: 2012-09-16  moko
                   6680: 
                   6681:        * src/classes/math.C: Format -> Method Encode -> Format
                   6682: 
                   6683:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   6684:          added
                   6685: 
                   6686: 2012-09-14  moko
                   6687: 
                   6688:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   6689:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   6690:          implementation added
                   6691: 
                   6692: 2012-09-12  moko
                   6693: 
                   6694:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   6695:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   6696:          targets.dox and string.dox slightly actualized
                   6697: 
                   6698: 2012-08-31  moko
                   6699: 
                   6700:        * ChangeLog: now generated with patched cvs2cl.pl
                   6701: 
                   6702: 2012-07-29  moko
                   6703: 
                   6704:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   6705:          result should be pushed after VMethodFrame destructor is called,
                   6706:          as it deletes junctions from stack params (fixes issue #868)
                   6707: 
                   6708: 2012-07-23  moko
                   6709: 
                   6710:        * INSTALL, README: buildall script usage documented, other outdated
                   6711:          info updated.
                   6712: 
                   6713:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   6714: 
                   6715: 2012-07-21  moko
                   6716: 
                   6717:        * buildall: glib does not compile when threads are disabled...
                   6718: 
                   6719:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   6720: 
                   6721:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   6722:          unref, can't unref nested objects)
                   6723: 
                   6724:        * src/types/pa_vmail.C: another check added
                   6725: 
                   6726: 2012-07-19  moko
                   6727: 
                   6728:        * buildall: usage added
                   6729: 
                   6730:        * buildall: new buildall script that unites buildall-with-xml,
                   6731:          buildall-without-xml, --with-apache and --with-mailreceive
                   6732: 
                   6733:        * configure.in: support for static gmime and dynamic glib linking.
                   6734:          fixes for FreeBSD
                   6735: 
                   6736: 2012-07-17  moko
                   6737: 
                   6738:        * configure.in: --with-mailreceive replaced
                   6739:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   6740:          removed
                   6741: 
                   6742: 2012-07-16  moko
                   6743: 
                   6744:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   6745:          capitalized, content now decoded and text content converted to
                   6746:          $request:charset.  all properties are accessed by functions, this
                   6747:          ready for dynamic load.
                   6748: 
                   6749: 2012-06-28  moko
                   6750: 
1.116     moko     6751:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   6752:          32 bit
1.95      moko     6753: 
                   6754: 2012-06-27  moko
                   6755: 
                   6756:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   6757:          passive ftp
                   6758: 
                   6759:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   6760: 
                   6761:        * configure.in: 3.4.2 RC -> 3.4.2
                   6762: 
                   6763: 2012-06-22  moko
                   6764: 
                   6765:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   6766:          #815)
                   6767: 
                   6768:        * tests/: 284.html, results/284.processed: output options test
                   6769:          (feature #265)
                   6770: 
                   6771: 2012-06-22  misha
                   6772: 
                   6773:        * tests/215.html: - little changes
                   6774: 
                   6775: 2012-06-21  moko
                   6776: 
                   6777:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   6778:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   6779:          feature #265)
                   6780: 
                   6781:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   6782:          breaks long .*, default 10M restored. (issue #216)
                   6783: 
                   6784:        * tests/: 283.html, results/283.processed: test for issue #815
                   6785:          added
                   6786: 
                   6787:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   6788:          again, cstrm not required.
                   6789: 
                   6790:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   6791:          Win32 and broken FreeBSD (issue #45)
                   6792: 
                   6793:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   6794: 
                   6795:        * src/main/pa_string.C: warnings war
                   6796: 
                   6797:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   6798:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   6799:          main/pa_socks.C, targets/apache/pa_threads.C,
                   6800:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6801:          types/pa_vstatus.C: compilation under cygwin fixed
                   6802: 
                   6803: 2012-06-19  moko
                   6804: 
                   6805:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   6806:          Windows fixed
                   6807: 
                   6808:        * parser3.sln: removed antique pcre_ctype
                   6809: 
                   6810:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   6811: 
                   6812:        * src/include/pa_config_fixed.h: undefined reference to
                   6813:          __imp__pcre_* fix for Windows
                   6814: 
                   6815:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     6816:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   6817:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   6818:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   6819:          define fixed
1.95      moko     6820: 
                   6821: 2012-06-18  moko
                   6822: 
                   6823:        * src/classes/memcached.C: flush -> clear
                   6824: 
                   6825:        * src/classes/memcached.C: memcached does not support quotes even
                   6826:          in server name
                   6827: 
                   6828:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6829:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   6830:          called on open to check servers existance.  $.key(true) syntax
                   6831:          now supported
                   6832: 
                   6833: 2012-06-17  moko
                   6834: 
                   6835:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   6836:          cleanup
                   6837: 
                   6838:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   6839:          tests/results/282.processed: encloser at the EOF bug fixed,
                   6840:          incorrectly enclosed data now processed more logicaly (fixes
                   6841:          #339)
                   6842: 
                   6843: 2012-06-15  moko
                   6844: 
                   6845:        * buildall-without-xml: sync with buildall-with-xml
                   6846: 
                   6847:        * buildall-with-xml: download auto-detected between fetch and curl
                   6848: 
                   6849:        * configure.in: --with-gc and --with-pcre now also processed
                   6850:          correctly
                   6851: 
1.116     moko     6852:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   6853:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   6854:          should be run on rol1 using automake / aclocal (GNU automake)
                   6855:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     6856: 
                   6857:        * configure.in: new PARSER_VERSION logic
                   6858: 
                   6859:        * src/include/pa_version.h: new pa_version.h logic
                   6860: 
                   6861:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6862:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6863:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   6864:          feols_normalized -> fis_text_content set_binary added
                   6865: 
                   6866:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   6867: 
                   6868: 2012-06-15  misha
                   6869: 
                   6870:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6871:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6872:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   6873:          ^file::create[text;content] EOLs in content now is normalized. (
                   6874:          new feature: #815 )
                   6875: 
                   6876: 2012-06-15  moko
                   6877: 
                   6878:        * configure.in: --disable-version-update added to disable version
                   6879:          update with host information (for debian package) whitespace
                   6880:          optimized
                   6881: 
                   6882:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   6883:          libtool
                   6884: 
                   6885:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   6886:          it.
                   6887: 
                   6888: 2012-06-14  moko
                   6889: 
                   6890:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   6891:          tests/results/281.processed: "hash flocked" error removed for
                   6892:          safe operations like ^h._count[] ( new feature: #335 )
                   6893: 
1.116     moko     6894:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     6895: 
                   6896:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   6897: 
                   6898:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   6899:          xml compilation check added
                   6900: 
                   6901:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   6902:          replaced with --with-gc and --with-pcre test for pcre linking
                   6903:          added
                   6904: 
                   6905: 2012-06-13  moko
                   6906: 
                   6907:        * configure.in: apxs2 check optimized
                   6908: 
                   6909:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   6910:          .la, includes optimized
                   6911: 
                   6912:        * buildall-with-xml: --with-pic looks better for -fPIC
                   6913: 
                   6914:        * configure.in: switched to convenience library in static linking
                   6915: 
                   6916:        * src/targets/apache/Makefile.am: switched to convenience library
                   6917:          usage to avoid libtool warnings
                   6918: 
                   6919:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   6920:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   6921:          smtp/Makefile.am: switched to convenience library usage
                   6922: 
                   6923:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   6924: 
                   6925:        * src/targets/apache/Makefile.am: updated for libtool usage
                   6926: 
                   6927:        * buildall-without-xml: --with-included-ltdl added
                   6928: 
                   6929:        * buildall-without-xml: sync with buildall-with-xml
                   6930: 
                   6931:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   6932:          -fPIC for x64 $download added for wget success check added
                   6933: 
                   6934:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   6935: 
                   6936:        * configure.in: disable-static returned
                   6937: 
                   6938:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   6939:          LIBTOOLFLAGS
                   6940: 
                   6941: 2012-06-12  moko
                   6942: 
                   6943:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   6944:          compatible with LIBTOOLFLAGS for unknown reasons
                   6945: 
                   6946:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   6947: 
                   6948:        * configure.in: static/dynamic -lstdc++ linking option removed
                   6949:          apxs2 check added
                   6950: 
                   6951:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   6952:          option removed
                   6953: 
                   6954: 2012-06-10  moko
                   6955: 
                   6956:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   6957:          added
                   6958: 
                   6959:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   6960: 
1.116     moko     6961:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   6962:          beauty
1.95      moko     6963: 
                   6964:        * depcomp: from libtool 2.4.2
                   6965: 
                   6966:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   6967: 
                   6968: 2012-06-09  moko
                   6969: 
1.116     moko     6970:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   6971:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     6972:          autogenerated files updated after libtool update
                   6973: 
1.116     moko     6974:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   6975:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     6976:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   6977:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   6978:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   6979:          config/compile, config/config.guess, config/config.sub,
                   6980:          config/depcomp, config/install-sh, config/ltmain.sh,
                   6981:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   6982:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   6983:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   6984:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   6985:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   6986:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   6987:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   6988:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   6989: 
                   6990:        * configure.in: preparation for new libtool
                   6991: 
                   6992:        * configure.in: Some beauty added :)
                   6993: 
                   6994:        * src/targets/apache/Makefile.am: := -> =
                   6995: 
                   6996:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   6997:          again. :)
                   6998: 
                   6999:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   7000:          previously was taken from pcre_internal.h. :)
                   7001: 
                   7002:        * src/lib/pcre/Makefile.am: config.h returned
                   7003: 
                   7004:        * src/lib/pcre/config.h: still need this. :)
                   7005: 
                   7006:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   7007: 
                   7008:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   7009:          removed
                   7010: 
                   7011:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   7012:          now in parser tree, no need to copy
                   7013: 
                   7014:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   7015:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   7016:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   7017:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   7018:          extracts now used old trash removed
                   7019: 
                   7020:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   7021:          (debian/patches/104_automake.patch) + all charsets are copied
                   7022: 
                   7023:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   7024:          extra arguments now supported
                   7025: 
                   7026: 2012-06-08  misha
                   7027: 
                   7028:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   7029:          the 2nd option in ^table.hash[] could be hash or table so
                   7030:          .as_hash will throw an exception when table option is specified
                   7031: 
                   7032:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7033:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   7034:          classes/table.C, classes/void.C, classes/xdoc.C,
                   7035:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   7036:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   7037:          and improved (whitespaces are allowed as empty options) -
                   7038:          MethodParams::as_table is added - above methods are used for
                   7039:          parsing methods' options ( new feature: #9 )
                   7040: 
                   7041:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   7042:          to vclass. now class fields can be accessible as a hash:
                   7043:          $h[^hash::create[$asd:CLASS]]
                   7044: 
                   7045:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   7046:          have get_fields method so their fields can be accessed with
                   7047:          ^reflection:fields[...] & ^reflection:field[...]
                   7048: 
                   7049: 2012-06-06  misha
                   7050: 
                   7051:        * tests/280.html: - tests for
                   7052:          ^reflection:method[obj-or-class;method],
                   7053:          ^reflection:field[obj-or-class;field] and
                   7054:          ^reflection:fields[obj-or-class] are added
                   7055: 
                   7056: 2012-06-05  misha
                   7057: 
                   7058:        * src/classes/reflection.C: - ^reflection:method[class or
                   7059:          object;method name] and ^reflection:field[class or object;field
                   7060:          name] are added
                   7061: 
                   7062:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   7063:          is used
                   7064: 
                   7065:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   7066: 
                   7067: 2012-06-05  moko
                   7068: 
1.116     moko     7069:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     7070: 
                   7071:        * src/classes/memcached.C: flish ttl fixed
                   7072: 
                   7073: 2012-06-04  moko
                   7074: 
                   7075:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   7076:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   7077:          option (new feature #833)
                   7078: 
                   7079: 2012-06-04  misha
                   7080: 
                   7081:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   7082:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   7083: 
                   7084: 2012-06-03  misha
                   7085: 
                   7086:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   7087:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   7088: 
                   7089: 2012-05-30  misha
                   7090: 
                   7091:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   7092:          incomplete class into a scope while @USE is found
                   7093: 
                   7094:        * src/main/compile.y: - add incomplete class into a scope while
                   7095:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   7096: 
                   7097: 2012-05-30  moko
                   7098: 
                   7099:        * src/types/pa_vclass.C, tests/278.html,
                   7100:          tests/results/278.processed: removed "property has no getter
                   7101:          method" exception when GET_DEFAULT present (fixes #269)
                   7102: 
                   7103:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   7104:          $._default
                   7105: 
                   7106: 2012-05-29  moko
                   7107: 
                   7108:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   7109:          uninitialized values usage (new feature: #154)
                   7110: 
                   7111: 2012-05-28  moko
                   7112: 
                   7113:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   7114:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   7115:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   7116:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   7117:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7118:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   7119:          tests/results/277.processed, src/types/pa_vtable.h,
                   7120:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   7121:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   7122:          feature #803)
                   7123: 
                   7124:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   7125:          tests/results/277.processed: json numbers are now treated as
                   7126:          double ( new feature: #834 )
                   7127: 
                   7128:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   7129:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   7130:          added for out of range checks, zero division in vint/vdouble
                   7131:          check added ( fixes #832 )
                   7132: 
                   7133:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   7134:          ( fixes #832 )
                   7135: 
                   7136: 2012-05-28  misha
                   7137: 
                   7138:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   7139:          configure
                   7140: 
                   7141:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   7142:          added - tests for unsupported values for options $.file, $.table
                   7143:          and $.date are added
                   7144: 
                   7145:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   7146:          accepts "stat" $.file[] option's value in addition to existed
                   7147:          "text" and "base64" ( new feature: #835 )
                   7148: 
                   7149:        * tests/276.html: - test for
                   7150:          ^reflection:delete[$object-or-class;field-name]
                   7151: 
                   7152:        * src/classes/reflection.C: -
                   7153:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   7154:          feature: #268 )
                   7155: 
                   7156: 2012-05-27  misha
                   7157: 
                   7158:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   7159: 
                   7160: 2012-05-24  misha
                   7161: 
                   7162:        * src/include/pa_common.h: - method lastposafter was removed
                   7163: 
                   7164:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   7165:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   7166:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   7167:          work as *nix commands
                   7168: 
                   7169:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   7170: 
                   7171:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   7172:          rskipchars were added
                   7173: 
                   7174:        * tests/270.html: - more tests for ^file:find[]
                   7175: 
                   7176:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   7177: 
                   7178:        * src/include/pa_version.h: - must be "win32" here. it is
                   7179:          auto-generated on *nix
                   7180: 
                   7181: 2012-05-24  moko
                   7182: 
                   7183:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   7184:          throws overflow exception ( new feature: #830 )
                   7185: 
                   7186:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   7187:          uint32 support and overflow added ( new feature: #830 )
                   7188: 
                   7189: 2012-05-23  moko
                   7190: 
                   7191:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   7192:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   7193:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   7194:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   7195:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   7196:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   7197:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   7198:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7199:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   7200:          "return string as-is" removed from as_expr_result. ( new feature:
                   7201:          #831 )
                   7202: 
                   7203:        * tests/results/244.processed: test changed after bug #782 fix
                   7204:          commited
                   7205: 
                   7206:        * tests/results/229.processed: test results for bug #782 commited
                   7207: 
                   7208:        * tests/: 254.html, results/254.processed: uid now just compared,
                   7209:          not printed. :)
                   7210: 
                   7211: 2012-05-20  moko
                   7212: 
                   7213:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   7214:          feature: #341 )
                   7215: 
                   7216:        * tests/: 254.html, results/254.processed: test for
                   7217:          ^reflection:uid[] added
                   7218: 
                   7219:        * tests/: 254.html, results/254.processed: test for
                   7220:          ^reflection:uid[$obj] added
                   7221: 
                   7222: 2012-05-17  misha
                   7223: 
                   7224:        * src/main/untaint.C: - do not replace ' char by _26 while
                   7225:          exploding filespec-tainting ( new feature: #829 )
                   7226: 
                   7227: 2012-05-12  moko
                   7228: 
                   7229:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   7230:          not.
                   7231: 
                   7232: 2012-05-08  moko
                   7233: 
                   7234:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   7235: 
                   7236:        * tests/229.html: test for bug #782
                   7237: 
                   7238:        * tests/results/259.processed, src/main/pa_request.C,
                   7239:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7240:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   7241:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   7242:          string; defined locals are empty strings; $STRICT-VARS(true)
                   7243:          added
                   7244: 
                   7245: 2012-04-27  moko
                   7246: 
1.116     moko     7247:        * src/targets/apache/Makefile.am:
1.95      moko     7248:          ../../lib/memcached/libmemcached.a added
                   7249: 
                   7250: 2012-04-27  misha
                   7251: 
                   7252:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   7253:          ( #827 )
                   7254: 
                   7255: 2012-04-25  moko
                   7256: 
                   7257:        * src/: classes/json.C, classes/memcached.C,
                   7258:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7259:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   7260:          implemented.
                   7261: 
                   7262:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   7263: 
                   7264: 2012-04-23  moko
                   7265: 
                   7266:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7267:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7268:          types/pa_vmemcached.h: open allows options hash for new
                   7269:          memcached(options) function
                   7270: 
                   7271:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   7272:          not appended
                   7273: 
                   7274: 2012-04-21  moko
                   7275: 
                   7276:        * src/classes/curl.C: '' added. :)
                   7277: 
                   7278:        * src/classes/classes.vcproj: new curl.h location
                   7279: 
                   7280:        * src/classes/curl.C: verbose output redirection from stderr to
                   7281:          file curl option added
                   7282: 
                   7283: 2012-04-20  moko
                   7284: 
                   7285:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   7286:          contains what we need from curl, #ifdef HAVE_CURL removed
                   7287: 
1.116     moko     7288:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     7289:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     7290:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   7291:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     7292:          configure option
                   7293: 
                   7294: 2012-04-19  moko
                   7295: 
                   7296:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   7297:          classes/string.C, lib/gc/include/gc_allocator.h,
                   7298:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   7299:          options from sql_result_string removed. (closes issue #468)
                   7300: 
                   7301:        * src/types/pa_vmemcached.C: empty string fix
                   7302: 
                   7303:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   7304:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   7305:          pa_vmemcached.C
                   7306: 
                   7307: 2012-04-18  moko
                   7308: 
                   7309:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   7310:          apache2-mpm-prefork" error displayed in threaded mpm.
                   7311: 
                   7312:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7313:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   7314:          installed (issue #354)
                   7315: 
                   7316: 2012-04-16  moko
                   7317: 
                   7318:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   7319:          memcached_result_free removed
                   7320: 
                   7321: 2012-04-14  moko
                   7322: 
                   7323:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   7324: 
                   7325:        * src/types/pa_vmemcached.C: check_key added and used
                   7326: 
                   7327: 2012-04-13  moko
                   7328: 
                   7329:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   7330:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   7331:          Serialization_data now added and used, VString now serialized
                   7332:          with languages into memcached.
                   7333: 
                   7334: 2012-03-28  moko
                   7335: 
                   7336:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   7337:          lib/memcached/pa_memcached.h: result lengths added
                   7338: 
                   7339: 2012-03-27  moko
                   7340: 
                   7341:        * src/types/pa_vmemcached.C: strdup added
                   7342: 
                   7343: 2012-03-24  moko
                   7344: 
                   7345:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7346:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7347:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   7348: 
                   7349: 2012-03-20  moko
                   7350: 
1.116     moko     7351:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     7352: 
                   7353:        * src/targets/cgi/Makefile.am: cleanup
                   7354: 
                   7355:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   7356:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   7357: 
                   7358:        * src/: classes/Makefile.am, classes/memcached.C,
                   7359:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   7360:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7361:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   7362: 
                   7363: 2012-03-16  moko
                   7364: 
                   7365:        * src/main/execute.C: ident now works under Linux + ident displays
                   7366:          filenames (closes issue #818)
                   7367: 
1.116     moko     7368:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     7369:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   7370:          pa_vmethod_frame_local.h removed
                   7371: 
                   7372:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   7373:          classes/classes.h, classes/curl.C, classes/date.C,
                   7374:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7375:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   7376:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   7377:          classes/memory.C, classes/op.C, classes/reflection.C,
                   7378:          classes/regex.C, classes/response.C, classes/string.C,
                   7379:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   7380:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   7381:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7382:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7383:          include/pa_dictionary.h, include/pa_dir.h,
                   7384:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7385:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   7386:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   7387:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   7388:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7389:          include/pa_sapi.h, include/pa_socks.h,
                   7390:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7391:          include/pa_stack.h, include/pa_string.h,
                   7392:          include/pa_stylesheet_connection.h,
                   7393:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7394:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7395:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7396:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7397:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   7398:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   7399:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   7400:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   7401:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7402:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7403:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7404:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   7405:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   7406:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   7407:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   7408:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7409:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7410:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   7411:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   7412:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   7413:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7414:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7415:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7416:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7417:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7418:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7419:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   7420:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7421:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   7422:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   7423:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7424:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   7425:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7426:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7427:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   7428:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   7429:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   7430:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7431:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7432:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7433:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7434:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7435:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7436:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7437:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   7438:          ident now works under Linux + ident displays filenames (closes
                   7439:          issue #818) Copyright updated
                   7440: 
                   7441: 2012-03-13  moko
                   7442: 
                   7443:        * src/main/pa_string.C: compilation fix for feature #741
                   7444: 
                   7445: 2012-03-09  misha
                   7446: 
                   7447:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   7448: 
                   7449:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   7450:          now detects invalid base64 chars in the middle of encoded stricg
                   7451:          ( new feature: #55 )
                   7452: 
                   7453:        * src/include/pa_exception.h: - new exception type for base64
                   7454:          decoding is added
                   7455: 
                   7456: 2012-03-06  misha
                   7457: 
                   7458:        * tests/274.html: - tests for ^date::today[] and
                   7459:          ^date.sql-string[datetime|date|time] are added
                   7460: 
                   7461:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   7462:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   7463:          strings "datetime", "date" or "time" - comments tidying up
                   7464: 
                   7465:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   7466:          date and time
                   7467: 
                   7468: 2012-03-03  misha
                   7469: 
                   7470:        * tests/193.html: - tests for
                   7471:          ^string:base64[encoded;$.strict(true)] are added
                   7472: 
                   7473:        * tests/results/auto.p: - try-catch operator is added
                   7474: 
                   7475:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7476:          main/pa_common.C: - $.strict(true|false) option is added to
                   7477:          base64 decode methods ( new feature: #55 )
                   7478: 
                   7479:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   7480:          ( new feature: #819 )
                   7481: 
                   7482: 2012-02-28  moko
                   7483: 
                   7484:        * src/classes/hash.C: ident test
                   7485: 
                   7486: 2012-02-27  misha
                   7487: 
                   7488:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   7489: 
                   7490: 2012-01-08  misha
                   7491: 
                   7492:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   7493: 
                   7494:        * src/: classes/string.C, include/pa_dictionary.h,
                   7495:          main/pa_dictionary.C, main/pa_string.C: -
                   7496:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   7497:          ^string.replace[one subst here] is slightly optimized
                   7498: 
                   7499: 2011-12-07  misha
                   7500: 
                   7501:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   7502:          named table with one empty column ( bugfix: #63 )
                   7503: 
                   7504: 2011-11-30  misha
                   7505: 
                   7506:        * src/classes/json.C: - it's possible to set user's method for
                   7507:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   7508:          #763 )
                   7509: 
                   7510:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   7511: 
                   7512: 2011-11-23  misha
                   7513: 
                   7514:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7515:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   7516:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   7517:          ^file::create[mode;filename;content[;options]] now accepts binary
                   7518:          mode and file-content - new constructor's format:
                   7519:          ^file::create[string-or-file-content[;$.name[filename]
                   7520:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   7521:          feature: #65 )
                   7522: 
                   7523:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   7524:          mime_type_of(const String*) is added
                   7525: 
                   7526:        * src/include/pa_exception.h: - new exception constant
                   7527:          FILE_NAME_MUST_BE_SPECIFIED is added
                   7528: 
                   7529:        * src/classes/table.C: - bug with negative offset transformed into
                   7530:          a feature. it means pointing to a row from the end of the table (
                   7531:          new feature: #810 )
                   7532: 
                   7533: 2011-11-19  misha
                   7534: 
                   7535:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   7536:          â ìåòîäå _select ( new feature: #810 )
                   7537: 
                   7538:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   7539:          options were specified together is simplified
                   7540: 
                   7541: 2011-11-12  misha
                   7542: 
                   7543:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   7544:          HTTP content-disposition header (a part of bug #361 )
                   7545: 
                   7546:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   7547:          checks for ancestors' classes as well ( new feature: #456 )
                   7548: 
                   7549:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   7550:          "without cycle" now have types "parser.break" and
                   7551:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   7552:          )
                   7553: 
                   7554: 2011-11-11  misha
                   7555: 
                   7556:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   7557:          237.processed: - since bug #361 was fixed the content of filename
                   7558:          in HTTP headers is quoted
                   7559: 
                   7560:        * tests/results/270.processed: - result for test 270
                   7561: 
                   7562:        * tests/: 065.html, results/065.processed: - more tests for
                   7563:          ^file:basename[] & Co were added
                   7564: 
                   7565:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   7566: 
                   7567:        * tests/270.html: - tests for ^file:find[] are added
                   7568: 
                   7569:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   7570:          using option $.charset. option $.engoding is still supported but
                   7571:          these options can not be specified together
                   7572: 
                   7573:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   7574:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   7575: 
                   7576: 2011-10-11  misha
                   7577: 
                   7578:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   7579:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   7580:          #622)
                   7581: 
                   7582: 2011-09-30  misha
                   7583: 
                   7584:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   7585:          exception "saving stat-ed file" ( bugfix: #395 )
                   7586: 
                   7587: 2011-05-30  misha
                   7588: 
                   7589:        * src/classes/string.C: - fixed bug which was added with
                   7590:          params.as_hash into string:sql
                   7591: 
                   7592: 2011-05-29  misha
                   7593: 
                   7594:        * src/types/pa_value.C: - filename in content-disposition header
                   7595:          must be quoted ( bugfix: #361 )
                   7596: 
                   7597: 2011-05-27  misha
                   7598: 
                   7599:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   7600:          created file
                   7601: 
                   7602:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   7603:          usage
                   7604: 
                   7605:        * src/include/pa_exception.h: - one more string for exception was
                   7606:          added
                   7607: 
                   7608: 2011-05-25  misha
                   7609: 
                   7610:        * tests/269.html: - tests for checking input params in some dom
                   7611:          methods
                   7612: 
                   7613:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   7614:          was added. it isn't possible not wo create xdoc with invalid
                   7615:          tagName. ( bugfix: #160 )
                   7616: 
                   7617:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   7618:          string "data must be string" was mover from pa_exception.h to
                   7619:          pa_xml_exception.h
                   7620: 
                   7621:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   7622:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   7623: 
                   7624:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   7625: 
                   7626:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   7627:          options - XML-related exception's strings were added
                   7628: 
                   7629:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   7630:          output_options were removed)
                   7631: 
                   7632: 2011-05-19  misha
                   7633: 
                   7634:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7635:          params.as_hash is used more while parsing methods hash-options
                   7636: 
                   7637: 2011-05-18  misha
                   7638: 
                   7639:        * operators.txt: - info about json-serialization of xdoc was added
                   7640: 
                   7641:        * tests/256.html: - tests for json-serialization xdoc were added
                   7642: 
                   7643:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   7644: 
                   7645:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7646:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   7647:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   7648:          specified in $.xdoc[] ( new feature: #265 )
                   7649: 
                   7650: 2011-05-15  misha
                   7651: 
                   7652:        * tests/268.html: - tests for ^table.count[with options] were added
                   7653: 
                   7654:        * src/classes/table.C: - method ^table.count[] now can accept
                   7655:          options ( new feature: #93 ): ^table.count[column] returns number
                   7656:          of columns for named table; ^table.count[cells] returns number of
                   7657:          cells in the current row; ^table.count[] & ^table.count[rows]
                   7658:          return number of rows in a table.
                   7659: 
                   7660:        * tests/267.html: - test for checking switch/case in boolean mode
                   7661:          was added
                   7662: 
                   7663:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   7664:          compared as bool values, not as double values: new feature: #351
                   7665: 
                   7666: 2011-05-06  misha
                   7667: 
                   7668:        * tests/242.html: - EOL before EOF was added
                   7669: 
                   7670:        * tests/169.html: - tests for splitting empty string and void were
                   7671:          added
                   7672: 
                   7673:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   7674:          returned table with one empty cell)
                   7675: 
                   7676: 2011-04-03  misha
                   7677: 
                   7678:        * src/include/pa_version.h, configure.in: - version in head was
                   7679:          changed to 3.4.2b
                   7680: 
                   7681: 2011-03-30  misha
                   7682: 
                   7683:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   7684:          as well ( new feature #294 )
                   7685: 
                   7686: 2011-03-29  misha
                   7687: 
                   7688:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   7689:          limited to approx. 6 MB. previous limits were too big for real
                   7690:          life. bugfix: #216
                   7691: 
                   7692: 2011-03-04  moko
                   7693: 
                   7694:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   7695:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   7696: 
                   7697:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   7698:          vlalek@
                   7699: 
                   7700: 2011-02-22  misha
                   7701: 
                   7702:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   7703:          be under #ifdef XML or parser can't be compiled without xml
                   7704:          support
                   7705: 
                   7706: 2011-02-21  misha
                   7707: 
1.116     moko     7708:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     7709:          ApacheModuleParser3.vcproj was removed
                   7710: 
                   7711:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   7712:          removed)
                   7713: 
                   7714: 2011-02-20  misha
                   7715: 
                   7716:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   7717:          $.overridden in ^reflection:method_info[...] were added
                   7718: 
                   7719:        * src/classes/reflection.C: - beautifying result of
                   7720:          ^reflection:method_info[] ($.overridden/inherited)
                   7721: 
                   7722: 2011-02-18  misha
                   7723: 
                   7724:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   7725:          and pa_isalnum instead of isalpha and isalnum - bug with
                   7726:          redundand quoting lowercased latin chars while building email
                   7727:          body was fixed
                   7728: 
                   7729:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   7730:          added (they check for latin chars only)
                   7731: 
                   7732: 2011-02-16  misha
                   7733: 
                   7734:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   7735:          string size for transcoding gave too small value (should ever
                   7736:          look for availability char in dest charset inspite of the char
                   7737:          size)
                   7738: 
                   7739: 2011-02-04  moko
                   7740: 
                   7741:        * tests/223.html: header values now not url-encoded (issue #195)
                   7742: 
                   7743: 2011-02-01  misha
                   7744: 
                   7745:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   7746: 
                   7747: 2011-01-31  misha
                   7748: 
                   7749:        * src/main/pa_request.C: - throw exception if param file_name in
                   7750:          use_file is empty
                   7751: 
                   7752: 2011-01-08  moko
                   7753: 
                   7754:        * src/classes/curl.C: compilations errors fixed
                   7755: 
                   7756: 2010-12-29  moko
                   7757: 
                   7758:        * tests/: 265.html, results/265.processed: test for issue #200
                   7759:          added
                   7760: 
                   7761:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   7762:          #200)
                   7763: 
                   7764:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   7765: 
                   7766:        * tests/results/223.processed: header values now not url-encoded
                   7767:          (issue #195)
                   7768: 
                   7769:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   7770:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   7771:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   7772: 
                   7773: 2010-12-18  misha
                   7774: 
                   7775:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   7776:          => pa-include
                   7777: 
                   7778: 2010-11-28  moko
                   7779: 
                   7780:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   7781: 
                   7782:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   7783:          -> pa
                   7784: 
                   7785:        * configure.in: apr -> pa
                   7786: 
                   7787:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   7788: 
                   7789:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   7790:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   7791: 
                   7792:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   7793:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   7794:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   7795:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   7796:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   7797:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   7798:          module apr name conflict resolved)
                   7799: 
                   7800: 2010-11-27  misha
                   7801: 
                   7802:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   7803:          libbz2
                   7804: 
                   7805: 2010-11-26  misha
                   7806: 
                   7807:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   7808:          warnings removed
                   7809: 
                   7810: 2010-11-25  moko
                   7811: 
                   7812:        * operators.txt: $.indent(true)
                   7813: 
                   7814:        * operators.txt: another bugfix. :)
                   7815: 
                   7816:        * operators.txt: bugfix. :)
                   7817: 
                   7818:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   7819: 
                   7820: 2010-11-24  moko
                   7821: 
1.116     moko     7822:        * configure: apxs support
1.95      moko     7823: 
                   7824:        * configure.in: apxs support -Bstatic gc removed for OS X
                   7825: 
                   7826:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   7827: 
                   7828:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   7829:          THREAD_LOCAL usage
                   7830: 
                   7831:        * src/: classes/curl.C, include/pa_config_includes.h,
                   7832:          main/pa_globals.C: THREAD_LOCAL defined and used
                   7833: 
                   7834: 2010-11-23  moko
                   7835: 
                   7836:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   7837:          should be passed to pa_sleep, and only fractional part (bugfix:
                   7838:          #188)
                   7839: 
                   7840:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   7841: 
                   7842:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7843:          GC_dont_gc=1, as in cgi version
                   7844: 
                   7845:        * src/targets/apache/mod_parser3.c: warning war
                   7846: 
                   7847:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7848:          pa_httpd.h: version removed, some trash removed
                   7849: 
                   7850:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   7851:          to show it), warning war
                   7852: 
                   7853:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7854:          pa_httpd.h: parser_status_allowed removed + merge config
                   7855:          functions removed (override is the default) + beauty
                   7856: 
                   7857:        * src/: include/pa_request.h, main/pa_request.C,
                   7858:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   7859:          hide $status used in apache module removed
                   7860: 
                   7861: 2010-11-18  moko
                   7862: 
                   7863:        * operators.txt: $.table[compact] added for ^json:string[]
                   7864: 
                   7865: 2010-11-16  moko
                   7866: 
                   7867:        * src/targets/apache/mod_parser3.c: some cleanup done
                   7868: 
                   7869:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   7870:          is hashcode; second, info.fragment_begin is original, not
                   7871:          resulting length
                   7872: 
                   7873:        * src/classes/file.C: new feature: $.stdin now untainted
                   7874: 
                   7875:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   7876: 
                   7877:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   7878: 
                   7879:        * src/classes/op.C: ^apply-taint[] method added
                   7880: 
                   7881:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   7882:          added; $.stdin untaint test added
                   7883: 
                   7884: 2010-11-15  moko
                   7885: 
                   7886:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   7887:          removed
                   7888: 
                   7889:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7890:          pa_httpd.h: 2x2 calculated under apache2. :)
                   7891: 
                   7892: 2010-11-13  moko
                   7893: 
                   7894:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   7895:          with apache 2.x includes
                   7896: 
                   7897:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   7898:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   7899:          united apache 1.3 / apache 2.x DSO module
                   7900: 
                   7901: 2010-11-09  moko
                   7902: 
                   7903:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   7904:          syntax
                   7905: 
                   7906:        * tests/: 263.html, results/263.processed: test from method[*args]
                   7907:          added
                   7908: 
                   7909:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   7910:          number of params can now be passed to a method declared with *arg
                   7911: 
                   7912: 2010-11-06  moko
                   7913: 
                   7914:        * src/classes/table.C: formating fixed. :)
                   7915: 
                   7916:        * src/classes/table.C: closes #4: ^table.select now supports
                   7917:          $.limit(), $.offset, $.reverse() options
                   7918: 
                   7919:        * tests/: 262.html, results/262.processed: test for ^table:select
                   7920:          with options added (feature #4)
                   7921: 
                   7922:        * src/include/pa_array.h: remove function added
                   7923: 
                   7924:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   7925:          object in get_element/put_element, using static one.
                   7926: 
                   7927: 2010-11-04  moko
                   7928: 
                   7929:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   7930:          options is passed
                   7931: 
                   7932:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   7933:          now tested; k and p in handler now tested.
                   7934: 
                   7935:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   7936:          $.table[compact] feature added
                   7937: 
                   7938:        * src/classes/json.C: key is now passed to handler in
                   7939:          value_json_string; ^json:string result now process tainting
                   7940:          inside and returns clean string, related to issue #153
                   7941: 
                   7942:        * src/main/untaint.C: bugfix: charset can be null (in
                   7943:          ^string:save[] as example), thus check is added
                   7944: 
                   7945: 2010-10-31  moko
                   7946: 
                   7947:        * src/classes/string.C: error message changed (fixes issue #149)
                   7948: 
                   7949: 2010-10-29  moko
                   7950: 
                   7951:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   7952:          port is not default (fixes issue #155); exception on invalid port
                   7953:          added.
                   7954: 
                   7955:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   7956:          "Accept: */*" to be passed
                   7957: 
                   7958: 2010-10-28  moko
                   7959: 
                   7960:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   7961:          exception on unknown charset even if response_charset was
                   7962:          specified
                   7963: 
                   7964: 2010-10-27  moko
                   7965: 
                   7966:        * src/classes/string.C: ^string.append removed for void
                   7967:          compatibility
                   7968: 
                   7969: 2010-10-26  moko
                   7970: 
                   7971:        * src/classes/json.C: libjson supports array at top level, we too
                   7972:          (GPF fixed)
                   7973: 
                   7974: 2010-10-25  moko
                   7975: 
                   7976:        * tests/: 253.html, results/253.processed: libjson supports array
                   7977:          at top level, parser now supports it as well.
                   7978: 
                   7979:        * tests/261.html, tests/results/261.processed,
                   7980:          src/types/pa_vstring.h: empty string is now void compatible
                   7981:          (allows $empty.key)
                   7982: 
                   7983: 2010-10-22  misha
                   7984: 
                   7985:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   7986:          while adding additional expires checkout)
                   7987: 
                   7988:        * tests/030.html: - test for session cookie was added
                   7989: 
                   7990: 2010-10-21  moko
                   7991: 
                   7992:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   7993:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   7994:          string (feature #111)
                   7995: 
                   7996:        * tests/: 261.html, results/261.processed: checks void from string
                   7997:          inheritance (feature #111)
                   7998: 
                   7999:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   8000:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   8001:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   8002:          now true by default
                   8003: 
                   8004: 2010-10-17  moko
                   8005: 
                   8006:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   8007:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   8008:          (bugfix: #128)
                   8009: 
                   8010:        * tests/: 223.html, results/223.processed: binary file upload test
                   8011:          added, GPF (issue #128) also checked in this test
                   8012: 
                   8013: 2010-10-13  misha
                   8014: 
                   8015:        * tests/260.html: - test for math:convert
                   8016: 
                   8017:        * src/classes/math.C: - error in math:convert was fixed
                   8018: 
                   8019:        * operators.txt: - info about
                   8020:          ^math:convert[number](from-base;to-base) was added
                   8021: 
                   8022:        * src/classes/math.C: - method
                   8023:          ^math:convert[number](from-base;to-base) for converting number
                   8024:          represention from one base to another was added ( new feature:
                   8025:          #23 )
                   8026: 
                   8027: 2010-10-13  moko
                   8028: 
                   8029:        * src/main/compile.tab.C: [] now is empty string, not void
                   8030: 
                   8031:        * src/main/compile.y: [] now is empty string, not void
                   8032: 
                   8033:        * src/types/pa_vvoid.h: void now passed as parameter
                   8034: 
                   8035:        * tests/: 259.html, results/259.processed: to test difference
                   8036:          between void and empty string (see ticket #111)
                   8037: 
                   8038:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   8039:          void
                   8040: 
                   8041:        * tests/256.html: $s[$void] is no longer empty string
                   8042: 
                   8043:        * tests/254.html: empty string is no longer void
                   8044: 
                   8045: 2010-10-12  misha
                   8046: 
                   8047:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   8048:          converted to date during cookies set up ( bugfix: #104 )
                   8049: 
                   8050:        * tests/041.html: - more tests for ^table.locate were added
                   8051: 
                   8052:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   8053:          work ( bugfix: #129 ) - exception comment for incorrect options
                   8054:          ^table.locate[field;value;options] was fixed
                   8055: 
                   8056: 2010-10-10  moko
                   8057: 
                   8058:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   8059:          another object feature returned
                   8060: 
                   8061:        * tests/results/258.processed: test result updated as constructor
                   8062:          returning another object feature returned
                   8063: 
                   8064:        * tests/: 258.html, results/258.processed: test for constructor
                   8065:          returning another object
                   8066: 
                   8067: 2010-10-08  misha
                   8068: 
                   8069:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   8070:          options shouldn't cause exceptions any longer
                   8071: 
                   8072: 2010-10-06  moko
                   8073: 
                   8074:        * src/classes/: hash.C, table.C: length from sql server is now
                   8075:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   8076: 
                   8077: 2010-10-02  misha
                   8078: 
                   8079:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   8080:          usable to delete cache file.
                   8081: 
                   8082: 2010-10-02  moko
                   8083: 
                   8084:        * tests/: 253.html, results/253.processed: hook_key added for key
                   8085:          checking
                   8086: 
                   8087:        * src/classes/json.C: null key bug fixed
                   8088: 
                   8089: 2010-09-29  misha
                   8090: 
                   8091:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   8092: 
                   8093: 2010-09-25  moko
                   8094: 
                   8095:        * src/classes/json.C: small fixed
                   8096: 
                   8097:        * tests/results/: 253.processed, 255.processed: just updated
                   8098: 
                   8099:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   8100:          results/255.processed: charset transcode test added for
                   8101:          json:parse
                   8102: 
                   8103: 2010-09-24  moko
                   8104: 
                   8105:        * src/types/pa_value.h: warning war :)
                   8106: 
                   8107:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   8108:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   8109:          ^json:string
                   8110: 
                   8111: 2010-09-22  moko
                   8112: 
                   8113:        * src/main/pa_charset.C: parser charset tables declare only
                   8114:          white-space before 0x20, thus adding the missing chars
                   8115: 
                   8116:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   8117:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   8118: 
                   8119: 2010-09-21  misha
                   8120: 
                   8121:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   8122:          want to compile grammar if they are absent)
                   8123: 
                   8124:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   8125: 
                   8126:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   8127: 
                   8128:        * src/main/main.vcproj: - path to bison is changed
                   8129: 
                   8130: 2010-09-21  moko
                   8131: 
1.116     moko     8132:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   8133:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   8134:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     8135: 
                   8136: 2010-09-20  misha
                   8137: 
                   8138:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   8139: 
                   8140:        * src/classes/json.C: - add EOL while json-serializing hash
                   8141: 
                   8142:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   8143:          compilers don't like 'ES'.
                   8144: 
                   8145: 2010-09-17  misha
                   8146: 
                   8147:        * operators.txt: - info about json class was added
                   8148: 
                   8149:        * src/classes/json.C: - ^json:string[object]
                   8150: 
                   8151:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   8152:          preventing infinite recursion while executing json:string was
                   8153:          added
                   8154: 
                   8155:        * src/include/pa_string.h: - method append_quoted was added
                   8156: 
                   8157:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   8158:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   8159:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   8160:          was added to Value & Co
                   8161: 
                   8162:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   8163:          were used
                   8164: 
                   8165:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   8166:          were added
                   8167: 
                   8168: 2010-09-10  moko
                   8169: 
                   8170:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8171:          die_or_abort (backport from 3.4.1)
                   8172: 
                   8173:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8174:          die_or_abort (bugfix: #106)
                   8175: 
                   8176: 2010-09-09  moko
                   8177: 
                   8178:        * src/classes/json.C: warning war. :)
                   8179: 
                   8180: 2010-09-08  misha
                   8181: 
                   8182:        * src/lib/json/Makefile.am: - additional include directories were
                   8183:          added (for pa_memory.h and gc.h)
                   8184: 
                   8185:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   8186:          compile as C++ instead default - additional include directory was
                   8187:          added (for gc.h)
                   8188: 
                   8189:        * src/types/pa_vform.C: - little code reformating
                   8190: 
                   8191:        * src/classes/file.C: - $.content-type option now can be specified
                   8192:          in ^file::create ( new feature: #102 )
                   8193: 
                   8194: 2010-09-08  moko
                   8195: 
                   8196:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   8197:          pa_malloc/pa_free
                   8198: 
                   8199: 2010-09-07  moko
                   8200: 
                   8201:        * tests/results/254.processed: VStateless_class:put_element
                   8202:          exception was fixed
                   8203: 
                   8204:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   8205:          VStateless_class:put_element barks self.type, not this.type
                   8206:          (bugfix: #105)
                   8207: 
                   8208: 2010-09-06  moko
                   8209: 
                   8210:        * src/classes/reflection.C: bugfix: new String() is required for
                   8211:          exception handling
                   8212: 
                   8213:        * tests/: 254.html, results/254.processed: test modified
                   8214: 
                   8215: 2010-09-05  moko
                   8216: 
                   8217:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   8218:          added
                   8219: 
                   8220:        * src/: classes/reflection.C, include/pa_request.h:
                   8221:          ^reflection:copy implemented (new feature: #100)
                   8222: 
                   8223: 2010-09-03  moko
                   8224: 
                   8225:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   8226: 
                   8227:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   8228:          option testing added
                   8229: 
                   8230: 2010-09-02  moko
                   8231: 
                   8232:        * src/classes/json.C: $.distinct[first|last|all] added
                   8233: 
                   8234: 2010-09-01  moko
                   8235: 
                   8236:        * tests/results/253.processed: json test result
                   8237: 
                   8238:        * tests/: 253.html, 253_json.txt: json test added
                   8239: 
                   8240:        * src/classes/json.C: json.C update to actual version + hash key
                   8241:          creation bugfix
                   8242: 
                   8243: 2010-08-31  misha
                   8244: 
                   8245:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   8246:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   8247:          src/lib/Makefile.am, src/classes/Makefile.am,
                   8248:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   8249:          json library was added
                   8250: 
                   8251: 2010-08-30  moko
                   8252: 
                   8253:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   8254:          types/pa_vobject.C: cosmetic optimization in
                   8255:          request:execute_method usage
                   8256: 
                   8257:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   8258:          optimization, just to decrease number of lines. :)
                   8259: 
                   8260: 2010-08-27  misha
                   8261: 
                   8262:        * src/classes/op.C: - taint[json] was added
                   8263: 
                   8264:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   8265:          were added
                   8266: 
                   8267:        * src/main/pa_exec.C: - warning fix was rolled back.
                   8268: 
                   8269:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   8270:          include/pa_string.h: - taint[json] was added - escaping was
                   8271:          slightly modified
                   8272: 
                   8273: 2010-08-25  misha
                   8274: 
                   8275:        * src/classes/file.C: - typo in file:sql exception was fixed
                   8276: 
                   8277:        * src/main/pa_exec.C: - warning about declared and not used
                   8278:          variable forced_allow was removed
                   8279: 
                   8280: 2010-08-14  misha
                   8281: 
                   8282:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   8283:          were removed
                   8284: 
                   8285: 2010-08-11  moko
                   8286: 
                   8287:        * tests/: 249.html, results/249.processed: default setter and
                   8288:          anti-recursive default getter test added
                   8289: 
                   8290:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   8291:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   8292:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   8293:          types/pa_vstateless_class.h: default setter support +
                   8294:          anti-recursive default getter support ( new feature: #13 )
                   8295: 
                   8296:        * src/include/pa_hash.h: optimization: threshold member removed
                   8297:          from hash, reducing sizeof(hash)
                   8298: 
                   8299: 2010-08-10  misha
                   8300: 
                   8301:        * tests/196.html: - junction-method was added to the test
                   8302: 
                   8303:        * tests/248.html: - ups. typo :)
                   8304: 
                   8305:        * tests/248.html: - test for checking .match with 4 params
                   8306: 
                   8307:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   8308:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   8309:          $request:charset during loading if the BOM code is detected"
                   8310: 
                   8311:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   8312:          $request:charset during loading if the BOM code is detected ( new
                   8313:          feature: #98 )
                   8314: 
                   8315: 2010-08-05  misha
                   8316: 
                   8317:        * src/classes/image.C: - ^image.replace now can accept only 2
                   8318:          params. in this case the whole image is affected ( new feature:
                   8319:          #95 )
                   8320: 
                   8321: 2010-08-04  misha
                   8322: 
                   8323:        * tests/246.html: - test tor ^hash._at[] was added
                   8324: 
                   8325:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   8326:          #53 )
                   8327: 
                   8328:        * src/include/pa_hash.h: - methods for accessing the first and the
                   8329:          last values of ordered hash were added (first_value and
                   8330:          last_value)
                   8331: 
                   8332:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   8333:          (similar to others file's methods):
                   8334:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   8335:          #68 )
                   8336: 
                   8337:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   8338: 
                   8339: 2010-08-01  moko
                   8340: 
                   8341:        * src/classes/op.C: to correctly process $result[] in code, called
                   8342:          from ^process
                   8343: 
                   8344:        * tests/245.html: $result in ^process[] test added
                   8345: 
                   8346:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   8347:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   8348:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   8349:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   8350:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   8351:          removed, construct(class,method) added
                   8352: 
                   8353:        * tests/results/: 192.processed, 244.processed: request::construct
                   8354:          added
                   8355: 
                   8356:        * tests/: 244.html, 245.html, results/244.processed,
                   8357:          results/245.processed: object creation exceptions and ^process
                   8358:          tests added
                   8359: 
                   8360: 2010-07-28  misha
                   8361: 
                   8362:        * tests/make_tests.cmd: - win32 EOLs
                   8363: 
                   8364:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   8365:          tests on Win32 were added (The system timezone should be GMT+3)
                   8366: 
                   8367: 2010-07-26  misha
                   8368: 
                   8369:        * tests/: 212.html, results/212.processed: - sizes were removed
                   8370:          mecause they could be different on different OSs
                   8371: 
                   8372:        * tests/065.html: - make it "win32 friendly"
                   8373: 
                   8374: 2010-07-25  misha
                   8375: 
                   8376:        * src/main/compile.y: - all EOLs between methods are removed during
                   8377:          compilation ( new feature: #47 )
                   8378: 
                   8379:        * tests/results/149.processed: - prepare tests to trim trailing
                   8380:          methods' EOLs
                   8381: 
                   8382:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   8383: 
                   8384:        * tests/: results/006.processed, results/014.processed, 006.html,
                   8385:          014.html, 022.html: - prepare tests to trim trailing methods'
                   8386:          EOLs
                   8387: 
                   8388:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   8389:          results/071.processed, results/022.processed: - prepare tests to
                   8390:          trim trailing methods' EOLs
                   8391: 
                   8392:        * tests/: results/073.processed, results/109.processed,
                   8393:          results/142.processed, results/144.processed,
                   8394:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   8395:          144.html: - prepare tests to trim trailing methods' EOLs
                   8396: 
                   8397:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   8398:          149.html, 152.html, results/096.processed, results/107.processed,
                   8399:          results/109.processed, results/142.processed,
                   8400:          results/144.processed: - prepare tests to trim trailing methods'
                   8401:          EOLs
                   8402: 
                   8403: 2010-07-24  moko
                   8404: 
                   8405:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   8406:          the hash order in this test
                   8407: 
                   8408:        * tests/014.html: to check hash order, hash no is longer sorted
                   8409:          before print
                   8410: 
                   8411:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   8412:          (bugfix: #54)
                   8413: 
                   8414: 2010-07-23  moko
                   8415: 
                   8416:        * tests/results/224.processed: @auto[] is no longer inherited
                   8417: 
                   8418:        * src/types/pa_vstateless_class.C, tests/227.html,
                   8419:          tests/results/227.processed: @auto[] is no longer inherited
                   8420:          (bugfix: #57)
                   8421: 
                   8422: 2010-07-22  misha
                   8423: 
                   8424:        * src/classes/table.C: - don't skip comment lines during
                   8425:          table::load if encloser or separator is set as '#' ( new feature:
                   8426:          #30 )
                   8427: 
                   8428:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   8429:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   8430:          #12 )
                   8431: 
                   8432:        * src/classes/file.C: - set PARSER_VARSION env before external
                   8433:          script executing
                   8434: 
                   8435: 2010-07-13  misha
                   8436: 
                   8437:        * tests/058.html: - test for suppressing @border was added - test
                   8438:          for user attribute was added
                   8439: 
                   8440:        * tests/results/186.processed: unescaping from \uXXXX
                   8441: 
                   8442:        * tests/186.html: unescaping from \uXXXX
                   8443: 
                   8444:        * tests/: 239.html, results/239.processed: method call type
                   8445: 
                   8446:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   8447:          $junction_method.CLASS_NAME (+CLASS)
                   8448: 
                   8449: 2010-07-07  misha
                   8450: 
                   8451:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   8452:          *nix
                   8453: 
                   8454: 2010-07-05  misha
                   8455: 
                   8456:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   8457:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   8458:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   8459:          comment strings "options must be hash", "options must be hash,
                   8460:          not code" and "called with invalid option" were replaced by
                   8461:          constatns - exception comment string "invalid option passed" was
                   8462:          replaced by "called with invalid option" (now in different
                   8463:          methods are the same exception comment string)
                   8464: 
                   8465:        * src/include/pa_exception.h: - more exception strings were defined
                   8466: 
                   8467:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   8468:          types/pa_vstateless_class.h: - now we can define possible
                   8469:          method's call type ( new feature: #5 )   1.
                   8470:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   8471:          methods   2. @static:method[params] (only static keyword could be
                   8472:          used here) -- for specified methods
                   8473: 
                   8474:        * src/main/pa_common.C: - junction points should not be deleted on
                   8475:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   8476:          cleanup
                   8477: 
                   8478: 2010-07-03  misha
                   8479: 
                   8480:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   8481:          results/158.processed, results/160.processed,
                   8482:          results/161.processed, results/162.processed,
                   8483:          results/163.processed: - prepare tests to trim trailing methods'
                   8484:          EOLs
                   8485: 
                   8486:        * tests/results/169.processed: - prepare tests to trim trailing
                   8487:          methods' EOLs
                   8488: 
                   8489:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   8490:          trim trailing methods' EOLs
                   8491: 
                   8492:        * tests/: results/170.processed, results/167.processed,
                   8493:          results/168.processed, results/169.processed, 167.html, 168.html,
                   8494:          169.html: - prepare tests to trim trailing methods' EOLs
                   8495: 
                   8496:        * tests/: results/170.processed, results/171.processed,
                   8497:          results/172.processed, results/173.processed,
                   8498:          results/174.processed, results/175.processed, 170.html, 171.html,
                   8499:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   8500:          trailing methods' EOLs
                   8501: 
                   8502:        * tests/: results/176.processed, results/180.processed,
                   8503:          results/184.processed, results/185.processed,
                   8504:          results/191.processed, results/192.processed,
                   8505:          results/196.processed, results/197.processed,
                   8506:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   8507:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   8508:          to trim trailing methods' EOLs
                   8509: 
                   8510:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   8511:          results/199.processed, results/208.processed,
                   8512:          results/209.processed, results/213.processed,
                   8513:          results/214.processed: - prepare tests to trim trailing methods'
                   8514:          EOLs
                   8515: 
                   8516: 2010-06-29  misha
                   8517: 
                   8518:        * tests/: 220.html, 218.html, results/218.processed,
                   8519:          results/215.processed, results/217.processed, 215.html, 217.html:
                   8520:          - prepare tests to trim trailing methods' EOLs
                   8521: 
                   8522:        * tests/: results/224.processed, 224.html, 223.html,
                   8523:          results/223.processed, results/220.processed: - prepare tests to
                   8524:          trim trailing methods' EOLs
                   8525: 
                   8526:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   8527:          trim trailing methods' EOLs
                   8528: 
                   8529:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   8530:          trailing methods' EOLs
                   8531: 
                   8532:        * tests/: 232.html, 235.html, results/232.processed,
                   8533:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   8534:          results/226.processed, results/227.processed,
                   8535:          results/228.processed, results/230.processed: - prepare tests to
                   8536:          trim trailing methods' EOLs
                   8537: 
                   8538: 2010-06-16  moko
                   8539: 
                   8540:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   8541:          ^if
                   8542: 
                   8543:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   8544: 
                   8545: 2010-06-03  misha
                   8546: 
                   8547:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   8548:          instead of memcopy for overlaped regions
                   8549: 
                   8550: 2010-05-25  misha
                   8551: 
                   8552:        * src/main/pa_common.C: - wanring about unused vars was removed
                   8553: 
                   8554:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   8555:          get_method_filename was moved to execute.C
                   8556: 
                   8557: 2010-05-23  misha
                   8558: 
                   8559:        * src/main/pa_request.C: - more accurate detection of method's file
                   8560: 
                   8561: 2010-05-22  misha
                   8562: 
                   8563:        * src/classes/reflection.C: - bugfix: core during detection of
                   8564:          .file if filespec isn't detected successfully
                   8565: 
                   8566: 2010-05-20  misha
                   8567: 
                   8568:        * src/main/pa_request.C: - fix in get_method_filename
                   8569: 
                   8570:        * src/include/pa_request.h: - new feature: #24 -- searching
                   8571:          included file in @USE/^use is changed. if its filespec doesn't
                   8572:          start from '/' it will be searched in caller file directory
                   8573: 
                   8574:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   8575:          where the method is defined
                   8576: 
                   8577:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   8578:          classes/op.C: - new feature: #24 -- searching included file in
                   8579:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   8580:          will be searched in caller file directory
                   8581: 
                   8582:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   8583:          is moved to pa_common.h
                   8584: 
                   8585: 2010-05-18  misha
                   8586: 
                   8587:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   8588:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   8589:          cookie parser decode \uXXXX as well as %uXXXX
                   8590: 
                   8591: 2010-05-17  misha
                   8592: 
                   8593:        * src/classes/curl.C: beauty: - unused param is removed in method
                   8594:          _curl_version_action - some spaces were removed or replaced by
                   8595:          tabs
                   8596: 
                   8597:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   8598:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   8599: 
                   8600: 2010-05-16  misha
                   8601: 
                   8602:        * src/classes/curl.C: new: #61 more curl options were added
                   8603:          (contributed by Sumo)
                   8604: 
                   8605: 2010-04-29  pretender
                   8606: 
                   8607:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   8608:          now empty string.
                   8609: 
                   8610:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   8611:          string type.
                   8612: 
                   8613: 2010-04-28  pretender
                   8614: 
                   8615:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8616:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   8617:          macrodefinition removed
                   8618: 
                   8619: 2010-04-19  pretender
                   8620: 
                   8621:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   8622:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   8623: 
                   8624:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   8625:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   8626: 
                   8627:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   8628:          variable" exception in grpunlim version.
                   8629: 
                   8630: 2010-04-05  misha
                   8631: 
                   8632:        * src/classes/string.C: - new feature: 4th param was added to
                   8633:          match. if specified its value is returned in case of nothing was
                   8634:          found
                   8635: 
                   8636: 2010-04-01  misha
                   8637: 
                   8638:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   8639:          multiple execution of /a/b/auto.p
                   8640: 
                   8641: 2010-03-19  misha
                   8642: 
                   8643:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   8644: 
                   8645:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   8646: 
                   8647: 2010-01-27  misha
                   8648: 
                   8649:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   8650:          trying to open file by path /existing-file/non-exixting-file
                   8651: 
                   8652: 2010-01-26  misha
                   8653: 
                   8654:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   8655:          was added (returns file)
                   8656: 
                   8657: 2009-12-22  misha
                   8658: 
                   8659:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   8660:          now parser doesn't have class curl if it was built without it
                   8661: 
                   8662: 2009-12-15  misha
                   8663: 
                   8664:        * configure.in: - little cheat with curl include dir was added
                   8665: 
                   8666: 2009-12-05  misha
                   8667: 
                   8668:        * src/classes/curl.C: - some fixes
                   8669: 
                   8670: 2009-12-04  misha
                   8671: 
                   8672:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   8673:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   8674:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   8675:          class was added
                   8676: 
                   8677:        * src/include/pa_hash.h: - hash-iterator was added
                   8678: 
                   8679:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   8680:          was added to pcre
                   8681: 
                   8682: 2009-11-27  misha
                   8683: 
                   8684:        * src/classes/image.C: - don't add @border attribute to output of
                   8685:          ^image.html[] if it was specified by user with empty value
                   8686: 
                   8687:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   8688:          root element and we are trying to access .documentElement
                   8689: 
                   8690: 2009-11-11  misha
                   8691: 
                   8692:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   8693:          instead of number of items in first row for named tables
                   8694: 
                   8695: 2009-11-10  misha
                   8696: 
                   8697:        * operators.txt: - info about hash-options in ^file::create was
                   8698:          added
                   8699: 
                   8700:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   8701:          added
                   8702: 
                   8703: 2009-11-09  misha
                   8704: 
                   8705:        * buildall-with-xml: - moving to libxml 2.7.6
                   8706: 
                   8707:        * tests/236.html: - tests for comparations cords with functions
                   8708:          were added
                   8709: 
                   8710:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   8711:          added
                   8712: 
                   8713:        * src/main/pa_http.C: - little optimisation
                   8714: 
                   8715:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   8716:          GPF mallocs + stringstream (table.save)
                   8717: 
                   8718:        * src/classes/file.C: - file::create now accepts 4th param: options
                   8719:          with $.charset
                   8720: 
                   8721:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   8722:          bug in cord (comparation cords with functions was buggy)
                   8723: 
                   8724: 2009-11-06  misha
                   8725: 
                   8726:        * src/main/pa_string.C: - bugfix: calculation string.length
                   8727:          sometimes was buggy
                   8728: 
                   8729:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   8730:          destroyed if exception occured during match/replace
                   8731: 
                   8732:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   8733:          lengthUTF8Char was added
                   8734: 
                   8735:        * src/classes/op.C: - clean tainting lang was added for user's
                   8736:          usage
                   8737: 
                   8738:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   8739:          fixed: checkouts are required after GC_MALLOC
                   8740: 
                   8741:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   8742: 
                   8743:        * operators.txt: - actually, there is no ^untaint[xml] in
                   8744:          file::create
                   8745: 
                   8746: 2009-10-15  misha
                   8747: 
                   8748:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   8749:          were added
                   8750: 
                   8751:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   8752:          were added
                   8753: 
                   8754:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   8755:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   8756:          hacking: for dealing with transcoding+^taint[uri]
                   8757:          transcode_and_untaint was replaced by untaint_and_transcode
                   8758: 
                   8759: 2009-10-13  misha
                   8760: 
                   8761:        * tests/: 121.html, results/121.processed: - test transcoding +
                   8762:          url-escaping now
                   8763: 
                   8764:        * tests/results/auto.p: - more helpers' methods were added
                   8765: 
                   8766:        * src/main/pa_globals.C: - die instead of abort
                   8767: 
                   8768: 2009-10-06  misha
                   8769: 
                   8770:        * src/main/pa_common.C: - don't allocate memory during
                   8771:          capitalization if input string is already capitalized
                   8772: 
                   8773:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   8774: 
                   8775:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   8776:          use format function because it calls malloc
                   8777: 
                   8778:        * src/include/pa_common.h: - more capitalized headers were added
                   8779: 
                   8780:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   8781:          file writing
                   8782: 
                   8783: 2009-10-05  misha
                   8784: 
                   8785:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   8786: 
                   8787: 2009-10-03  misha
                   8788: 
                   8789:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   8790:          ^img.text[] & ^img.length[] can work in utf-8 now
                   8791: 
                   8792:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   8793:          UTF8_string_iterator was added
                   8794: 
                   8795:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   8796:          length
                   8797: 
                   8798:        * src/classes/mail.C: - check from before get message.cstr
                   8799: 
                   8800: 2009-10-02  misha
                   8801: 
                   8802:        * tests/233.html: - test for image.font, image.length, image.text
                   8803:          with text in utf-8 were added
                   8804: 
                   8805:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   8806: 
                   8807:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   8808:          version for freebsd 4 was added
                   8809: 
                   8810: 2009-10-01  misha
                   8811: 
                   8812:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   8813:          terminator) - read_pipe were slightly optimized
                   8814: 
                   8815: 2009-09-28  misha
                   8816: 
                   8817:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   8818:          removed
                   8819: 
                   8820:        * src/types/pa_vmail.C: - forgot about space after ':'
                   8821: 
                   8822:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   8823:          body - small simplifications
                   8824: 
                   8825:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   8826:          inout params like pa_base64
                   8827: 
                   8828:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   8829:          option $.debug-print(1) was added to mail:send - changes for
                   8830:          using uue_encode which uses less memory
                   8831: 
                   8832:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   8833: 
                   8834:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   8835:          memory now
                   8836: 
                   8837: 2009-09-26  misha
                   8838: 
                   8839:        * src/types/pa_vmail.C: - default encoding now is base64
                   8840: 
                   8841:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   8842: 
                   8843: 2009-09-25  misha
                   8844: 
                   8845:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   8846:          sending mail as well
                   8847: 
                   8848:        * buildall-with-xml: - catalog package was removed from libxml
                   8849: 
                   8850:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   8851:          win32 absolute path
                   8852: 
                   8853:        * src/include/pa_common.h: - one more capitalized header was added
                   8854: 
                   8855: 2009-09-22  misha
                   8856: 
                   8857:        * INSTALL: - comment about building just httpd binary while
                   8858:          building apache module was added
                   8859: 
                   8860: 2009-09-21  misha
                   8861: 
                   8862:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   8863:          libxml 2.7.4 and libxslt 1.1.25
                   8864: 
                   8865: 2009-09-19  misha
                   8866: 
                   8867:        * tests/231.html: - test for encoding cookie in win-1251
                   8868: 
                   8869: 2009-09-18  misha
                   8870: 
                   8871:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   8872:          object] were added
                   8873: 
                   8874:        * operators.txt: - info about method ^reflection:fields[class or
                   8875:          object] was added
                   8876: 
                   8877:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   8878:          object] was added
                   8879: 
                   8880:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   8881:          methods get_fields were added
                   8882: 
                   8883:        * tests/232.html: - tests for @GET[name]
                   8884: 
                   8885:        * src/classes/table.C: - some changes in handling hash-options for
                   8886:          creare, join and locate
                   8887: 
                   8888:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   8889:          defined with option: the type of requested value
                   8890: 
                   8891: 2009-09-17  misha
                   8892: 
                   8893:        * tests/212.html: - tests for .pattern and .options were added
                   8894: 
                   8895:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   8896:          $regex.options were added
                   8897: 
                   8898: 2009-09-11  misha
                   8899: 
                   8900:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   8901:          rewrited. it checks not just one case of sending cookies during
                   8902:          file::load[http], but also sending headers and fields (including
                   8903:          files)
                   8904: 
                   8905: 2009-09-10  misha
                   8906: 
                   8907:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   8908:          was removed => now parser can open files with Russian 'r' in
                   8909:          filename
                   8910: 
                   8911:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   8912:          while escaping cookies but now source charset
                   8913: 
                   8914:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   8915:          ^tainted[uri] so it was possible to make request with incorrect
                   8916:          http header
                   8917: 
                   8918:        * src/main/pa_http.C: - capitalization of http headers during
                   8919:          file::load[http was slightly changes - bugfix: all headers which
                   8920:          parser sends during file::load[http should be transcoded and only
                   8921:          then escaped
                   8922: 
                   8923:        * src/main/untaint.C: - a bit more comments were added
                   8924: 
                   8925:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   8926:          warnings)
                   8927: 
                   8928:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   8929:          headers during file::load[http were added
                   8930: 
                   8931: 2009-09-08  misha
                   8932: 
                   8933:        * operators.txt: - changes in file.save and string.save were added
                   8934: 
                   8935:        * tests/: 230.html, 230.txt: - tests for checking options in
                   8936:          file.save and string.save were added
                   8937: 
                   8938:        * src/main/pa_request.C: - http headers names, which are passed to
                   8939:          SAPI::add_header_attribute are lowercased now (it'll be
                   8940:          capitalized in that method)
                   8941: 
                   8942:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   8943:          classes/string.C: - file_write accepts Request_charsets and asked
                   8944:          charset and cound transcode content before writing - string.save
                   8945:          and file.save have option $.charset now
                   8946: 
                   8947:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   8948:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   8949:          charset and cound transcode content before writing
                   8950: 
                   8951:        * src/include/pa_exception.h: - new exception comment string was
                   8952:          defined
                   8953: 
                   8954: 2009-09-07  misha
                   8955: 
                   8956:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   8957:          sub-pattern\s
                   8958: 
                   8959: 2009-09-04  misha
                   8960: 
                   8961:        * src/main/pa_http.C: - capitalization of http headers during
                   8962:          file::load[http was implemented
                   8963: 
                   8964: 2009-09-03  misha
                   8965: 
                   8966:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   8967:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   8968:          types/pa_vmail.C, targets/cgi/parser3.C,
                   8969:          targets/isapi/parser3isapi.C: - back to storing response http
                   8970:          headers in lowercase - capitalize them during output
                   8971: 
                   8972: 2009-08-31  misha
                   8973: 
                   8974:        * src/classes/table.C: - allow call with any brackets (it could be
                   8975:          useful in methods with explict result declaration)
                   8976: 
                   8977:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   8978:          correctly if $request:charset==koi8-r
                   8979: 
                   8980: 2009-08-30  misha
                   8981: 
                   8982:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   8983:          changed: content-type => Content-type and so on
                   8984: 
                   8985:        * src/classes/file.C, src/include/pa_common.h,
                   8986:          src/include/pa_request.h, src/main/pa_http.C,
                   8987:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   8988:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   8989:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   8990:          tests/results/002.processed, tests/results/003.processed,
                   8991:          tests/results/004.processed, tests/results/005.processed,
                   8992:          tests/results/006.processed, tests/results/007.processed,
                   8993:          tests/results/008.processed, tests/results/009.processed,
                   8994:          tests/results/010.processed, tests/results/011.processed,
                   8995:          tests/results/012.processed, tests/results/013.processed,
                   8996:          tests/results/014.processed, tests/results/015.processed,
                   8997:          tests/results/016.processed, tests/results/017.processed,
                   8998:          tests/results/018.processed, tests/results/019.processed,
                   8999:          tests/results/020.processed, tests/results/021.processed,
                   9000:          tests/results/022.processed, tests/results/023.processed,
                   9001:          tests/results/024.processed, tests/results/025.processed,
                   9002:          tests/results/026.processed, tests/results/027.processed,
                   9003:          tests/results/028.processed, tests/results/029.processed,
                   9004:          tests/results/030.processed, tests/results/031.processed,
                   9005:          tests/results/032.processed, tests/results/033.processed,
                   9006:          tests/results/034.processed, tests/results/035.processed,
                   9007:          tests/results/036.processed, tests/results/037.processed,
                   9008:          tests/results/038.processed, tests/results/039.processed,
                   9009:          tests/results/040.processed, tests/results/041.processed,
                   9010:          tests/results/042.processed, tests/results/043.processed,
                   9011:          tests/results/044.processed, tests/results/045.processed,
                   9012:          tests/results/046.processed, tests/results/047.processed,
                   9013:          tests/results/048.processed, tests/results/049.processed,
                   9014:          tests/results/050.processed, tests/results/051.processed,
                   9015:          tests/results/052.processed, tests/results/053.processed,
                   9016:          tests/results/054.processed, tests/results/055.processed,
                   9017:          tests/results/056.processed, tests/results/057.processed,
                   9018:          tests/results/058.processed, tests/results/059.processed,
                   9019:          tests/results/060.processed, tests/results/061.processed,
                   9020:          tests/results/062.processed, tests/results/063.processed,
                   9021:          tests/results/064.processed, tests/results/065.processed,
                   9022:          tests/results/066.processed, tests/results/067.processed,
                   9023:          tests/results/068.processed, tests/results/069.processed,
                   9024:          tests/results/070.processed, tests/results/071.processed,
                   9025:          tests/results/072.processed, tests/results/073.processed,
                   9026:          tests/results/074.processed, tests/results/075.processed,
                   9027:          tests/results/076.processed, tests/results/077.processed,
                   9028:          tests/results/078.processed, tests/results/079.processed,
                   9029:          tests/results/080.processed, tests/results/081.processed,
                   9030:          tests/results/082.processed, tests/results/083.processed,
                   9031:          tests/results/084.processed, tests/results/085.processed,
                   9032:          tests/results/086.processed, tests/results/087.processed,
                   9033:          tests/results/088.processed, tests/results/089.processed,
                   9034:          tests/results/090.processed, tests/results/091.processed,
                   9035:          tests/results/092.processed, tests/results/093.processed,
                   9036:          tests/results/094.processed, tests/results/095.processed,
                   9037:          tests/results/096.processed, tests/results/097.processed,
                   9038:          tests/results/098.processed, tests/results/099.processed,
                   9039:          tests/results/100.processed, tests/results/101.processed,
                   9040:          tests/results/102.processed, tests/results/103.processed,
                   9041:          tests/results/104.processed, tests/results/105.processed,
                   9042:          tests/results/106.processed, tests/results/107.processed,
                   9043:          tests/results/108.processed, tests/results/109.processed,
                   9044:          tests/results/110.processed, tests/results/111.processed,
                   9045:          tests/results/112.processed, tests/results/113.processed,
                   9046:          tests/results/114.processed, tests/results/115.processed,
                   9047:          tests/results/116.processed, tests/results/117.processed,
                   9048:          tests/results/118.processed, tests/results/119.processed,
                   9049:          tests/results/120.processed, tests/results/121.processed,
                   9050:          tests/results/122.processed, tests/results/123.processed,
                   9051:          tests/results/124.processed, tests/results/125.processed,
                   9052:          tests/results/126.processed, tests/results/127.processed,
                   9053:          tests/results/128.processed, tests/results/129.processed,
                   9054:          tests/results/130.processed, tests/results/131.processed,
                   9055:          tests/results/132.processed, tests/results/133.processed,
                   9056:          tests/results/134.processed, tests/results/135.processed,
                   9057:          tests/results/136.processed, tests/results/138.processed,
                   9058:          tests/results/139.processed, tests/results/140.processed,
                   9059:          tests/results/141.processed, tests/results/142.processed,
                   9060:          tests/results/143.processed, tests/results/144.processed,
                   9061:          tests/results/145.processed, tests/results/146.processed,
                   9062:          tests/results/147.processed, tests/results/148.processed,
                   9063:          tests/results/149.processed, tests/results/150.processed,
                   9064:          tests/results/151.processed, tests/results/152.processed,
                   9065:          tests/results/153.processed, tests/results/154.processed,
                   9066:          tests/results/155.processed, tests/results/156.processed,
                   9067:          tests/results/157.processed, tests/results/158.processed,
                   9068:          tests/results/159.processed, tests/results/160.processed,
                   9069:          tests/results/161.processed, tests/results/162.processed,
                   9070:          tests/results/163.processed, tests/results/164.processed,
                   9071:          tests/results/165.processed, tests/results/166.processed,
                   9072:          tests/results/167.processed, tests/results/168.processed,
                   9073:          tests/results/169.processed, tests/results/170.processed,
                   9074:          tests/results/171.processed, tests/results/172.processed,
                   9075:          tests/results/173.processed, tests/results/174.processed,
                   9076:          tests/results/175.processed, tests/results/176.processed,
                   9077:          tests/results/177.processed, tests/results/178.processed,
                   9078:          tests/results/179.processed, tests/results/180.processed,
                   9079:          tests/results/181.processed, tests/results/182.processed,
                   9080:          tests/results/183.processed, tests/results/184.processed,
                   9081:          tests/results/185.processed, tests/results/186.processed,
                   9082:          tests/results/187.processed, tests/results/188.processed,
                   9083:          tests/results/189.processed, tests/results/190.processed,
                   9084:          tests/results/191.processed, tests/results/192.processed,
                   9085:          tests/results/193.processed, tests/results/194.processed,
                   9086:          tests/results/195.processed, tests/results/196.processed,
                   9087:          tests/results/197.processed, tests/results/198.processed,
                   9088:          tests/results/199.processed, tests/results/200.processed,
                   9089:          tests/results/201.processed, tests/results/202.processed,
                   9090:          tests/results/203.processed, tests/results/204.processed,
                   9091:          tests/results/205.processed, tests/results/206.processed,
                   9092:          tests/results/207.processed, tests/results/208.processed,
                   9093:          tests/results/209.processed, tests/results/210.processed,
                   9094:          tests/results/211.processed, tests/results/212.processed,
                   9095:          tests/results/213.processed, tests/results/214.processed,
                   9096:          tests/results/215.processed, tests/results/216.processed,
                   9097:          tests/results/217.processed, tests/results/218.processed,
                   9098:          tests/results/219.processed, tests/results/220.processed,
                   9099:          tests/results/221.processed, tests/results/222.processed,
                   9100:          tests/results/223.processed, tests/results/224.processed,
                   9101:          tests/results/225.processed, tests/results/226.processed,
                   9102:          tests/results/227.processed, tests/results/228.processed,
                   9103:          tests/results/229.processed: - http headers were changed:
                   9104:          content-type => Content-type and so on
                   9105: 
                   9106: 2009-08-27  misha
                   9107: 
                   9108:        * src/: main/pa_random.C, include/pa_random.h,
                   9109:          targets/cgi/parser3.C: - year was updated :)
                   9110: 
                   9111: 2009-08-26  misha
                   9112: 
                   9113:        * tests/: 224.html, 224.p: - test for creating of parser object
                   9114:          using constructor without params - little bugfix in test
                   9115: 
                   9116:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   9117:          checking existed class while processing partial option
                   9118: 
                   9119:        * src/classes/reflection.C: - bugfix: core when creating object
                   9120:          with reflection and constructor doesn't have params
                   9121: 
                   9122: 2009-08-24  misha
                   9123: 
                   9124:        * tests/229.html: - tests for checking the number of parameters
                   9125:          were added
                   9126: 
                   9127:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   9128:          number of method's parameters wasn't checked correctly (the bug
                   9129:          was introduced in 3.4.0)
                   9130: 
                   9131: 2009-08-22  misha
                   9132: 
                   9133:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   9134:          transcoded, but tainted pieces are escaped only when
                   9135:          content-type==url-encoding
                   9136: 
                   9137:        * tests/228.html: - test for checking
                   9138:          ^file::load[http://...;$.body[]]
                   9139: 
                   9140:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   9141:          post charset was too early (charsets is empty at this moment)
                   9142: 
                   9143: 2009-08-21  misha
                   9144: 
                   9145:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   9146:          main/untaint.C: - some fixes with transcode+untaint
                   9147: 
                   9148: 2009-08-15  misha
                   9149: 
                   9150:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   9151:          was increaced to 100 (was 50)
                   9152: 
                   9153:        * tests/227.html: - test for checking overriding properties in
                   9154:          static classes was added
                   9155: 
                   9156:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   9157: 
                   9158:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   9159:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   9160:          autouse was implemented
                   9161: 
                   9162: 2009-08-14  misha
                   9163: 
                   9164:        * src/classes/reflection.C: - outdated checkout was removed
                   9165: 
                   9166:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   9167:          added.
                   9168: 
                   9169:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   9170:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   9171: 
                   9172:        * src/types/pa_vclass.C: - exception if base on sytem class
                   9173: 
                   9174: 2009-08-12  misha
                   9175: 
                   9176:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   9177:          pa_vstateless_class.h: - little optimisation
                   9178: 
                   9179: 2009-08-11  misha
                   9180: 
                   9181:        * tests/224.html: - method_params => method_info - checking for
                   9182:          $.inherited
                   9183: 
                   9184:        * src/classes/reflection.C, operators.txt: - method method_params
                   9185:          was renamed to method_info and now it returns class name, if
                   9186:          method was defined in ancestor
                   9187: 
                   9188:        * tests/225.html: - tests for cheching properties in hierarhical
                   9189:          classes were added
                   9190: 
                   9191:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   9192:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9193:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   9194:          with properties in new classes implementation were fixed
                   9195: 
                   9196: 2009-08-10  misha
                   9197: 
                   9198:        * src/main/execute.C: - now constructor shouldn't be defined in
                   9199:          class. it could be defined in parent.
                   9200: 
                   9201: 2009-08-09  misha
                   9202: 
                   9203:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   9204:          base's methods
                   9205: 
                   9206: 2009-08-08  misha
                   9207: 
                   9208:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   9209:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   9210:          classes/image.C, classes/mail.C, classes/op.C,
                   9211:          classes/reflection.C, classes/regex.C, classes/string.C,
                   9212:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9213:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   9214:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   9215:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   9216:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9217:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9218:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   9219:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9220:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9221:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9222:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   9223:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   9224:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   9225:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9226:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9227:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9228:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9229:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   9230:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   9231:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   9232:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   9233:          implementation
                   9234: 
                   9235:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   9236:          USE_MUNMAP is used. so it is disabled as a workaround.
                   9237: 
                   9238: 2009-08-05  misha
                   9239: 
                   9240:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   9241:          parameter was removed
                   9242: 
                   9243:        * src/main/pa_http.C: - bugfix: error was during detecting
                   9244:          content-type of file which was loaded by http
                   9245: 
                   9246: 2009-08-01  misha
                   9247: 
                   9248:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   9249:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   9250:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   9251:          can't be disabled with defines any longer
                   9252: 
                   9253: 2009-07-29  misha
                   9254: 
                   9255:        * src/classes/reflection.C, tests/results/224.processed: - for
                   9256:          native methods with any call type now returned empty call_type
                   9257:          value
                   9258: 
                   9259:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   9260:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   9261:          main/pa_request.C: - break in cycles was optimized
                   9262: 
                   9263:        * INSTALL: - more defines were described
                   9264: 
                   9265: 2009-07-28  misha
                   9266: 
                   9267:        * operators.txt: - some changes in information about reflection
                   9268:          class
                   9269: 
                   9270:        * tests/: 224.html, 224.p: - tests for reflection class
                   9271: 
                   9272:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   9273:          was added, refactoring
                   9274: 
                   9275: 2009-07-26  misha
                   9276: 
                   9277:        * src/classes/classes.vcproj: - reflection class wass added to
                   9278:          project
                   9279: 
                   9280:        * operators.txt: - information about reflection class was added
                   9281: 
                   9282:        * src/classes/reflection.C: - class was redesigned
                   9283: 
                   9284: 2009-07-24  misha
                   9285: 
                   9286:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   9287:          added
                   9288: 
                   9289:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   9290:          in classes was added
                   9291: 
                   9292: 2009-07-22  misha
                   9293: 
                   9294:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   9295:          over-optimized. it failed if $object1.$object2.field
                   9296: 
                   9297: 2009-07-16  misha
                   9298: 
                   9299:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9300:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   9301:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   9302:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   9303:          one more arg: length of cord
                   9304: 
                   9305: 2009-07-15  misha
                   9306: 
                   9307:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   9308:          tainted in ^file::load[http://...;$.cookies[]]
                   9309: 
                   9310:        * src/classes/: op.C, regex.C, string.C: - new string with
                   9311:          exception was used
                   9312: 
                   9313:        * src/include/pa_exception.h: - new string with exception was added
                   9314: 
                   9315:        * tests/223.html: - test for checking cookie-encoding during
                   9316:          ^file::load[http was added
                   9317: 
                   9318:        * tests/: 221.html, 222.html: - tests for checking type of
                   9319:          $table.fields.field were added
                   9320: 
                   9321:        * src/types/pa_vtable.C: - not used var decl was removed
                   9322: 
                   9323:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   9324:          it improves speed of match with brackets in pattern
                   9325: 
                   9326:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   9327:          outside
                   9328: 
                   9329: 2009-07-14  misha
                   9330: 
                   9331:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   9332:          column is empty (sometime returned void) - $table.fields was
                   9333:          added for nameless tables
                   9334: 
                   9335:        * src/targets/cgi/getopt.c: - one warning resolved
                   9336: 
                   9337:        * src/main/pa_string.C: - potentian bug fixed
                   9338: 
                   9339:        * src/classes/op.C: - small optimization in taint/untaint
                   9340: 
                   9341: 2009-07-13  misha
                   9342: 
                   9343:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   9344:          added
                   9345: 
                   9346:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   9347:          souldn't add the attribut to output
                   9348: 
                   9349: 2009-07-11  misha
                   9350: 
                   9351:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9352:          stack size was increaced to 2MB (default=1MB)
                   9353: 
                   9354: 2009-07-08  misha
                   9355: 
                   9356:        * src/main/pa_string.C: - link to UTF-8 description was added
                   9357: 
                   9358:        * src/include/pa_hash.h: - hash keeps element's order in more
                   9359:          places (ex: ._keys[])
                   9360: 
                   9361:        * tests/220.html: - test for checking order of elements in hash in
                   9362:          foreach was added
                   9363: 
                   9364:        * tests/172.html: - small changes in printing hash
                   9365: 
                   9366:        * tests/129.html: - small changes in printing hash
                   9367: 
                   9368:        * src/: include/pa_common.h, include/pa_hash.h,
                   9369:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   9370:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   9371: 
                   9372:        * tests/014.html: - small changes in printing hash
                   9373: 
                   9374: 2009-07-07  misha
                   9375: 
                   9376:        * src/classes/op.C: - new taint language "parser-code" was added
                   9377: 
                   9378:        * tests/219.html: - test for auto untaint parser code in process
                   9379:          was added
                   9380: 
                   9381:        * src/classes/op.C: - tainted pieces in body of process are
                   9382:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   9383: 
                   9384:        * src/: include/pa_string.h, main/untaint.C: - new language
                   9385:          L_PARSER_CODE for auto-untaint in process was added
                   9386: 
                   9387:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9388:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   9389:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   9390:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   9391:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   9392:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   9393:          code cleanup
                   9394: 
                   9395: 2009-07-06  misha
                   9396: 
                   9397:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   9398:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   9399:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9400: 
                   9401:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   9402:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   9403:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   9404:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   9405:          should be used
                   9406: 
                   9407:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   9408:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   9409:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   9410:          untaint_cstr[m] should be used
                   9411: 
                   9412:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   9413:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9414: 
                   9415:        * tests/218.html: - test for checking automatic file-spec-taint was
                   9416:          added
                   9417: 
                   9418:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   9419:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   9420:          classes/file.C, classes/hash.C, classes/image.C,
                   9421:          classes/string.C, classes/table.C, classes/void.C,
                   9422:          classes/xdoc.C: - optimizations and simplification of
                   9423:          string.cstr(...)
                   9424: 
                   9425:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   9426:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   9427:          - optimizations and simplification of string.cstr(...)
                   9428: 
                   9429: 2009-07-04  misha
                   9430: 
                   9431:        * tests/217.html: - test for recursion detection was added
                   9432: 
                   9433:        * src/: types/types.vcproj, main/main.vcproj,
                   9434:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   9435:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   9436:          from .vcproj
                   9437: 
                   9438:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   9439: 
                   9440:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   9441:          uploading files and case-insensitive http-method were added
                   9442: 
                   9443:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   9444:          tainted pattern in ^file:list[] was added
                   9445: 
                   9446: 2009-07-03  misha
                   9447: 
                   9448:        * src/: classes/classes.vcproj, main/main.vcproj,
                   9449:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   9450:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   9451:          for dynamic_cast) - little options changes
                   9452: 
                   9453:        * src/main/pa_http.C: - file::load[http works now with uploading
                   9454:          files _and_ changing $.charset
                   9455: 
                   9456: 2009-06-29  misha
                   9457: 
                   9458:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   9459:          while creating pattern
                   9460: 
                   9461: 2009-06-25  misha
                   9462: 
                   9463:        * src/classes/image.C, operators.txt: - options' names for
                   9464:          ^image.font were changed to $.space, $.width and $spacing -
                   9465:          default space width now == gif's width
                   9466: 
                   9467: 2009-06-24  misha
                   9468: 
                   9469:        * tests/215.html: - tests for $file.mode were added
                   9470: 
                   9471:        * operators.txt: - added info about $file.mode and changes in
                   9472:          ^image.font[
                   9473: 
                   9474:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   9475:          param now could be omited - third param now could be hash (with
                   9476:          all widths options: $.space-width, $.letter-width) - it's
                   9477:          possible to specify tracking ($.letter-space)
                   9478: 
                   9479:        * src/classes/file.C: - file objects now could have mode field
                   9480:          (text|binary)
                   9481: 
                   9482:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   9483: 
                   9484: 2009-06-23  misha
                   9485: 
                   9486:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9487:          trim can work with utf-8 chars now
                   9488: 
                   9489: 2009-06-20  misha
                   9490: 
                   9491:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   9492:          was implemented
                   9493: 
                   9494:        * src/classes/table.C: - string length cacheing was implemented
                   9495: 
                   9496:        * src/include/pa_string.h: - string length cacheing was implemented
                   9497: 
                   9498: 2009-06-17  misha
                   9499: 
                   9500:        * src/main/execute.C: - value param was removed from
                   9501:          WContext::WContext
                   9502: 
                   9503:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   9504:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   9505:          - field wcontext was removed from VCodeFrame (using fparent
                   9506:          instead)
                   9507: 
                   9508:        * tests/214.html: - test with hash copying
                   9509: 
                   9510: 2009-06-16  misha
                   9511: 
                   9512:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   9513:          strings doesn't work in expression anymore
                   9514: 
                   9515:        * src/main/execute.C: - less calls for get_constructing() - little
                   9516:          refactoring
                   9517: 
                   9518:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   9519:          include/pa_request.h: - less calls for get_constructing()
                   9520: 
                   9521:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   9522:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   9523: 
                   9524: 2009-06-14  misha
                   9525: 
                   9526:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9527:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   9528:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   9529:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   9530:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   9531:          storing object's fields only for parser objects
                   9532: 
                   9533: 2009-06-13  misha
                   9534: 
                   9535:        * buildall-with-xml, buildall-without-xml: - new option was added
                   9536:          for building GC (it slightly reduces memory usage)
                   9537: 
                   9538:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   9539:          single string write
                   9540: 
                   9541:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   9542:          - optimization of single string write
                   9543: 
                   9544:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   9545:          - bytecode optimization of ^class:constructor
                   9546: 
                   9547: 2009-06-09  misha
                   9548: 
                   9549:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   9550:          main (better compatibility)
                   9551: 
                   9552: 2009-06-08  misha
                   9553: 
                   9554:        * src/main/compile.y: - I've forgot to commit it :(
                   9555: 
                   9556: 2009-06-07  misha
                   9557: 
                   9558:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   9559:          WITH_READ and WITH_ROOT
                   9560: 
                   9561:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9562:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   9563:          WITH_ROOT - little refactoring
                   9564: 
                   9565: 2009-06-06  misha
                   9566: 
                   9567:        * tests/213.html: - tests for 3rd match string-param were added
                   9568: 
                   9569:        * src/classes/string.C: - 3rd match param could be string now
                   9570: 
                   9571:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   9572:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   9573:          GET_OBJECT_ELEMENT
                   9574: 
                   9575: 2009-06-05  misha
                   9576: 
                   9577:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   9578:          if $.body was specified
                   9579: 
                   9580: 2009-06-04  misha
                   9581: 
                   9582:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   9583: 
                   9584:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   9585: 
                   9586:        * src/main/execute.C: - little refactoring - optimizing
                   9587:          write_assign_lang in taint/untaint
                   9588: 
                   9589:        * src/include/pa_opcode.h: - little refactoring
                   9590: 
                   9591:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   9592:          main/compile_tools.h, main/execute.C: - optimizations for
                   9593:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   9594:          were added
                   9595: 
                   9596: 2009-06-03  misha
                   9597: 
                   9598:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   9599: 
                   9600: 2009-06-02  misha
                   9601: 
                   9602:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   9603:          include/pa_opcode.h: - refactoring in last optimizations
                   9604:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   9605:          now but code is much easy and it is ready for further
                   9606:          improvements.
                   9607: 
                   9608: 2009-05-27  misha
                   9609: 
                   9610:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   9611:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   9612:          changed in destructing junctions
                   9613: 
                   9614:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   9615:          String:Body
                   9616: 
                   9617: 2009-05-26  misha
                   9618: 
                   9619:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   9620:          one method detect_charset was deleted - bug was fixed in this
                   9621:          method (error while detecting charset in content_type withot last
                   9622:          ';')
                   9623: 
                   9624:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   9625:          once
                   9626: 
                   9627: 2009-05-25  misha
                   9628: 
                   9629:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   9630:          optimizing of helper_length
                   9631: 
                   9632: 2009-05-24  misha
                   9633: 
                   9634:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   9635:          were added - little refactoring
                   9636: 
                   9637:        * src/main/execute.C: - core while printing in debug log
                   9638:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   9639:          optimisations were added
                   9640: 
                   9641:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   9642:          were added
                   9643: 
                   9644: 2009-05-23  misha
                   9645: 
                   9646:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   9647:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   9648:          CORD_cat optimization
                   9649: 
                   9650:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   9651:          - call constr optimisation under separate define now
                   9652: 
                   9653:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   9654:          in $b should be string, not void
                   9655: 
                   9656:        * src/main/compile.y: - little fix for rem-cut optimisation
                   9657: 
                   9658:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   9659:          main/compile_tools.h, main/execute.C: - optimisations for
                   9660:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   9661: 
                   9662:        * INSTALL: - description of some #defined were added
                   9663: 
                   9664:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   9665:          before 1st access (memory usage is reduced if don't access to
                   9666:          .text field)
                   9667: 
                   9668:        * src/include/pa_array.h: - array grows step now not static (it
                   9669:          reduces numbers of reallocs)
                   9670: 
                   9671: 2009-05-20  misha
                   9672: 
                   9673:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   9674:          $.b(2), $c[d] and $.e[f] was added
                   9675: 
                   9676:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9677:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   9678:          $.e[f] was added
                   9679: 
                   9680:        * src/main/execute.C: - debug printing moved in defines
                   9681: 
                   9682:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   9683:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   9684:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   9685: 
                   9686: 2009-05-19  misha
                   9687: 
                   9688:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9689:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   9690: 
                   9691:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   9692:          ^a.$b optimisation)
                   9693: 
                   9694:        * src/main/compile.y: - compiler now generate new opcodes:
                   9695:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   9696:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   9697:          of params }
                   9698: 
                   9699:        * src/main/execute.C: - code for handle new opcodes
                   9700:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   9701: 
                   9702:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   9703:          added for LA2V and LA2S
                   9704: 
                   9705:        * src/include/pa_opcode.h: - new defines which can be used for
                   9706:          disable some bytecode optimisation and new opcodes were added
                   9707: 
                   9708: 2009-05-17  misha
                   9709: 
                   9710:        * src/lib/cord/cordxtra.c: - bugfix.
                   9711: 
                   9712:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   9713: 
                   9714:        * operators.txt: - info about regex class was added
                   9715: 
                   9716:        * tests/212.html: - tests for regex class were added
                   9717: 
                   9718: 2009-05-16  misha
                   9719: 
                   9720:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   9721:          gc7.1
                   9722: 
                   9723:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   9724:          was added
                   9725: 
                   9726:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   9727:          param) should work
                   9728: 
                   9729: 2009-05-15  misha
                   9730: 
                   9731:        * src/classes/table.C: - automatically disable stringstream usage
                   9732:          on freebsd4
                   9733: 
                   9734:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   9735:          scope
                   9736: 
                   9737:        * tests/211.html: - test with different types of access to hash was
                   9738:          added
                   9739: 
                   9740:        * tests/210.html: - test which checks for loosing tainting in
                   9741:          hash's keys was added
                   9742: 
                   9743:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   9744: 
                   9745:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   9746: 
                   9747:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   9748: 
                   9749:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   9750:          optimisations for increacing version number more dramatically :)
                   9751: 
                   9752:        * src/classes/date.C: - little refactoring: use constructor which
                   9753:          accepts formated string
                   9754: 
                   9755:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   9756:          which can print formatted string was added
                   9757: 
                   9758: 2009-05-14  misha
                   9759: 
                   9760:        * src/include/pa_string.h: - type was fixed
                   9761: 
                   9762:        * src/: classes/hashfile.C, classes/op.C,
                   9763:          include/pa_cache_managers.h, include/pa_charset.h,
                   9764:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   9765:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   9766:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   9767:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   9768:          main/pa_charsets.C, main/pa_string.C,
                   9769:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   9770:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9771:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   9772:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   9773:          (seaches should be faster now)
                   9774: 
                   9775:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9776:          classes/string.C, classes/table.C, include/pa_string.h,
                   9777:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   9778:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   9779:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   9780:          types/pa_vrequest.C: - String constructors don't have that stupid
                   9781:          true/false param which means 'tainted'. they accept lang instead.
                   9782: 
                   9783:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   9784:          with OPTIMIZE_RESULT
                   9785: 
                   9786:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   9787:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   9788: 
                   9789: 2009-05-13  misha
                   9790: 
                   9791:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   9792:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   9793:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9794:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   9795:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   9796:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   9797:          include/pa_string.h, classes/date.C, classes/file.C,
                   9798:          classes/hash.C, classes/image.C, classes/string.C,
                   9799:          classes/table.C, classes/xdoc.C: - result optimisation -
                   9800:          helper_length parameter removed from string constructors
                   9801: 
                   9802: 2009-05-11  misha
                   9803: 
                   9804:        * tests/209.html: - tests for ^hash::create[hash] were added
                   9805: 
                   9806:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   9807:          ^memory:compact[] were added
                   9808: 
                   9809:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   9810:          log10 were added
                   9811: 
                   9812:        * tests/206.html: - test for try with finally was added
                   9813: 
                   9814: 2009-05-10  misha
                   9815: 
                   9816:        * tests/205.html: - test for ^file::create[...] was added
                   9817: 
                   9818:        * tests/204.html: - test for ^response:clear[] was added
                   9819: 
                   9820:        * tests/038.html: - tests for trigonometric functions were added
                   9821: 
                   9822:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   9823:          added - more tests for .add, .sub, .union, .intersects and
                   9824:          .intersections
                   9825: 
                   9826:        * tests/065.html: - test for ^file:dirname was added
                   9827: 
                   9828:        * tests/030.html: - test for $cookie:fields was added
                   9829: 
                   9830:        * tests/203.html: - test for ^h._keys[column name] was added
                   9831: 
                   9832:        * tests/201.html: - tests for .trim were added
                   9833: 
                   9834:        * tests/202.html: - tests for last-day,
                   9835:          date:calendar[type](YYYY;MM;DD) were added
                   9836: 
                   9837:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   9838:          .offset[type](N) were added
                   9839: 
                   9840:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   9841:          and .pos[c](N) were added
                   9842: 
                   9843:        * tests/141.html: - test for math:sha1 was added
                   9844: 
                   9845:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   9846: 
                   9847: 2009-05-09  misha
                   9848: 
                   9849:        * src/main/compile.y: - rollback
                   9850: 
                   9851: 2009-05-05  misha
                   9852: 
                   9853:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   9854:          replaced by is_empty()
                   9855: 
                   9856:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   9857:          optimisation: somewhere length() was replaced by is_empty()
                   9858: 
                   9859:        * src/classes/table.C: - little optimisation: somewhere length()
                   9860:          was replaced by is_empty()
                   9861: 
                   9862:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   9863:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   9864:          optimisation: somewhere length() was replaced by is_empty()
                   9865: 
                   9866: 2009-05-04  misha
                   9867: 
                   9868:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9869:          types/pa_vstateless_class.h, main/execute.C,
                   9870:          include/pa_request.h, classes/hash.C, classes/op.C,
                   9871:          classes/table.C: - more optimisations were added: some operators
                   9872:          don't switch write context anylonger
                   9873: 
                   9874: 2009-05-01  misha
                   9875: 
                   9876:        * src/main/compile.y: - slightly more opcode optimisations for
                   9877:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   9878: 
                   9879:        * src/main/execute.C: - simplifying process for getters
                   9880: 
                   9881: 2009-04-30  misha
                   9882: 
                   9883:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   9884: 
                   9885:        * tests/results/199.processed: - test for checking $result into
                   9886:          ^rem was added
                   9887: 
                   9888:        * tests/199.html: - test for checking $result into ^rem was added
                   9889: 
                   9890:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   9891:          some OS it returns list in different order)
                   9892: 
                   9893:        * src/: include/pa_array.h, include/pa_request.h,
                   9894:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   9895:          changes in stack impl - get_element() optimisation: 3rd param
                   9896:          removed - bugfix: problems with reading empty input param -
                   9897:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   9898: 
                   9899:        * tests/results/198.processed: - test for reading empty local var
                   9900:          was added
                   9901: 
                   9902:        * tests/198.html: - test for reading empty local var was added
                   9903: 
                   9904: 2009-04-29  misha
                   9905: 
                   9906:        * src/main/compile.y: - bugfix: couldn't compile because
                   9907:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   9908: 
                   9909:        * src/: include/pa_array.h, include/pa_opcode.h,
                   9910:          include/pa_request.h, main/compile.y, main/execute.C,
                   9911:          main/pa_request.C, types/pa_vmethod_frame.C,
                   9912:          types/pa_vmethod_frame.h: - we can work without opcode
                   9913:          OP_STORE_PARAM, so it was removed
                   9914: 
                   9915: 2009-04-28  misha
                   9916: 
                   9917:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   9918:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   9919:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   9920:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   9921:          4.
                   9922:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   9923: 
                   9924:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   9925: 
                   9926:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   9927:          is_empty()
                   9928: 
                   9929: 2009-04-27  misha
                   9930: 
                   9931:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   9932: 
                   9933: 2009-04-24  misha
                   9934: 
                   9935:        * src/classes/string.C: - ups. typo fixed
                   9936: 
                   9937:        * src/main/execute.C: - more replacements '*new VBool' to
                   9938:          'VBool::get' - checks for ^break[], ^continue[] and
                   9939:          parser.interrupted were optimised
                   9940: 
                   9941:        * src/classes/string.C: - number of params.count() calls was
                   9942:          slightly reduced
                   9943: 
                   9944: 2009-04-23  misha
                   9945: 
                   9946:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9947:          make it x64 friendly
                   9948: 
                   9949:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9950:          parser is x64 friendly now
                   9951: 
                   9952: 2009-04-22  misha
                   9953: 
                   9954:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   9955:          exceeding record size was added
                   9956: 
                   9957:        * src/classes/file.C: - use vregex object instead of direct calls
                   9958:          methods from pcre lib
                   9959: 
                   9960:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   9961:          classes/string.C: - use vregex object instead of direct calls
                   9962:          methods from pcre lib
                   9963: 
                   9964:        * src/: include/pa_common.h, main/pa_common.C: - method
                   9965:          print_pcre_exec_error_text was moved to class vregex
                   9966: 
                   9967:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   9968:          was added
                   9969: 
                   9970:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   9971:          - class vregex was added
                   9972: 
                   9973: 2009-04-21  misha
                   9974: 
                   9975:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   9976: 
                   9977:        * src/: types/pa_junction.h, types/pa_value.C,
                   9978:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   9979:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   9980:          junction-optimisation (destructors)
                   9981: 
                   9982:        * src/include/pa_array.h: - free under if now
                   9983: 
                   9984: 2009-04-19  misha
                   9985: 
                   9986:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   9987: 
                   9988: 2009-04-18  misha
                   9989: 
                   9990:        * src/include/pa_version.h:
                   9991:          :q :
                   9992: 
                   9993:          CV:
                   9994:          ----------------------------------------------------------------------
                   9995: 
                   9996:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   9997:          refactoring
                   9998: 
                   9999:        * src/: include/pa_array.h, include/pa_hash.h,
                   10000:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   10001: 
                   10002:        * src/include/pa_memory.h: - define for using destructors was added
                   10003: 
                   10004:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   10005:          main/execute.C: - some junctions will be cached now
                   10006: 
                   10007:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   10008: 
                   10009:        * src/include/pa_array.h: - inline was added to destructor
                   10010: 
                   10011:        * src/types/pa_method.h: - comment was changed
                   10012: 
                   10013: 2009-04-17  misha
                   10014: 
                   10015:        * src/: include/pa_array.h, include/pa_hash.h,
                   10016:          types/pa_vmethod_frame.h: - destructors were added
                   10017: 
                   10018:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   10019:          renamed to always_use_result
                   10020: 
                   10021:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   10022:          compiler: full backward compatibility is better
                   10023: 
                   10024:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   10025:          result in var's hash
                   10026: 
                   10027:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10028:          optimisation in method_frame
                   10029: 
                   10030:        * src/include/pa_array.h: - optimisation in array (allocate
                   10031:          elements only when needed)
                   10032: 
                   10033:        * src/types/pa_vresponse.C: - check for $response:headers field
                   10034:          before looking at custom fields
                   10035: 
                   10036:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   10037:          not needed to check existance var with name 'result' in var's
                   10038:          hash
                   10039: 
                   10040:        * src/main/compile.y: - compiler was changed: now it detects
                   10041:          writings to $result and set flag writo_to_result in method
                   10042: 
                   10043:        * src/classes/string.C: - little optimisation: no needed to write
                   10044:          number with lang
                   10045: 
                   10046:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   10047:          used for read utf8-strings were renamed - is_escaped was renamed
                   10048:          to isEscaped (to the same name convention)
                   10049: 
                   10050:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   10051:          write_to_result added. compiler get this info from code.
                   10052: 
                   10053: 2009-04-16  misha
                   10054: 
                   10055:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   10056:          String only before 1st write
                   10057: 
                   10058:        * src/include/pa_string.h: - not needed template removed
                   10059: 
                   10060:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   10061:          types/pa_vjunction.C, types/pa_vproperty.C,
                   10062:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   10063:          main/pa_request.C, classes/bool.C, classes/double.C,
                   10064:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   10065:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   10066:          bool objects)
                   10067: 
                   10068: 2009-04-15  misha
                   10069: 
                   10070:        * src/lib/cord/cordxtra.c: - more optimisation
                   10071: 
                   10072:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   10073:          optimisation
                   10074: 
                   10075:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   10076:          then get and can sometime be used)
                   10077: 
                   10078:        * src/main/pa_string.C: - String::length optimisation
                   10079: 
                   10080:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   10081:          these methods read different strings
                   10082: 
                   10083:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10084:          fresult_initial_void removed + some optimisation - if $result
                   10085:          defined we don't write to context anymore
                   10086: 
                   10087:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   10088:          need just skip char)
                   10089: 
                   10090:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10091:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   10092:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   10093: 
                   10094:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   10095:          instance
                   10096: 
                   10097: 2009-04-11  misha
                   10098: 
                   10099:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   10100: 
                   10101:        * tests/197.html: - test for parser://test in xml was added
                   10102: 
                   10103:        * src/classes/string.C: - small optimisation
                   10104: 
                   10105:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   10106:          optimisation
                   10107: 
                   10108: 2009-04-10  misha
                   10109: 
                   10110:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   10111:          to pcre-7.8
                   10112: 
                   10113:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   10114: 
                   10115:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   10116:          added
                   10117: 
                   10118:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   10119:          $request:CLASS_NAME were added
                   10120: 
                   10121:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   10122:          were added
                   10123: 
                   10124:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   10125:          $env:CLASS_NAME were added
                   10126: 
                   10127:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   10128:          '@todo' now
                   10129: 
                   10130:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   10131:          compirer
                   10132: 
                   10133:        * src/main/pa_string.C: - little code cleanup
                   10134: 
                   10135:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   10136:          during PCRE compile/execute
                   10137: 
                   10138:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   10139:          normalizing todo-comments: '@todo' now
                   10140: 
                   10141:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   10142: 
                   10143:        * src/main/pa_charset.C: - type changed for making compiler happy
                   10144: 
                   10145: 2009-03-10  misha
                   10146: 
                   10147:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   10148:          in main()
                   10149: 
                   10150: 2009-02-01  misha
                   10151: 
                   10152:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   10153:          boundary
                   10154: 
                   10155: 2009-01-25  misha
                   10156: 
                   10157:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   10158: 
                   10159:        * src/classes/file.C: - more changes for parsing different number
                   10160:          of params for file::load
                   10161: 
                   10162:        * tests/193.html: - tests for exception while base64-decode binary
                   10163:          to string was added
                   10164: 
                   10165:        * tests/192.html: - tests for file::load with different number of
                   10166:          options
                   10167: 
                   10168:        * src/classes/math.C: - ups. forgot '+1'
                   10169: 
                   10170:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   10171:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   10172:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   10173:          (new option $.encode[multipart-form/data] should be specified) -
                   10174:          $.method[] option for file::load now is not case-sensitive
                   10175: 
                   10176:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   10177:          new taint language L_FILE_POST was added
                   10178: 
                   10179:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   10180:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   10181:          stuff was moved to separate files
                   10182: 
                   10183: 2009-01-23  misha
                   10184: 
                   10185:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   10186:          spaces to tabs were converted
                   10187: 
                   10188: 2009-01-12  misha
                   10189: 
                   10190:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   10191:          now
                   10192: 
                   10193:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10194:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   10195:          their names
                   10196: 
                   10197:        * src/main/pa_common.C: - changes in formating
                   10198: 
                   10199:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   10200:          their names
                   10201: 
                   10202:        * src/include/pa_http.h: - some spaces were converted to tabs
                   10203: 
                   10204:        * src/include/pa_common.h: - some constants changed their names
                   10205: 
                   10206:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   10207:          little code rewriting
                   10208: 
                   10209:        * src/types/pa_vfile.C: - little code rewriting
                   10210: 
                   10211:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   10212:          types/pa_value.h: - some formating changes
                   10213: 
                   10214:        * src/include/pa_common.h: - some formating spaces transformed to
                   10215:          tabs
                   10216: 
                   10217:        * src/classes/string.C: - exception while base64-decode binary to a
                   10218:          string
                   10219: 
                   10220: 2009-01-11  misha
                   10221: 
                   10222:        * configure.in: - version changed to 3.3.1b
                   10223: 
                   10224: 2008-09-05  misha
                   10225: 
                   10226:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   10227:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   10228: 
                   10229: 2008-09-04  misha
                   10230: 
                   10231:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   10232:          anymore
                   10233: 
                   10234:        * src/classes/op.C: - exception with 'invalid taint language' not
                   10235:          typeless anylonger
                   10236: 
                   10237:        * src/classes/image.C: - some exceptions while operations with
                   10238:          image not typeless anymore
                   10239: 
                   10240:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   10241:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   10242:          operations with files not typeless anymore
                   10243: 
                   10244:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   10245:          types/pa_vdate.h: - exceptions while checking date range not
                   10246:          typeless anymore
                   10247: 
                   10248:        * src/include/pa_exception.h: - exception type string for invalid
                   10249:          date range was added
                   10250: 
                   10251: 2008-09-03  misha
                   10252: 
                   10253:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   10254:          operations not typeless anymore
                   10255: 
                   10256:        * src/include/pa_exception.h: - exception type for pce operations
                   10257:          was added
                   10258: 
                   10259:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   10260:          and .CLASS_NAME insite classes
                   10261: 
                   10262:        * src/classes/table.C: - don't save table header whiile
                   10263:          ^table.save[append;filename] if file exists
                   10264: 
                   10265: 2008-09-02  misha
                   10266: 
                   10267:        * src/main/compile.y, src/main/compile_tools.h,
                   10268:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   10269:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   10270:          renamed to partial and it login changed: we must mark class as
                   10271:          partial for allow their modifications in future.
                   10272: 
                   10273: 2008-08-29  misha
                   10274: 
                   10275:        * tests/results/022.processed: - testing taint[regex] in mask for
                   10276:          file:list
                   10277: 
                   10278:        * tests/022.html: - testing taint[regex] in mask for file:list
                   10279: 
                   10280:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   10281:          for file:list was added
                   10282: 
                   10283:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   10284:          file:list
                   10285: 
                   10286: 2008-08-26  misha
                   10287: 
                   10288:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   10289:          last derived object
                   10290: 
                   10291:        * src/classes/image.C: - many strings "image.format" replaced by
                   10292:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   10293:          understand some more exif tags
                   10294: 
                   10295:        * src/include/pa_exception.h: - string "image.format" was added
                   10296: 
                   10297: 2008-08-21  misha
                   10298: 
                   10299:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   10300:          pcre_exec text error
                   10301: 
                   10302:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   10303:          added
                   10304: 
                   10305:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   10306:          text error was added
                   10307: 
                   10308: 2008-08-19  misha
                   10309: 
                   10310:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   10311:          namespace while debug execution as well
                   10312: 
                   10313:        * tests/: 015.html, results/015.processed: - test for escaping some
                   10314:          parser chars was added
                   10315: 
                   10316: 2008-08-18  misha
                   10317: 
                   10318:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   10319:          $caller.self.field + default getter in one class was added
                   10320: 
                   10321:        * tests/: 189.html, results/189.processed: - test for
                   10322:          ^date::create[date object]
                   10323: 
                   10324:        * tests/: 188.html, results/188.processed: - tests for match with
                   10325:          UTF-8 strings
                   10326: 
                   10327:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   10328:          ^string.match[]
                   10329: 
                   10330:        * ChangeLog: - parser 3.3.0 beta13
                   10331: 
                   10332: 2008-08-15  misha
                   10333: 
1.116     moko     10334:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   10335:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   10336:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   10337:          dftables.c: - old PCRE files removed
1.95      moko     10338: 
                   10339:        * src/lib/pcre/config.h: - configuration for PCRE library
                   10340: 
                   10341:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   10342:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   10343: 
                   10344:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   10345:          library and set flag UTF8 if $request:charset is UTF-8
                   10346: 
                   10347:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   10348:          include/pa_config_fixed.h: - moved to new PCRE library
                   10349: 
                   10350:        * src/: main/main.vcproj, types/types.vcproj,
                   10351:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   10352:          win32\pcre instead of parser3\src\lib\pcre
                   10353: 
                   10354:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   10355:          main/compile.C, main/compile.y, main/compile_tools.C,
                   10356:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   10357:          opcodes were moved to separate namespace
                   10358: 
                   10359: 2008-08-14  misha
                   10360: 
                   10361:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   10362: 
                   10363:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   10364:          tainting
                   10365: 
                   10366: 2008-08-11  misha
                   10367: 
                   10368:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   10369:          $caller.self, $caller.self.field and $caller.self.field[value]
                   10370:          were added
                   10371: 
                   10372:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   10373:          runtime as well (for $caller.self)
                   10374: 
                   10375: 2008-07-25  misha
                   10376: 
                   10377:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   10378:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   10379:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   10380:          tests with international characters
                   10381: 
                   10382: 2008-07-23  misha
                   10383: 
                   10384:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   10385:          file::load[...;http://
                   10386: 
                   10387:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   10388:          now everywhere in separate namespace
                   10389: 
                   10390:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   10391:          for vars
                   10392: 
                   10393:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   10394:          can be escaped by '^'
                   10395: 
                   10396: 2008-07-22  misha
                   10397: 
                   10398:        * src/classes/string.C, tests/186.html: - names changes:
                   10399:          escape=>js-escape, unescape=>js-unescape
                   10400: 
                   10401: 2008-07-21  misha
                   10402: 
                   10403:        * tests/results/186.processed: - test for string escape/unescape
                   10404: 
                   10405:        * tests/186.html: - test for string escape/unescape
                   10406: 
                   10407:        * src/classes/string.C: - string has escape and unescape methods
                   10408:          now
                   10409: 
                   10410:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   10411:          added
                   10412: 
                   10413:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   10414:          method-layers added (with different params)
                   10415: 
                   10416: 2008-07-18  misha
                   10417: 
                   10418:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   10419:          was added
                   10420: 
                   10421:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   10422: 
                   10423:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   10424:          ^string.pos[substr](offset) -- 2nd param accepted now
                   10425: 
                   10426:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   10427:          strings
                   10428: 
                   10429: 2008-07-17  misha
                   10430: 
                   10431:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   10432:          helper length added for mid for small optimisation
                   10433: 
                   10434: 2008-07-16  misha
                   10435: 
                   10436:        * tests/: 185.html, results/185.processed: - tests for
                   10437:          length/left/right/mid/pos with utf-8 strings
                   10438: 
                   10439:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   10440:          utf-8 strings
                   10441: 
                   10442:        * src/main/untaint.C: - comments removed
                   10443: 
                   10444:        * src/: include/pa_string.h, main/pa_string.C,
                   10445:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   10446:          with pos/mid for strings in utf-8 were added
                   10447: 
                   10448: 2008-07-15  misha
                   10449: 
                   10450:        * tests/: 184.html, results/184.processed: - test for case body as
                   10451:          expression: $var(^switch(1){^case(1)(true)..})
                   10452: 
                   10453:        * src/classes/op.C: - case body can be expression now:
                   10454:          $var(^switch(1){^case(1)(true)..})
                   10455: 
                   10456:        * tests/: results/183.processed, 183.html: - added test for testing
                   10457:          new cookie encoding (%uXXXX)
                   10458: 
                   10459:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   10460:          decoding for backward compatibility they decoded from %XX in
                   10461:          request:charset too
                   10462: 
                   10463:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   10464:          - cookie class now decode cookies before first access after last
                   10465:          request:charset changing (as form class).
                   10466: 
                   10467:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   10468:          as %uXXXX - before transcode calculate required space for dest
                   10469:          string. it reduce mem usage for transcode
                   10470: 
                   10471:        * src/include/pa_charset.h: - added method escape for escaping
                   10472:          cookies as %uXXXX
                   10473: 
                   10474:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   10475:          was added. will used for escaping cookies as %uXXXX
                   10476: 
                   10477:        * src/include/pa_common.h: - escape method has new option for skip
                   10478:          converting '+' to a space char
                   10479: 
                   10480:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   10481:          transcode - escape method has new option for skip converting '+'
                   10482:          to a space char
                   10483: 
                   10484: 2008-07-08  misha
                   10485: 
                   10486:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   10487:          (no UE if more then 1 case matches anylonger) - optimization:
                   10488:          doing searching.as_string() || searching.as_double() only once
                   10489: 
                   10490: 2008-07-04  misha
                   10491: 
                   10492:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   10493:          now ^date::create[date object] works
                   10494: 
                   10495:        * src/classes/string.C: - left and right added as aliases for start
                   10496:          and end in ^string.trim[]
                   10497: 
                   10498: 2008-07-03  misha
                   10499: 
                   10500:        * src/classes/file.C: - allow $.limit for file::sql as well
                   10501: 
                   10502:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   10503:          send limit=1 to query for use sql specifics authomatically
                   10504: 
                   10505:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   10506:          if $.limit value if empty. autoconvert it as everywere
                   10507: 
                   10508: 2008-07-02  misha
                   10509: 
                   10510:        * configure.in: - time to change version number to 3.3.0 %-)
                   10511: 
                   10512:        * src/include/pa_version.h: - time to change version number to
                   10513:          3.3.0 %-)
                   10514: 
                   10515: 2008-06-26  misha
                   10516: 
                   10517:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   10518:          $.limit(0) fixes
                   10519: 
                   10520:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   10521:          - $.limit(0) fixes
                   10522: 
                   10523:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   10524:          new API)
                   10525: 
                   10526:        * src/: include/pa_sql_driver_manager.h,
                   10527:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   10528:          classes/op.C: - document_root added
                   10529: 
                   10530:        * src/main/compile.tab.C: - error message was changed
                   10531: 
                   10532: 2008-06-25  misha
                   10533: 
                   10534:        * src/main/compile.y: - error message was changed
                   10535: 
                   10536: 2008-06-24  misha
                   10537: 
                   10538:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   10539: 
                   10540:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   10541:          tests for @OPTIONS\nappend
                   10542: 
                   10543:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   10544: 
                   10545:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   10546: 
                   10547:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   10548: 
                   10549:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   10550:          compile.y
                   10551: 
                   10552: 2008-06-17  misha
                   10553: 
                   10554:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   10555:          compilation: ^if(default){true. it's incorrect. must be
                   10556:          exception}
                   10557: 
                   10558: 2008-06-16  misha
                   10559: 
                   10560:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   10561:          checking external reference loading with 'http://localhost'
                   10562:          prefix while creating xdoc
                   10563: 
                   10564:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   10565:          ^math:long2ip[] and ^math:ip2long[]
                   10566: 
                   10567:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   10568:          added which use scalar stateless class method when user object
                   10569:          used in scalar context - use get_scalar_value when user object
                   10570:          requested in scalar context
                   10571: 
                   10572:        * src/main/pa_common.C: - size must be int but not size_t or we
                   10573:          can't compare with 0 sprintf result
                   10574: 
                   10575:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10576:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   10577:          with internal switch between local/global vars
                   10578: 
                   10579:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   10580:          specified
                   10581: 
                   10582:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   10583:          pa_vstateless_object.h: - stateless class and object now has
                   10584:          private scalar field and getter/setter for working with it
                   10585: 
                   10586:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   10587:          moved to inet static class
                   10588: 
                   10589:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   10590:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   10591: 
                   10592:        * tests/: 180.html, results/180.processed: - tests for
                   10593:          ^math:long2ip(long) and ^math:ip2long[IP]
                   10594: 
                   10595:        * src/classes/math.C: - ^math:ip2long[IP] added
                   10596: 
                   10597: 2008-06-11  misha
                   10598: 
                   10599:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   10600:          need cut BOM code and remove DOS newline chars. but don't
                   10601:          transcode it anyway.
                   10602: 
                   10603:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   10604:          main/pa_http.C: - option for disable transcoding while file_read
                   10605:          and file_read_text added
                   10606: 
                   10607: 2008-06-10  misha
                   10608: 
                   10609:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   10610:          classes in 1 file
                   10611: 
                   10612:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   10613:          classes now.
                   10614: 
                   10615:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   10616:          classes now. internals.
                   10617: 
                   10618:        * src/main/pa_request.C: - compile return list of classes now. try
                   10619:          call @conf and @auto for each returned class
                   10620: 
                   10621:        * src/include/pa_request.h: - compile return list of classes now
                   10622: 
                   10623:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   10624:          return list of classes when compile buf)
                   10625: 
                   10626: 2008-06-07  misha
                   10627: 
                   10628:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   10629:          param -- form
                   10630: 
                   10631:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   10632:          3rd param: form. needed for get post_charset
                   10633: 
                   10634:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   10635:          added
                   10636: 
                   10637:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   10638:          types/pa_vform.C, types/pa_vform.h: - some polish
                   10639: 
                   10640: 2008-06-06  misha
                   10641: 
                   10642:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   10643:          charset and decode chars from it but not from response:charset
                   10644: 
                   10645:        * src/main/pa_http.C: - detect_charset moved out of here
                   10646: 
                   10647:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   10648:          methods moved here - unescape_chars accepn one charset now
                   10649: 
                   10650:        * src/main/pa_http.C: - new constants used - don't allow
                   10651:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   10652:          charset info while ^file::load[;http://;$.method[POST]] - option
                   10653:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   10654:          disabling charset during post
                   10655: 
                   10656:        * src/types/pa_vform.C: - new constants used
                   10657: 
                   10658:        * src/include/pa_common.h: - some constants were added
                   10659: 
                   10660:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   10661:          instead of StrEqNc
                   10662: 
                   10663:        * src/main/pa_common.C: - new method for caseless search
                   10664:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   10665: 
                   10666:        * src/include/pa_common.h: - new method for caseless search
                   10667:          c-substring in c-string
                   10668: 
                   10669: 2008-06-05  misha
                   10670: 
                   10671:        * tests/results/178.processed: - test for testing default getter
                   10672: 
                   10673:        * tests/178.html: - test for testing default getter
                   10674: 
                   10675:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   10676:          for test for testing default getter
                   10677: 
                   10678:        * src/main/execute.C: - default getter soul
                   10679: 
                   10680:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   10681:          requested objects' field not found
                   10682: 
                   10683:        * src/types/pa_vclass.C: - register default getter if defined - get
                   10684:          default getter if requested field not found
                   10685: 
                   10686:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   10687:          added
                   10688: 
                   10689:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10690:          pointer to default getter and methods for get/set it were added
                   10691: 
                   10692:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   10693:          auto_name field (for default getter)
                   10694: 
                   10695: 2008-06-04  misha
                   10696: 
                   10697:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   10698:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   10699:          it to libxml "as is"
                   10700: 
                   10701: 2008-06-03  misha
                   10702: 
                   10703:        * src/main/pa_common.C: - use store_Char instead of
                   10704:          transcodeCharFromUTF8
                   10705: 
                   10706:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   10707:          store_Char added, transcodeCharFromUTF8 -- removed
                   10708: 
                   10709: 2008-06-02  misha
                   10710: 
                   10711:        * tests/: results/177.processed, 177.html: - test for checking
                   10712:          .[acm]date after local ^file::load[] was added
                   10713: 
                   10714:        * tests/: results/176.processed, 176.html: - test for checking
                   10715:          @OPTION\locals + @method[vars][locals] added
                   10716: 
                   10717:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   10718: 
                   10719: 2008-05-30  misha
                   10720: 
                   10721:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   10722:          @OPTION\nlocals + @method[vars][;locals;] were added
                   10723: 
                   10724:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   10725:          moved to separate method op_code - switch from VMethodFrame to
                   10726:          VMethodFrameGlobal + VMethodFrameLocal
                   10727: 
                   10728:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   10729:          was moved to separate method op_code
                   10730: 
                   10731:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   10732:          VMethodFrame now
                   10733: 
                   10734:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   10735:          all_vars_local as well
                   10736: 
                   10737:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   10738:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   10739:          VMethodFrame were added: one (global) works as VMethodFrame
                   10740:          before and second (local) write all vars in self vars scope
                   10741: 
                   10742:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   10743: 
                   10744: 2008-05-29  misha
                   10745: 
                   10746:        * tests/: 129.html, results/129.processed: - more tests for
                   10747:          ^table.hash[]
                   10748: 
                   10749:        * src/classes/hash.C: - ^hash::sql has a new option:
                   10750:          $.type[hash|string|table] as ^table.hash[] one.
                   10751: 
                   10752:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   10753:          executed anyway after try or catch section
                   10754: 
                   10755: 2008-05-27  misha
                   10756: 
                   10757:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   10758:          must not fail if $.distinct(1) wasn't specified
                   10759: 
                   10760: 2008-05-26  misha
                   10761: 
                   10762:        * src/classes/op.C: - allow ^throw[my type]
                   10763: 
                   10764: 2008-05-22  misha
                   10765: 
                   10766:        * configure.in, configure: - version number updated to 3.2.4b
                   10767: 
                   10768:        * src/classes/: op.C, string.C: - trim format string before
                   10769:          eval/format
                   10770: 
                   10771:        * tests/: results/175.processed, 175.html: - more tests for
                   10772:          different format strings in .format[]
                   10773: 
                   10774:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   10775:          as well (not only %XX)
                   10776: 
                   10777:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   10778:          charset specified - checks for format before print number
                   10779:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   10780:          (instead of tabs) removed
                   10781: 
                   10782:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   10783:          charset specified
                   10784: 
                   10785:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   10786:          char in requested charset from utf code was added
                   10787: 
                   10788: 2008-05-19  misha
                   10789: 
                   10790:        * tests/: 174.html, results/174.processed: - test for
                   10791:          ^hashfile.cleanup[] added
                   10792: 
                   10793:        * src/classes/hashfile.C: - optimization: don't create any key or
                   10794:          value variable if it's name weren't specified
                   10795:          (^hf.foreach[;v]{...})
                   10796: 
                   10797: 2008-05-16  misha
                   10798: 
                   10799:        * src/classes/hash.C: - optimization: don't create any key variable
                   10800:          if variable name wasn't specified (^h.foreach[;v]{...})
                   10801: 
                   10802: 2008-05-15  misha
                   10803: 
                   10804:        * src/classes/op.C: - small changes
                   10805: 
                   10806:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   10807: 
                   10808:        * src/classes/hash.C: - calculate var_context once before foreach
                   10809: 
                   10810: 2008-05-14  misha
                   10811: 
                   10812:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   10813:          ^hashfile.foreach[;]{} fixed
                   10814: 
                   10815:        * src/classes/: hash.C, table.C: - little optimisation
                   10816: 
                   10817:        * src/classes/file.C: - bugfix: double absolute path while loading
                   10818:          file
                   10819: 
                   10820:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   10821:          were added
                   10822: 
                   10823:        * buildall-with-xml: - moving to libxslt 1.1.24
                   10824: 
                   10825: 2008-04-30  misha
                   10826: 
                   10827:        * src/classes/file.C: - stat file while loading (local only) so
                   10828:          .adate, .mdate and .cdate available without additional ::stat
                   10829: 
                   10830: 2008-04-28  misha
                   10831: 
                   10832:        * src/classes/file.C: - $.name and $.content-type available for
                   10833:          stated file
                   10834: 
                   10835: 2008-04-14  misha
                   10836: 
                   10837:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   10838: 
                   10839:        * src/include/pa_version.h: - new version number in head
                   10840: 
                   10841: 2008-04-10  misha
                   10842: 
                   10843:        * tests/: 080.html, results/080.processed: - cut '0' from
                   10844:          exponential part because of on diff OS it differ (20 or 020 for
                   10845:          ex)
                   10846: 
                   10847:        * tests/: 119.html, results/119.processed: - check for encoding
                   10848:          while creating xdoc
                   10849: 
                   10850: 2008-04-09  misha
                   10851: 
                   10852:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   10853: 
                   10854:        * src/main/pa_common.C: - comment added
                   10855: 
                   10856:        * src/classes/date.C: - little refactoring
                   10857: 
                   10858: 2008-04-07  misha
                   10859: 
                   10860:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   10861:          style of ^table.save[]: prepare one big string and sabe it at
                   10862:          once. it's safe on freebsd 4.x but use much more memory.
                   10863: 
                   10864:        * buildall-with-xml, buildall-without-xml: - option
                   10865:          --disable-stringstream added (under comment. use it on freebsd
                   10866:          4.x)
                   10867: 
                   10868: 2008-02-22  misha
                   10869: 
                   10870:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   10871:          specified together in file::load[;http] - get back transcoding
                   10872:          $.body[] in file::load[;http]
                   10873: 
                   10874: 2008-02-21  misha
                   10875: 
                   10876:        * src/classes/date.C: - ^date.gmt-string[] was added
                   10877: 
                   10878:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   10879:          moved to pa_common.h
                   10880: 
                   10881:        * src/include/pa_common.h: - method for output date in RFC 822
                   10882:          format moved here from pa_value.C
                   10883: 
                   10884:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   10885:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   10886: 
                   10887: 2008-02-20  misha
                   10888: 
                   10889:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   10890:          specified charset while ^file::load[...;http://...] (L_URI
                   10891:          instead of L_HTTP_HEADER) - $.cookies param available in
                   10892:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   10893:          response yet) (cookies not transcoded as common $cookies)
                   10894: 
                   10895: 2008-02-19  misha
                   10896: 
                   10897:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   10898:          $response:field values because in this case
                   10899:          $response:locateion[http://...] don't works.
                   10900: 
                   10901: 2008-02-15  misha
                   10902: 
                   10903:        * src/classes/op.C: - little refactoring
                   10904: 
                   10905:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   10906: 
                   10907:        * src/main/pa_request.C: - force taint values of $response:field
                   10908: 
                   10909: 2008-02-14  misha
                   10910: 
                   10911:        * src/main/pa_request.C: - $response:field transcoded to
                   10912:          $response:charset before escaping now
                   10913: 
                   10914:        * src/main/pa_http.C: - some outdated comments removed
                   10915: 
                   10916:        * src/classes/date.C: - lastdat -> last-day
                   10917: 
                   10918:        * src/classes/date.C: - ^date:lastday(year;month) and
                   10919:          ^date.lastday[] were added - little code refactoring - comments
                   10920:          changes
                   10921: 
                   10922:        * tests/: 159.html, results/159.processed: - test for number of
                   10923:          days in February
                   10924: 
                   10925:        * src/types/pa_value.C: - fixes in code formatting
                   10926: 
                   10927:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   10928:          and comments
                   10929: 
                   10930: 2008-02-13  misha
                   10931: 
                   10932:        * src/main/pa_common.C: - bugfix for february at leap year
                   10933: 
                   10934: 2008-01-28  misha
                   10935: 
                   10936:        * tests/: 160.html, results/160.processed: - more test for cache
                   10937:          added
                   10938: 
                   10939:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   10940:          unhandled exception
                   10941: 
                   10942: 2008-01-25  misha
                   10943: 
                   10944:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   10945:          bug when hashfile became inavailable after memory:compact)
                   10946: 
                   10947:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   10948: 
                   10949: 2008-01-22  misha
                   10950: 
                   10951:        * src/classes/table.C: - little refactiring and exception texts
                   10952:          changes in method ^table.hash[]
                   10953: 
                   10954:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   10955: 
                   10956: 2008-01-21  misha
                   10957: 
                   10958:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   10959:          file::exec/cgi
                   10960: 
                   10961:        * src/classes/file.C: - bugfix: core while processing headers if
                   10962:          executed cgi script don't return content
                   10963: 
                   10964: 2008-01-18  misha
                   10965: 
                   10966:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   10967: 
                   10968:        * src/include/pa_version.h, configure.in: - version number updated
                   10969:          to '3.2.3b'
                   10970: 
                   10971: 2007-12-28  misha
                   10972: 
                   10973:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   10974:          hash.contains
                   10975: 
                   10976: 2007-12-27  misha
                   10977: 
                   10978:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10979:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   10980:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   10981:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   10982:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10983:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   10984:          src/targets/cgi/parser3.vcproj,
                   10985:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   10986:          back to VS2003 because of Apache 1.3 module can't work if it was
                   10987:          built in VS 2005.  with cgi all file so VS2003 project files can
                   10988:          be easy converted to the new format.
                   10989: 
                   10990: 2007-12-04  misha
                   10991: 
                   10992:        * src/types/pa_vcode_frame.h: - changes in comment
                   10993: 
                   10994: 2007-11-29  misha
                   10995: 
                   10996:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   10997:          intercept strings any longer
                   10998: 
                   10999:        * tests/: 173.html, results/173.processed: - tests for
                   11000:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   11001:          but not in main code frame
                   11002: 
                   11003:        * tests/: 172.html, results/172.processed: - more tests for pass
                   11004:          objects from code frames
                   11005: 
                   11006: 2007-11-27  misha
                   11007: 
                   11008:        * tests/: 152.html, results/152.processed: - tests for converting
                   11009:          strings 'true'/'false' to bool were added
                   11010: 
                   11011:        * tests/152.html: - added checks for converting strings
                   11012:          'true'/'false' to bool
                   11013: 
                   11014:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   11015:          not only strings with numbers but with values 'true'/'false' as
                   11016:          well
                   11017: 
                   11018:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   11019:          for parser3.log increased
                   11020: 
                   11021:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   11022: 
                   11023:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   11024: 
                   11025:        * src/include/pa_types.h: - constant with buffer size for
                   11026:          parser3.log added
                   11027: 
                   11028: 2007-11-16  misha
                   11029: 
                   11030:        * tests/cat.sh: - script for tests for file::exec/cgi
                   11031: 
                   11032:        * tests/171.html: - tests for file::exec/cgi
                   11033: 
                   11034:        * tests/results/171.processed: - tests results for file::exec/cgi
                   11035: 
                   11036: 2007-11-15  misha
                   11037: 
                   11038:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   11039: 
                   11040:        * src/classes/file.C: - .body must be set before analyzing cgi
                   11041:          headers
                   11042: 
                   11043:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   11044:          only if exec/cgi return anything.
                   11045: 
                   11046: 2007-11-14  misha
                   11047: 
                   11048:        * operators.txt: - info about new text|binary option for
                   11049:          file::exec/cgi was added
                   11050: 
                   11051:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   11052:          ^file:exec[[text|binary];script;...]
                   11053: 
                   11054:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   11055:          classes/string.C, classes/table.C: - more text strings moved to
                   11056:          the one place
                   11057: 
                   11058: 2007-11-09  misha
                   11059: 
                   11060:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   11061: 
                   11062:        * ChangeLog: - $request:argv [patch from Sumo]
                   11063: 
                   11064:        * operators.txt: - $request:argv
                   11065: 
                   11066:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   11067:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   11068: 
                   11069: 2007-10-25  misha
                   11070: 
                   11071:        * buildall-with-xml, buildall-without-xml: - options preparations
                   11072:          for ./configure rewrited
                   11073: 
                   11074:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   11075:          error occure in unhandled_exception finally fixed
                   11076: 
                   11077: 2007-10-23  misha
                   11078: 
                   11079:        * tests/: 170.html, results/170.processed: - test for
                   11080:          @method[][result]
                   11081: 
                   11082:        * operators.txt: - added info about node.prefix and
                   11083:          node.namespaceURI
                   11084: 
                   11085:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   11086: 
                   11087:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   11088:          added for node and attribute
                   11089: 
                   11090: 2007-10-22  misha
                   11091: 
                   11092:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   11093: 
                   11094:        * src/main/pa_request.C: - added const content-transfer-encoding
                   11095: 
                   11096:        * src/include/pa_request.h: - added const content-transfer-encoding
                   11097:          - ups. constants must be in lowercase (for search)
                   11098: 
                   11099:        * src/types/pa_vmail.C: - more constants used -
                   11100:          content-transfer-encoding: 8bit added
                   11101: 
                   11102:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   11103: 
                   11104:        * src/include/pa_request.h: - more constants
                   11105: 
                   11106:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   11107:          ommit anymore if $.content-disposition was specified - little
                   11108:          refactoring
                   11109: 
                   11110:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   11111: 
                   11112: 2007-10-17  misha
                   11113: 
                   11114:        * operators.txt: - info about
                   11115:          table::create[nameless]{data}[>options<] was added
                   11116: 
                   11117:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   11118:          compile method don't put this method in methods table anymore.
                   11119:          in other case the parser coredumped if @unhandled_exception
                   11120:          method can't be compiled because of parser.compile error.
                   11121: 
                   11122:        * src/main/execute.C: - little code reformating
                   11123: 
                   11124:        * src/main/pa_request.C: - little code reformating - comment
                   11125:          changed
                   11126: 
                   11127: 2007-10-16  misha
                   11128: 
                   11129:        * tests/: 035.html, results/035.processed: - tests
                   11130:          table::create[]{}[options] added
                   11131: 
                   11132:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   11133:          options (only $.seperator[] yet)
                   11134: 
                   11135: 2007-10-10  misha
                   11136: 
                   11137:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   11138:          some code changes
                   11139: 
                   11140: 2007-10-02  misha
                   11141: 
                   11142:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   11143:          then three time as much. but base64 encoding method still use
                   11144:          less memory anyway.
                   11145: 
                   11146: 2007-09-17  misha
                   11147: 
                   11148:        * operators.txt: - added info about $cookie:fields
                   11149: 
                   11150:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   11151: 
                   11152:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   11153:          common
                   11154: 
                   11155:        * src/include/pa_common.h: - some stuff for use with .for_each
                   11156:          moved here
                   11157: 
                   11158:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   11159: 
                   11160: 2007-09-14  misha
                   11161: 
                   11162:        * buildall-with-xml: - new xml libs again =)
                   11163: 
                   11164: 2007-08-28  misha
                   11165: 
                   11166:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   11167:          ^string.split[...][v][column name] were added
                   11168: 
                   11169:        * tests/: 168.html, 169.html, results/168.processed,
                   11170:          results/169.processed: - tests for ^table.columns[[column name]]
                   11171:          and ^string.split[...][v][column name] were added
                   11172: 
                   11173:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   11174:          was added
                   11175: 
                   11176:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   11177:          name]]
                   11178: 
                   11179:        * src/include/pa_exception.h: - error text message for
                   11180:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   11181: 
                   11182: 2007-08-27  misha
                   11183: 
                   11184:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   11185:          body ^taint[sql][something] outside of connect
                   11186: 
                   11187:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   11188:          outside of connect
                   11189: 
                   11190:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   11191:          added (commented by default)
                   11192: 
                   11193: 2007-08-20  misha
                   11194: 
                   11195:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   11196:          was added
                   11197: 
                   11198:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   11199:          duplicated exception text strings were removed
                   11200: 
                   11201:        * src/include/pa_exception.h: - more exception text strings moved
                   11202:          here
                   11203: 
                   11204:        * src/classes/table.C: - some duplicate exceptions' text strings
                   11205:          removed
                   11206: 
                   11207:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   11208:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   11209:          removed
                   11210: 
                   11211:        * src/include/pa_exception.h: - some exception text strings movet
                   11212:          to pa_exception
                   11213: 
                   11214:        * tests/: 149.html, results/149.processed: - test for
                   11215:          ^xnode.hasAttributes[] was added - some code changes
                   11216: 
                   11217:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   11218:          added
                   11219: 
                   11220: 2007-08-17  misha
                   11221: 
                   11222:        * tests/: results/006.processed, results/059.processed, 006.html,
                   11223:          059.html: - more tests for match
                   11224: 
                   11225:        * tests/: 129.html, results/129.processed: - tests for
                   11226:          ^table.hash[...][$.type[string|hash|table]] added
                   11227: 
                   11228:        * src/targets/cgi/parser3.C: - little syntax changes
                   11229: 
                   11230:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   11231:          syntax changes
                   11232: 
                   11233:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   11234:          messages in parser3.log switched off by default. If someone
                   11235:          really still need it: use $SIGPIPE(1)
                   11236: 
                   11237: 2007-08-08  misha
                   11238: 
                   11239:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   11240:          files by default since now
                   11241: 
                   11242: 2007-08-07  misha
                   11243: 
                   11244:        * buildall-without-xml: - some option syntax changes
                   11245: 
                   11246:        * buildall-with-xml: - compile libxml2 without http support - some
                   11247:          option syntax changes
                   11248: 
                   11249:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   11250: 
                   11251: 2007-08-06  misha
                   11252: 
                   11253:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   11254: 
                   11255:        * tests/: 160.html, results/160.processed: - cache test was
                   11256:          rewrited
                   11257: 
                   11258: 2007-07-06  misha
                   11259: 
                   11260:        * tests/: 153.html, results/153.processed: - added test for
                   11261:          ^math:sha1[string]
                   11262: 
                   11263:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   11264:          transcoded
                   11265: 
                   11266:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   11267:          were added
                   11268: 
                   11269: 2007-06-28  misha
                   11270: 
                   11271:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   11272:          some incorrect chars
                   11273: 
                   11274: 2007-06-19  misha
                   11275: 
                   11276:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   11277:          were moved on top because of gcc 4 had a problems during
                   11278:          building.
                   11279: 
                   11280: 2007-06-18  misha
                   11281: 
                   11282:        * tests/results/019.processed: - new image commited
                   11283: 
                   11284: 2007-06-09  misha
                   11285: 
                   11286:        * src/classes/: op.C, table.C: - in while and table.select method
                   11287:          as_expression used now
                   11288: 
                   11289:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   11290: 
                   11291: 2007-06-08  misha
                   11292: 
                   11293:        * tests/: 166.html, results/166.processed: - test for
                   11294:          ^match[...][n]
                   11295: 
                   11296:        * tests/: 165.html, results/165.processed: - tests for loops
                   11297: 
                   11298:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   11299:          because of no speed/memory optimisation but some proglems with
                   11300:          long cycles occure
                   11301: 
                   11302: 2007-06-06  misha
                   11303: 
                   11304:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   11305:          ^table.select(true) and ^table.select(1) didn't works because of
                   11306:          awaiting junction-param only. fixed.
                   11307: 
                   11308: 2007-05-24  misha
                   11309: 
                   11310:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   11311:          with 0.5 secs interval
                   11312: 
                   11313:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   11314:          locking system now on unix
                   11315: 
                   11316:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   11317:          system locks which wait till other threads release it but try get
                   11318:          lock, if fail wait 1 sec and make 10 attempts.
                   11319: 
                   11320:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   11321:          were added
                   11322: 
                   11323:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   11324:          opening files
                   11325: 
                   11326:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   11327:          after our classes on unix it can't be build
                   11328: 
                   11329:        * src/types/pa_vhashfile.C: - not needed code removed
                   11330: 
                   11331: 2007-05-23  misha
                   11332: 
                   11333:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   11334:          include/pa_common.h: - cosmetic changes
                   11335: 
                   11336: 2007-05-18  misha
                   11337: 
                   11338:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   11339:          often. it's give some speed increasing
                   11340: 
                   11341:        * tests/results/160.processed: - returned time corrected
                   11342: 
                   11343:        * tests/160.html: - time increased because on unix 1 mean nothing
                   11344:          :(
                   11345: 
                   11346:        * operators.txt: - added info about ^hash.contain[key]
                   11347: 
                   11348:        * src/classes/hash.C: - added ^hash.contain[key]
                   11349: 
                   11350:        * src/include/pa_hash.h: - added method for checking key exists in
                   11351:          hash
                   11352: 
                   11353: 2007-05-07  misha
                   11354: 
                   11355:        * src/include/pa_string.h: - was compilation error during build on
                   11356:          freebsd4
                   11357: 
                   11358: 2007-05-03  misha
                   11359: 
                   11360:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   11361:          for ^table.hash[]
                   11362: 
                   11363:        * src/classes/file.C: - comment removed
                   11364: 
                   11365: 2007-04-26  misha
                   11366: 
                   11367:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   11368:          real files doesn't opened in place anymore
                   11369: 
                   11370: 2007-04-24  misha
                   11371: 
                   11372:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   11373: 
                   11374:        * src/include/pa_exception.h: "static" removed
                   11375: 
                   11376: 2007-04-23  misha
                   11377: 
                   11378:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   11379: 
                   11380:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   11381:          ^math:log(N)) - ^math:lg(N)
                   11382: 
                   11383:        * tests/: 097.html, results/097.processed: - charsets converstion
                   11384:          during ^file::load[text;http://...] added
                   11385: 
                   11386:        * tests/: 164.html, results/164.processed: - check for set expires
                   11387:          as a date
                   11388: 
                   11389:        * tests/: 164.html, results/164.processed: - test for hashfile
                   11390: 
                   11391:        * src/classes/hashfile.C: - little comment changes
                   11392: 
                   11393:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   11394:          access
                   11395: 
                   11396:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11397:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11398:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   11399:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11400:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   11401:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11402:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   11403:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   11404:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11405:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   11406:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11407:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11408:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   11409:          "parser.runtime" strings were removed
                   11410: 
                   11411:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   11412:          now.
                   11413: 
                   11414:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   11415: 
                   11416:        * src/include/pa_exception.h: - string constant with
                   11417:          "parser.runtime" text was added
                   11418: 
                   11419: 2007-04-20  misha
                   11420: 
                   11421:        * operators.txt: - some comments changing
                   11422: 
                   11423:        * operators.txt: - added info about .^hashfile.release[],
                   11424:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   11425: 
                   11426:        * configure: =cheching for unsetenv
                   11427: 
                   11428:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   11429:          ^hashfile.release[] were added
                   11430: 
                   11431:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   11432:          ^string.match[][] understand new option now: return number of
                   11433:          matches but not table wit results
                   11434: 
                   11435:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   11436:          reopen now
                   11437: 
                   11438:        * src/classes/op.C: - bug. must be false
                   11439: 
                   11440:        * configure.in: - checking for unsetenv was added
                   11441: 
                   11442:        * src/types/pa_vform.C: - some comments
                   11443: 
                   11444: 2007-04-18  misha
                   11445: 
                   11446:        * buildall-with-xml: moving to libxml2-2.6.28
                   11447: 
                   11448:        * buildall-with-xml, buildall-without-xml: added commented lines
                   11449:          with --disable-safe-mode option
                   11450: 
                   11451:        * operators.txt: - info about $form:files
                   11452: 
                   11453: 2007-04-17  misha
                   11454: 
                   11455:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   11456:          $form:files was added
                   11457: 
                   11458:        * tests/: 163.html, results/163.processed: removing auto format
                   11459: 
                   11460:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   11461: 
                   11462: 2007-04-16  misha
                   11463: 
                   11464:        * tests/: 163.html, results/163.processed: - test for .int[],
                   11465:          floor, round, ceiling and .format[]
                   11466: 
                   11467:        * src/classes/file.C: - little optimization for getting args in
                   11468:          exec/cgi
                   11469: 
                   11470: 2007-04-13  misha
                   11471: 
                   11472:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   11473:          specified now as s table with one column
                   11474: 
                   11475: 2007-03-27  misha
                   11476: 
                   11477:        * tests/: 162.html, results/162.processed: - test for
                   11478:          ^table.select(^condition[$t])
                   11479: 
                   11480:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   11481: 
                   11482:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   11483: 
                   11484:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   11485:          161_windows1251.txt: - added test for
                   11486:          ^file::load[text;/local/file.txt;$.charset[...]]
                   11487: 
                   11488:        * tests/: results/013.processed, 013.html: - added test for
                   11489:          checking $._default value while hash modifications
                   11490: 
                   11491:        * tests/: 160.html, results/160.processed: - add test for
                   11492:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   11493: 
                   11494: 2007-03-22  misha
                   11495: 
                   11496:        * src/include/pa_common.h: - "charset" string defined for
                   11497:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   11498: 
                   11499:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   11500:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   11501:          added - not needed transcodes were removed from
                   11502:          ^file::load[...;http://...]
                   11503: 
                   11504:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   11505:          added
                   11506: 
                   11507:        * src/classes/date.C: - date.week was fixed
                   11508: 
                   11509:        * operators.txt: - added info about date.weekyear
                   11510: 
                   11511:        * tests/: 159.html, results/159.processed: - tests for date.week
                   11512:          and date.weekyear added
                   11513: 
                   11514: 2007-03-15  misha
                   11515: 
                   11516:        * src/classes/table.C: - enclose column numbers for nameless tables
                   11517:          as well
                   11518: 
                   11519: 2007-03-14  misha
                   11520: 
                   11521:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   11522: 
                   11523:        * src/classes/table.C: - table.save optimization: now required much
                   11524:          less memory
                   11525: 
                   11526: 2007-03-13  misha
                   11527: 
                   11528:        * tests/results/: 158.processed, 158.processes: - tests for
                   11529:          table.save/table.load
                   11530: 
                   11531:        * tests/: 158.html, results/158.processes: - tests for
                   11532:          table.save/table.load
                   11533: 
                   11534:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   11535: 
                   11536:        * buildall-with-xml: - pattern needed now for building
                   11537: 
                   11538:        * tests/results/097.processed: - added test results for xdoc::load
                   11539:          & xdoc::load[http://...]
                   11540: 
                   11541:        * tests/097.html: - added test for xdoc::load
                   11542: 
                   11543: 2007-03-12  misha
                   11544: 
                   11545:        * tests/: 107.html, results/107.processed: - added test for xpath
                   11546:          '//man'
                   11547: 
                   11548: 2007-03-01  misha
                   11549: 
                   11550:        * tests/: 097.html, results/097.processed: - added test for
                   11551:          creating xdoc from file
                   11552: 
                   11553:        * tests/: results/157.processed, 157.html: - added test for
                   11554:          file:move
                   11555: 
                   11556: 2007-02-28  misha
                   11557: 
                   11558:        * src/classes/xdoc.C: - another attempt
                   11559: 
                   11560:        * src/classes/xdoc.C: - roll back last changes for a while
                   11561: 
                   11562:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   11563: 
                   11564:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   11565: 
                   11566:        * tests/results/099.processed: - ever send content-disposition to
                   11567:          client with file
                   11568: 
                   11569:        * tests/157.html: + test for file:copy
                   11570: 
                   11571: 2007-02-26  misha
                   11572: 
                   11573:        * src/classes/file.C: - some similar strings moved to #define
                   11574:          instead of to be copy/pasted many times
                   11575: 
                   11576:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   11577:          #define
                   11578: 
                   11579: 2007-02-20  misha
                   11580: 
                   11581:        * configure.in: - added some strings for sqlite detection
                   11582: 
                   11583: 2007-02-19  misha
                   11584: 
                   11585:        * operators.txt: - some comments changes
                   11586: 
                   11587:        * buildall-with-xml, buildall-without-xml: - some modifications
                   11588: 
                   11589: 2007-02-17  misha
                   11590: 
                   11591:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   11592: 
                   11593:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   11594:          change console behaviour
                   11595: 
                   11596: 2007-02-12  misha
                   11597: 
                   11598:        * src/targets/cgi/parser3.C: - don't print headers if
                   11599:          $console:line[data] was used during cgi execution.
                   11600: 
                   11601:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   11602:          marked as 'true' if class was used.
                   11603: 
                   11604:        * tests/: 152.html, results/152.processed: - more types was added
                   11605:          to test 152
                   11606: 
                   11607:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   11608:          adding 'bool' (^if($image){} caused exception)
                   11609: 
                   11610: 2007-02-09  misha
                   11611: 
                   11612:        * tests/: 152.html, results/152.processed: - test alightly updated
                   11613: 
                   11614:        * tests/: 152.html, results/152.processed: - test rewrited
                   11615: 
                   11616:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   11617:          bugfix. I broke xdoc & xnode in expression
                   11618: 
                   11619: 2007-02-08  misha
                   11620: 
                   11621:        * tests/: 152.html, results/152.processed: - add test for checking
                   11622:          'def' for void, string, bool, int & double
                   11623: 
                   11624: 2007-02-07  misha
                   11625: 
                   11626:        * operators.txt: - ^file:base64[filespec]  was added
                   11627: 
                   11628:        * tests/results/153.processed: - result test for
                   11629:          ^file:base64[filespec]  was updated
                   11630: 
                   11631:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   11632: 
                   11633:        * src/types/pa_vconsole.h: - little optimization
                   11634: 
                   11635:        * src/classes/file.C: - ^file:base64[filespec]
                   11636: 
                   11637:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   11638: 
                   11639:        * src/include/pa_common.h: - declarations for
                   11640:          ^file:base64[filespec]
                   11641: 
                   11642:        * src/types/pa_vcookie.C: - little optimization
                   11643: 
                   11644: 2007-02-06  misha
                   11645: 
                   11646:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   11647:          were temporary commented
                   11648: 
                   11649:        * src/types/pa_vbool.h: - bugfix
                   11650: 
                   11651:        * tests/156.html: - added test for bool cookie
                   11652: 
                   11653:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   11654: 
                   11655:        * tests/: 155.html, results/155.processed: - added test for check
                   11656:          $.encloser[] option for table save/load
                   11657: 
                   11658:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   11659: 
                   11660: 2007-02-05  misha
                   11661: 
                   11662:        * tests/results/152.processed: - newline at the end was missed
                   11663: 
                   11664:        * tests/results/141.processed: - math:md5 must be lowercased
                   11665: 
                   11666:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   11667: 
                   11668: 2007-02-03  misha
                   11669: 
                   11670:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   11671:          test for bool added and some content length fixes
                   11672: 
                   11673:        * tests/152.html: - test for bool added
                   11674: 
                   11675:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   11676: 
                   11677:        * operators.txt: - info bool class was added
                   11678: 
1.116     moko     11679:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     11680:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   11681:          classes/string.C, classes/void.C, classes/xnode.C,
                   11682:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   11683:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   11684:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   11685:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11686:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11687:          types/types.vcproj: - bool class was added
                   11688: 
                   11689:        * src/main/pa_request.C: - fix
                   11690: 
                   11691: 2007-01-18  misha
                   11692: 
                   11693:        * src/: main/pa_string.C, classes/string.C: - return table during
                   11694:          ^string.match[][] even if no matched found.
                   11695: 
                   11696: 2006-12-20  misha
                   11697: 
                   11698:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   11699:          http://www.parser.ru/forum/?id=55598 ]
                   11700: 
                   11701: 2006-12-19  misha
                   11702: 
                   11703:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   11704:          details: http://www.parser.ru/forum/?id=52359
                   11705: 
                   11706:        * src/main/pa_request.C: - always set content-disposition for
                   11707:          $response:body[hash here]. more details:
                   11708:          http://www.parser.ru/forum/?id=52130
                   11709: 
                   11710: 2006-12-07  misha
                   11711: 
                   11712:        * operators.txt: - added info about bool params in cookie set
                   11713: 
                   11714:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   11715:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   11716:          ]
                   11717: 
                   11718:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   11719:          was added
                   11720: 
                   11721: 2006-12-02  misha
                   11722: 
                   11723:        * src/classes/file.C: - file_block_read used instead of native read
                   11724: 
                   11725:        * src/main/pa_common.C: - added file_block_read with read error
                   11726:          detection - file_block_read used instead of native read
                   11727: 
                   11728:        * src/include/pa_common.h: - added file_block_read declaration
                   11729: 
                   11730: 2006-12-01  misha
                   11731: 
                   11732:        * operators.txt: - info about $var.CLASS_NAME was added
                   11733: 
                   11734:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11735:          $var.CLASS_NAME added
                   11736: 
                   11737:        * operators.txt: - added info about ^file:copy[]
                   11738: 
                   11739:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   11740: 
                   11741: 2006-11-20  misha
                   11742: 
                   11743:        * src/classes/date.C: - bug fix :)
                   11744: 
                   11745: 2006-11-17  misha
                   11746: 
                   11747:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   11748:          to static
                   11749: 
                   11750:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   11751:          small changes in crc32 calculation
                   11752: 
                   11753:        * src/classes/date.C: - not needed code was removed
                   11754: 
                   11755: 2006-11-16  misha
                   11756: 
                   11757:        * src/types/pa_vmail.C: - fix missed brakes
                   11758: 
                   11759:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   11760:          multipart/related instead of multipart/mixed if file have
                   11761:          $.content-id[]
                   11762: 
                   11763: 2006-11-15  misha
                   11764: 
                   11765:        * src/types/pa_vdouble.h: abs -> fabs
                   11766: 
                   11767: 2006-11-14  misha
                   11768: 
                   11769:        * operators.txt: - added info about ^file.md5[] and
                   11770:          ^file:md5[file-name]
                   11771: 
                   11772:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   11773:          added
                   11774: 
                   11775:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   11776:          FILE_BUFFER_SIZE
                   11777: 
                   11778:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   11779: 
                   11780:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   11781:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   11782: 
                   11783:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   11784:          values was fixed
                   11785: 
                   11786: 2006-11-13  misha
                   11787: 
                   11788:        * operators.txt: - added info about ^math:crc32[string],
                   11789:          ^file:crc32[file-name] & ^file.crc32[]
                   11790: 
                   11791:        * src/classes/math.C: - added ^math:crc32[string]
                   11792: 
                   11793:        * src/classes/file.C: - some comments were changed - added
                   11794:          ^file:crc32[file-name] and ^file.crc32[]
                   11795: 
                   11796:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   11797:          crc32 calculation added
                   11798: 
                   11799: 2006-11-03  misha
                   11800: 
                   11801:        * src/include/pa_array.h: - not needed variable removed
                   11802: 
                   11803:        * tests/: 150.html, 151.html, results/150.processed,
                   11804:          results/151.processed: - 2 tests were added
                   11805: 
                   11806:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   11807:          with $.reverse(1) were fixed
                   11808: 
                   11809:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   11810:          query converted to $.charset during ^file::load[http://...]
                   11811: 
                   11812: 2006-11-02  misha
                   11813: 
                   11814:        * src/include/pa_table.h: ups. forget '=' char
                   11815: 
                   11816:        * src/include/pa_table.h: - one more fix in
                   11817:          .locate[...][$.reverse(1)]
                   11818: 
                   11819: 2006-11-01  misha
                   11820: 
                   11821:        * src/classes/math.C: - bug fix, details:
                   11822:          http://www.parser.ru/forum/?id=53360
                   11823: 
                   11824:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   11825:          false for all records )[$.reverse(1)]
                   11826: 
                   11827:        * src/main/pa_http.C: - second param for this mid method is length
                   11828:          but not end_index so this method has error and can't detect
                   11829:          charsets in next content-types: Content-type: text/html;
                   11830:          charset="windows-1251" Content-type: text/html;
                   11831:          charset="windows-1251"; Content-type: text/html;
                   11832:          charset=windows-1251;
                   11833: 
                   11834:          only Content-type: text/html; charset=windows-1251 was fine
                   11835: 
                   11836: 2006-10-31  misha
                   11837: 
                   11838:        * src/classes/file.C: - empty args in file::exec removed now
                   11839: 
                   11840: 2006-09-03  paf
                   11841: 
                   11842:        * src/classes/file.C: proper tainting of
                   11843:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   11844: 
                   11845: 2006-06-09  paf
                   11846: 
                   11847:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   11848: 
                   11849:        * src/classes/table.C: formatting
                   11850: 
                   11851:        * src/classes/table.C: incorporated patch from misha: Sent:
                   11852:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   11853:          ignoring string options for ^table.save[]
                   11854: 
                   11855:        * src/classes/hash.C: incorporated patch from misha Sent:
                   11856:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   11857:          $hash._default disappear while
                   11858: 
                   11859:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   11860:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   11861: 
                   11862:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   11863:          PM Subject: patch for base64 in ^mail:send[] %-)
                   11864: 
                   11865: 2006-04-09  paf
                   11866: 
                   11867:        * src/main/compile.tab.C: ` change compiled
                   11868: 
                   11869:        * gnu.vcproj, operators.txt, parser3.sln,
                   11870:          src/classes/classes.vcproj, src/classes/file.C,
                   11871:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   11872:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11873:          src/classes/xnode.C, src/include/pa_array.h,
                   11874:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11875:          src/include/pa_memory.h, src/include/pa_request.h,
                   11876:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11877:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11878:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11879:          src/lib/pcre/pcre_dftables.vcproj,
                   11880:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11881:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11882:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11883:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11884:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11885:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11886:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11887:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11888:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11889:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11890:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11891:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11892:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11893:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11894:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11895:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   11896:          ^menu, ^hash/hashfile.foreach
                   11897: 
                   11898:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11899:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11900:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11901:          src/classes/xnode.C, src/include/pa_array.h,
                   11902:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11903:          src/include/pa_memory.h, src/include/pa_request.h,
                   11904:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11905:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11906:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11907:          src/lib/pcre/pcre_dftables.vcproj,
                   11908:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11909:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11910:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11911:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11912:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11913:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11914:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11915:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11916:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11917:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11918:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11919:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11920:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11921:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11922:          tests/descript.ion: ! switched to VS2005 (projects and
                   11923:          object<info explicitly typed>.for_each(, info)) +
                   11924:          $response:field[] setting void means removing + grammar $name`
                   11925:          name stops now, for mysql `$field` + started ^break[]
                   11926:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   11927:          foreach) + all log messages += [uri=, method=, cl=]
                   11928: 
                   11929:        * buildall-with-xml: merged . ftp paths update
                   11930: 
                   11931:        * buildall-with-xml: . ftp paths update
                   11932: 
                   11933: 2006-03-04  paf
                   11934: 
                   11935:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   11936:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   11937: 
                   11938:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   11939:          Igor Zinkovsky for detailed report]
                   11940: 
                   11941: 2006-03-01  paf
                   11942: 
                   11943:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11944:          \n to ' ' in
                   11945: 
                   11946: 2006-02-18  paf
                   11947: 
                   11948:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11949:          \n to ' ' in
                   11950: 
                   11951:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   11952: 
                   11953: 2006-02-03  paf
                   11954: 
                   11955:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   11956:          base64
                   11957: 
                   11958:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   11959: 
                   11960: 2006-01-20  paf
                   11961: 
                   11962:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11963:          economy fix
                   11964: 
                   11965:        * src/classes/: table.C: merged from HEAD ! bugfix
                   11966:          ^table.save[$.encloser-s now handled properly
                   11967: 
                   11968:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   11969:          handled properly
                   11970: 
                   11971: 2006-01-19  paf
                   11972: 
                   11973:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   11974:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   11975:          helps a lot in our case: after transform we want
                   11976:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   11977: 
                   11978:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11979:          economy fix
                   11980: 
                   11981:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   11982:          activates merging of free memory blocks which helps a lot in our
                   11983:          case: after transform we want CORD(main.result)->cstr[big
                   11984:          malloc]->transcode[big malloc]
                   11985: 
                   11986: 2006-01-17  paf
                   11987: 
                   11988:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   11989:          before reading them. got rid of reallocs = became quicker and
                   11990:          less fragmentated
                   11991: 
                   11992: 2005-12-29  paf
                   11993: 
1.116     moko     11994:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   11995:          configure, configure.in, src/include/pa_version.h,
                   11996:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     11997:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   11998:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   11999:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   12000:          src/lib/ltdl/missing: . merged from 3.2.1
                   12001: 
1.116     moko     12002:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   12003:          packaged when 'make dist', so do configure companion files in
                   12004:          src/lib/ltdl
                   12005: 
                   12006:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   12007:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   12008:          missing: . now config_auto.h is created with configure [were
                   12009:          constant]
1.95      moko     12010: 
                   12011:        * INSTALL: . references to documentation and some clarification
                   12012: 
                   12013:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   12014:          indication
                   12015: 
1.116     moko     12016:        * Makefile.am: . dist+=buildall*
1.95      moko     12017: 
                   12018: 2005-12-28  paf
                   12019: 
                   12020:        * configure: . 3.2.1
                   12021: 
                   12022:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   12023:          simplify build process, see INSTALL
                   12024: 
                   12025: 2005-12-26  paf
                   12026: 
                   12027:        * configure: ver
                   12028: 
                   12029:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   12030:          version
                   12031: 
                   12032: 2005-12-21  paf
                   12033: 
                   12034:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   12035:          compiled with bison 1.875b, it reports unexpected token names
                   12036: 
                   12037: 2005-12-19  paf
                   12038: 
                   12039:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   12040:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   12041: 
                   12042:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   12043:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12044:          src/main/main.vcproj, src/main/pa_globals.C,
                   12045:          src/targets/cgi/parser3.vcproj,
                   12046:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   12047:          configure, configure.in, src/include/pa_version.h: . killing
                   12048:          gdome [what a relief]
                   12049: 
                   12050:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   12051:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   12052:          run_parser.sh, results/001.processed, results/002.processed,
                   12053:          results/003.processed, results/004.processed,
                   12054:          results/005.processed, results/006.processed,
                   12055:          results/008.processed, results/009.processed,
                   12056:          results/010.processed, results/011.processed,
                   12057:          results/012.processed, results/013.processed,
                   12058:          results/014.processed, results/015.processed,
                   12059:          results/016.processed, results/017.processed,
                   12060:          results/018.processed, results/020.processed,
                   12061:          results/021.processed, results/022.processed,
                   12062:          results/023.processed, results/024.processed,
                   12063:          results/025.processed, results/026.processed,
                   12064:          results/027.processed, results/028.processed,
                   12065:          results/029.processed, results/030.processed,
                   12066:          results/031.processed, results/032.processed,
                   12067:          results/033.processed, results/034.processed,
                   12068:          results/035.processed, results/036.processed,
                   12069:          results/037.processed, results/038.processed,
                   12070:          results/039.processed, results/040.processed,
                   12071:          results/041.processed, results/042.processed,
                   12072:          results/043.processed, results/044.processed,
                   12073:          results/045.processed, results/046.processed,
                   12074:          results/047.processed, results/048.processed,
                   12075:          results/049.processed, results/050.processed,
                   12076:          results/051.processed, results/052.processed,
                   12077:          results/053.processed, results/054.processed,
                   12078:          results/055.processed, results/056.processed,
                   12079:          results/057.processed, results/058.processed,
                   12080:          results/059.processed, results/060.processed,
                   12081:          results/061.processed, results/062.processed,
                   12082:          results/063.processed, results/064.processed,
                   12083:          results/065.processed, results/066.processed,
                   12084:          results/067.processed, results/068.processed,
                   12085:          results/069.processed, results/070.processed,
                   12086:          results/071.processed, results/072.processed,
                   12087:          results/073.processed, results/074.processed,
                   12088:          results/075.processed, results/076.processed,
                   12089:          results/077.processed, results/078.processed,
                   12090:          results/079.processed, results/080.processed,
                   12091:          results/081.processed, results/082.processed,
                   12092:          results/083.processed, results/084.processed,
                   12093:          results/085.processed, results/086.processed,
                   12094:          results/087.processed, results/088.processed,
                   12095:          results/089.processed, results/090.processed,
                   12096:          results/091.processed, results/092.processed,
                   12097:          results/093.processed, results/094.processed,
                   12098:          results/095.processed, results/096.processed,
                   12099:          results/097.processed, results/099.processed,
                   12100:          results/100.processed, results/101.processed,
                   12101:          results/102.processed, results/104.processed,
                   12102:          results/105.processed, results/106.processed,
                   12103:          results/107.processed, results/108.processed,
                   12104:          results/109.processed, results/110.processed,
                   12105:          results/111.processed, results/112.processed,
                   12106:          results/113.processed, results/114.processed,
                   12107:          results/115.processed, results/117.processed,
                   12108:          results/119.processed, results/120.processed,
                   12109:          results/121.processed, results/122.processed,
                   12110:          results/123.processed, results/124.processed,
                   12111:          results/125.processed, results/126.processed,
                   12112:          results/127.processed, results/128.processed,
                   12113:          results/129.processed, results/130.processed,
                   12114:          results/131.processed, results/132.processed,
                   12115:          results/133.processed, results/134.processed,
                   12116:          results/135.processed, results/136.processed,
                   12117:          results/138.processed, results/139.processed,
                   12118:          results/140.processed, results/141.processed,
                   12119:          results/142.processed, results/143.processed,
                   12120:          results/144.processed, results/145.processed,
                   12121:          results/146.processed, results/147.processed,
                   12122:          results/148.processed, results/149.processed, results/auto.p: .
                   12123:          now works if we turn off default auto.p
                   12124: 
1.116     moko     12125:        * configure: . makes
1.95      moko     12126: 
                   12127:        * src/types/pa_vxnode.C: . less warnings
                   12128: 
                   12129:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   12130:          tests/145.html, tests/149.html, tests/descript.ion,
                   12131:          tests/outputs/d.cmd, tests/results/142.processed,
                   12132:          tests/results/143.processed, tests/results/144.processed,
                   12133:          tests/results/145.processed, tests/results/146.processed,
                   12134:          tests/results/147.processed, tests/results/148.processed,
                   12135:          tests/results/149.processed: . removed .nodeValue from all node
                   12136:          types other than 5 (grabbed piece from gdome)
                   12137: 
                   12138:        * tests/: 137.html, results/137.processed: . not handled this case
                   12139:          yet. code does not hang from inserting parent into child,
                   12140:          considering thing minor issue -- nodes are removed from source
                   12141:          anyway, don't know why shold that be an error after all
                   12142: 
                   12143:        * src/targets/cgi/parser3.C: . style
                   12144: 
                   12145:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   12146:          xdoc too [were barking "not element"]
                   12147: 
                   12148: 2005-12-16  paf
                   12149: 
                   12150:        * tests/: 146.html, 147.html, 148.html: . more tests
                   12151: 
                   12152:        * src/classes/xnode.C: . also bark on possible errors
                   12153: 
                   12154:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   12155:          props
                   12156: 
                   12157:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   12158:          main/compile.y: merged from HEAD ! fixed overoptimized
                   12159:          ^call(false) case. (confused it with ^call[] case)
                   12160: 
                   12161:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   12162:          ^call(false) case. (confused it with ^call[] case)
                   12163: 
                   12164:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   12165: 
                   12166:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   12167:          results/001.processed, results/002.processed,
                   12168:          results/003.processed, results/004.processed,
                   12169:          results/005.processed, results/006.processed,
                   12170:          results/008.processed, results/009.processed,
                   12171:          results/010.processed, results/011.processed,
                   12172:          results/012.processed, results/013.processed,
                   12173:          results/014.processed, results/015.processed,
                   12174:          results/016.processed, results/017.processed,
                   12175:          results/018.processed, results/019.processed,
                   12176:          results/020.processed, results/021.processed,
                   12177:          results/022.processed, results/023.processed,
                   12178:          results/024.processed, results/025.processed,
                   12179:          results/026.processed, results/027.processed,
                   12180:          results/028.processed, results/029.processed,
                   12181:          results/030.processed, results/031.processed,
                   12182:          results/032.processed, results/033.processed,
                   12183:          results/034.processed, results/035.processed,
                   12184:          results/036.processed, results/037.processed,
                   12185:          results/038.processed, results/039.processed,
                   12186:          results/040.processed, results/041.processed,
                   12187:          results/042.processed, results/043.processed,
                   12188:          results/044.processed, results/045.processed,
                   12189:          results/046.processed, results/047.processed,
                   12190:          results/048.processed, results/049.processed,
                   12191:          results/050.processed, results/051.processed,
                   12192:          results/052.processed, results/053.processed,
                   12193:          results/054.processed, results/055.processed,
                   12194:          results/056.processed, results/057.processed,
                   12195:          results/058.processed, results/059.processed,
                   12196:          results/060.processed, results/061.processed,
                   12197:          results/062.processed, results/063.processed,
                   12198:          results/064.processed, results/065.processed,
                   12199:          results/066.processed, results/067.processed,
                   12200:          results/068.processed, results/069.processed,
                   12201:          results/070.processed, results/071.processed,
                   12202:          results/072.processed, results/073.processed,
                   12203:          results/074.processed, results/075.processed,
                   12204:          results/076.processed, results/077.processed,
                   12205:          results/078.processed, results/079.processed,
                   12206:          results/080.processed, results/081.processed,
                   12207:          results/082.processed, results/083.processed,
                   12208:          results/084.processed, results/085.processed,
                   12209:          results/086.processed, results/087.processed,
                   12210:          results/088.processed, results/089.processed,
                   12211:          results/090.processed, results/091.processed,
                   12212:          results/092.processed, results/093.processed,
                   12213:          results/094.processed, results/095.processed,
                   12214:          results/096.processed, results/097.processed,
                   12215:          results/099.processed, results/101.processed,
                   12216:          results/102.processed, results/104.processed,
                   12217:          results/105.processed, results/106.processed,
                   12218:          results/107.processed, results/108.processed,
                   12219:          results/109.processed, results/110.processed,
                   12220:          results/111.processed, results/112.processed,
                   12221:          results/113.processed, results/114.processed,
                   12222:          results/115.processed, results/116.processed,
                   12223:          results/117.processed, results/118.processed,
                   12224:          results/119.processed, results/120.processed,
                   12225:          results/121.processed, results/122.processed,
                   12226:          results/123.processed, results/124.processed,
                   12227:          results/125.processed, results/126.processed,
                   12228:          results/127.processed, results/128.processed,
                   12229:          results/129.processed, results/130.processed,
                   12230:          results/131.processed, results/132.processed,
                   12231:          results/133.processed, results/134.processed,
                   12232:          results/135.processed, results/136.processed,
                   12233:          results/137.processed, results/138.processed,
                   12234:          results/139.processed, results/140.processed,
                   12235:          results/141.processed: . refreshed old tests, made them work
                   12236:          without auto.p (in utf8) . things noted: . gif got encoded
                   12237:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   12238:          some strange year)
                   12239: 
                   12240:        * INSTALL: . revived linux libgc fix
                   12241: 
                   12242:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   12243:          glib/gdome in INSTALL and patches]
                   12244: 
                   12245:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12246:          include/pa_charset.h, include/pa_config_includes.h,
                   12247:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   12248:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   12249:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   12250:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   12251:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   12252:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   12253:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12254:          types/pa_vxnode.h: . started killing gdome
                   12255: 
                   12256: 2005-12-13  paf
                   12257: 
                   12258:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   12259:          @unhandled_exception thrown another exception, print correct
                   12260:          origin (earlier code in catch of exception inside of
                   12261:          @unhandled_exception grabbed parent_frame(original_exception)
                   12262:          origin and printed it, instead of true origin)
                   12263: 
                   12264:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   12265:          another exception, print correct origin (earlier code in catch of
                   12266:          exception inside of @unhandled_exception grabbed
                   12267:          parent_frame(original_exception) origin and printed it, instead
                   12268:          of true origin)
                   12269: 
                   12270: 2005-12-09  paf
                   12271: 
                   12272:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   12273:          detection problem, due to change in gc6.4 code
                   12274: 
                   12275:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   12276:          ignored in ^string.matched :(
                   12277: 
                   12278:        * src/main/pa_string.C: ! regex tainting were ignored in
                   12279:          ^string.matched :(
                   12280: 
                   12281:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   12282:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12283:          src/main/compile.y, src/main/compile_tools.h,
                   12284:          src/main/pa_charset.C, src/main/pa_common.C,
                   12285:          src/main/pa_globals.C, src/main/pa_string.C,
                   12286:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   12287:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   12288: 
                   12289: 2005-12-08  paf
                   12290: 
                   12291:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   12292:          500 chars now handled OK [were wrapped on 500th char according to
                   12293:          rfc, but sendmail failed to unwrap it properly]
                   12294: 
                   12295:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   12296:          handled OK [were wrapped on 500th char according to rfc, but
                   12297:          sendmail failed to unwrap it properly]
                   12298: 
                   12299:        * src/targets/isapi/parser3isapi.C: . less warnings
                   12300: 
                   12301:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   12302:          since 3.1.5
                   12303: 
                   12304:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   12305:          link fixes
                   12306: 
                   12307:        * src/: classes/date.C, include/pa_config_fixed.h,
                   12308:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12309:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   12310:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   12311: 
                   12312:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   12313:          [in current storage scheme there's no place for them. someday we
                   12314:          can add third CORD to store origins and special version of parser
                   12315:          which stores origins there [separate binary]]
                   12316: 
                   12317: 2005-12-07  paf
                   12318: 
                   12319:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   12320: 
                   12321:        * src/include/pa_version.h: makefiles
                   12322: 
                   12323:        * src/include/pa_version.h: . not beta
                   12324: 
                   12325:        * configure, configure.in, src/include/pa_version.h: not beta
                   12326: 
                   12327: 2005-12-06  paf
                   12328: 
                   12329:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   12330:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   12331:          decided to undo the change ^call[$void] passes void. now it will
                   12332:          pass empty string again.
                   12333: 
                   12334:        * src/main/: compile.tab.C, compile.y: . version readded
                   12335: 
                   12336:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   12337:          = ^switch[void] problem
                   12338: 
                   12339: 2005-12-01  paf
                   12340: 
                   12341:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   12342:          caused ^case[string] to be coerced to double since searching
                   12343:          value were not string (it was vvoid)
                   12344: 
                   12345:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   12346:          ^case[string] to be coerced to double since searching value were
                   12347:          not string (it was vvoid)
                   12348: 
                   12349:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   12350:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   12351: 
                   12352: 2005-11-30  paf
                   12353: 
                   12354:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   12355:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   12356: 
                   12357:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   12358:          putenv("TZ="), on unix works only putenv("TZ")
                   12359: 
                   12360:        * INSTALL: . xml libs versions updated
                   12361: 
                   12362:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   12363:          claims that fixed a lot there // 20040920 for now both
                   12364:          workarounds needed. wait for new libxml/xsl versions
                   12365: 
                   12366: 2005-11-28  paf
                   12367: 
                   12368:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   12369:          columns==0
                   12370: 
                   12371:        * src/classes/table.C: ! nameless table has columns==0
                   12372: 
                   12373:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   12374:          earlier [was totally wrong]
                   12375: 
                   12376:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   12377:          wrong]
                   12378: 
                   12379: 2005-11-25  paf
                   12380: 
                   12381:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   12382:          undoing for now...
                   12383: 
                   12384:        * src/include/pa_version.h: -this reduces speed(table::load),
                   12385:          strange. undoing
                   12386: 
                   12387:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   12388: 
                   12389:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   12390: 
                   12391:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   12392:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   12393:          this speeds things up and saves memory a LOT! (not noticed
                   12394:          negative effect on syntetic tests, future will tell...)
                   12395: 
                   12396:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   12397:          changed gc_malloc implementation, which obscured profiling
                   12398: 
                   12399:        * src/classes/table.C: merged from HEAD: + optimized
                   12400:          table::load/sql, now row ArrayString-s allocated with
                   12401:          columns.count() elements and don't always grow from
                   12402:          count=3[realloc,realloc]
                   12403: 
                   12404:        * src/classes/table.C: + optimized table::load/sql, now row
                   12405:          ArrayString-s allocated with columns.count() elements and don't
                   12406:          always grow from count=3[realloc,realloc]
                   12407: 
                   12408:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   12409:          buffer after save
                   12410: 
                   12411:        * src/classes/table.C: . ^table.save unused buffer after save
                   12412: 
                   12413: 2005-11-24  paf
                   12414: 
                   12415:        * configure.in: . merged glib2-config patch
                   12416: 
                   12417:        * configure.in: + trying to find glib2-config
                   12418: 
                   12419:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12420:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   12421:          file/dir_readable to simple file/dir_exist, this would help in
                   12422:          situations "class not found because .p file has bad rights" << in
                   12423:          that case error would be explicit "access denied to 'this' file"
                   12424: 
1.116     moko     12425:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     12426: 
                   12427:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12428:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   12429:          to simple file/dir_exist, this would help in situations "class
                   12430:          not found because .p file has bad rights" << in that case error
                   12431:          would be explicit "access denied to 'this' file"
                   12432: 
                   12433:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   12434:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12435:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   12436:          ^file::exec/cgi[script;$.charset[changed]
                   12437:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12438:          encoded in $.charset charset
                   12439: 
                   12440:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   12441:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12442:          encoded in $.charset charset
                   12443: 
                   12444:        * src/: include/Makefile.am, include/pa_common.h,
                   12445:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12446:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   12447:          separate file [preparation for
                   12448:          ^file::cgi[script;$.form[$.field1[]
                   12449: 
                   12450: 2005-11-22  paf
                   12451: 
                   12452:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   12453: 
                   12454:        * acinclude.m4, configure.in: . merged underquting fixes
                   12455: 
1.116     moko     12456:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     12457: 
                   12458:        * src/classes/op.C: . overmerged a little
                   12459: 
                   12460:        * src/main/compile.tab.C: Makefile
                   12461: 
                   12462:        * src/main/: pa_common.C: . less gcc warnings
                   12463: 
                   12464:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   12465:          now reports original exception if we have no old cache
                   12466: 
                   12467:        * src/classes/op.C: + $exception.handled[cache] now reports
                   12468:          original exception if we have no old cache
                   12469: 
                   12470:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   12471:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   12472:          \^$.[]|()?*+{}
                   12473: 
                   12474:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   12475:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   12476: 
                   12477:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12478:          getenv-ed variable, which does not work both on win32&unix.
                   12479:          copied old TZ value now
                   12480: 
                   12481:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   12482:          stored pointer to getenv-ed variable, which does not work both on
                   12483:          win32&unix. copied old TZ value now
                   12484: 
                   12485:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12486:          getenv-ed variable, which does not work both on win32&unix.
                   12487:          copied old TZ value now
                   12488: 
                   12489:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   12490:          access to internal hash
                   12491: 
                   12492:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   12493:          hash
                   12494: 
                   12495:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   12496:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12497:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12498:          very large block" messages to only important onces
                   12499: 
                   12500:        * src/targets/isapi/parser3isapi.C: +
                   12501:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12502:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12503:          very large block" messages to only important onces
                   12504: 
                   12505:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   12506:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12507: 
                   12508:        * src/classes/string.C: + removed limitation on
                   12509:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12510: 
                   12511:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   12512:          with ?params or $.form option" limitation
                   12513: 
                   12514:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   12515:          $.form option" limitation
                   12516: 
                   12517:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12518:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   12519:          ^file::base64[encoded] decode
                   12520: 
                   12521:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12522:          main/pa_common.C: + ^file.base64[] encode +
                   12523:          ^file::base64[encoded] decode
                   12524: 
                   12525:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   12526:          ^string:base64[encoded] decode
                   12527: 
                   12528:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   12529:          ^string:base64[in] encode + ^string.base64[] decode
                   12530: 
                   12531: 2005-11-21  paf
                   12532: 
                   12533:        * src/classes/file.C: + merged from HEAD:
                   12534:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12535: 
                   12536:        * src/classes/file.C: +
                   12537:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12538: 
                   12539:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   12540:          differes from :download, it does not return content-disposition
                   12541:          at all now [previusely it returned valueless content-disposition]
                   12542: 
                   12543:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   12544:          :download, it does not return content-disposition at all now
                   12545:          [previusely it returned valueless content-disposition]
                   12546: 
                   12547:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   12548:          literals, reverted to just vvod, recreating empty array with each
                   12549:          void_value token. that's absolutely needed, since that array
                   12550:          grows
                   12551: 
                   12552:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12553:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12554:          types/pa_vmethod_frame.h: + merged: expression literals:
                   12555:          true/false. ^format[$.indent(true)]
                   12556: 
                   12557:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12558:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12559:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   12560:          ^format[$.indent(true)]
                   12561: 
                   12562:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12563:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12564:          i386-pc-win32)"
                   12565: 
                   12566:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12567:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12568:          i386-pc-win32)"
                   12569: 
                   12570: 2005-11-18  paf
                   12571: 
                   12572:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   12573:          null}[$.default(123)] will now return default value
                   12574: 
                   12575:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   12576:          expiration time
                   12577: 
                   12578:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   12579:          time
                   12580: 
                   12581:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   12582:          failed << Exception.problem_source pointed to local var!
                   12583: 
                   12584:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   12585:          Exception.problem_source pointed to local var!
                   12586: 
                   12587:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   12588:          now loads VFile.ptr!=0, so such files can be saved now
                   12589: 
                   12590:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   12591:          loads VFile.ptr!=0, so such files can be saved now
                   12592: 
                   12593:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   12594:          only . and .. now removed from list [were removed all .*]
                   12595: 
                   12596:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   12597:          .. now removed from list [were removed all .*]
                   12598: 
                   12599:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   12600:          open error now checked, were not :( [stole that piece from apache
                   12601:          1.3 sources]
                   12602: 
                   12603:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   12604:          checked, were not :( [stole that piece from apache 1.3 sources]
                   12605: 
                   12606:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   12607:          untainting of @main result if returned by $result or
                   12608:          $response:body
                   12609: 
                   12610:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   12611:          result if returned by $result or $response:body
                   12612: 
                   12613:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   12614:          issue: now tries to guess content-length and allocates one big
                   12615:          piece if possible [regretfully gc_realloc works as malloc+free,
                   12616:          leaving lots of holes behind]
                   12617: 
                   12618:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   12619:          fixed file load memory issue: now tries to guess content-length
                   12620:          and allocates one big piece if possible [regretfully gc_realloc
                   12621:          works as malloc+free, leaving lots of holes behind]
                   12622: 
                   12623: 2005-11-16  paf
                   12624: 
                   12625:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   12626:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   12627:          table::save with enclosers now doubles them: "->"" !
                   12628:          table::save/load do not remove elements from options hash
                   12629: 
                   12630:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   12631:          [were overoptimized ^if(double_literal), compiler confused
                   12632:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12633: 
                   12634:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   12635:          [were overoptimized ^if(double_literal), compiler confused
                   12636:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12637: 
                   12638:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   12639:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   12640:          "->"" ! table::save/load do not remove elements from options hash
                   12641: 
                   12642: 2005-11-03  paf
                   12643: 
1.116     moko     12644:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   12645:          compilation, not all makefiles liked that
1.95      moko     12646: 
                   12647: 2005-08-30  paf
                   12648: 
                   12649:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   12650: 
                   12651:        * src/classes/op.C: . speedup check of [DEFAULT]
                   12652: 
                   12653: 2005-08-26  paf
                   12654: 
                   12655:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   12656: 
                   12657:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   12658: 
                   12659:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   12660:          complains about bad!=nameless
                   12661: 
                   12662:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   12663:          about bad!=nameless
                   12664: 
                   12665:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   12666:          optional options were allowed to be empty. were checked
                   12667:          if(is_string), changed to !defined||is_string to allow void
                   12668: 
                   12669:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   12670:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   12671:          options were allowed to be empty. were checked if(is_string),
                   12672:          changed to !defined||is_string to allow void
                   12673: 
                   12674:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   12675:          as_junction where they needed as_int/double, so failed with
                   12676:          recent "(const) now no junction" optimization
                   12677: 
                   12678:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   12679:          merged ! many classes/*  used as_junction where they needed
                   12680:          as_int/double, so failed with recent "(const) now no junction"
                   12681:          optimization
                   12682: 
                   12683:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   12684:          classes/op.C, classes/string.C, classes/table.C,
                   12685:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   12686:          used as_junction where they needed as_int/double, so failed with
                   12687:          recent "(const) now no junction" optimization
                   12688: 
                   12689: 2005-08-24  paf
                   12690: 
                   12691:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   12692:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   12693:          stripped it
                   12694: 
                   12695: 2005-08-09  paf
                   12696: 
                   12697:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12698:          not cleared
                   12699: 
                   12700:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12701:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12702:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12703:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12704:          classes/response.C, classes/string.C, classes/table.C,
                   12705:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12706:          include/pa_array.h, include/pa_cache_managers.h,
                   12707:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12708:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12709:          include/pa_dictionary.h, include/pa_dir.h,
                   12710:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12711:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12712:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12713:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12714:          include/pa_sapi.h, include/pa_socks.h,
                   12715:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12716:          include/pa_stack.h, include/pa_string.h,
                   12717:          include/pa_stylesheet_connection.h,
                   12718:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12719:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12720:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12721:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12722:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12723:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12724:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12725:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12726:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12727:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12728:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12729:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12730:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12731:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12732:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12733:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12734:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12735:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   12736:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12737:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12738:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12739:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   12740:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12741:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   12742:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12743:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12744:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   12745:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12746:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12747:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12748:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12749:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12750:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12751:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12752:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12753:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12754:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12755:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   12756: 
                   12757:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12758:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   12759:          speedup consequent checks in vmethod_frame
                   12760: 
                   12761:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12762:          not cleared
                   12763: 
                   12764:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   12765:          params: 50 max (were 10)
                   12766: 
                   12767:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   12768:          params: 50 max (were 10)
                   12769: 
                   12770:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12771:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   12772:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   12773:          empty string) ! simplified (double) speedup consequent checks in
                   12774:          vmethod_frame
                   12775: 
                   12776:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   12777:          optimized constants in expressions vstring->vdouble + optimized
                   12778:          ^call(vdouble), no junction creation, no calls later
                   12779: 
                   12780: 2005-08-08  paf
                   12781: 
                   12782:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   12783:          compile_tools.h: merged + optimized constants in expressions
                   12784:          vstring->vdouble + optimized ^call(vdouble), no junction
                   12785:          creation, no calls later
                   12786: 
                   12787:        * src/types/pa_vdouble.h: merged . double values without fractional
                   12788:          part now default printed as %.0f instead of %g
                   12789: 
                   12790:        * src/types/pa_vdouble.h: . double values without fractional part
                   12791:          now default printed as %.0f instead of %g
                   12792: 
                   12793:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   12794:          cause an exception
                   12795: 
                   12796:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   12797:          exception
                   12798: 
                   12799:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   12800:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12801:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12802:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12803:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   12804:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12805:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12806:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12807:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12808:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12809:          merged VJunction(new Junction) optimization from 3.1.4
                   12810: 
                   12811:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   12812:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   12813:          Junction(params)) to new VJunction(params), thousands of mallocs
                   12814:          removed
                   12815: 
                   12816: 2005-08-05  paf
                   12817: 
                   12818:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   12819:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   12820:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   12821:          creation, no calls later
                   12822: 
                   12823:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12824:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12825:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12826:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12827:          classes/response.C, classes/string.C, classes/table.C,
                   12828:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12829:          include/pa_array.h, include/pa_cache_managers.h,
                   12830:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12831:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12832:          include/pa_dictionary.h, include/pa_dir.h,
                   12833:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12834:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12835:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12836:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12837:          include/pa_sapi.h, include/pa_socks.h,
                   12838:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12839:          include/pa_stack.h, include/pa_string.h,
                   12840:          include/pa_stylesheet_connection.h,
                   12841:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12842:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12843:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12844:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12845:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12846:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   12847:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12848:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12849:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12850:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12851:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   12852:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12853:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12854:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12855:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12856:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12857:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12858:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12859:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12860:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12861:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12862:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12863:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12864:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   12865:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12866:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12867:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   12868:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   12869:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12870:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12871:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12872:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12873:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12874:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12875:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12876:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12877:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   12878: 
                   12879:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   12880:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   12881:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12882:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   12883:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   12884:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   12885:          optimized constants in expressions vstring->vdouble
                   12886: 
                   12887: 2005-07-29  paf
                   12888: 
                   12889:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   12890: 
                   12891:        * src/types/pa_vclass.C: + property getter can now be overridden
                   12892: 
                   12893:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   12894:          bug fix: static parent fields were not replaced in case
                   12895:          $derived:field[put] + property setter can now be overridden
                   12896: 
                   12897: 2005-07-28  paf
                   12898: 
                   12899:        * configure, configure.in, src/classes/classes.h,
                   12900:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   12901:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   12902:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   12903:          src/classes/xnode.h, src/include/pa_hash.h,
                   12904:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     12905:          src/types/Makefile.am, src/types/pa_method.h,
                   12906:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12907:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12908:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   12909:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   12910:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   12911:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   12912:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12913:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   12914:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12915:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12916:          src/types/pa_vstateless_class.h,
1.95      moko     12917:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   12918:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12919:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   12920:          dynamic_fields_join
                   12921: 
                   12922:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   12923:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   12924:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12925:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12926:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12927:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12928:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12929:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12930:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   12931:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   12932:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   12933:          restored its checks in vobject.put_element->static fields |
                   12934:          dynamic properties
                   12935: 
                   12936: 2005-07-27  paf
                   12937: 
                   12938:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   12939:          is some old code containing @set_name $name
                   12940: 
                   12941:        * src/types/pa_vobject.h: . fixed warning
                   12942: 
                   12943:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     12944:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     12945: 
                   12946:        * src/: classes/xnode.C, include/pa_hash.h,
                   12947:          types/pa_vstateless_class.C: ! new asserts were all false.
                   12948:          regretfully reverted them all to checks
                   12949: 
                   12950:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12951:          classes/op.C, main/execute.C, types/pa_method.h,
                   12952:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12953:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12954:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12955:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12956:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12957:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12958:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12959:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12960:          joined_dynamic_fields: removed unused param from put_method
                   12961:          (returned to 3 params)
                   12962: 
                   12963:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   12964:          joined_dynamic_fields: dynamic get/set works with overriding
                   12965:          props [alpha2]
                   12966: 
                   12967:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   12968:          works [alfa]
                   12969: 
                   12970:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12971:          classes/op.C, include/pa_hash.h, main/execute.C,
                   12972:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12973:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12974:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12975:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12976:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12977:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12978:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12979:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12980:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12981:          joined_dynamic_fields: just compiled
                   12982: 
                   12983:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12984:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12985:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   12986:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   12987:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   12988: 
                   12989:        * src/types/pa_vobject.C: . object setters [only started, does not
                   12990:          work yet]
                   12991: 
                   12992:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   12993:          object setters [only started, does not work yet]
                   12994: 
                   12995: 2005-07-26  paf
                   12996: 
                   12997:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   12998:          works [alpha2]. for classes. todo: for objects
                   12999: 
                   13000:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   13001:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13002:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13003:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13004:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   13005:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13006:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13007:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13008:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   13009:          properties: set works [alpha1]
                   13010: 
                   13011: 2005-07-25  paf
                   13012: 
                   13013:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   13014:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   13015:          properties: started, get works [alpha1, other approach]
                   13016: 
                   13017:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   13018:          properties: started, get works [alpha2]
                   13019: 
                   13020:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   13021:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   13022: 
                   13023: 2005-07-15  paf
                   13024: 
                   13025:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   13026:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   13027:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13028:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13029:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   13030:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   13031:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13032:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13033:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13034:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13035:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   13036:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   13037:          [getters work but think of changing them too to precaching]
                   13038: 
                   13039: 2005-07-08  paf
                   13040: 
                   13041:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   13042:          gpf
                   13043: 
                   13044: 2005-06-28  paf
                   13045: 
                   13046:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   13047:          in passing empty strings to file::exec/cgi environment
                   13048: 
                   13049: 2005-06-06  paf
                   13050: 
                   13051:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   13052:          ^table:sql ^hash:sql now DO process $.bind option
                   13053: 
                   13054: 2005-05-24  paf
                   13055: 
                   13056:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   13057:          $.limit] now work again [support was broken in 3.1.4]
                   13058: 
                   13059:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   13060:          ALL_INTERIOR_POINTERS
                   13061: 
                   13062: 2005-05-12  paf
                   13063: 
                   13064:        * configure: 3.1.5beta
                   13065: 
                   13066:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   13067: 
                   13068:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   13069:          $.limit] now work again [support was broken in 3.1.4]
                   13070: 
                   13071:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   13072:          line-width  [was refusing to fill if line-width >1, thanks to
                   13073:          Seras <seras@pinxit.lt> for repro case
                   13074: 
                   13075: 2005-04-25  paf
                   13076: 
                   13077:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   13078:          correctly
                   13079: 
                   13080: 2005-04-19  paf
                   13081: 
                   13082:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   13083:          in VString violating invariant!!
                   13084: 
                   13085:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   13086:          getenv("TZ")==null
                   13087: 
                   13088: 2005-04-08  paf
                   13089: 
                   13090:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   13091:          bugfix: when there is no char in charset one byte produces 6
                   13092:          (&#255; <<max). increased buffer size!
                   13093: 
                   13094: 2005-03-23  paf
                   13095: 
                   13096:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   13097:          ^date.sql-string now takes TZ into account
                   13098: 
                   13099: 2005-03-16  paf
                   13100: 
                   13101:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   13102:          gcc 3.4
                   13103: 
                   13104:        * src/types/pa_vhash.C: . warning about eof eol
                   13105: 
                   13106: 2005-02-17  paf
                   13107: 
                   13108:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   13109:          seconds)
                   13110: 
                   13111: 2005-02-02  paf
                   13112: 
                   13113:        * src/classes/xnode.C: beauty: removed needless includes
                   13114: 
                   13115: 2005-01-31  paf
                   13116: 
                   13117:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   13118:          $.partNoNumber now alias to $.part1
                   13119: 
                   13120:        * src/types/pa_vmail.C: change: incoming letter part contains
                   13121:          "content-disposition" header with any value? now considering that
                   13122:          part to be "file#" [for text/plain text/html were $.text#
                   13123:          $.html#]
                   13124: 
                   13125:        * INSTALL: updatet to latest working versions available
                   13126: 
                   13127: 2005-01-20  paf
                   13128: 
                   13129:        * configure.in, src/include/pa_version.h: version
                   13130: 
                   13131: 2005-01-19  paf
                   13132: 
1.116     moko     13133:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   13134:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   13135:          couple warnings in parser3.C
1.95      moko     13136: 
                   13137: 2004-12-23  paf
                   13138: 
                   13139:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   13140: 
                   13141:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   13142:          dir to directory of script (when shbang used), not to directory
                   13143:          of its interpreter
                   13144: 
                   13145:        * src/include/pa_version.h: compiled on win32...
                   13146: 
                   13147:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   13148:          we need more hspace
                   13149: 
                   13150:        * configure, configure.in, src/include/pa_version.h: configured
                   13151:          host to pa_version. will be displayed everywhere
                   13152: 
                   13153:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   13154:          exception from being logged by setting $exception.handled(1)
                   13155: 
                   13156:        * operators.txt, src/classes/file.C: change:
                   13157:          ^file::sql{query}[[options]] options: $.name[file name]
                   13158:          $.content-type[application/what]
                   13159: 
                   13160:        * src/: include/pa_common.h, main/pa_common.C,
                   13161:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   13162:          new file
                   13163: 
                   13164:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   13165:          bugfix: table->hash now regards _default
                   13166: 
                   13167:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   13168:          created by accessing $name_of_method it acquired bad self=closest
                   13169:          methodframe; instead of proper self (current class)
                   13170: 
                   13171:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   13172:          hashfile produced bad cord
                   13173: 
                   13174: 2004-12-10  paf
                   13175: 
                   13176:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   13177:          subsequent failures though defined in .h
                   13178: 
                   13179:        * src/main/pa_common.C: comment on volatile
                   13180: 
                   13181:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   13182:          alarm function were not used since the beginning due to stupid
                   13183:          error [setsigjmp were not checked in configure.in]
                   13184: 
                   13185:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   13186:          unix too
                   13187: 
                   13188:        * src/main/pa_common.C: http: exception status of send/recv errors
                   13189:          change to most probable http.timeout
                   13190: 
                   13191:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   13192:          works [setsockopt on send/receive]
                   13193: 
                   13194: 2004-12-08  paf
                   13195: 
                   13196:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   13197:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   13198:          proper charset
                   13199: 
                   13200: 2004-11-24  paf
                   13201: 
                   13202:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   13203: 
                   13204:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   13205:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   13206: 
                   13207: 2004-11-12  paf
                   13208: 
                   13209:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   13210:          [since 3.0.4]
                   13211: 
                   13212: 2004-11-09  paf
                   13213: 
                   13214:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   13215:          writes basics to c:\parser3.log
                   13216: 
                   13217: 2004-10-21  paf
                   13218: 
                   13219:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   13220:          tainted strings [were returning clean onces]
                   13221: 
                   13222: 2004-10-15  paf
                   13223: 
                   13224:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   13225:          cycles(i=1; i=2), which was wrong, now does ONE
                   13226: 
                   13227: 2004-10-12  paf
                   13228: 
                   13229:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   13230: 
                   13231: 2004-10-07  paf
                   13232: 
                   13233:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   13234:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   13235:          release asserts
                   13236: 
                   13237:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   13238:          String.dump() to stdout in detailed form  [were String.v() in
                   13239:          short form]
                   13240: 
                   13241:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   13242:          \t\r\n as @#| and truncates long char sequences less
                   13243: 
                   13244: 2004-10-06  paf
                   13245: 
                   13246:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   13247:          win32 beauty: socket errors properly decoded
                   13248: 
                   13249: 2004-10-05  paf
                   13250: 
                   13251:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   13252:          request::configure_user/admin done always, even if no
                   13253:          file-to-process useful in @unhandled_exception [say, if they
                   13254:          would want to mail by SMTP something]
                   13255: 
                   13256:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   13257:          now performed prior to file loading [and @auto executing] thus
                   13258:          making $cookie:value available in @auto and in
                   13259:          @unhandled_exception when IIS is configured to run interpreter
                   13260:          even if no file exist
                   13261: 
                   13262: 2004-09-20  paf
                   13263: 
                   13264:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   13265:          somewhere where it should have called xmlMalloc and it calls
                   13266:          xmlFree when it should have not called it.  inserted two
                   13267:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   13268:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   13269:          author would fix all that.  until that day: we have SLOW garbage
                   13270:          collecting when many xml objects are alive hint: do
                   13271:          ^memory:compact[] before xdoc::create
                   13272: 
                   13273: 2004-09-17  paf
                   13274: 
                   13275:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   13276:          error from 3.0.8 version]
                   13277: 
                   13278: 2004-09-14  paf
                   13279: 
                   13280:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   13281:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   13282:          modified inside
                   13283: 
                   13284: 2004-09-13  paf
                   13285: 
                   13286:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   13287:          [were as octal]
                   13288: 
                   13289:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   13290:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   13291:          safety-check
                   13292: 
                   13293:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   13294:          [not something obscure from sdbm lib]
                   13295: 
                   13296:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   13297:          = strerror now returnes something and we can properly report that
                   13298:          to client
                   13299: 
                   13300:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   13301:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   13302: 
                   13303:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13304:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   13305:          not be unnecessary optimized away [ruining javascript]
                   13306: 
                   13307:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13308:          [tainted as-is]
                   13309: 
                   13310:        * src/classes/mail.C: bugfix: typo error
                   13311: 
                   13312: 2004-09-09  paf
                   13313: 
                   13314:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   13315:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   13316:          (bloody yandex.server)
                   13317: 
                   13318: 2004-09-06  paf
                   13319: 
                   13320:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   13321:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   13322:          encoded
                   13323: 
                   13324: 2004-09-01  paf
                   13325: 
                   13326:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   13327:          multipart/related outlook express have no problems showing
                   13328:          unrelated attachments.  todo: someday figure out a way of
                   13329:          multipart/mixed    multipart/related       text/html
                   13330:          image/xxx application/octet-stream << true attachments
                   13331: 
                   13332:        * src/types/pa_vmail.C: new:
                   13333:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   13334:          empty mail header fields removed from letter
                   13335: 
                   13336:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   13337:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   13338:          ^mail:send[    $.file[       $.any[header]
                   13339: 
                   13340: 2004-08-30  paf
                   13341: 
                   13342:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   13343:          warnings
                   13344: 
                   13345:        * src/main/pa_common.C: beauty: do not bother with charset
                   13346:          detection when ^file::load[binary
                   13347: 
                   13348: 2004-08-27  paf
                   13349: 
                   13350:        * src/main/pa_common.C: hack: for yandex.server http server
                   13351: 
                   13352: 2004-08-18  paf
                   13353: 
                   13354:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   13355:          possibly-chunked response
                   13356: 
                   13357: 2004-08-17  paf
                   13358: 
                   13359:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13360:          $f.content-type now = that of http response
                   13361: 
                   13362:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13363:          $f.content-type now = that of http response
                   13364: 
                   13365: 2004-07-30  paf
                   13366: 
                   13367:        * src/: include/pa_request.h, main/pa_request.C,
                   13368:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   13369:          win32: system&parser exceptions in release mode reported properly
                   13370:          parser exception in exception handler WERE mistakenly reported as
                   13371:          system exception, without details [in apache & isapi] +some
                   13372:          beauty in exception text
                   13373: 
                   13374:        * src/: include/pa_exception.h, main/pa_request.C,
                   13375:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   13376:          release mode reported properly parser exception in exception
                   13377:          handler WERE mistakenly reported as system exception, without
                   13378:          details
                   13379: 
                   13380:        * src/main/execute.C: beauty: simplified system exception handling
                   13381: 
                   13382: 2004-07-29  paf
                   13383: 
                   13384:        * src/classes/table.C: bugfix:
                   13385:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   13386:          were ignored, and \t used unconditionally]
                   13387: 
                   13388:        * src/types/Makefile.am: added vhash.c
                   13389: 
                   13390: 2004-07-28  paf
                   13391: 
                   13392:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   13393:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   13394:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   13395:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   13396:          failed on russian letters
                   13397: 
                   13398:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   13399:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   13400:          letters
                   13401: 
                   13402:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   13403:          as 'currentDirectory' parameter to CreateProcess
                   13404: 
                   13405: 2004-07-27  paf
                   13406: 
                   13407:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   13408:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   13409:          from release somewhere [to help searching for unhandled system
                   13410:          exceptions]
                   13411: 
                   13412:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   13413:          TZ shift
                   13414: 
                   13415:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   13416:          but also in ctor
                   13417: 
                   13418: 2004-07-26  paf
                   13419: 
                   13420:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13421:          src/main/pa_request.C, src/types/pa_vfile.h,
                   13422:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13423:          src/types/types.vcproj: new: $response:body/download[
                   13424:          $.file[name on disk]    $.name[of file for user]
                   13425:          $.mdate[date of last-modified. default from directory] ]
                   13426: 
                   13427:        * src/classes/file.C: moving file:send somewhere else..
                   13428: 
                   13429:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   13430:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   13431:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   13432:          $response:download[ $.filename[filename] $.option[] ,, ]
                   13433: 
                   13434:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   13435: 
                   13436: 2004-07-21  paf
                   13437: 
                   13438:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   13439:          to several lines
                   13440: 
                   13441:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   13442: 
                   13443:          note: ms outlook[!express] shows only first 255 characters of
                   13444:          subject
                   13445: 
                   13446: 2004-07-15  paf
                   13447: 
                   13448:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   13449:          off]
                   13450: 
                   13451: 2004-07-14  paf
                   13452: 
                   13453:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   13454:          according to lang  [were: as-is]
                   13455: 
                   13456: 2004-07-07  paf
                   13457: 
                   13458:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   13459:          checked that
                   13460: 
                   13461:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   13462:          now untainted according to their languages.  were: as-is.
                   13463:          EVERYWHERE
                   13464: 
                   13465:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   13466:          environment string now untainted according to their languages.
                   13467:          were: as-is. EVERYWHERE
                   13468: 
                   13469:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13470:          untainted according to their languages.  were: as-is. on win32:
                   13471:          ok
                   13472: 
                   13473:        * parser3.vssscc: ...would not go unnoticed
                   13474: 
                   13475:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   13476:          fails. in case on input appears nonutf, those bytes will be
                   13477:          printed in %HH form. that can be easily decoded/recovered.
                   13478: 
                   13479:          this form is quite noticable, and hopefully would not go noticed
                   13480: 
                   13481: 2004-07-06  paf
                   13482: 
                   13483:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13484:          untainted according to their languages.  were: as-is. on win32:
                   13485:          ok
                   13486: 
                   13487: 2004-07-01  paf
                   13488: 
                   13489:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   13490:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   13491:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13492:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   13493:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   13494:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   13495:          option: global optimization ON
                   13496: 
                   13497:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   13498:          to do xdoc::create{invalid chars} standard disables chars less
                   13499:          then \x20, except tab, cr, lf.
                   13500: 
                   13501:          changed tainting so that those become '!'
                   13502: 
                   13503: 2004-06-25  paf
                   13504: 
                   13505:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13506:          int on odd address [prev bugfix failed due to superwize
                   13507:          optimizer, which turned memcpy into same 'ld' asm command]
                   13508: 
                   13509:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13510:          int on odd address
                   13511: 
                   13512: 2004-06-22  paf
                   13513: 
                   13514:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   13515: 
                   13516:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   13517:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13518:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   13519:          paf(:a)}[                $.bind[                         $.a[2]
                   13520:                 ]       ] output variables work.  todo: check in out
                   13521:          variables
                   13522: 
                   13523: 2004-06-18  paf
                   13524: 
                   13525:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   13526:          classes/table.C, classes/void.C, include/pa_globals.h,
                   13527:          include/pa_sql_connection.h, main/compile.tab.C,
                   13528:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   13529:                      $.bind[                         $.a[2]          ]
                   13530:          ] input variables work.  todo:output
                   13531: 
                   13532:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   13533:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   13534:          /_bug.html?404;http://hpsv/test/
                   13535:          --------------------------------------------------------------------------------
                   13536:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   13537:          --------------------------------------------------------------------------------
                   13538:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   13539: 
                   13540: 2004-06-16  paf
                   13541: 
                   13542:        * src/targets/cgi/parser3.C: new: iis specific
                   13543:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   13544:          $request:query
                   13545:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   13546:          $form:fields IIS-STATUS="404"
                   13547:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   13548: 
                   13549:          todo: isapi too
                   13550: 
                   13551: 2004-05-26  paf
                   13552: 
                   13553:        * src/include/pa_version.h: 3.1.3
                   13554: 
                   13555:        * operators.txt: beauty: removed outdated level 'table'
                   13556: 
                   13557:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   13558: 
                   13559:        * src/main/pa_string.C: beauty: removed 3 warnings
                   13560: 
                   13561:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   13562:          classes/op.C: beauty: removed outdated level 'table'
                   13563: 
                   13564: 2004-05-25  paf
                   13565: 
                   13566:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   13567:          implementation. mistery: how anything worked
                   13568: 
                   13569:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   13570:          changed, it is now safe to use url if pointers to it are stored
                   13571:          to gc mem
                   13572: 
                   13573:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   13574:          unknown errors reported and not cause SIGSEGV now
                   13575: 
                   13576: 2004-05-24  paf
                   13577: 
                   13578:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13579:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   13580:          less memory: CORD_chars_block originally intended to ...  it was
                   13581:          good that CORD_chars_block were not used: it consumes more memory
                   13582:          [and, might be slow too] undoing that. [and removed that func so
                   13583:          that it would not confuse parser developer in future]
                   13584: 
                   13585:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   13586:          less memory: CORD_chars_block originally intended to
                   13587:          speedup/reduce mem usage were forgotten, and were used stupid
                   13588:          CORD_chars
                   13589: 
                   13590:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   13591: 
                   13592:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   13593:          BIGENDIAN processors space-conserving mech failed, causing
                   13594:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   13595:          (1|2|3));
                   13596: 
                   13597: 2004-05-14  paf
                   13598: 
                   13599:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   13600:          bugfix: void now has vfile value, and $response:body[] works OK
                   13601: 
                   13602: 2004-05-12  paf
                   13603: 
                   13604:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   13605:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   13606:          sources to use is_defined() {return as_bool();} along VBool
                   13607: 
                   13608: 2004-05-11  paf
                   13609: 
                   13610:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   13611:          referencing to local objects
                   13612: 
                   13613:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   13614:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   13615:          left intact
                   13616: 
                   13617: 2004-04-15  paf
                   13618: 
                   13619:        * src/classes/date.C: merged: beauty: unused var removed
                   13620: 
                   13621:        * src/classes/date.C: beauty: unused var removed
                   13622: 
                   13623:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   13624:          provoked bug
                   13625: 
                   13626: 2004-04-09  paf
                   13627: 
                   13628:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   13629: 
                   13630:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   13631: 
                   13632: 2004-04-08  paf
                   13633: 
                   13634:        * src/classes/date.C: new: ^date::create[y-m-d
                   13635:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   13636: 
                   13637:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   13638: 
                   13639:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   13640:          to consult default catalog [usually, that file belongs to other
                   13641:          user/group]
                   13642: 
                   13643: 2004-04-06  paf
                   13644: 
                   13645:        * src/main/pa_common.C: beauty: gcc warning removed
                   13646: 
                   13647:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   13648:          accept that trick, trying other
                   13649: 
                   13650:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   13651:          explicit result problem
                   13652: 
                   13653:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   13654:          explicit result problem
                   13655: 
                   13656:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   13657:          explicit result problem
                   13658: 
                   13659:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   13660: 
                   13661:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   13662:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   13663:          failed
                   13664: 
                   13665:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13666:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13667:          gethostbyname failed with such 'domains'] now checked properly,
                   13668:          were: needless reverse/forward dns lookup
                   13669: 
                   13670:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13671:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13672:          gethostbyname failed with such 'domains'] now checked properly,
                   13673:          were: needless reverse/forward dns lookup
                   13674: 
                   13675:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   13676:          @method[][result] means "no string output here" moved to lexical
                   13677:          level [on grammar level it were too difficult]
                   13678: 
                   13679:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   13680:          src/main/compile.y, src/main/compile_tools.h,
                   13681:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   13682:          @method[][result] means "no string output here", implemented part
                   13683:          of that idea: compiler throws away string literal generation
                   13684:          code. and barks nonwhitespace chars
                   13685: 
                   13686:        * operators.txt: truth: removed comment about $ORIGIN
                   13687: 
                   13688: 2004-04-05  paf
                   13689: 
                   13690:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   13691:          src/include/pa_version.h, src/main/pa_common.C,
                   13692:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   13693: 
                   13694:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   13695:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   13696: 
                   13697:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   13698: 
                   13699:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   13700:          interfered with FAR console
                   13701: 
                   13702:        * configure, configure.in: 3.1.3
                   13703: 
                   13704:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   13705: 
                   13706:        * src/main/pa_common.C: removed warning
                   13707: 
                   13708:        * src/include/pa_version.h: 3.1.3
                   13709: 
                   13710: 2004-04-02  paf
                   13711: 
                   13712:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   13713: 
                   13714:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   13715:          allows to specify where to put parser log file
                   13716: 
                   13717: 2004-04-01  paf
                   13718: 
                   13719:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   13720:          without tab and enter were ignored
                   13721: 
                   13722:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   13723:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   13724:          main/pa_socks.C, targets/cgi/parser3.C,
                   13725:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   13726:          bugfix: sql connections now are disconnected
                   13727: 
                   13728: 2004-03-30  paf
                   13729: 
                   13730:        * src/classes/table.C: bugfix: table::load last line without tab
                   13731:          and enter were ignored
                   13732: 
                   13733:        * src/classes/table.C: bufix: if last table lines were commented,
                   13734:          gpfed
                   13735: 
                   13736:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   13737:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   13738:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   13739:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   13740:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   13741:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   13742:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   13743:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   13744:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   13745: 
                   13746: 2004-03-29  paf
                   13747: 
                   13748:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   13749:          causes gpf
                   13750: 
                   13751:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   13752:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   13753:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   13754:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   13755:          value.dox: translated to english
                   13756: 
                   13757: 2004-03-25  paf
                   13758: 
                   13759:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   13760:          parser3project dependency removed
                   13761: 
                   13762:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   13763:          bugfix: refused to compile without xml
                   13764: 
                   13765:        * src/types/pa_vform.C: beauty: removed warning
                   13766: 
                   13767:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   13768:          any folder [removed last ;) folder dependency]
                   13769: 
                   13770:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   13771:          folder [removed last ;) folder dependency]
                   13772: 
                   13773:        * src/include/pa_version.h: release
                   13774: 
                   13775:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   13776: 
                   13777:        * src/classes/table.C: beauty: comment& more meaningful error
                   13778:          message
                   13779: 
                   13780:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   13781:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   13782:          thing]
                   13783: 
                   13784: 2004-03-23  paf
                   13785: 
                   13786:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   13787:          and http status line parsing checked number of columns in table
                   13788:          [user reported an assert]
                   13789: 
                   13790:        * operators.txt: example: on hashfile
                   13791: 
                   13792:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   13793:          bugfix: junction reattach now actually reattaches a junction to
                   13794:          new wcontext [were only assigning it to junction, which caused
                   13795:          junction tracking to loose junction, and it's context were not
                   13796:          killed, and it tried to process in invalid context, gpf]
                   13797: 
                   13798:        * src/targets/cgi/parser3.C: debug helper added
                   13799: 
                   13800: 2004-03-19  paf
                   13801: 
                   13802:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   13803:          "type(type)" in braces
                   13804: 
                   13805: 2004-03-10  paf
                   13806: 
                   13807:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   13808:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13809:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   13810:          solution to search-in-namespaces problem:
                   13811:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   13812:          $nodes[^xdoc.select[//x:second]]
                   13813: 
                   13814:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   13815:          expression][[NAMESPACES HASH]] allows to search for info in
                   13816:          namespaces
                   13817: 
                   13818:          $nodes[^xdoc.select[//x:second][
                   13819:          $.x[http://pif.design.ru/] ]]
                   13820: 
                   13821: 2004-03-09  paf
                   13822: 
                   13823:        * operators.txt, src/main/pa_common.C: new:
                   13824:          ^file::load[...][options]         $.form[
                   13825:          !$.field1[string]
                   13826:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   13827:               ]         !$.body[string]
                   13828: 
                   13829:          GET ?here notGET(POST, HEAD, others) in content-type:
                   13830:          application/x-www-form-urlencoded
                   13831: 
                   13832:          todo: upload files ability
                   13833: 
                   13834:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   13835:          properly, done
                   13836: 
                   13837: 2004-03-05  paf
                   13838: 
                   13839:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   13840:          GET/POST $.form[$.fields started, not tested yet
                   13841:          todo:$.field[table] for multiple values
                   13842: 
                   13843:        * operators.txt: new: http:// options $.user $.password basic
                   13844:          authorization
                   13845: 
                   13846:        * src/main/pa_common.C: beauty: link to rtf added
                   13847: 
                   13848:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   13849:          new: http:// options $.user $.password basic authorization
                   13850: 
                   13851:        * src/main/pa_common.C: beauty: removed needless vars
                   13852: 
                   13853:        * operators.txt: new: pgsql option [like that recently added to
                   13854:          oracle driver]             ClientCharset=parser-charset <<
                   13855:          charset in which parser thinks client works
                   13856: 
                   13857:        * operators.txt: new: odbc option [like that recently added to
                   13858:          oracle driver]             ClientCharset=parser-charset <<
                   13859:          charset in which parser thinks client works
                   13860: 
                   13861:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   13862: 
                   13863:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   13864:          char!
                   13865: 
                   13866:        * etc/parser3.charsets/windows-1251.cfg: typo
                   13867: 
                   13868: 2004-03-04  paf
                   13869: 
                   13870:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   13871:          cached, sql transcoding now goes faster
                   13872: 
                   13873:        * operators.txt: new: mysql option [like that recently added to
                   13874:          oracle driver]             ClientCharset=parser-charset <<
                   13875:          charset in which parser thinks client works
                   13876: 
                   13877:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   13878:          typo error
                   13879: 
                   13880:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   13881:          chars commented
                   13882: 
                   13883: 2004-03-03  paf
                   13884: 
                   13885:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   13886:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   13887: 
                   13888: 2004-03-02  paf
                   13889: 
                   13890:        * operators.txt: new[update typo]:     !^void.left(n)
                   13891:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   13892:                nothing
                   13893: 
                   13894:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   13895:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   13896:                nothing
                   13897: 
                   13898:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   13899:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   13900:          row with columns:   first: data   second: file name   third:
                   13901:          content-type
                   13902: 
                   13903:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   13904:          ^connect gets properly escaped string, which can be passed to
                   13905:          request now this for mysql only. it's up to parser sql driver to
                   13906:          fix zeros properly
                   13907: 
                   13908:        * INSTALL: note: added on building apache with this option:
                   13909:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   13910: 
                   13911: 2004-03-01  paf
                   13912: 
                   13913:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   13914:          extension memory:compact befor processingrequest
                   13915: 
                   13916:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   13917:          call sole column of result
                   13918: 
                   13919:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   13920:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   13921:          pixel color
                   13922: 
                   13923:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   13924:          beauty: image -- less checks [were ugly impl]
                   13925: 
                   13926:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   13927:          negative values now considered bad
                   13928: 
                   13929:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   13930: 
                   13931:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   13932:          options now have unified defaults [after transform
                   13933:          indent/omit-xml-declaration/standalone 'default' erroreously
                   13934:          meant 'true']
                   13935: 
                   13936:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   13937:          added [on some platforms gethostbyname failed with such
                   13938:          'domains']
                   13939: 
                   13940:        * src/include/pa_config_auto.h.in: no select check, no define
                   13941: 
                   13942:        * src/classes/string.C: feature: ^string.trim both parameters may
                   13943:          be empty-strings, meaning kind=both chars=whitespaces
                   13944: 
                   13945:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   13946:          exist
                   13947: 
                   13948:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   13949:          exception if it is
                   13950: 
                   13951:        * src/classes/string.C: changed: ^string.trim [] << both,
                   13952:          whitespaces [start|both|end] << kind, whitespaces
                   13953:          [start|both|end;chars]  full
                   13954: 
                   13955: 2004-02-27  paf
                   13956: 
                   13957:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   13958:          method: ^string.trim[start|both|end[;chars]]        default
                   13959:          'chars' -- whitespace chars finished
                   13960: 
                   13961:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   13962:          src/main/pa_string.C: new method:
                   13963:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   13964:          whitespace chars   started, only start works
                   13965: 
                   13966:        * src/main/compile.C: bugfix: line numbers after
                   13967:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   13968:          signed
                   13969: 
                   13970:        * src/main/untaint.C: speed: there's no \n chars in output
                   13971:          [normally], so no need to optimize them they could be retrived
                   13972:          from databases, though. but 1. should be replaced 2. if not
                   13973:          optimized, no harm done
                   13974: 
                   13975:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   13976:          ^file::exec/cgi could return invalid status & zombie child can
                   13977:          remain for short period until process exists [very bad in
                   13978:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   13979: 
                   13980:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   13981:          malicious SMTP server to attack as by returning too long status
                   13982:          responses http://i2/tasks/edit/?id=4629448401140924947
                   13983: 
                   13984: 2004-02-26  paf
                   13985: 
                   13986:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   13987:          are         $.main[to what to rename @main]         $.file[file,
                   13988:          from which (user says) goes that CODE]         $.lineno(line
                   13989:          number in that file, where CODE starts. may be negative)
                   13990: 
                   13991:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13992:          src/main/compile.C, src/main/compile_tools.h,
                   13993:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   13994:          options] which are         $.main[to what to rename @main]
                   13995:          $.file[file, from which (user says) goes that CODE]
                   13996:          $.lineno(line number in that file, where CODE starts. may be
                   13997:          negative)
                   13998: 
                   13999: 2004-02-25  paf
                   14000: 
1.116     moko     14001:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   14002:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     14003: 
                   14004:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   14005:          produces hash of column=>1
                   14006: 
                   14007:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   14008:          with incomplete errno constants set
                   14009: 
                   14010: 2004-02-24  paf
                   14011: 
                   14012:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   14013:          "man select"
                   14014: 
                   14015:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   14016: 
                   14017:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   14018: 
                   14019:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   14020: 
1.116     moko     14021:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     14022: 
                   14023:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   14024:          unix: steps to work on unix [extracted 'to']
                   14025: 
                   14026:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   14027: 
                   14028:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   14029: 
1.116     moko     14030:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14031:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   14032:          unix [testing on solaris]
1.95      moko     14033: 
                   14034: 2004-02-20  paf
                   14035: 
                   14036:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   14037:          pointing that out
                   14038: 
                   14039:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   14040:          fixed again [same solution, mistanenly removed one line]
                   14041: 
                   14042: 2004-02-19  paf
                   14043: 
                   14044:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   14045:          date::create from bad datetime in spring daylightsaving hole now
                   14046:          OK for all platforms [on some platforms it failed]
                   14047: 
                   14048:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   14049:          in daylightsaving hole] now throws error
                   14050: 
                   14051:        * src/classes/date.C: comment: mistake fixed
                   14052: 
                   14053: 2004-02-18  paf
                   14054: 
                   14055:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   14056:          now renderes in $request:charset, but in header puts
                   14057:          $response:charset todo: make that default only so that coder
                   14058:          could override that
                   14059: 
                   14060:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   14061:          turns off omit-xml-declaration
                   14062: 
                   14063:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   14064:          /.xsl for sample
                   14065: 
                   14066: 2004-02-17  paf
                   14067: 
                   14068:        * src/classes/xdoc.C: beauty: needless helper class removed
                   14069: 
                   14070:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   14071:          copied extra time
                   14072: 
                   14073:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   14074:          part of libxml
                   14075: 
                   14076:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   14077:          libxml to do the work] <xsl:output        method="html"
                   14078:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   14079:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   14080:          />
                   14081: 
                   14082:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   14083: 
                   14084:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   14085:          caused assertion
                   14086: 
                   14087:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   14088:          could hang. now such add does nothing, sub clears $hash
                   14089: 
                   14090:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   14091:          not made quoted-printable
                   14092: 
                   14093:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   14094:          string invariant
                   14095: 
                   14096: 2004-02-16  paf
                   14097: 
                   14098:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   14099:          cleared [were not cleared properly]
                   14100: 
                   14101: 2004-02-13  paf
                   14102: 
1.116     moko     14103:        * src/include/pa_version.h: prerelease
1.95      moko     14104: 
                   14105:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   14106:          used, introducing dependencies timestamp check
                   14107: 
                   14108:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14109:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   14110:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   14111:          .xsl.stamp now not used, introducing dependencies timestamp check
                   14112: 
1.150     moko     14113:        * configure.in: auto.p: @conf made relative
1.95      moko     14114: 
                   14115: 2004-02-12  paf
                   14116: 
                   14117:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   14118:          ruined empty <input type=file> submits. parser thought there were
                   14119:          nameless empty file and $form:field got value of type 'file'
                   14120: 
                   14121:        * INSTALL: --without-threads
                   14122: 
                   14123:        * src/include/pa_sapi.h: 2004
                   14124: 
                   14125: 2004-02-11  paf
                   14126: 
                   14127:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14128:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14129:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14130:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14131:          classes/response.C, classes/string.C, classes/table.C,
                   14132:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14133:          include/pa_array.h, include/pa_cache_managers.h,
                   14134:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14135:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14136:          include/pa_dictionary.h, include/pa_dir.h,
                   14137:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14138:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   14139:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   14140:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14141:          include/pa_socks.h, include/pa_sql_connection.h,
                   14142:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14143:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14144:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14145:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14146:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   14147:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   14148:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14149:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   14150:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   14151:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14152:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14153:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   14154:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   14155:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14156:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14157:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   14158:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14159:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14160:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14161:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14162:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   14163:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14164:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14165:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14166:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   14167:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14168:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14169:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14170:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14171:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14172:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14173:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14174:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14175:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14176:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14177:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14178:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   14179: 
                   14180:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   14181:          debug version of gc.dll
                   14182: 
                   14183:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14184:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   14185:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   14186:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   14187:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   14188:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   14189:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   14190:          processes
                   14191: 
                   14192:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   14193:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   14194:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   14195:          changes to reflect libxml xsl new folders
                   14196: 
                   14197:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14198:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14199:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   14200:          to reflect libxml xsl new folders
                   14201: 
                   14202:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14203:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14204:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   14205:          types/types.vcproj: started changes to reflect libxml xsl new
                   14206:          folders
                   14207: 
                   14208:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   14209:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   14210:          src/main/compile.tab.C, src/main/main.vcproj,
                   14211:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   14212:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14213:          started changes to reflect libxml xsl new folders
                   14214: 
                   14215: 2004-02-10  paf
                   14216: 
                   14217:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   14218:          compile. recommened latest libxml up to date
                   14219: 
                   14220:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   14221:          pattern compilation errors", on which spent 4 hours worktime. use
                   14222:          versions higher than that. recommended now latest up to date
                   14223: 
                   14224: 2004-02-06  paf
                   14225: 
                   14226:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   14227:          beauty: unified destructing style
                   14228: 
                   14229:        * src/main/untaint.C: beauty: removed old def/ifdef
                   14230: 
                   14231:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   14232:          now
                   14233: 
                   14234: 2004-02-03  paf
                   14235: 
                   14236:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   14237:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   14238:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   14239:          then %ld/%lu
                   14240: 
                   14241:        * src/main/pa_common.C: typo: %l -> %u
                   14242: 
                   14243:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   14244:          in attributes or documents-results of transform now not &#04xx;
                   14245: 
                   14246:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   14247: 
                   14248:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   14249: 
                   14250:        * src/main/pa_charset.C: beauty: uncomment
                   14251:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   14252:          libraries
                   14253: 
                   14254: 2004-02-02  paf
                   14255: 
                   14256:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   14257:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   14258: 
                   14259:          $cookie:example[        $.value[]       $.expires[session]
                   14260:          $.path[/there/]         $.domain[test.com] ]
                   14261: 
                   14262:        * src/types/pa_vform.C: bugfix: empty values with
                   14263:          enctype=multipart/form-data now produce entries in $form:tables
                   14264:          <form method=post enctype=multipart/form-data> <input type=hidden
                   14265:          name=a> <input type=hidden name=b>
                   14266: 
                   14267:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   14268:          <hr> <pre>$request:body
                   14269: 
                   14270: 2004-01-30  paf
                   14271: 
                   14272:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   14273:          or documents-results of transform now not &#04xx;
                   14274: 
                   14275:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   14276:          produce exception.
                   14277: 
                   14278:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   14279:          bugfix: ^date::create[invalid fields now produce exception.
                   14280: 
                   14281:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   14282:          year] now produces exception. todo: check other fields
                   14283: 
                   14284: 2004-01-29  paf
                   14285: 
                   14286:        * src/include/pa_memory.h: typo error
                   14287: 
                   14288:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   14289:          more byte then specified, then zeroed it << useless and
                   14290:          potentially harmful(could gpf)
                   14291: 
                   14292: 2004-01-22  paf
                   14293: 
                   14294:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   14295: 
                   14296:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   14297:          optimization
                   14298: 
                   14299:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   14300:          [were bug: ^taint[1 & 2]="1 &2"
                   14301: 
                   14302:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   14303:          errors
                   14304: 
                   14305:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   14306:          overflow
                   14307: 
                   14308:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   14309:          error-reporting code * in parser-error reporting code [when no
                   14310:          @unhandled_exception defined]
                   14311: 
                   14312:          fixed in one place: my *snprintf override
                   14313: 
                   14314: 2004-01-13  paf
                   14315: 
                   14316:        * operators.txt: typo erro
                   14317: 
                   14318: 2003-12-25  paf
                   14319: 
                   14320:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   14321:          garbled  [pieces after zero bytes were removed]
                   14322: 
                   14323: 2003-12-22  paf
                   14324: 
1.116     moko     14325:        * src/include/Makefile.am: bugfix: removed from dist:
                   14326:          src/include/pa_config_auto.h which were configured for
1.95      moko     14327:          make-dist-platform and badly updated proper config file in target
                   14328:          [when .tar used for updating existing source tree]
                   14329: 
                   14330:        * ChangeLog, operators.txt, src/classes/op.C,
                   14331:          src/include/pa_sql_connection.h,
                   14332:          src/include/pa_sql_driver_manager.h,
                   14333:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   14334:          feature: sql introducing ability to transcode charsets
                   14335: 
                   14336: 2003-12-19  paf
                   14337: 
                   14338:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   14339:          error message
                   14340: 
                   14341:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   14342:          structure for libxml now allocated properly
                   14343: 
                   14344: 2003-12-17  paf
                   14345: 
                   14346:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   14347: 
                   14348:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   14349: 
                   14350:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   14351: 
                   14352:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   14353:          unreported xmlGenericErrors]
                   14354: 
                   14355: 2003-12-15  paf
                   14356: 
                   14357:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   14358:          works}
                   14359: 
                   14360: 2003-12-11  paf
                   14361: 
                   14362:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   14363:          id
                   14364:              !$status:tid thread id
                   14365: 
                   14366:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14367:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   14368:          bugfix(solaris): removed dependency on object initialization
                   14369:          order [one more place]
                   14370: 
                   14371:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14372:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   14373:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   14374:          understand that
                   14375: 
                   14376:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14377:          classes/xdoc.C, include/pa_cache_managers.h,
                   14378:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14379:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   14380:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   14381:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   14382:          ctor call [relying on implicit String::Body(cstr) call]
                   14383: 
                   14384:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   14385:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   14386:          object initialization order [two places]
                   14387: 
                   14388: 2003-12-10  paf
                   14389: 
                   14390:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   14391:          << time now ok
                   14392: 
                   14393:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14394:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   14395:          operational
                   14396: 
                   14397:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   14398:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   14399:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   14400:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   14401:          back operational
                   14402: 
                   14403: 2003-12-02  paf
                   14404: 
                   14405:        * src/types/pa_vmail.C: bugfix:
                   14406:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   14407:          as-is forced]
                   14408: 
                   14409:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   14410:          exceptions out of libxml callbacks: reimplemented error handling
                   14411:          of http://localhost, parser://method and safemode check callbacks
                   14412: 
                   14413:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   14414:          [merged from HEAD]
                   14415: 
                   14416:        * src/classes/image.C: nothing: comment removed
                   14417: 
                   14418:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   14419:          addresses to int
                   14420: 
                   14421: 2003-12-01  paf
                   14422: 
                   14423:        * src/main/pa_xml_io.C: bugfix: typo
                   14424: 
                   14425:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   14426: 
                   14427:        * src/classes/xdoc.C: bugfix: typo
                   14428: 
                   14429:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   14430:          exception
                   14431: 
                   14432:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   14433: 
                   14434: 2003-11-28  paf
                   14435: 
                   14436:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   14437:          all xml documents read
                   14438: 
                   14439:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   14440: 
                   14441:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14442:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14443:          replaced original open mech of xdoc::create & co to use libxml
                   14444:          open, so that this would work for root document todo: safe mode
                   14445:          checks to libxml: ideally to some 1 point
                   14446: 
                   14447:        * src/main/pa_xml_io.C: comment
                   14448: 
                   14449:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   14450:          http://parser[abscent params]
                   14451: 
                   14452:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   14453:          works.  todo: maybe replace original open mech of xdoc::create &
                   14454:          co to use libxml open, so that this would work for root document
                   14455: 
                   14456:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   14457:          "parser://method/params/here"> <test>   &test^; </test> }]
                   14458: 
                   14459:          ^taint[^xdoc.string[]]
                   14460: 
                   14461:          @method[param] <!ENTITY test
                   14462:          "test-entity-value+$form:user+$param!">
                   14463: 
                   14464: 2003-11-27  paf
                   14465: 
                   14466:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   14467: 
                   14468:        * src/classes/date.C: bugfix: typo error
                   14469: 
                   14470: 2003-11-26  paf
                   14471: 
                   14472:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   14473:          src/main/Makefile.am, src/main/main.vcproj,
                   14474:          src/main/pa_globals.C, src/main/pa_request.C,
                   14475:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   14476:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   14477:          to pa_xml_io.C/h
                   14478: 
                   14479:        * src/types/pa_value.h: warnings: --
                   14480: 
                   14481: 2003-11-25  paf
                   14482: 
                   14483:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   14484:          whatever)
                   14485: 
                   14486:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   14487:          a, (c?x:y, z)
                   14488: 
                   14489:        * src/main/untaint.C: bugfix: consequences of not reading this
                   14490:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   14491:          <= 0 ==> none    */
                   14492: 
                   14493:        * src/include/pa_array.h: removed needless checks
                   14494: 
                   14495: 2003-11-24  paf
                   14496: 
                   14497:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   14498:          removed limit: now $form:xxx can be accessed anytime, even in
                   14499:          @auto/conf [and request/response:charset still can be changed
                   14500:          anytime]
                   14501: 
                   14502:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   14503:          now not transcodes response body
                   14504: 
                   14505:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   14506:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   14507:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   14508:          $xdoc.firstChild.firstChild.nodeValue[different]
                   14509:          ^taint[^xdoc.string[]]
                   14510: 
                   14511:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   14512:          workaround: static Hash::allocates -> static Hash_allocates
                   14513: 
                   14514: 2003-11-21  paf
                   14515: 
1.116     moko     14516:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   14517:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   14518:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     14519: 
                   14520:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   14521: 
                   14522:        * src/classes/mail.C: bugfix: typo
                   14523: 
                   14524:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     14525:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   14526:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   14527:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   14528:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     14529:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   14530: 
                   14531:        * src/main/pa_exec.C: bug in safe mode
                   14532: 
                   14533:        * src/include/Makefile.am: pa_xml_exception.h
                   14534: 
                   14535:        * src/targets/isapi/parser3isapi.C: more warnings --
                   14536: 
                   14537: 2003-11-20  paf
                   14538: 
                   14539:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   14540:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   14541:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   14542:          --
                   14543: 
                   14544:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   14545:          more warnings --
                   14546: 
                   14547:        * src/classes/xdoc.C: more warnings --
                   14548: 
                   14549:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   14550: 
                   14551:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   14552:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   14553: 
                   14554:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14555:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   14556:          classes/table.C, include/pa_cache_managers.h,
                   14557:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   14558:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   14559:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   14560:          --
                   14561: 
                   14562:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   14563:          can't report problem (undefined @unhandled_exception) problem
                   14564:          source string were not reported
                   14565: 
                   14566:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14567:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14568:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14569:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14570:          classes/response.C, classes/string.C, classes/table.C,
                   14571:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14572:          include/pa_array.h, include/pa_cache_managers.h,
                   14573:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14574:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14575:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14576:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   14577:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   14578:          include/pa_request.h, include/pa_request_charsets.h,
                   14579:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   14580:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14581:          include/pa_stack.h, include/pa_string.h,
                   14582:          include/pa_stylesheet_connection.h,
                   14583:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14584:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14585:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14586:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   14587:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14588:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   14589:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   14590:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   14591:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   14592:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14593:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14594:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   14595:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14596:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   14597:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   14598:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   14599:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   14600:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   14601:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14602:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14603:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14604:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   14605:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14606:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14607:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14608:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14609:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14610:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14611:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14612:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14613:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14614:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14615:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14616:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   14617:          const IDENT
                   14618: 
                   14619:        * src/: include/pa_array.h, include/pa_pool.h,
                   14620:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   14621:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   14622:          types/pa_wcontext.h: more warnings --
                   14623: 
                   14624:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   14625:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   14626:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14627:          classes/memory.C, classes/op.C, classes/string.C,
                   14628:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   14629:          include/pa_config_includes.h, include/pa_operation.h,
                   14630:          include/pa_sql_connection.h, include/pa_table.h,
                   14631:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   14632:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   14633:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   14634:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   14635:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   14636:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   14637:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   14638:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   14639:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   14640:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   14641:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   14642:          types/pa_vmail.C, types/pa_vobject.C,
                   14643:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14644:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14645:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   14646:          on all projects (except libltdl=off & libsdbm=level3) found
                   14647:          several unitialized vars
                   14648: 
                   14649: 2003-11-19  paf
                   14650: 
                   14651:        * src/classes/op.C: more ansi C++ comp
                   14652: 
                   14653:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14654:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   14655:          $exception.handled[cache] meaning "get expired cache, if any.
                   14656:          else error"}
                   14657: 
                   14658:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   14659:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   14660:          ^cache[...]{body}{catch code with $exception.cache field}
                   14661: 
                   14662: 2003-11-12  paf
                   14663: 
                   14664:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   14665:          [copy/paste bug]
                   14666: 
                   14667: 2003-11-11  paf
                   14668: 
                   14669:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   14670:          failed]
                   14671: 
                   14672: 2003-11-10  paf
                   14673: 
                   14674:        * src/types/pa_vconsole.h: flush
                   14675: 
                   14676:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   14677:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   14678:          read/write  [for nntp]
                   14679: 
                   14680:        * operators.txt: mysql: transaction support: ?autocommit=0
                   14681: 
                   14682:        * operators.txt: comment: updated
                   14683: 
                   14684:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   14685:          serialize version and exipire now removes entries
                   14686: 
                   14687:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   14688:          dir, if could]
                   14689: 
                   14690:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   14691:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   14692:          removes files altogether [and dir, if could]
                   14693: 
                   14694:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   14695:          nonexistent pair. .c coded that that was error. fixed
                   14696: 
                   14697:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   14698:          file.access [regretfull can't split it to different exceptions
                   14699:          without modifying sdbm source wich would prefer not to]
                   14700: 
                   14701: 2003-11-07  paf
                   14702: 
                   14703:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14704:          classes/hashfile.C, classes/image.C, classes/table.C,
                   14705:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   14706:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   14707:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   14708:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   14709:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   14710:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   14711:          destructing objects at request processing end
                   14712: 
                   14713: 2003-11-06  paf
                   14714: 
                   14715:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   14716:          updates
                   14717: 
                   14718:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   14719:          to include sdbm
                   14720: 
1.116     moko     14721:        * src/include/: pa_config_includes.h, pa_version.h: our
                   14722:          replacements of max& co only for cpp
1.95      moko     14723: 
                   14724:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   14725:          upper dir, .am updated
                   14726: 
                   14727:        * tests/todo.txt: hashfile: done
                   14728: 
                   14729:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   14730:          expiration [time in value. todo: move time to key]
                   14731: 
                   14732:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   14733: 
                   14734:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   14735:          to do that in foreach, no errors, but surely wrong]
                   14736: 
                   14737:        * operators.txt, src/types/pa_vhashfile.C,
                   14738:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   14739: 
                   14740:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   14741:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   14742:          foreach
                   14743: 
                   14744:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14745:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   14746: 
                   14747:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14748:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   14749: 
                   14750:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   14751:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14752:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   14753:          get/put [raw]
                   14754: 
                   14755:        * src/: classes/op.C, main/pa_os.C: just linked
                   14756: 
                   14757:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   14758:          XmlException changes
                   14759: 
                   14760:        * src/: include/pa_charset.h, include/pa_globals.h,
                   14761:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   14762:          XmlException changes
                   14763: 
                   14764:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   14765: 
                   14766:        * src/: include/pa_common.h, include/pa_exception.h,
                   14767:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   14768:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   14769:          main/pa_xml_exception.C: locking move to pa_os [along with
                   14770:          pa_sleep] apr-impl locking done
                   14771: 
                   14772:        * configure, configure.in, operators.txt, parser3.sln,
                   14773:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   14774:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   14775:          src/include/pa_exception.h, src/include/pa_globals.h,
                   14776:          src/include/pa_memory.h, src/include/pa_version.h,
                   14777:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   14778:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   14779:          src/main/compile.tab.C, src/main/main.vcproj,
                   14780:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   14781:          src/types/Makefile.am, src/types/pa_vhash.C,
                   14782:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14783:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   14784:          again with sdbm from apache
                   14785: 
                   14786: 2003-11-05  paf
                   14787: 
                   14788:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14789:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   14790:          \parser3project dir anymore
                   14791: 
                   14792:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   14793:          thoughtlessly from xalan]
                   14794: 
                   14795:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   14796:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   14797:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   14798: 
                   14799:        * src/main/helpers/CaseFolding.txt:
                   14800:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   14801: 
                   14802: 2003-11-04  paf
                   14803: 
                   14804:        * operators.txt: comment: ^mail:send[$.options[
                   14805: 
                   14806:        * src/classes/table.C: compiled on unix
                   14807: 
1.116     moko     14808:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     14809: 
                   14810:        * src/classes/mail.C: compiled on unix
                   14811: 
                   14812:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   14813:          src/types/pa_vmail.h:     !^mail:send[
                   14814:                  $.options[unix: string to append to sendmail command
                   14815:          line]
                   14816: 
                   14817:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   14818:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   14819:          $.encloser["] <nothing> by default
                   14820: 
                   14821:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   14822:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   14823:          default
                   14824: 
                   14825: 2003-11-03  paf
                   14826: 
                   14827:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   14828:          ^table::load[; options:         !$.column-separator[^#09]
                   14829:          !$.column-encloser["]
                   14830: 
                   14831:        * operators.txt, src/include/pa_config_fixed.h,
                   14832:          src/types/pa_vrequest.C: $request:document-root
                   14833: 
                   14834:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   14835:          [already included into uri=xxx]
                   14836: 
                   14837:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   14838:          ^image.gif[filename] for $response:download
                   14839: 
                   14840:        * src/classes/date.C: minor precaution
                   14841: 
                   14842:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   14843:              !^date.unix-timestamp[]
                   14844: 
                   14845: 2003-10-30  paf
                   14846: 
                   14847:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   14848:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   14849: 
                   14850:        * src/classes/: date.C, image.C: improvement diagnostics:
                   14851:          $now[^date::create[$undefined]] now is error
                   14852: 
                   14853:        * src/main/pa_common.C: read errors would now be reported 'actually
                   14854:          read -1 bytes'
                   14855: 
                   14856: 2003-10-24  paf
                   14857: 
                   14858:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   14859:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   14860:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   14861:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   14862: 
                   14863: 2003-10-22  paf
                   14864: 
                   14865:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   14866: 
                   14867: 2003-10-21  paf
                   14868: 
                   14869:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14870:          fixed: string.match[g] without <'> option produced columns with
                   14871:          NULL's, which gpf'ed at table.save time
                   14872: 
                   14873:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   14874:          recoursion' message with intensive throw-catches fixed: incorrect
                   14875:          name and line (one name upper then needed) in error message about
                   14876:          problems inside try block
                   14877: 
                   14878: 2003-10-10  paf
                   14879: 
                   14880:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   14881:          check offset argument for validity did that in String::Body::pos
                   14882:          myself http://i2/tasks/edit/?id=4577425257580789777
                   14883: 
                   14884: 2003-10-07  paf
                   14885: 
                   14886:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   14887:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   14888: 
                   14889: 2003-10-03  paf
                   14890: 
                   14891:        * parser3.sln, src/include/pa_dictionary.h,
                   14892:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   14893:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   14894:          precalculating cstr&length
                   14895: 
                   14896: 2003-10-02  paf
                   14897: 
                   14898:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14899:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14900:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   14901:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   14902: 
                   14903: 2003-09-30  paf
                   14904: 
                   14905:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   14906:          occurrances after lang-mismatched
                   14907: 
                   14908: 2003-09-29  paf
                   14909: 
                   14910:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   14911:          helper
                   14912: 
                   14913:        * src/main/pa_string.C: string::serialize bug fix with
                   14914:          zero-terminator
                   14915: 
                   14916:        * src/classes/table.C: ^nameless_table.save column row now has no
                   14917:          \t at the end
                   14918: 
                   14919:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14920:          @postprocess  now takes $response:body/download
                   14921: 
                   14922:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   14923:          error message
                   14924: 
                   14925:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   14926: 
                   14927:        * src/classes/table.C: bugfix: flip: must produce nameless
                   14928:          http://i2/tasks/edit/?id=4573405524674081244
                   14929: 
                   14930:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   14931:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   14932: 
                   14933:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   14934:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   14935: 
                   14936: 2003-09-26  paf
                   14937: 
                   14938:        * src/main/untaint.C: removed needless field
                   14939: 
                   14940:        * src/main/untaint.C: removed needless const
                   14941: 
                   14942:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   14943:          String.for_each bug fixed [omited one-char cases]
                   14944: 
                   14945:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   14946:          runtime-executor stack were cleared... BADLY
                   14947: 
                   14948:        * src/main/pa_string.C: ^stirng.replace code used old
                   14949:          param-convention on langs.append, fixed that search fo the like,
                   14950:          found none
                   14951: 
                   14952:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   14953:          string::serialize/deserialize implemented Language enum assigned
                   14954:          meaningful letters [more convinient for debugging. read warning
                   14955:          before adding/changing anything]
                   14956: 
                   14957: 2003-09-25  paf
                   14958: 
                   14959:        * src/: include/pa_string.h, include/pa_version.h,
                   14960:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   14961:          differences on unix
                   14962: 
                   14963:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   14964:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   14965:          src/classes/xdoc.C, src/classes/xnode.C,
                   14966:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14967:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14968:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   14969:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   14970:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   14971:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   14972:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   14973:          src/main/compile_tools.h, src/main/pa_charset.C,
                   14974:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   14975:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14976:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   14977:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   14978:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   14979:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   14980:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   14981: 
                   14982:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   14983:          functions aligned to that of eeparser3 look
                   14984: 
                   14985:        * src/lib/cord/cordprnt.c: removed warnings
                   14986: 
                   14987: 2003-09-24  paf
                   14988: 
                   14989:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14990:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   14991:          include/pa_cache_managers.h, include/pa_charset.h,
                   14992:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   14993:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14994:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14995:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   14996:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   14997:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14998:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   14999:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   15000:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   15001:          types/pa_vxnode.C: v() functions of String::Body,
                   15002:          String::Languages and String itself StringBody->String::Body
                   15003: 
                   15004:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15005:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   15006:          never optimized anything.  todo: somehow speed up harder cases:
                   15007:          concatenationA+concatenationB when last block of A and first of B
                   15008:          contain same letters
                   15009: 
                   15010:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15011:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   15012:          blocks of same char [CORD_append_block]
                   15013: 
                   15014:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15015:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   15016:          save space by extending blocks when appending block with c ==
                   15017:          lastblock.c
                   15018: 
                   15019:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   15020:          working yet :( but more working &understood :)
                   15021: 
                   15022:        * src/: classes/table.C, include/pa_string.h,
                   15023:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   15024: 
                   15025: 2003-09-23  paf
                   15026: 
                   15027:        * src/main/untaint.C: $a[ok!] $a works!
                   15028: 
                   15029:        * src/main/untaint.C: something even more works :)
                   15030: 
                   15031:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15032:          something more works :)
                   15033: 
                   15034:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15035:          lib/cord/cordxtra.c: something already works :)
                   15036: 
                   15037:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   15038:          serialize&deserialize
                   15039: 
                   15040:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15041:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   15042:          main/untaint.C: main idea implemented, details left
                   15043: 
                   15044: 2003-09-22  paf
                   15045: 
                   15046:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   15047: 
                   15048:        * src/classes/xnode.C: copy/paste comment bugfix
                   15049: 
                   15050:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   15051:          allocator returns 0, just die.
                   15052:          http://i2/tasks/edit/?id=4570798492410259445
                   15053: 
                   15054:        * src/classes/xdoc.C: copy/paste comment bugfix
                   15055: 
                   15056:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   15057:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   15058:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   15059:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   15060: 
                   15061:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   15062:          chars due to bitwise operation signed-char error]
                   15063: 
                   15064: 2003-09-19  paf
                   15065: 
                   15066:        * src/types/pa_wcontext.C: output message: more practical
                   15067:          suggestion
                   15068: 
                   15069:        * src/main/pa_common.C, operators.txt: merged
                   15070:          $f[^file::load[binary;http://...]] $f.tables
                   15071: 
                   15072: 2003-09-02  paf
                   15073: 
                   15074:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   15075:          flush stdout without referencing 'stdout' symbol. to hell with
                   15076:          non-ansi libraries without 'stdout' symbol
                   15077: 
                   15078:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   15079:          unix (users reported problems with some old libc)
                   15080: 
                   15081:        * src/types/pa_vdate.h: forgot initializer
                   15082: 
                   15083: 2003-09-01  paf
                   15084: 
                   15085:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   15086:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   15087:          zone]
                   15088: 
                   15089:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   15090: 
                   15091: 2003-08-19  paf
                   15092: 
                   15093:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   15094:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   15095:          simplified a little
                   15096: 
                   15097:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   15098:          [lost fix from 3.0.8]
                   15099: 
                   15100:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   15101:          visible here }
                   15102: 
                   15103:          bug fix
                   15104: 
                   15105:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   15106: 
                   15107:        * src/main/compile.tab.C: initialized couple of variables about
                   15108:          which user reported runtime problems when parser were compiled
                   15109:          with VC7, warning level4.  study shows that later in bison
                   15110:          they've fixed that. would migrate to latest bison someday
                   15111: 
                   15112:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   15113:          recoding headers)
                   15114: 
                   15115:        * src/types/pa_vmail.C: works as before, same charset problems:
                   15116:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   15117:          anything for now
                   15118: 
                   15119:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   15120:          problems with body
                   15121: 
                   15122:        * src/types/pa_vmail.C: mail_receive just compiled
                   15123: 
                   15124: 2003-08-18  paf
                   15125: 
                   15126:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   15127:          main/main.vcproj, types/types.vcproj: win32: continued process
                   15128:          detaching from \parser3project directory
                   15129: 
                   15130:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   15131:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   15132:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   15133:          src/lib/pcre/pcre_dftables.dsp,
                   15134:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   15135:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   15136:          src/types/types.dsp: moved to MSVC 7
                   15137: 
                   15138:        * gnu.vcproj.vspscc, parser3.vssscc,
                   15139:          src/classes/classes.vcproj.vspscc,
                   15140:          src/lib/cord/cord.vcproj.vspscc,
                   15141:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   15142:          src/lib/md5/md5.vcproj.vspscc,
                   15143:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   15144:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   15145:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   15146:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   15147:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   15148:          moved to MSVC 7
                   15149: 
                   15150:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   15151:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   15152:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   15153:          src/lib/pcre/pcre_dftables.vcproj,
                   15154:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   15155:          src/targets/cgi/parser3.vcproj,
                   15156:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   15157:          new VS project files
                   15158: 
                   15159:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   15160:          .NET to detect Jalindi Igloo capabilities.
                   15161: 
                   15162:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     15163:          src/classes/classes.awk, src/doc/footer.htm,
                   15164:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   15165:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     15166:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   15167:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   15168: 
                   15169: 2003-08-15  paf
                   15170: 
                   15171:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15172:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   15173: 
                   15174:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15175:          non-ascii <yyy> now encoded correctly
                   15176: 
                   15177: 2003-07-29  paf
                   15178: 
1.116     moko     15179:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   15180:          dist
1.95      moko     15181: 
                   15182:        * src/types/pa_vmail.C: just started --with-mail-receive
                   15183: 
                   15184: 2003-07-28  paf
                   15185: 
1.116     moko     15186:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   15187:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     15188: 
                   15189:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   15190: 
                   15191: 2003-07-25  paf
                   15192: 
                   15193:        * src/doc/footer.htm: year
                   15194: 
                   15195: 2003-07-24  paf
                   15196: 
                   15197:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   15198:          fix
                   15199: 
                   15200:        * src/include/pa_version.h: release
                   15201: 
1.116     moko     15202:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     15203: 
                   15204:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   15205:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   15206:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   15207:          getting rid of win32xml pseudo project
                   15208: 
                   15209:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   15210: 
1.116     moko     15211:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   15212:          configure.in, operators.txt, parser3.dsw,
1.95      moko     15213:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     15214:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     15215:          src/classes/classes.C, src/classes/classes.awk,
                   15216:          src/classes/classes.dsp, src/classes/classes.h,
                   15217:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15218:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15219:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15220:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15221:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15222:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15223:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   15224:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     15225:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   15226:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15227:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   15228:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   15229:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   15230:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15231:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15232:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   15233:          src/include/pa_operation.h, src/include/pa_pool.h,
                   15234:          src/include/pa_pragma_pack_begin.h,
1.95      moko     15235:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   15236:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   15237:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   15238:          src/include/pa_sql_connection.h,
                   15239:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   15240:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   15241:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15242:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     15243:          src/include/pa_uue.h, src/lib/Makefile.am,
                   15244:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   15245:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   15246:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   15247:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     15248:          src/lib/cord/include/ec.h,
                   15249:          src/lib/cord/include/private/Makefile.am,
                   15250:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     15251:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   15252:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     15253:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     15254:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   15255:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15256:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   15257:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   15258:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15259:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   15260:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     15261:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   15262:          src/main/pa_request.C, src/main/pa_socks.C,
                   15263:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15264:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     15265:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   15266:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   15267:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   15268:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   15269:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   15270:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   15271:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     15272:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   15273:          src/targets/isapi/parser3isapi.dsp,
                   15274:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     15275:          src/types/pa_junction.h, src/types/pa_method.h,
                   15276:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     15277:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15278:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15279:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15280:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15281:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15282:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15283:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15284:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   15285:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   15286:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   15287:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15288:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15289:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15290:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15291:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15292:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15293:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15294:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15295:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15296:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15297:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15298:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15299:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   15300:          HEAD
                   15301: 
                   15302:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   15303:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   15304:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   15305:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   15306:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   15307:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   15308:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   15309:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   15310:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   15311:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   15312:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   15313:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   15314:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   15315:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   15316:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   15317:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   15318:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   15319:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   15320:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   15321:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   15322:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15323:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   15324:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   15325:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   15326:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   15327:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   15328:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   15329:          outputs/create-dir, results/001.processed, results/002.processed,
                   15330:          results/003.processed, results/004.processed,
                   15331:          results/005.processed, results/006.processed,
                   15332:          results/007.processed, results/008.processed,
                   15333:          results/009.processed, results/010.processed,
                   15334:          results/011.processed, results/012.processed,
                   15335:          results/013.processed, results/014.processed,
                   15336:          results/015.processed, results/016.processed,
                   15337:          results/017.processed, results/018.processed,
                   15338:          results/019.processed, results/020.processed,
                   15339:          results/021.processed, results/022.processed,
                   15340:          results/023.processed, results/024.processed,
                   15341:          results/025.processed, results/026.processed,
                   15342:          results/027.processed, results/028.processed,
                   15343:          results/029.processed, results/030.processed,
                   15344:          results/031.processed, results/032.processed,
                   15345:          results/033.processed, results/034.processed,
                   15346:          results/035.processed, results/036.processed,
                   15347:          results/037.processed, results/038.processed,
                   15348:          results/039.processed, results/040.processed,
                   15349:          results/041.processed, results/042.processed,
                   15350:          results/043.processed, results/044.processed,
                   15351:          results/045.processed, results/046.processed,
                   15352:          results/047.processed, results/048.processed,
                   15353:          results/049.processed, results/050.processed,
                   15354:          results/051.processed, results/052.processed,
                   15355:          results/053.processed, results/054.processed,
                   15356:          results/055.processed, results/056.processed,
                   15357:          results/057.processed, results/058.processed,
                   15358:          results/059.processed, results/060.processed,
                   15359:          results/061.processed, results/062.processed,
                   15360:          results/063.processed, results/064.processed,
                   15361:          results/065.processed, results/066.processed,
                   15362:          results/067.processed, results/068.processed,
                   15363:          results/069.processed, results/070.processed,
                   15364:          results/071.processed, results/072.processed,
                   15365:          results/073.processed, results/074.processed,
                   15366:          results/075.processed, results/076.processed,
                   15367:          results/077.processed, results/078.processed,
                   15368:          results/079.processed, results/080.processed,
                   15369:          results/081.processed, results/082.processed,
                   15370:          results/083.processed, results/084.processed,
                   15371:          results/085.processed, results/086.processed,
                   15372:          results/087.processed, results/088.processed,
                   15373:          results/089.processed, results/090.processed,
                   15374:          results/091.processed, results/092.processed,
                   15375:          results/093.processed, results/094.processed,
                   15376:          results/095.processed, results/096.processed,
                   15377:          results/097.processed, results/098.processed,
                   15378:          results/099.processed, results/100.processed,
                   15379:          results/101.processed, results/102.processed,
                   15380:          results/103.processed, results/104.processed,
                   15381:          results/105.processed, results/106.processed,
                   15382:          results/107.processed, results/108.processed,
                   15383:          results/109.processed, results/110.processed,
                   15384:          results/111.processed, results/112.processed,
                   15385:          results/113.processed, results/114.processed,
                   15386:          results/115.processed, results/116.processed,
                   15387:          results/117.processed, results/118.processed,
                   15388:          results/119.processed, results/120.processed,
                   15389:          results/121.processed, results/122.processed,
                   15390:          results/123.processed, results/124.processed,
                   15391:          results/125.processed, results/126.processed,
                   15392:          results/127.processed, results/128.processed,
                   15393:          results/129.processed, results/130.processed,
                   15394:          results/131.processed, results/132.processed,
                   15395:          results/133.processed, results/134.processed,
                   15396:          results/135.processed, results/136.processed,
                   15397:          results/137.processed, results/138.processed,
                   15398:          results/139.processed, results/140.processed,
                   15399:          results/141.processed: merged(copied) to HEAD from template_gc
                   15400: 
                   15401:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   15402:          towards \parser3project not having to be in root
                   15403: 
                   15404:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   15405:          module compiled [were minor unnecessary changes in lib/md5
                   15406:          interface]
                   15407: 
                   15408:        * src/include/pa_version.h: release
                   15409: 
                   15410:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   15411: 
                   15412:        * src/classes/math.C: merged uuid bugfix
                   15413: 
                   15414:        * tests/: 141.html, results/141.processed: fixed bug with
                   15415:          too-small-a-buffer
                   15416: 
                   15417:        * src/classes/math.C: uuid bugfix
                   15418: 
                   15419:        * tests/: 141.html, Makefile, results/005.processed,
                   15420:          results/030.processed, results/075.processed,
                   15421:          results/078.processed: to reflect date format change (were -
                   15422:          become ' ')
                   15423: 
                   15424:        * src/classes/math.C: uuid bugfix
                   15425: 
                   15426:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   15427:          debug/release changes
                   15428: 
                   15429:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   15430: 
                   15431: 2003-07-23  paf
                   15432: 
                   15433:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15434:          renamed a little [to move to comman naming conv]
                   15435: 
1.116     moko     15436:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   15437:          build
1.95      moko     15438: 
                   15439:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   15440:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15441:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   15442:          stack top_index() fixed
                   15443: 
                   15444:        * src/main/pa_globals.C: minor style changes
                   15445: 
                   15446:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   15447:          closing/caching fixed [connections were not closed/put to cache]
                   15448: 
                   15449: 2003-07-22  paf
                   15450: 
                   15451:        * INSTALL: gc part updated stightly
                   15452: 
                   15453:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   15454:          new sapi interface
                   15455: 
                   15456:        * src/classes/file.C: comment on OS
                   15457: 
                   15458:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   15459:          one deeper in cord lib]
                   15460: 
                   15461:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   15462: 
                   15463:        * src/main/pa_memory.C: out of memory is no longer coredump
                   15464: 
                   15465:        * INSTALL: disable-threads adviced
                   15466: 
                   15467: 2003-07-21  paf
                   15468: 
1.116     moko     15469:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     15470: 
                   15471:        * src/classes/file.C: file::exec/cgi environment variables now must
                   15472:          be UPPERCASE and A-Z 0-9 _-
                   15473: 
                   15474:        * src/classes/file.C: env passing fixed
                   15475: 
                   15476:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   15477: 
                   15478:        * src/main/pa_common.C: http:// CRLF now
                   15479: 
                   15480: 2003-07-02  paf
                   15481: 
                   15482:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   15483:          fields to reflect their real meaning
                   15484: 
                   15485: 2003-06-27  paf
                   15486: 
                   15487:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   15488:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   15489:          file::exec/cgi .charset
                   15490: 
                   15491: 2003-06-26  paf
                   15492: 
                   15493:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   15494:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   15495:          src/classes/table.C: fixed several uninitialized local
                   15496:          structures.  notably ^hash.foreach now inserts delimiters
                   15497:          properly [were inserting it before first body]
                   15498: 
                   15499: 2003-06-24  paf
                   15500: 
                   15501:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   15502: 
                   15503: 2003-06-20  paf
                   15504: 
                   15505:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15506:          src/main/pa_globals.C: introducing
                   15507:          $f[^file::load[binary;http://...]] $f.tables
                   15508: 
                   15509: 2003-06-06  paf
                   15510: 
                   15511:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   15512:          table. [were method lookup: inconsistent]
                   15513: 
                   15514: 2003-06-02  paf
                   15515: 
                   15516:        * src/include/pa_memory.h: empty string clone fixed to return
                   15517:          writable memory
                   15518: 
                   15519:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   15520:          were not appended] which violated string invariant
                   15521: 
                   15522: 2003-05-30  paf
                   15523: 
                   15524:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   15525:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   15526: 
                   15527:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   15528:          GMT  ; RFC 822, updated by RFC 1123
                   15529: 
                   15530:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   15531:          targets/isapi/parser3isapi.C: initialized request_info properly
                   15532: 
                   15533:        * src/classes/xnode.C: found minor bug, commended for future
                   15534: 
                   15535: 2003-05-28  paf
                   15536: 
                   15537:        * src/classes/form.C: request_info.content_length can't be <0,
                   15538:          size_t for some time
                   15539: 
                   15540: 2003-05-26  paf
                   15541: 
                   15542:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   15543:          forgotten <0 changed to !=STRING_NOT_FOUND
                   15544: 
                   15545:        * src/classes/math.C: merged ffffu from HEAD
                   15546: 
                   15547: 2003-05-11  paf
                   15548: 
                   15549:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   15550: 
                   15551:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   15552:          premature doc free.  transformed document had xmlDoc reference
                   15553:          stored to non-gc-memory (libgdome) added holding-reference
                   15554: 
                   15555: 2003-04-29  paf
                   15556: 
                   15557:        * src/main/pa_globals.C: started digging on double free.  on win32
                   15558:          found that that's perfectly normal.
                   15559: 
                   15560: 2003-04-25  paf
                   15561: 
                   15562:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   15563: 
                   15564:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   15565: 
                   15566:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   15567:          print anything.  changed to quicker and simplier code
                   15568: 
                   15569:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   15570:          strict a check]
                   15571: 
                   15572:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   15573: 
                   15574: 2003-04-24  paf
                   15575: 
                   15576:        * src/include/pa_table.h: too strict assert loosened
                   15577: 
                   15578:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   15579:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   15580:          report
                   15581: 
                   15582: 2003-04-21  paf
                   15583: 
1.116     moko     15584:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     15585: 
                   15586:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   15587:          memory
                   15588: 
                   15589:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   15590:          xmlMallocAtomic [author agreed to my suggestion], used that
                   15591: 
                   15592:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   15593: 
                   15594:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   15595:          types/pa_vmail.C: attributed_meaning_to_string added
                   15596:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   15597:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   15598:          made that param obligatory
                   15599: 
                   15600:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   15601:          fixed [assert helped]
                   15602: 
                   15603:        * src/include/pa_string.h: assert added [looking for bug]
                   15604: 
                   15605:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   15606:          names on Win32 considered disk-global
                   15607: 
                   15608:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   15609:          considered disk-global
                   15610: 
                   15611: 2003-04-18  paf
                   15612: 
                   15613:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   15614:          filenames
                   15615: 
                   15616:        * src/main/untaint.C: enabled '~' letter in filenames
                   15617: 
                   15618: 2003-04-16  paf
                   15619: 
                   15620:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   15621: 
                   15622:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   15623:          HEAD
                   15624: 
1.116     moko     15625:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     15626: 
                   15627: 2003-04-15  paf
                   15628: 
                   15629:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15630:          src/lib/md5/pa_md5c.c, tests/141.html,
                   15631:          tests/results/141.processed: merged from head ^math:uuid[]
                   15632:          ^math:uid64[] ^math:md5[string]
                   15633: 
                   15634:          test added: 141.html
                   15635: 
                   15636:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   15637: 
                   15638:        * src/classes/math.C: ^math:uuid[]
                   15639: 
                   15640:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   15641: 
                   15642:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15643:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   15644: 
                   15645:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   15646:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   15647:          ^file::load[mode;name;     $.offset     $.limit
                   15648: 
                   15649: 2003-04-14  paf
                   15650: 
                   15651:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15652:          started ^math:md5
                   15653: 
                   15654:        * src/classes/table.C, src/include/pa_array.h,
                   15655:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   15656:          tests/results/140.processed: table $.reverse option works in
                   15657:          create&co table $.distinct[tables] bug fix merged
                   15658: 
                   15659:        * src/: classes/table.C, include/pa_table.h: table
                   15660:          $.distinct[tables] bug fixed
                   15661: 
                   15662:        * src/classes/table.C: more warnings
                   15663: 
                   15664:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   15665:          removed checks in table::set_current, moved them back to
                   15666:          table::locate implemented table::create/join ñ $.reverse
                   15667: 
                   15668:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   15669:          removed checks in table::set_current, moved them back to
                   15670:          table::locate
                   15671: 
                   15672: 2003-04-11  paf
                   15673: 
                   15674:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15675:          src/include/pa_array.h, src/include/pa_common.h,
                   15676:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15677:          src/include/pa_table.h, src/main/pa_request.C,
                   15678:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15679:          src/main/pa_table.C: merged from HEAD from
                   15680:          before_append_array_limit_sense_change to
                   15681:          after_append_array_limit_sense_change
                   15682: 
                   15683:        * src/classes/table.C: typo
                   15684: 
                   15685:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15686:          src/include/pa_array.h, src/include/pa_common.h,
                   15687:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   15688:          src/include/pa_table.h, src/main/pa_array.C,
                   15689:          src/main/pa_globals.C, src/main/pa_request.C,
                   15690:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15691:          src/main/pa_table.C: append_array_limit_sense_change locate
                   15692:          accepts options same as create new option: $.reverse(1)   [do not
                   15693:          work in table::create]
                   15694: 
                   15695:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   15696:          (stat xxx,
                   15697: 
                   15698:        * src/classes/: table.C: typo
                   15699: 
                   15700:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   15701:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   15702:          results/130.processed, results/131.processed,
                   15703:          results/132.processed, results/133.processed,
                   15704:          results/134.processed, results/135.processed,
                   15705:          results/136.processed, results/137.processed,
                   15706:          results/138.processed, results/139.processed: added few mustfail
                   15707:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   15708:          date/time 132.html mustfail: access to junction outside of
                   15709:          context 133.html mustfail: access to junction outside of context,
                   15710:          case version 134.html mustfail: hash: adding a key inside of
                   15711:          foreach 135.html mustfail: modifying system class 136.html
                   15712:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   15713:          appendChild without import 138.html mustfail: invalid encoding
                   15714:          inside of xml 139.html mustfail: bad XPath
                   15715: 
                   15716:        * operators.txt, src/classes/table.C, tests/084.html,
                   15717:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   15718:          tests/129.html, tests/results/125.processed,
                   15719:          tests/results/126.processed, tests/results/127.processed,
                   15720:          tests/results/128.processed, tests/results/129.processed: merged
                   15721:          from HEAD ^table.hash[key][$.distinct[tables]]
                   15722: 
                   15723:          maked appropriate tests [changed one old nonconforming]
                   15724: 
                   15725:        * operators.txt, src/classes/table.C:
                   15726:          ^table.hash[key][$.distinct[tables]]
                   15727: 
                   15728:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15729:          merged fix for found very old xml (dom) bug: were passing
                   15730:          domString objects and later ERROREOUSLY freed them
                   15731: 
                   15732:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   15733:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   15734:          libgdome bug can not be worked around
                   15735: 
                   15736: 2003-04-10  paf
                   15737: 
                   15738:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15739:          found very old xml (dom) bug: were passing domString objects and
                   15740:          later ERROREOUSLY freed them
                   15741: 
                   15742:        * src/doc/string.dox, src/include/pa_memory.h,
                   15743:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   15744:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   15745:          tests/123.html, tests/124.html, tests/results/001.processed,
                   15746:          tests/results/002.processed, tests/results/003.processed,
                   15747:          tests/results/004.processed, tests/results/005.processed,
                   15748:          tests/results/006.processed, tests/results/008.processed,
                   15749:          tests/results/009.processed, tests/results/010.processed,
                   15750:          tests/results/011.processed, tests/results/012.processed,
                   15751:          tests/results/013.processed, tests/results/014.processed,
                   15752:          tests/results/015.processed, tests/results/016.processed,
                   15753:          tests/results/017.processed, tests/results/018.processed,
                   15754:          tests/results/020.processed, tests/results/021.processed,
                   15755:          tests/results/022.processed, tests/results/023.processed,
                   15756:          tests/results/024.processed, tests/results/025.processed,
                   15757:          tests/results/026.processed, tests/results/027.processed,
                   15758:          tests/results/028.processed, tests/results/029.processed,
                   15759:          tests/results/030.processed, tests/results/031.processed,
                   15760:          tests/results/032.processed, tests/results/033.processed,
                   15761:          tests/results/034.processed, tests/results/035.processed,
                   15762:          tests/results/036.processed, tests/results/037.processed,
                   15763:          tests/results/038.processed, tests/results/039.processed,
                   15764:          tests/results/040.processed, tests/results/041.processed,
                   15765:          tests/results/042.processed, tests/results/043.processed,
                   15766:          tests/results/044.processed, tests/results/045.processed,
                   15767:          tests/results/046.processed, tests/results/047.processed,
                   15768:          tests/results/048.processed, tests/results/049.processed,
                   15769:          tests/results/050.processed, tests/results/051.processed,
                   15770:          tests/results/052.processed, tests/results/053.processed,
                   15771:          tests/results/054.processed, tests/results/055.processed,
                   15772:          tests/results/056.processed, tests/results/057.processed,
                   15773:          tests/results/058.processed, tests/results/059.processed,
                   15774:          tests/results/060.processed, tests/results/061.processed,
                   15775:          tests/results/062.processed, tests/results/063.processed,
                   15776:          tests/results/064.processed, tests/results/065.processed,
                   15777:          tests/results/066.processed, tests/results/067.processed,
                   15778:          tests/results/068.processed, tests/results/069.processed,
                   15779:          tests/results/070.processed, tests/results/071.processed,
                   15780:          tests/results/072.processed, tests/results/073.processed,
                   15781:          tests/results/074.processed, tests/results/075.processed,
                   15782:          tests/results/076.processed, tests/results/077.processed,
                   15783:          tests/results/078.processed, tests/results/079.processed,
                   15784:          tests/results/080.processed, tests/results/081.processed,
                   15785:          tests/results/082.processed, tests/results/083.processed,
                   15786:          tests/results/084.processed, tests/results/085.processed,
                   15787:          tests/results/086.processed, tests/results/087.processed,
                   15788:          tests/results/088.processed, tests/results/089.processed,
                   15789:          tests/results/090.processed, tests/results/091.processed,
                   15790:          tests/results/092.processed, tests/results/093.processed,
                   15791:          tests/results/094.processed, tests/results/095.processed,
                   15792:          tests/results/096.processed, tests/results/097.processed,
                   15793:          tests/results/101.processed, tests/results/102.processed,
                   15794:          tests/results/104.processed, tests/results/105.processed,
                   15795:          tests/results/106.processed, tests/results/107.processed,
                   15796:          tests/results/108.processed, tests/results/109.processed,
                   15797:          tests/results/110.processed, tests/results/111.processed,
                   15798:          tests/results/112.processed, tests/results/113.processed,
                   15799:          tests/results/114.processed, tests/results/115.processed,
                   15800:          tests/results/116.processed, tests/results/117.processed,
                   15801:          tests/results/118.processed, tests/results/119.processed,
                   15802:          tests/results/120.processed, tests/results/121.processed,
                   15803:          tests/results/122.processed, tests/results/123.processed,
                   15804:          tests/results/124.processed: new convention: char* never 0.
                   15805:          assert in cord on that
                   15806: 
                   15807:        * src/main/pa_charset.C: couple more asserts
                   15808: 
                   15809:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   15810:          speedup
                   15811: 
                   15812:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   15813:          added [may be those is the case now?]
                   15814: 
                   15815:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15816:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15817:          hope]
                   15818: 
                   15819:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15820:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15821:          hope]
                   15822: 
                   15823:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   15824: 
                   15825: 2003-04-09  paf
                   15826: 
                   15827:        * src/classes/date.C: merged ^date.roll changes
                   15828: 
                   15829:        * src/classes/date.C: ^date.roll bug fix
                   15830: 
                   15831:        * src/classes/date.C: ^date.roll now throws less errors: month
                   15832:          shifts handles end of month situation by reducing day number
                   15833:          hour-hole shift reduces hour to recover
                   15834: 
                   15835:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   15836:          Sort by function time
                   15837: 
                   15838:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   15839:          http://   $.charset[] param done
                   15840: 
                   15841:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   15842:          added [after volatile fix. passes on win&intel-solaris]
                   15843: 
                   15844: 2003-04-08  paf
                   15845: 
                   15846:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   15847:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   15848:          include/pa_common.h, include/pa_request_charsets.h,
                   15849:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15850:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   15851:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   15852:          types/pa_vresponse.C: started http://   $.charset[] param and
                   15853:          http response charset detection just compiled.  todo:test
                   15854: 
                   15855:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   15856: 
                   15857:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   15858:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   15859:          types/pa_vmail.C: changed transcode param converntion  along with
                   15860:          string creating convention -- all strings are zero-terminated,
                   15861:          this allowed to fix one remaining String("123", 2) case
                   15862: 
                   15863:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15864:          classes/op.C, classes/string.C, classes/table.C,
                   15865:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   15866:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   15867:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15868:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   15869:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   15870:          violated String::invariant. started fixing [not compiled now]
                   15871: 
                   15872:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15873:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   15874:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   15875:          improvements & optimizations
                   15876: 
                   15877:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   15878:          :(]
                   15879: 
                   15880:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   15881:          [for it's a pointer really]
                   15882: 
                   15883:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   15884:          'n' param. worked that around
                   15885: 
                   15886:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   15887:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   15888:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   15889:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   15890:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   15891: 
                   15892:          Thanks for the bug report and patch.
                   15893: 
                   15894:          I hadn't looked at this code in a while.  Reading it now, it
                   15895:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   15896:          comply with the invariant, though that may not matter a lot.  I
                   15897:          changed that, too.
                   15898: 
                   15899:          Hans
                   15900: 
                   15901: 2003-04-07  paf
                   15902: 
                   15903:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   15904:          merged from head:safe mode error message now includes numbers
                   15905: 
                   15906:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15907:          problem: as_double returns it's result in fp-register compiler
                   15908:          optimizes access to that register after b->as_double, and just
                   15909:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15910:          from memory.  _SAME_ double values do not match here.  when
                   15911:          forced to REload fp-register, values do match.
                   15912: 
                   15913:          tried to make them volatile.
                   15914: 
                   15915:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15916:          problem: as_double returns it's result in fp-register compiler
                   15917:          optimizes access to that register after b->as_double, and just
                   15918:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15919:          from memory.  _SAME_ double values do not match here.  when
                   15920:          forced to REload fp-register, values do match.
                   15921: 
                   15922:          tried to make them volatile.
                   15923: 
                   15924:        * src/types/pa_vobject.h: small style change
                   15925: 
                   15926:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   15927: 
                   15928:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   15929:          mode error message now includes numbers
                   15930: 
                   15931:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   15932:          now causes death
                   15933: 
                   15934: 2003-04-04  paf
                   15935: 
                   15936:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   15937:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   15938:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   15939:          Sent: Thursday, January 23, 2003 9:14 AM
                   15940: 
                   15941:          huge speedup on ^file::cgi with big result
                   15942: 
                   15943:        * src/classes/table.C: sort table with 0 rows bug fixed
                   15944: 
                   15945:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   15946:          fix http://i2/tasks/edit/?id=4493701604654042676
                   15947: 
                   15948:          @main[] $with_default[  $.a[1]  $._default[default from
                   15949:          with_default] ] ^show[$with_default]
                   15950: 
                   15951:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15952:          =$to_add_to.xxx=<br>
                   15953: 
                   15954:          ^show[$to_add_to]
                   15955: 
                   15956:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15957:          ^show[$cloned]
                   15958: 
                   15959:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15960: 
                   15961:          }  <hr>
                   15962: 
                   15963:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   15964:          http://i2/tasks/edit/?id=4493701604654042676
                   15965: 
                   15966:          @main[] $with_default[  $.a[1]  $._default[default from
                   15967:          with_default] ] ^show[$with_default]
                   15968: 
                   15969:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15970:          =$to_add_to.xxx=<br>
                   15971: 
                   15972:          ^show[$to_add_to]
                   15973: 
                   15974:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15975:          ^show[$cloned]
                   15976: 
                   15977:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15978: 
                   15979:          }  <hr>
                   15980: 
                   15981:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   15982:          http://i2/tasks/edit/?id=4507350336410850921
                   15983: 
                   15984:        * src/classes/xdoc.C: memory allocation func bugfix
                   15985:          http://i2/tasks/edit/?id=4499303470368629745
                   15986: 
                   15987:        * src/classes/math.C: allowed random 1...
                   15988: 
                   15989:        * src/classes/math.C: allowed random 0..
                   15990: 
                   15991:        * src/main/pa_globals.C: exif mem leak
                   15992:          http://i2/tasks/edit/?id=4480590323629807263
                   15993: 
                   15994:        * src/: classes/classes.dsp, main/main.dsp,
                   15995:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   15996:          fix http://i2/tasks/edit/?id=4493946731322521294
                   15997:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   15998: 
                   15999:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16000:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   16001:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   16002:          links to xml libs made relative, no need to unpack parser3project
                   16003:          to /parser3project.
                   16004: 
                   16005:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   16006:          column more precise - tab handling bug fixed
                   16007: 
                   16008:        * src/main/: compile.tab.C, compile.y: more understandable error
                   16009:          message in case @CLASS with more then one line inside
                   16010: 
                   16011:        * src/targets/cgi/parser3.C: more understandable error message in
                   16012:          case of errors in @unhandled_exception
                   16013: 
                   16014: 2003-04-03  paf
                   16015: 
                   16016:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   16017:          src/main/compile.tab.C, src/main/compile.y,
                   16018:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16019:          src/main/execute.C, src/main/pa_request.C: debug info format
                   16020:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   16021: 
                   16022:          higher limits:   file number (max: 255)   line number (max:
                   16023:          64535)   column number (max: 255)
                   16024: 
                   16025:        * src/classes/math.C: top limit
                   16026: 
                   16027:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   16028:          precise parse error position in case of
                   16029: 
                   16030:          ^bug ]
                   16031: 
                   16032:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   16033:          changed to realities, and passed [bug fixed]
                   16034: 
                   16035:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   16036:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   16037:          main/compile_tools.h, main/pa_request.C: introducing
                   16038:          ^process...[main-method-alias]
                   16039: 
                   16040:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   16041:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16042:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   16043:          params receive zero reference, but they are expected not to look
                   16044:          there]
                   16045: 
                   16046:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   16047:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   16048:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16049:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   16050:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   16051:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   16052:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   16053:          [methods without params receive zero reference, but they are
                   16054:          expected not to look there]
                   16055: 
                   16056:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   16057:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   16058:          ^process...[filename] useful for better error reporting
                   16059:          [file/line/col]
                   16060: 
                   16061:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16062:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   16063:          '%s', it 2. method undefined in case of ^void[]
                   16064: 
                   16065:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16066:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   16067:          handling done. now we have error columns todo: test it
                   16068: 
                   16069:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   16070:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   16071: 
                   16072:          this makes life easier: were: bad stack order -- were in
                   16073:          exception catch unwind order, which didn't match execution order
                   16074: 
                   16075:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   16076: 
                   16077:          @first[] ^throw[a;1]
                   16078: 
                   16079:          showed throw a first throw b try
                   16080: 
                   16081:          which is no good
                   16082: 
                   16083:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16084:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   16085:          trace reset after handled exception [old bug fixed]
                   16086: 
                   16087:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   16088:          fixed.  position reporting made precise [both, in parse erros and
                   16089:          runtime errors]
                   16090: 
                   16091: 2003-04-02  paf
                   16092: 
                   16093:        * src/: include/pa_operation.h, include/pa_request.h,
                   16094:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16095:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16096:          main/pa_exception.C, main/pa_request.C: debug info: started
                   16097:          using.  todo:complete
                   16098: 
                   16099:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   16100:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16101:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16102:          main/pa_request.C: prepared debug info todo:use it
                   16103: 
                   16104:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   16105:          return Operation class->union after switching from autoptrs.
                   16106: 
                   16107:        * tests/: Makefile, results/108.processed, results/117.processed:
                   16108:          meta considered OK [it's up to coder now to remove it not needed]
                   16109: 
                   16110:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   16111:          Dictionary constructor when moved to gc]
                   16112: 
                   16113:        * src/main/pa_common.C: uncommented http:// file loading
                   16114: 
                   16115:        * src/include/pa_array.h, src/main/execute.C,
                   16116:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   16117:          fix [gdGrowingBuf]
                   16118: 
                   16119:        * configure.in, src/lib/Makefile.am: removed patches
                   16120: 
                   16121:        * configure, src/include/pa_config_auto.h.in,
                   16122:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   16123: 
                   16124:        * src/main/pa_common.C: uncommented http:// file loading
                   16125: 
                   16126:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   16127:          xdoc::create/load
                   16128: 
                   16129:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   16130:          classes/string.C, classes/table.C, classes/void.C,
                   16131:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   16132:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   16133:          String::String(str,helper_length) are checked.  found/fixed one
                   16134:          place: $request:body now zero-terminated,
                   16135: 
                   16136:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16137:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   16138:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   16139:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16140:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16141:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   16142:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   16143:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   16144:          easily optimizable)
                   16145: 
                   16146:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   16147:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   16148: 
                   16149:        * src/: include/pa_array.h, include/pa_stack.h,
                   16150:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   16151:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   16152:          become assertion iterator in methodframe filler
                   16153: 
                   16154:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   16155:          targets/cgi/parser3.C: array::get/put inlined
                   16156: 
                   16157:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   16158:          gc_substitute_memory_management_functions +installed CORD_oom
                   16159:          function
                   16160: 
                   16161:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   16162:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   16163:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   16164:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   16165:          assertions started configure.in --enable-assertions
                   16166: 
                   16167: 2003-04-01  paf
                   16168: 
                   16169:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   16170:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   16171:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   16172:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   16173:          gc misses that and collects valid memory fixed by remembering
                   16174:          xmlDoc from dom object in xdoc.  todo: do something with
                   16175:          premature free of xdoc with xnodes/node values referring into it
                   16176: 
                   16177:        * src/classes/: mail.C: typo fix
                   16178: 
                   16179:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   16180:          changes
                   16181: 
                   16182:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   16183:          main/pa_memory.C: moved memory debugging to global level: to
                   16184:          pa_gc_malloc
                   16185: 
                   16186:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   16187:          debugging showed no errors. todo: debug parser memory
                   16188: 
                   16189:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   16190:          configurations
                   16191: 
                   16192:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   16193:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   16194:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16195:          types/types.dsp: prepared xml-static configuration
                   16196: 
                   16197: 2003-03-31  paf
                   16198: 
                   16199:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   16200:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   16201:          xml lib memory debugging, simple checks failed: it seems that
                   16202:          library does realloc(bad ptr), and recording those ptrs in heap
                   16203:          [for debugging] was bad: heap situation changes = everything
                   16204:          works fine
                   16205: 
                   16206:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   16207:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   16208:          limit of 10 user-defined charsets]
                   16209: 
                   16210: 2003-03-28  paf
                   16211: 
                   16212:        * src/main/execute.C: execution stack copied to local register
                   16213:          variable, removed lots [~2e7) of memory accesses
                   16214: 
                   16215: 2003-03-27  paf
                   16216: 
                   16217:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   16218:          works in debug, but fails in release todo: fix that
                   16219: 
                   16220:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   16221:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   16222:          replacement from gc branch
                   16223: 
                   16224:        * src/main/pa_exec.C: introducing append_help_length [radical
                   16225:          improvement here]
                   16226: 
                   16227:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   16228:          'not recommened' in gc.h, on win32 noticed no difference]
                   16229: 
                   16230:        * src/include/pa_array.h: returned checked array get [were disabled
                   16231:          for debugging] result:not slower [don't understand that, it were
                   16232:          INLINED] todo: find out a way of inlining it!
                   16233: 
                   16234:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   16235:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   16236:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   16237:          convention changed: all resulting strings are zero-terminated
                   16238: 
                   16239:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16240:          classes/string.C, classes/table.C, classes/void.C,
                   16241:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   16242:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   16243:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   16244:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16245:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   16246:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   16247:          append_help_length [radical improvement here]
                   16248: 
                   16249:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   16250:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   16251:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   16252:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   16253:          even slower
                   16254: 
                   16255:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   16256:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   16257:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   16258:          clients of &get(): most to use non-ref version, some[in tight
                   16259:          places] to get_unchecked_ref
                   16260: 
                   16261:        * src/doc/memory.dox: forgot to add
                   16262: 
                   16263:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   16264:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   16265:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   16266:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   16267:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16268:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   16269:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   16270:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   16271:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   16272:          func] other Array & removed
                   16273: 
                   16274: 2003-03-26  paf
                   16275: 
                   16276:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   16277:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   16278:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   16279:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16280:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   16281:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   16282:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16283:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   16284:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16285:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   16286:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   16287:          pre-evaluated .count() in some places
                   16288: 
                   16289:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16290:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   16291:          types/types.dsp: .dsp profiling updated
                   16292: 
                   16293:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   16294:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   16295:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   16296: 
                   16297:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   16298:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   16299:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   16300:          use lib/gc,lib/cord
                   16301: 
1.116     moko     16302:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   16303:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     16304:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   16305:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   16306:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16307:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     16308:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     16309:          src/lib/cord/include/Makefile.am,
1.116     moko     16310:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   16311:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   16312:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   16313:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   16314:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   16315:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   16316:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   16317:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   16318:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   16319:          funcs ported pa_exec
1.95      moko     16320: 
                   16321:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   16322: 
                   16323:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   16324:          bundled gc includes
                   16325: 
                   16326:        * src/: classes/op.C, include/pa_array.h,
                   16327:          include/pa_sql_connection.h, include/pa_string.h,
                   16328:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   16329:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   16330:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   16331:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   16332:          first real site (aval)]
                   16333: 
                   16334: 2003-03-25  paf
                   16335: 
                   16336:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   16337:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   16338:          process
                   16339: 
                   16340:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   16341:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   16342: 
                   16343:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   16344: 
                   16345:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   16346:          src/types/pa_value.h, src/types/pa_vfile.h,
                   16347:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16348:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   16349:          tests/results/121.processed: untaint.C L_URI
                   16350: 
                   16351:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   16352:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   16353:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   16354:          src/types/pa_vmemory.h: ^memory:compact[]
                   16355: 
                   16356:        * tests/results/109.processed: it was a bug in parser. updated 109
                   16357:          test result
                   16358: 
                   16359:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   16360: 
                   16361:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   16362:          tests/results/107.processed: fixed dom language [values are now
                   16363:          considered tainted.  it was a bug in parser. updated 107 test
                   16364:          result
                   16365: 
                   16366:        * src/classes/xdoc.C: fixed transform params
                   16367: 
                   16368:        * src/: include/pa_stylesheet_manager.h,
                   16369:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   16370: 
                   16371:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   16372:          overloads for structure handling
                   16373: 
                   16374:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   16375:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   16376:          StringBody(0) ambiguilty, introducting static
                   16377:          StringBody::Format(int)
                   16378: 
                   16379:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   16380:          linked
                   16381: 
                   16382:        * src/types/pa_vxdoc.C: vxdoc compiled
                   16383: 
                   16384:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   16385:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   16386:          finalizers isntalled
                   16387: 
                   16388:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   16389:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   16390:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16391:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   16392:          compiled todo: xnode.C / finalizers
                   16393: 
                   16394:        * src/doc/string.dox: updated: new string internals
                   16395: 
                   16396: 2003-03-24  paf
                   16397: 
                   16398:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16399:          include/pa_charset.h, include/pa_config_fixed.h,
                   16400:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   16401:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   16402:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16403:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   16404:          types/pa_vxnode.h: started XML
                   16405: 
                   16406:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   16407: 
                   16408:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16409:          include/pa_string.h, main/pa_common.C,
                   16410:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   16411: 
                   16412:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16413:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   16414:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   16415:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   16416:          for eq STRING_NOT_FOUND
                   16417: 
                   16418:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   16419:          optimize bit implemented
                   16420: 
                   16421:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   16422:          String::ArrayFragment::append_positions fixed
                   16423: 
                   16424:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   16425:          String::this_starts fixed
                   16426: 
                   16427:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   16428: 
                   16429:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   16430:          hashcode implemented fully, including per-char callback [it can
                   16431:          be - substr CORD node]
                   16432: 
                   16433:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   16434:          rewritten to rewalloc with 100byte buf ahead
                   16435: 
                   16436:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   16437:          src/include/pa_string.h, src/main/compile.tab.C,
                   16438:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   16439:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   16440:          CORD_ec [bad] would rewrite as realloc now
                   16441: 
                   16442:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16443:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   16444:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16445:          include/pa_common.h, include/pa_request.h,
                   16446:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   16447:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   16448:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   16449:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   16450:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   16451:          types/pa_vstateless_class.h: 2*2 worked :)
                   16452: 
                   16453:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   16454:          src/include/pa_exec.h, src/include/pa_string.h,
                   16455:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   16456:          passed OK
                   16457: 
                   16458:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16459:          types/pa_value.C: all linked todo: debug
                   16460: 
                   16461:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   16462:          types/pa_vstateless_class.C: all compiled.  todo:link
                   16463: 
                   16464:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   16465: 
                   16466:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   16467: 
                   16468:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   16469: 
                   16470:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   16471: 
                   16472:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   16473:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   16474:          pa_vstateless_class.C, pa_vstateless_class.h:
                   16475:          pa_vstateless_class.C compiled
                   16476: 
                   16477:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   16478:          types/pa_vmath.C: pa_vmail.C compiled
                   16479: 
                   16480:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   16481: 
                   16482:        * src/types/pa_vform.C: pa_vform.C compiled
                   16483: 
                   16484:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   16485: 
                   16486:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   16487:          pa_vstateless_class.C: pa_vcookie.C compiled
                   16488: 
                   16489:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   16490:          types/pa_vhash.h: pa_value.C compiled
                   16491: 
                   16492:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   16493:          classes.lib main.lib compiled
                   16494: 
                   16495:        * src/classes/void.C: void.C compiled
                   16496: 
                   16497:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   16498:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   16499:          compiled
                   16500: 
                   16501:        * src/: classes/string.C, include/pa_request.h,
                   16502:          include/pa_string.h, main/pa_string.C: string.C compiled
                   16503: 
                   16504:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   16505:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   16506:          main/pa_request.C, main/pa_string.C: op.C compiled
                   16507: 
                   16508:        * src/classes/: math.C, op.C: math.C compiled
                   16509: 
                   16510:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   16511:          types/pa_vmail.h: mail.C compiled
                   16512: 
                   16513:        * src/classes/: int.C, table.C: int.C compiled
                   16514: 
                   16515:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   16516:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   16517:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   16518:          compiled
                   16519: 
                   16520:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16521:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   16522:          include/pa_sql_connection.h: hash.C compiled
                   16523: 
                   16524:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   16525:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16526:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16527:          classes/math.C, classes/op.C, classes/response.C,
                   16528:          classes/string.C, classes/table.C, classes/void.C,
                   16529:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   16530:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16531:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   16532:          file.C table.C compiled
                   16533: 
                   16534:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   16535:          main/untaint.C: main.lib compiled
                   16536: 
                   16537: 2003-03-21  paf
                   16538: 
                   16539:        * src/: classes/op.C, include/pa_cache_managers.h,
                   16540:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16541:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   16542:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   16543:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   16544:          compiled
                   16545: 
                   16546:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   16547:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   16548:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16549:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   16550:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   16551:          pa_request.C compiled
                   16552: 
                   16553:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   16554:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   16555:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   16556:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   16557:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16558:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   16559:          compiled
                   16560: 
                   16561:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   16562:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   16563:          on unix
                   16564: 
                   16565:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16566:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   16567:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   16568:          pa_charsets.C compiled
                   16569: 
                   16570:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   16571:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   16572:          main/compile.y, main/execute.C, main/pa_common.C,
                   16573:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   16574:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   16575:          types/pa_vmethod_frame.h: execute.C compiled
                   16576: 
                   16577:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16578:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16579:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16580:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   16581:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16582:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16583:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   16584:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   16585:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16586:          include/pa_stylesheet_connection.h,
                   16587:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16588:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16589:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16590:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16591:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   16592:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   16593:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16594:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   16595:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   16596:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16597:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16598:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16599:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16600:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16601:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16602:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16603:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16604:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16605:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16606:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16607:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16608:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16609:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16610:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16611:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   16612:          [C++ CORD wrapper]
                   16613: 
                   16614:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   16615: 
                   16616:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   16617:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   16618: 
                   16619:          command line, env values, input got transcoded before call
                   16620:          stdout, stderr got transcoded after call
                   16621: 
                   16622:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   16623:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   16624: 
                   16625:        * src/main/pa_common.C: } typo bug fix
                   16626: 
                   16627:        * src/main/pa_common.C: } typo bug fix
                   16628: 
                   16629: 2003-03-20  paf
                   16630: 
                   16631:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   16632:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   16633: 
                   16634:        * src/include/pa_string.h: more tests
                   16635: 
                   16636:        * src/main/pa_string.C: string.pos fixed
                   16637: 
1.116     moko     16638:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   16639:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   16640:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   16641:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   16642:          replaces
1.95      moko     16643: 
                   16644:        * src/: classes/image.C, include/pa_dictionary.h,
                   16645:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16646:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   16647:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   16648:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   16649: 
                   16650:        * src/include/pa_string.h: warning
                   16651: 
                   16652:        * src/include/pa_string.h: this_starts fixed
                   16653: 
                   16654:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   16655:          new String ctor & append params convention
                   16656: 
                   16657:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   16658:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   16659:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   16660:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   16661:          main/pa_exception.C, main/pa_exec.C,
                   16662:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16663:          main/pa_stylesheet_manager.C, main/untaint.C,
                   16664:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   16665:          types/pa_vmail.C: more tests OK
                   16666: 
                   16667:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   16668:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   16669:          gc/exit runned OK
                   16670: 
                   16671:        * src/types/pa_vmail.C: another naming problem: should not name
                   16672:          vars like that: unpredictable close caused problems with later
                   16673:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   16674:          descriptors missing on startup: stdin; Bad file number
                   16675: 
                   16676:          todo: find out why so many filters(stream) here. probably wrong?
                   16677: 
                   16678:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   16679:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   16680:          main/untaint.C: test compiled
                   16681: 
                   16682:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   16683:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   16684:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   16685:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   16686:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   16687:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16688:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   16689:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   16690:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   16691:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   16692: 
                   16693:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   16694:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   16695:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   16696:          src/include/pa_memory.h, src/include/pa_request.h,
                   16697:          src/include/pa_request_charsets.h,
                   16698:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   16699:          src/main/compile.tab.C, src/main/execute.C,
                   16700:          src/main/pa_charset.C, src/main/pa_common.C,
                   16701:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16702:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16703:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   16704:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   16705:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   16706:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16707:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   16708:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16709:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   16710:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   16711:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16712:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   16713:          pa_common.C [done, without http for now]
                   16714: 
                   16715: 2003-03-19  paf
                   16716: 
                   16717:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   16718:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   16719:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   16720:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   16721:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   16722:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   16723:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   16724:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   16725:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16726:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   16727:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   16728:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16729:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16730:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16731:          types/pa_wwrapper.h: started test
                   16732: 
1.116     moko     16733:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   16734:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     16735: 
                   16736:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   16737:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   16738:          it
                   16739: 
                   16740:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   16741:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   16742:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   16743:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   16744:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   16745:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   16746:          types/pa_vmethod_frame.h, types/types.dsp: string
                   16747:          reimplementation with cord+array<fragment>: 70%
                   16748: 
                   16749: 2003-03-18  paf
                   16750: 
                   16751:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16752:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   16753:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   16754:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   16755:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   16756:          can ignore lang in cmp and pos really,             but would
                   16757:          split properly!
                   16758: 
                   16759:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   16760:          cord part made parser/src/lib: it's not compiled into libgc by
                   16761:          default
                   16762: 
                   16763:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   16764:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16765:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16766:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16767:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16768:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16769:          src/classes/xnode.C, src/classes/xnode.h,
                   16770:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   16771:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   16772:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   16773:          src/include/pa_exception.h, src/include/pa_exec.h,
                   16774:          src/include/pa_globals.h, src/include/pa_hash.h,
                   16775:          src/include/pa_memory.h, src/include/pa_pool.h,
                   16776:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   16777:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   16778:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16779:          src/include/pa_stylesheet_connection.h,
                   16780:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   16781:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   16782:          src/main/compile.C, src/main/compile.tab.C,
                   16783:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16784:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   16785:          src/main/pa_charsets.C, src/main/pa_common.C,
                   16786:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   16787:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   16788:          src/main/pa_pool.C, src/main/pa_request.C,
                   16789:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   16790:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   16791:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   16792:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16793:          src/types/pa_junction.h, src/types/pa_method.h,
                   16794:          src/types/pa_value.C, src/types/pa_value.h,
                   16795:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   16796:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16797:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16798:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16799:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   16800:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   16801:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   16802:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   16803:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16804:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16805:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16806:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16807:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16808:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16809:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   16810:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   16811:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   16812:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   16813:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16814:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   16815:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   16816:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   16817:          gc: PA_Object done lots of replacements also
                   16818: 
                   16819:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   16820:          gc logging
                   16821: 
                   16822: 2003-03-17  paf
                   16823: 
                   16824:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16825:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   16826:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16827:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16828:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   16829:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   16830:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   16831:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16832:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16833:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   16834:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16835:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16836:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   16837:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   16838:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16839:          types/pa_vxnode.h: libgc attempt
                   16840: 
                   16841: 2003-03-13  paf
                   16842: 
                   16843:        * src/: include/pa_sql_driver_manager.h,
                   16844:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   16845:          called
                   16846: 
                   16847:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   16848:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   16849:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   16850:          types/pa_value.h, types/pa_vobject.h,
                   16851:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   16852:          set_base, set_derived simplified [counter leaks fixed]
                   16853: 
                   16854:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   16855:          src/types/types.dsp: incorporated status class patch From:
                   16856:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   16857:          2003 8:14 AM
                   16858: 
                   16859:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   16860:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   16861:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   16862: 
                   16863: 2003-03-12  paf
                   16864: 
1.116     moko     16865:        * configure, configure.in, src/lib/ltdl/configure,
                   16866:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     16867:          lib/ltdl/Makefile now created by /configure.in only [were by
                   16868:          lib/ltdl/configure.in OVERWRITE]
                   16869: 
1.116     moko     16870:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   16871:          linkage fixed for g++ 3.2.2
1.95      moko     16872: 
                   16873:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   16874:          on using privately declared class [fixed]
                   16875: 
                   16876:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   16877:          3.2 rightliy complained on using privately declared class [fixed]
                   16878: 
                   16879:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   16880:          sigpipe before request constructor now causes death
                   16881: 
                   16882:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   16883:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   16884:          not cause exception in exception handler
                   16885: 
1.116     moko     16886:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   16887:          now default links libstdc++ statically.  that can be overriden by
                   16888:          --with-dynamic-stdcpp
1.95      moko     16889: 
                   16890: 2003-03-11  paf
                   16891: 
                   16892:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   16893:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   16894:          necessity of libstdc++
                   16895: 
                   16896:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16897: 
                   16898:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16899: 
                   16900: 2003-03-08  paf
                   16901: 
                   16902:        * tests/Makefile: make install & co
                   16903: 
                   16904:        * src/: include/pa_request.h, classes/op.C: removing
                   16905:          vclass,object.h -> pa_request.h dependency
                   16906: 
                   16907:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   16908:          main/pa_request.C: removing vform,response,cookie.h ->
                   16909:          pa_request.h dependency
                   16910: 
                   16911:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   16912:          dependency [testing...]
                   16913: 
                   16914:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   16915:          return 0; fixed
                   16916: 
                   16917:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   16918:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   16919: 
                   16920:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   16921: 
                   16922:        * src/main/pa_request.C: forgotten: ifdef XML
                   16923: 
                   16924:        * src/main/pa_request.C: forgotten: ifdef XML
                   16925: 
                   16926:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   16927:          win32 and run memleak tests again
                   16928: 
                   16929:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   16930:          old xml lib-- it's internal memory handling has faults
                   16931: 
                   16932:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   16933:          problems when transcode from charset A to A.
                   16934: 
                   16935:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   16936:          todo: still problems when transcode from charset A to A.
                   16937: 
                   16938:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   16939:          classes/table.C, include/pa_array.h,
                   16940:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   16941:          started full-scale-site-test [~ http://parser.ru sources]
                   16942: 
                   16943:          some fixes
                   16944: 
                   16945:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   16946:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   16947:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   16948:          results/110.processed, results/111.processed,
                   16949:          results/112.processed, results/113.processed,
                   16950:          results/114.processed, results/115.processed,
                   16951:          results/116.processed, results/117.processed,
                   16952:          results/118.processed, results/119.processed,
                   16953:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   16954:          selectSingle 111 xdoc.create from tainted & 112
                   16955:          xdoc.create/output with russian attr value 113 xpath
                   16956:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   16957:          116 output media-type change 117 transform by dom stylesheet 118
                   16958:          empty transform result 119 dom setAttribute 120 nbsp letter
                   16959:          output
                   16960: 
                   16961:          =END OF PREPARED XML TESTS=
                   16962: 
                   16963: 2003-03-07  paf
                   16964: 
                   16965:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16966:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   16967:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   16968:          transform with params [bugs fixed]
                   16969: 
                   16970:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   16971:          from copy/paste bug
                   16972: 
                   16973:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16974:          src/include/pa_request.h, src/main/execute.C,
                   16975:          src/main/pa_charset.C, src/main/pa_exception.C,
                   16976:          src/main/pa_globals.C, src/main/pa_request.C,
                   16977:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16978:          src/types/pa_vxnode.C, tests/107.html,
                   16979:          tests/results/107.processed: xml: test: 107 bug fixes
                   16980: 
                   16981:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16982:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16983:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   16984: 
                   16985:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   16986:          string
                   16987: 
                   16988:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   16989:          mem alloc functions used for different cases [libxml, libxsl]
                   16990: 
                   16991:        * src/classes/classes.C: fixed: prevent system classes from
                   16992:          modification to lock ALL the classes, not only directly used
                   16993: 
                   16994:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   16995:          linked
                   16996: 
                   16997:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   16998: 
                   16999: 2003-03-06  paf
                   17000: 
                   17001:        * src/classes/xdoc.C: xdoc.C 50%
                   17002: 
                   17003:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   17004:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   17005:          main/pa_globals.C, main/pa_request.C,
                   17006:          main/pa_stylesheet_manager.C: xnode.C compiled
                   17007: 
                   17008:        * src/: include/pa_stylesheet_connection.h,
                   17009:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   17010:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   17011: 
                   17012:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   17013:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   17014:          xml: stylesheet&manager STARTED
                   17015: 
                   17016:        * src/: include/pa_globals.h, main/pa_charset.C,
                   17017:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   17018: 
                   17019:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   17020:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   17021:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   17022:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   17023:          charsets
                   17024: 
                   17025:        * tests/023.html: in some cases it rounded up badly. postponing
                   17026:          solution of that problem, making more simple test
                   17027: 
                   17028:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   17029:          -kb now
                   17030: 
                   17031:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   17032:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   17033:          moved to charsets.C
                   17034: 
                   17035: 2003-03-05  paf
                   17036: 
                   17037:        * src/classes/string.C, src/include/pa_string.h,
                   17038:          src/main/pa_string.C, tests/105.html,
                   17039:          tests/results/105.processed: String::match bug fixed
                   17040: 
                   17041:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   17042:          tests/results/104.processed: ^bpt operator added [does int3 in
                   17043:          debug build on win32]
                   17044: 
                   17045:        * tests/: 057.html, results/057.processed: test bug fixed
                   17046: 
1.116     moko     17047:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     17048: 
                   17049:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   17050:          missing
                   17051: 
1.116     moko     17052:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   17053:          forgotten files added to Makes
1.95      moko     17054: 
                   17055:        * ltmain.sh: ltmain.sh added
                   17056: 
                   17057:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17058:          change undone ;(
                   17059: 
                   17060:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17061:          made static
                   17062: 
                   17063:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     17064:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   17065:          todo:make linker happy
1.95      moko     17066: 
                   17067:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   17068:          env param made optional
                   17069: 
                   17070: 2003-03-04  paf
                   17071: 
                   17072:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   17073:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   17074: 
                   17075:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   17076:          results/103.processed: tests: 103 image.copy transparence test
                   17077: 
                   17078:        * src/main/execute.C, tests/101.html, tests/102.html,
                   17079:          tests/results/101.processed, tests/results/102.processed: tests:
                   17080:          101 method/variable name conflict test 102 form fields change
                   17081:          should not not change anything [bug fix]
                   17082: 
                   17083:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   17084:          results/099.processed, results/100.processed: tests: 57 date
                   17085:          create 2002: added 99,100 response:body/download
                   17086: 
                   17087:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   17088:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   17089: 
                   17090:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   17091:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   17092:          fixed]
                   17093: 
                   17094:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   17095:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   17096:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   17097:          image EXIF  [bug fixed]
                   17098: 
                   17099:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   17100:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   17101:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   17102:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   17103:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   17104:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   17105:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   17106:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   17107:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   17108:          tests/094.html, tests/095.html, tests/results/061.processed,
                   17109:          tests/results/062.processed, tests/results/063.processed,
                   17110:          tests/results/064.processed, tests/results/065.processed,
                   17111:          tests/results/066.processed, tests/results/067.processed,
                   17112:          tests/results/068.processed, tests/results/069.processed,
                   17113:          tests/results/070.processed, tests/results/071.processed,
                   17114:          tests/results/072.processed, tests/results/073.processed,
                   17115:          tests/results/074.processed, tests/results/075.processed,
                   17116:          tests/results/076.processed, tests/results/077.processed,
                   17117:          tests/results/078.processed, tests/results/080.processed,
                   17118:          tests/results/081.processed, tests/results/082.processed,
                   17119:          tests/results/083.processed, tests/results/084.processed,
                   17120:          tests/results/085.processed, tests/results/086.processed,
                   17121:          tests/results/087.processed, tests/results/088.processed,
                   17122:          tests/results/089.processed, tests/results/090.processed,
                   17123:          tests/results/091.processed, tests/results/092.processed,
                   17124:          tests/results/093.processed, tests/results/094.processed,
                   17125:          tests/results/095.processed, tests/079.html,
                   17126:          tests/results/079.processed: tests: 61 file::stat size 62
                   17127:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   17128:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   17129:          string.match simple on long 68 string.match normalized simple on
                   17130:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   17131:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   17132:          date arithmetics 75 response date values/attributes 76 string.pos
                   17133:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   17134:          with local 80 scientific numeric literal in string autoconvert 81
                   17135:          xor: logical and numerical 82 for delims 83 menu delims 84
                   17136:          table.hash distinct 85 long string  replace 86 throw+catch
                   17137:          current language preserve 87 bit shifts 88 junction tests +
                   17138:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   17139:          91 $caller test 92 junction is + def junction tests 93 $caller
                   17140:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   17141: 
                   17142:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   17143:          fixed] 60 string eq string [bug fixed]
                   17144: 
                   17145:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   17146:          058.html, 058_paf2000.png, 059.html, 060.html,
                   17147:          results/053.processed, results/054.processed,
                   17148:          results/055.processed, results/056.processed,
                   17149:          results/057.processed, results/058.processed,
                   17150:          results/059.processed, results/060.processed: test: 53
                   17151:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   17152:          date.create[string] 58 image.measure[png]
                   17153: 
                   17154:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   17155:          outputs/051.processed, results/052.processed: test: 52
                   17156:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   17157:          task: fix that
                   17158: 
                   17159: 2003-03-03  paf
                   17160: 
                   17161:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   17162:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   17163:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   17164:          outputs/049.processed, outputs/050.processed,
                   17165:          outputs/051.processed, results/001.processed,
                   17166:          results/002.processed, results/003.processed,
                   17167:          results/005.processed, results/006.processed,
                   17168:          results/008.processed, results/009.processed,
                   17169:          results/011.processed, results/012.processed,
                   17170:          results/013.processed, results/014.processed,
                   17171:          results/015.processed, results/016.processed,
                   17172:          results/017.processed, results/020.processed,
                   17173:          results/021.processed, results/022.processed,
                   17174:          results/024.processed, results/025.processed,
                   17175:          results/026.processed, results/027.processed,
                   17176:          results/028.processed, results/029.processed,
                   17177:          results/030.processed, results/031.processed,
                   17178:          results/049.processed, results/050.processed,
                   17179:          results/051.processed, results/043.processed,
                   17180:          results/044.processed, results/045.processed,
                   17181:          results/046.processed, results/047.processed,
                   17182:          results/048.processed: tests: 43,44,45 date rolls 46
                   17183:          autoevaluating junction 47 table.select 48 name with subvar 49
                   17184:          hash-creating switch 50 process 51 started parent/child, works as
                   17185:          it were but it were NOT GOOD, created separate task  to fix that
                   17186: 
                   17187:        * tests/: 042.html, results/042.processed: test: 42
                   17188:          exception.handled
                   17189: 
                   17190:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   17191:          expression
                   17192: 
                   17193:        * tests/: 040.html, results/040.processed: test: 39 method result
                   17194:          of type table 40 method param junction auto evaluate
                   17195: 
                   17196:        * tests/: 039.html, results/039.processed: test: 37 method result
                   17197:          of type table
                   17198: 
                   17199:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   17200:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   17201:          tests/038.html, tests/results/033.processed,
                   17202:          tests/results/034.processed, tests/results/035.processed,
                   17203:          tests/results/036.processed, tests/results/037.processed,
                   17204:          tests/results/038.processed: tests: 33 string.replace 34
                   17205:          string.upper 35 table created 36 local/global vars with juntions
                   17206:          37 table clone 38 math PI & number formatting
                   17207: 
                   17208:          math class registring typo fixed
                   17209: 
                   17210:        * src/classes/op.C, src/include/pa_request.h,
                   17211:          src/include/pa_string.h, src/main/execute.C,
                   17212:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   17213:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   17214:          tests/032.html, tests/results/032.processed: uchar changed to
                   17215:          String_UL in all places [was not everywhere] untaint test: 032
                   17216: 
                   17217:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   17218:          tests/results/004.processed, tests/parser-cygwin.sh,
                   17219:          tests/parser-unix.sh: removed -H command line key, now testing
                   17220:          using .sh file with SERVER_SOFTWARE=xxx
                   17221: 
                   17222: 2003-02-26  paf
                   17223: 
                   17224:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   17225:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   17226:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   17227:          tests/results/024.processed, tests/results/025.processed,
                   17228:          tests/results/026.processed, tests/results/027.processed,
                   17229:          tests/results/028.processed, tests/results/029.processed,
                   17230:          tests/results/030.processed, tests/results/031.processed: fixed
                   17231:          bug with name_cstr mutable CharPtr more tests
                   17232: 
                   17233:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   17234:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   17235:          << abort.  die now just exits
                   17236: 
                   17237:        * src/classes/classes.awk, src/classes/classes.h,
                   17238:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   17239:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   17240:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   17241:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   17242:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17243:          src/classes/xnode.C, src/include/pa_memory.h,
                   17244:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   17245:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   17246:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   17247:          tests/017.html, tests/018.html, tests/019.html,
                   17248:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   17249:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   17250:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   17251:          tests/results/015.processed, tests/results/016.processed,
                   17252:          tests/results/017.processed, tests/results/018.processed,
                   17253:          tests/results/019.processed, tests/results/020.processed,
                   17254:          tests/results/021.processed, tests/results/022.processed,
                   17255:          tests/results/023.processed: methoded_array now contains all Mxxx
                   17256:          classes SAPI::get_env now returns info on pool more tests
                   17257: 
                   17258:        * src/include/pa_array.h, src/include/pa_hash.h,
                   17259:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   17260:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   17261:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   17262:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   17263:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   17264:          tests/results/001.processed, tests/results/002.processed,
                   17265:          tests/results/003.processed, tests/results/004.processed,
                   17266:          tests/results/005.processed, tests/results/006.processed,
                   17267:          tests/results/007.processed, tests/results/008.processed,
                   17268:          tests/results/009.processed, tests/results/010.processed,
                   17269:          tests/results/011.processed, tests/results/012.processed,
                   17270:          tests/results/013.processed, tests/results/014.processed: hash
                   17271:          cloning fixed
                   17272: 
                   17273: 2003-02-25  paf
                   17274: 
                   17275:        * src/main/pa_common.C: typo fixed
                   17276: 
                   17277: 2003-02-24  paf
                   17278: 
                   17279:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   17280:          [one remained]
                   17281: 
                   17282:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   17283:          [should have been get_string(&pool)] todo: check other such calls
                   17284: 
                   17285:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   17286:          test10, bad lookups
                   17287: 
                   17288:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   17289:          object got destructed, and xxx points to sky
                   17290: 
                   17291:        * ChangeLog, src/classes/string.C: match bug fixed
                   17292: 
                   17293:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   17294:          $.charset[specified] now
                   17295: 
                   17296:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17297:          which failed to handle sigsetjmp+throw: crashed inside of
                   17298:          pre-throw code.  rewritten simplier [though duplicating
                   17299:          closesocket code]
                   17300: 
                   17301:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17302:          which failed to handle sigsetjmp+throw: crashed inside of
                   17303:          pre-throw code.  rewritten simplier [though duplicating
                   17304:          closesocket code]
                   17305: 
                   17306: 2003-02-21  paf
                   17307: 
                   17308:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   17309:          $cookie:name[$.expires[date << can be now]]
                   17310: 
                   17311:          written makefile with regression tests [raw]
                   17312: 
                   17313:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   17314:          tests' only [it's not forcing CGI mode now] now use -H to output
                   17315:          CGI header when parser used in command line [useful for tests
                   17316:          also]
                   17317: 
                   17318:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   17319:          switches on CGI mode, and is used in regression tests
                   17320: 
                   17321:        * src/: include/pa_request.h, main/pa_request.C,
                   17322:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   17323:          fixed
                   17324: 
                   17325:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   17326:          handling pa_*
                   17327: 
                   17328:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   17329:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   17330:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   17331:          memory handling files
                   17332: 
                   17333:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   17334: 
                   17335:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   17336:          compiles OK test to show benefits of free
                   17337: 
                   17338:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   17339:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   17340:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17341:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   17342:          use pool [as the one in ^process]
                   17343: 
                   17344:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   17345:          -- some must use pool [as the one in ^process]
                   17346: 
                   17347: 2003-02-20  paf
                   17348: 
                   17349:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17350:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17351:          classes/math.C, classes/op.C, classes/response.C,
                   17352:          classes/string.C, classes/table.C, classes/void.C,
                   17353:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   17354:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   17355:          string cmp fixed
                   17356: 
                   17357:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   17358:          values passed OK now
                   17359: 
                   17360: 2003-02-19  paf
                   17361: 
                   17362:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   17363:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   17364:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   17365:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   17366:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   17367:          all remaning leaks resulted from pooled::malloc calls [excluding
                   17368:          in gd -- planning complete rewrite extremely ugly code]
                   17369: 
                   17370:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   17371:          files
                   17372: 
                   17373: 2003-02-17  paf
                   17374: 
                   17375:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17376:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17377:          classes/response.C, classes/string.C, classes/table.C,
                   17378:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   17379:          include/pa_stylesheet_connection.h,
                   17380:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   17381:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17382:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   17383:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17384:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17385:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   17386:          of unitialized simple-typed field
                   17387: 
                   17388:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   17389:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   17390:          simple-typed field fixed.  todo: find&kill all like that one
                   17391: 
                   17392:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17393:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   17394:          debug output fixed
                   17395: 
                   17396:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   17397:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   17398:          object_ptr from delete[them]
                   17399: 
                   17400:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   17401:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   17402:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   17403:          main/pa_charset.C, main/pa_common.C,
                   17404:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17405:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17406:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   17407:          calls
                   17408: 
                   17409:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   17410:          couple mem leaks rusulted from old pooled::malloc usage.
                   17411:          todo:find more like those
                   17412: 
                   17413:        * src/main/: compile.C, compile_tools.C: 2*2!
                   17414: 
                   17415:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   17416:          stackItem fixed [there were no string on stack before]
                   17417: 
                   17418:        * src/: main/execute.C, main/pa_request.C,
                   17419:          types/pa_vmethod_frame.C: first letters out OK
                   17420: 
                   17421:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   17422:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   17423:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   17424:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   17425:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   17426:          type not initialized with zeros :( while class fields of class
                   17427:          types initialized with default constructors.  learn C++
                   17428: 
                   17429:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   17430:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   17431:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   17432:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   17433:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   17434: 
                   17435: 2003-02-14  paf
                   17436: 
                   17437:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   17438:          13 link errors
                   17439: 
                   17440:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   17441:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17442:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17443:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   17444:          errors :)
                   17445: 
                   17446:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   17447:          classes/hash.C, classes/mail.C, classes/op.C,
                   17448:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   17449:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   17450:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   17451:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   17452: 
                   17453:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   17454:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   17455:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   17456:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   17457:          types/pa_vint.h, types/types.dsp: op compiled
                   17458: 
                   17459:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   17460:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   17461:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   17462: 
                   17463: 2003-02-07  paf
                   17464: 
                   17465:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   17466: 
                   17467: 2003-02-06  paf
                   17468: 
                   17469:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   17470:          mail compiled
                   17471: 
                   17472:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   17473:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   17474:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   17475: 
                   17476:        * src/classes/: file.C, form.C: form compiled
                   17477: 
                   17478:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   17479:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   17480:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   17481: 
                   17482:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   17483:          types/pa_vmath.h: math compiled [win32]
                   17484: 
                   17485:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   17486:          types/pa_vstring.h: hash compiled
                   17487: 
                   17488: 2003-02-04  paf
                   17489: 
                   17490:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   17491:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   17492:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   17493:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   17494:          types/pa_vhash.h: hash 50% compiled
                   17495: 
                   17496:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   17497:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   17498:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17499:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   17500:          main/pa_string.C: date compiled
                   17501: 
                   17502:        * src/classes/: classes.dsp, double.C: double compiled
                   17503: 
                   17504:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17505:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   17506:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17507:          classes/string.C, classes/table.C, classes/void.C,
                   17508:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   17509:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   17510:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   17511:          compiled
                   17512: 
                   17513:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17514:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17515:          classes/math.C, classes/op.C, classes/response.C,
                   17516:          classes/string.C, classes/table.C, classes/void.C,
                   17517:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17518:          types/pa_vvoid.h: void  compiled :)
                   17519: 
                   17520:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   17521:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17522:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17523:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   17524:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   17525:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   17526:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   17527:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   17528:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   17529:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   17530:          value_includes.h
                   17531: 
                   17532:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   17533:          trying to remove stupid value_includes.h
                   17534: 
                   17535:        * src/main/pa_exec.C: pa_exec compiled on win32
                   17536: 
                   17537:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   17538: 
                   17539:        * src/: include/pa_globals.h, include/pa_request.h,
                   17540:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   17541:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   17542:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   17543:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   17544:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   17545: 
                   17546:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   17547:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   17548:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   17549: 
                   17550:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   17551:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   17552:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   17553:          compiled
                   17554: 
                   17555:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   17556:          name conflicts)
                   17557: 
                   17558:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   17559:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   17560:          yelds "virtual memory exhausted" while trying to compile
                   17561:          execute.C [eating up to 127MB]
                   17562: 
                   17563: 2003-02-03  paf
                   17564: 
                   17565:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   17566:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   17567:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   17568:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   17569:          types/pa_vint.h, types/pa_vjunction.h,
                   17570:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   17571:          started gcc compiling pa_common compiled
                   17572: 
                   17573:        * src/: include/pa_exception.h, include/pa_pool.h,
                   17574:          main/pa_exception.C: exception gcc change #1
                   17575: 
1.116     moko     17576:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   17577:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     17578: 
                   17579:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   17580: 
                   17581:        * src/types/pa_vtable.C: vtable compiled
                   17582: 
                   17583:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   17584: 
                   17585:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   17586:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   17587: 
                   17588:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   17589: 
                   17590:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   17591: 
                   17592:        * src/types/pa_vrequest.C: vrequest compiled
                   17593: 
                   17594:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   17595:          pa_vobject.C, pa_vobject.h: vobject compiled
                   17596: 
                   17597:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   17598:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17599:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   17600:          compiled
                   17601: 
                   17602:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   17603: 
                   17604:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   17605:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   17606:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   17607:          compiled
                   17608: 
                   17609:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17610:          main.lib - 0 error(s), 0 warning(s)
                   17611: 
                   17612:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17613:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   17614: 
                   17615: 2003-01-31  paf
                   17616: 
                   17617:        * src/: include/pa_array.h, include/pa_operation.h,
                   17618:          include/pa_request.h, main/execute.C, main/main.dsp,
                   17619:          types/pa_vjunction.h: started last file from main library:
                   17620:          execute
                   17621: 
                   17622:        * src/: include/pa_request.h, include/pa_sapi.h,
                   17623:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17624:          main/pa_request.C, targets/cgi/parser3.C,
                   17625:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   17626:          types/pa_vhash.h: pa_request compiled
                   17627: 
                   17628:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   17629:          include/pa_globals.h, include/pa_request.h,
                   17630:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   17631:          main/execute.C, main/main.dsp, main/pa_common.C,
                   17632:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17633:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   17634:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   17635:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17636:          types/types.dsp: most pa_request compiled
                   17637: 
                   17638:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17639:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17640:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17641:          classes/op.C, classes/response.C, classes/string.C,
                   17642:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17643:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17644:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17645:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17646:          include/pa_dictionary.h, include/pa_dir.h,
                   17647:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17648:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   17649:          include/pa_pool.h, include/pa_request.h,
                   17650:          include/pa_request_charsets.h, include/pa_request_info.h,
                   17651:          include/pa_sapi.h, include/pa_socks.h,
                   17652:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17653:          include/pa_stack.h, include/pa_string.h,
                   17654:          include/pa_stylesheet_connection.h,
                   17655:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17656:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17657:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17658:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   17659:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   17660:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17661:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17662:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17663:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   17664:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17665:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17666:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17667:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17668:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17669:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   17670:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   17671:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17672:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17673:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17674:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   17675:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   17676:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17677:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17678:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17679:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17680:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17681:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17682:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17683:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17684:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17685:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17686:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17687:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17688:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17689:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17690:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17691:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   17692: 
                   17693:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   17694:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   17695:          src/include/pa_charsets.h, src/include/pa_common.h,
                   17696:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   17697:          src/include/pa_exec.h, src/include/pa_pool.h,
                   17698:          src/include/pa_request.h, src/include/pa_sapi.h,
                   17699:          src/include/pa_sql_connection.h,
                   17700:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17701:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   17702:          src/main/compile.tab.C, src/main/compile_tools.C,
                   17703:          src/main/compile_tools.h, src/main/main.dsp,
                   17704:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   17705:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   17706:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17707:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17708:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   17709:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   17710:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   17711:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17712:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17713:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   17714:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   17715:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   17716:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17717:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17718:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17719:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17720:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17721:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17722:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   17723:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   17724:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   17725:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   17726:          died, long live StringPtr
                   17727: 
                   17728: 2003-01-30  paf
                   17729: 
                   17730:        * src/: include/pa_charset.h, include/pa_request.h,
                   17731:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   17732:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   17733:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   17734: 
                   17735:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   17736:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   17737:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   17738:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17739:          types/types.dsp: vstateless_class compiled
                   17740: 
                   17741:        * src/main/compile.C: compile compiled
                   17742: 
                   17743:        * src/: include/pa_array.h, include/pa_operation.h,
                   17744:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   17745:          main/pa_table.C: compile_tools compiled
                   17746: 
                   17747:        * src/: include/pa_operation.h, main/compile.y,
                   17748:          main/compile_tools.C, main/compile_tools.h: started
                   17749:          compile_tools. vagues ideas of how to free compiled code
                   17750: 
                   17751:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   17752:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   17753:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   17754:          compiled
                   17755: 
                   17756: 2003-01-29  paf
                   17757: 
                   17758:        * src/: include/pa_globals.h, include/pa_request.h,
                   17759:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17760:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   17761:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   17762:          compiled
                   17763: 
                   17764:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   17765:          now
                   17766: 
                   17767:        * src/: include/pa_array.h, include/pa_exception.h,
                   17768:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   17769: 
                   17770:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   17771:          compiled
                   17772: 
                   17773:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17774:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   17775:          types/pa_vfile.h: vfile compiled
                   17776: 
                   17777:        * src/: include/pa_common.h, include/pa_globals.h,
                   17778:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   17779:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17780:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   17781: 
                   17782:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   17783:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   17784:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17785:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17786:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   17787: 
                   17788:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   17789:          main/main.dsp, main/untaint.C: more compiled
                   17790: 
                   17791:        * src/: include/pa_charsets.h, include/pa_request.h,
                   17792:          include/pa_request_info.h, include/pa_string.h,
                   17793:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17794:          types/pa_vresponse.h: vrequest compiled
                   17795: 
                   17796:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   17797:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   17798:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   17799: 
                   17800:        * src/: classes/classes.h, include/pa_charset.h,
                   17801:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   17802:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   17803:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   17804:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   17805:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   17806:          types/pa_vrequest.C, types/pa_vrequest.h,
                   17807:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   17808:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   17809: 
                   17810:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   17811:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   17812:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   17813:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   17814:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17815:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   17816:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17817:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17818:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   17819: 
                   17820: 2003-01-28  paf
                   17821: 
                   17822:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   17823:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   17824:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   17825:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   17826:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   17827:          compile_tools
                   17828: 
                   17829:        * src/: include/pa_charset.h, include/pa_exception.h,
                   17830:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   17831:          untaint compiled
                   17832: 
                   17833:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   17834:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   17835:          more compiled.  struck with string::store_to needing to know
                   17836:          source/client charsets
                   17837: 
                   17838:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   17839:          types/pa_vfile.h: uue compiled
                   17840: 
                   17841:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   17842:          table compiled
                   17843: 
                   17844:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   17845:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   17846: 
                   17847:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17848:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   17849:          introduced]
                   17850: 
                   17851:        * src/: classes/date.C, include/pa_charset.h,
                   17852:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   17853:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   17854:          pa_charsets compiled
                   17855: 
                   17856:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   17857:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   17858: 
                   17859:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   17860:          common compiled
                   17861: 
                   17862:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   17863:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   17864: 
                   17865:        * src/: include/pa_array.h, include/pa_charset.h,
                   17866:          include/pa_charsets.h, include/pa_pool.h,
                   17867:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17868:          include/pa_stack.h, include/pa_string.h,
                   17869:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   17870:          sql_driver_manager compiled
                   17871: 
                   17872:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   17873:          letter i with two dots added to koi, all ukranian letters added
                   17874:          to win1251.
                   17875: 
                   17876:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   17877:          abscent from koi]
                   17878: 
                   17879: 2003-01-27  paf
                   17880: 
                   17881:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   17882:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17883:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   17884:          sql/pa_sql_driver.h: paused on sql_manager
                   17885: 
                   17886:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   17887:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17888:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   17889:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   17890: 
                   17891:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   17892:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17893:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   17894:          main/pa_table.C: table compiled
                   17895: 
                   17896:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   17897:          cache_managers compiled
                   17898: 
                   17899:        * src/: include/pa_array.h, include/pa_charset.h,
                   17900:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   17901: 
                   17902:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   17903: 
                   17904:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   17905:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17906:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   17907:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   17908:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   17909: 
                   17910: 2003-01-24  paf
                   17911: 
                   17912:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   17913:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   17914:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17915:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   17916:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   17917:          types/pa_vint.h, types/pa_vjunction.h,
                   17918:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17919:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   17920: 
                   17921:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   17922:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   17923:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   17924:          main/pa_string.C, main/pa_table.C: string compiled
                   17925: 
                   17926:        * src/: include/pa_array.h, include/pa_common.h,
                   17927:          include/pa_dictionary.h, include/pa_exception.h,
                   17928:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   17929:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   17930:          main/pa_string.C: dictionary compiled
                   17931: 
                   17932: 2003-01-23  paf
                   17933: 
                   17934:        * src/: include/pa_array.h, include/pa_common.h,
                   17935:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   17936:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   17937:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   17938:          types/pa_value.h: resurrected pool in new sense: now it's
                   17939:          factory, producing&accounting memory chunks for read[autofree]
                   17940:          buffers
                   17941: 
                   17942:        * src/: include/pa_array.h, include/pa_exception.h,
                   17943:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   17944:          main/pa_exception.C, main/pa_table.C: table compiled
                   17945: 
                   17946:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   17947:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   17948:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   17949:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   17950:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   17951:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   17952:          main/pa_table.C: aint that easy
                   17953: 
                   17954:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   17955:          main/main.dsp: continued with Hash
                   17956: 
                   17957:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   17958:          stack] now. and exception can be reported OK now [can be reported
                   17959:          outside of pro c with that stack]
                   17960: 
                   17961: 2003-01-22  paf
                   17962: 
                   17963:        * src/: include/pa_array.h, include/pa_charset.h,
                   17964:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   17965:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   17966:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   17967:          base: contains references_count.  auto_ptr template calls
                   17968:          add_ref/release
                   17969: 
                   17970: 2003-01-21  paf
                   17971: 
                   17972:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17973:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17974:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17975:          classes/op.C, classes/response.C, classes/string.C,
                   17976:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17977:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17978:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17979:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17980:          include/pa_dictionary.h, include/pa_dir.h,
                   17981:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17982:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17983:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17984:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17985:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17986:          include/pa_stack.h, include/pa_string.h,
                   17987:          include/pa_stylesheet_connection.h,
                   17988:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17989:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17990:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17991:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   17992:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17993:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17994:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17995:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17996:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17997:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17998:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17999:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18000:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18001:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18002:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18003:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18004:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   18005:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18006:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18007:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18008:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18009:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18010:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18011:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18012:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18013:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18014:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18015:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18016:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18017:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18018:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18019:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18020:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   18021:          2002->2003
                   18022: 
                   18023: 2003-01-16  paf
                   18024: 
                   18025:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   18026:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   18027: 
                   18028:        * operators.txt, src/include/pa_config_fixed.h,
                   18029:          src/main/pa_common.C: http request now return status. and not
                   18030:          fail on status!=200
                   18031: 
                   18032: 2003-01-15  paf
                   18033: 
                   18034:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   18035: 
                   18036: 2003-01-14  paf
                   18037: 
                   18038:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   18039:          mkinstalldirs: removed some ancient files [they in / really]
                   18040: 
                   18041:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   18042:          regretfully needed patch in two places.  in config_fixed.h made
                   18043:          stubs for lib to compile in MSVC
                   18044: 
                   18045: 2003-01-13  paf
                   18046: 
                   18047:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   18048:          configure.in(libtool) hacks
                   18049: 
1.116     moko     18050:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     18051:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   18052:          ltdl.h: moved to latest libtool (1.4.3)
                   18053: 
                   18054: 2003-01-10  paf
                   18055: 
                   18056:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   18057: 
                   18058:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   18059:          patches.        libxml2 >= 2.5.1
                   18060:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   18061:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   18062:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18063: 
                   18064:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   18065:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   18066:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   18067:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18068: 
                   18069: 2003-01-09  paf
                   18070: 
                   18071:        * INSTALL: xml,xslt,gdome lib urls updated
                   18072: 
                   18073:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     18074:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     18075:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     18076:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   18077:          1.7.2
1.95      moko     18078: 
                   18079:        * depcomp: moving to automake 1.7.2
                   18080: 
                   18081: 2002-12-27  paf
                   18082: 
                   18083:        * src/include/pa_version.h: 0007
                   18084: 
                   18085:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   18086:          outdated parts, made links to language docs
                   18087: 
                   18088:        * src/include/pa_config_auto.h.in: comment
                   18089: 
                   18090: 2002-12-26  paf
                   18091: 
                   18092:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   18093:          not contain trailing / fixed.
                   18094: 
                   18095:        * INSTALL: changing SAFE_MODE politics
                   18096: 
                   18097:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   18098: 
                   18099:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   18100: 
                   18101: 2002-12-25  paf
                   18102: 
                   18103:        * src/main/pa_globals.C: optimized-xml
                   18104: 
                   18105:        * src/main/pa_globals.C: optimized-as-is
                   18106: 
                   18107: 2002-12-24  paf
                   18108: 
                   18109:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   18110:          fixed [were really called with zero size when .html?a=&b=]
                   18111: 
                   18112:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   18113:          with --with-sendmail
                   18114: 
                   18115:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   18116:          fixed]
                   18117: 
                   18118: 2002-12-23  paf
                   18119: 
                   18120:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   18121:          ignoring parameters & were storing only string with default
                   18122:          expires
                   18123: 
                   18124:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   18125:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   18126:          December 23, 2002 4:22 AM Subject: bug â
                   18127:          Charset::transcode_buf2xchar
                   18128: 
                   18129: 2002-12-20  paf
                   18130: 
                   18131:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   18132:          non-cgi [script] runs
                   18133: 
                   18134: 2002-12-19  paf
                   18135: 
                   18136:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18137:          [tested on elik]] moreover, it's not needed there [parser
                   18138:          registers charsets itself]
                   18139: 
                   18140:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18141:          [tested on elik]]
                   18142: 
                   18143:        * operators.txt, src/include/pa_globals.h,
                   18144:          src/include/pa_request.h, src/main/pa_globals.C,
                   18145:          src/main/pa_request.C: $response:download
                   18146: 
                   18147:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   18148:          compiler [win32]].
                   18149: 
                   18150: 2002-12-18  paf
                   18151: 
                   18152:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   18153: 
                   18154: 2002-12-17  paf
                   18155: 
                   18156:        * src/targets/cgi/parser3.C: merged die&iis changes
                   18157: 
                   18158:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   18159:          to exit(1) 2. more flexible iilegal call check
                   18160: 
                   18161: 2002-12-16  paf
                   18162: 
                   18163:        * ltmain.sh: some automakes silly insist on having this handy
                   18164: 
                   18165:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18166:          'p' bug fix
                   18167: 
                   18168: 2002-12-15  paf
                   18169: 
                   18170:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18171:          'p'
                   18172: 
                   18173:        * configure.in, src/include/pa_config_auto.h.in,
                   18174:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   18175:          from branch 6 to HEAD
                   18176: 
                   18177:        * src/main/compile.C: removed warning
                   18178: 
                   18179:        * src/main/pa_common.C: ftruncate having checked
                   18180: 
                   18181:        * configure.in, src/include/pa_version.h: new version
                   18182: 
                   18183: 2002-12-14  paf
                   18184: 
                   18185:        * src/classes/table.C: removed unnecessary code
                   18186: 
                   18187:        * src/sql/pa_sql_driver.h: exception type fixed
                   18188: 
                   18189: 2002-12-09  paf
                   18190: 
                   18191:        * src/types/pa_vvoid.h: $void.store[now] error
                   18192: 
                   18193:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18194: 
                   18195:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   18196:          tries to write core dump
                   18197: 
                   18198:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18199: 
                   18200:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18201:          classes/void.C, main/pa_sql_driver_manager.C,
                   18202:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18203:          handlers #2
                   18204: 
                   18205:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   18206:          exception handling mech in sql handlers
                   18207: 
                   18208:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   18209:          handlers
                   18210: 
                   18211:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18212:          classes/void.C, main/pa_sql_driver_manager.C,
                   18213:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18214:          handlers
                   18215: 
1.116     moko     18216:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   18217:          to write makefile which used libtool to install things, which is
                   18218:          not needed
1.95      moko     18219: 
                   18220: 2002-12-06  paf
                   18221: 
                   18222:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   18223:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   18224: 
                   18225: 2002-12-05  paf
                   18226: 
                   18227:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   18228:          cc/bcc OK now
                   18229: 
                   18230:        * src/main/untaint.C: mail header closed properly
                   18231: 
                   18232:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   18233:          header ',' allowed.  still bugs in smtp [only one receiptient
                   18234:          works, cc, bcc ignored now, and MAILED ;)]
                   18235: 
                   18236:          [strncpy killed, memnchr used]
                   18237: 
                   18238:        * src/main/pa_table.C: table-copy now current=0
                   18239: 
                   18240:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   18241:          lowlevel proc
                   18242: 
                   18243:        * src/targets/cgi/parser3.C: more checks on
                   18244:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18245:          checked that now
                   18246: 
                   18247:        * src/targets/cgi/parser3.C: more checks on
                   18248:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18249:          checked that now
                   18250: 
                   18251:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   18252:          out-of-mem errors reached log]
                   18253: 
                   18254:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   18255:          mail:send MIME-Version default
                   18256: 
                   18257:        * src/main/main.dsp: pa_version included into main.dsp
                   18258: 
                   18259: 2002-12-04  paf
                   18260: 
                   18261:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   18262: 
                   18263:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   18264:          lib/libltdl -> lib/ltdl Win32 changes. s
                   18265: 
                   18266:        * src/classes/classes.awk: more strict *.C$
                   18267: 
                   18268:        * gnu.dsp: restored
                   18269: 
1.116     moko     18270:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   18271:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   18272:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   18273:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   18274:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   18275:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   18276:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   18277:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   18278:          now created with /configure, not ltdl/configure, so it does have
                   18279:          no problems with automake.  ltdl/configure
                   18280:          AC_OUTPUT(Makefile<<removed)
1.95      moko     18281: 
                   18282: 2002-12-02  paf
                   18283: 
                   18284:        * operators.txt: removed outdated status:db
                   18285: 
                   18286:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   18287:          src/main/pa_common.C, src/main/pa_request.C,
                   18288:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   18289:          tainted parts becomes http-header
                   18290: 
                   18291: 2002-11-29  paf
                   18292: 
                   18293:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   18294:          dates now objects of type date
                   18295: 
                   18296:        * src/classes/image.C: file.seek removed [it were used in image.C
                   18297:          only, and for parser user this  means that jpeg image has bad
                   18298:          size in fragment's header] now used image.format
                   18299: 
                   18300:        * src/: include/pa_common.h, main/pa_common.C,
                   18301:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   18302:          now handled exactly like $response:header values.  e.g. can be
                   18303:          hash [can have subattributes] & contain date values.
                   18304: 
                   18305:        * src/main/pa_common.C: http:// param values lang forced URI
                   18306: 
                   18307:        * src/main/pa_common.C: http:// tainted partes now %xx
                   18308: 
                   18309: 2002-11-28  paf
                   18310: 
                   18311:        * operators.txt: http.timeout
                   18312: 
                   18313:        * src/classes/image.C: ^image.length now counts interchar space.
                   18314:          plus space after last char
                   18315: 
                   18316:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   18317: 
                   18318:        * src/classes/image.C: ^image.font width measurer now scans full
                   18319:          height [were -1]
                   18320: 
                   18321:        * configure.in: stopped double libltdl/Makefile generation
                   18322: 
                   18323:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   18324:          chars [one top horizontal line of 1pixel height were missing]
                   18325: 
                   18326:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   18327:          'false' to go into (Hash *) parameter
                   18328: 
                   18329: 2002-11-27  paf
                   18330: 
                   18331:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   18332:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   18333:          returns content-disposition: >>attachment<<
                   18334: 
                   18335:        * src/classes/image.C: ^image.font << bad font file-size now
                   18336:          properly reported
                   18337: 
                   18338: 2002-11-26  paf
                   18339: 
                   18340:        * src/main/pa_request.C: fixed lang in reponse header
                   18341: 
                   18342:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   18343: 
                   18344:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   18345:          made exception: http.status with source=bad status#
                   18346: 
                   18347: 2002-11-25  paf
                   18348: 
                   18349:        * configure.in, src/classes/image.C,
                   18350:          src/include/pa_config_auto.h.in,
                   18351:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     18352:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   18353:          const void related probs fixed
1.95      moko     18354: 
                   18355:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   18356: 
                   18357:          $file[^file::load[http://there]] $file.SERVER
                   18358: 
                   18359:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   18360:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   18361:          http options [invalid onces now reported] made default
                   18362:          user-agent: paf
                   18363: 
                   18364:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   18365:          src/classes/xdoc.C, src/include/pa_common.h,
                   18366:          src/include/pa_globals.h, src/main/pa_common.C,
                   18367:          src/main/pa_globals.C, src/main/pa_request.C,
                   18368:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   18369:          now understand http:// prefix and additional params, sample:
                   18370:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   18371:          $.USER-AGENT[parser3] ]]
                   18372: 
                   18373: 2002-11-22  paf
                   18374: 
                   18375:        * src/classes/image.C, src/include/pa_globals.h,
                   18376:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   18377:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   18378:          $image.exif.DateTime & co
                   18379: 
                   18380: 2002-11-21  paf
                   18381: 
                   18382:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   18383:          _PASS_APPENDED)
                   18384: 
                   18385:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   18386:          EXIF information [were big block and it's size were considered
                   18387:          negative :(]
                   18388: 
                   18389:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   18390:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   18391:          internals rewritten. no there's reader.seek, and all's ready for
                   18392:          EXIF extraction [now we fail to measure files with EXIF info]
                   18393: 
                   18394:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   18395:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   18396:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   18397: 
                   18398: 2002-11-20  paf
                   18399: 
                   18400:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   18401: 
                   18402:        * configure.in, src/include/pa_config_auto.h.in,
                   18403:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   18404:          comment
                   18405: 
                   18406:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   18407: 
                   18408:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18409:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   18410:          currently processed document SIGPIPE >> interrupts request
                   18411:          processing [exception = DB rollback]
                   18412: 
                   18413:        * src/main/pa_exec.C: comment
                   18414: 
                   18415:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   18416: 
                   18417:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   18418:          << disable HTTP-POST repassing
                   18419: 
                   18420:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18421:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   18422:          pipe read errors now checked
                   18423: 
                   18424: 2002-11-19  paf
                   18425: 
                   18426:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   18427:          CGI: Illegal call
                   18428: 
                   18429: 2002-11-01  paf
                   18430: 
                   18431:        * src/main/execute.C: comment
                   18432: 
                   18433: 2002-10-31  paf
                   18434: 
                   18435:        * src/main/execute.C: found out why, checked that for now.  todo:
                   18436:          find out a way for that user could do that
                   18437: 
                   18438:        * src/types/pa_vstateless_object.h: object put replaces static
                   18439:          parent if any
                   18440: 
                   18441:        * src/types/pa_vobject.C: object put replaces static parent if any
                   18442: 
                   18443:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18444:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   18445:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18446:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18447:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18448:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18449:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18450:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18451:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18452:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18453:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18454:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18455:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18456:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18457:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18458:          types/pa_wwrapper.h: static fix merged
                   18459: 
                   18460:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   18461:          $virtual_fields in dynamic, but one can reach derived
                   18462:          static[class] variable from base
                   18463: 
                   18464:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18465:          types/pa_vobject.C, types/pa_vobject.h,
                   18466:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   18467:          statics, left $virtual_fields in dynamic
                   18468: 
                   18469:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   18470:          one can't remember derivates in base class: there's so many of
                   18471:          them.  also there can be no virtual method calls in static
                   18472:          classes
                   18473: 
                   18474:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18475:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   18476:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18477:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18478:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18479:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18480:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18481:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18482:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18483:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18484:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18485:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18486:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18487:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18488:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18489:          types/pa_wwrapper.h: static call $self fixed
                   18490: 
                   18491:        * src/main/execute.C: comment
                   18492: 
                   18493:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   18494:          ^process[$caller.self]{...} now compiles to last derived object
                   18495:          part of that 'self'
                   18496: 
                   18497: 2002-10-29  paf
                   18498: 
                   18499:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   18500:          re-passing [iis to blame]
                   18501: 
                   18502:        * src/classes/string.C: changed string.save to pass current sql
                   18503:          connection to cstr thus one can ^connect[some server]{
                   18504:          $s[insert into table x (x) values (^taint[sql]{value})]
                   18505:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   18506:          properly escaped.  [tried in mssql->mysql export->import of
                   18507:          binary data]
                   18508: 
                   18509: 2002-10-25  paf
                   18510: 
                   18511:        * src/types/pa_vresponse.C: case insensitive response user fields
                   18512:          get/put
                   18513: 
                   18514:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18515:          types/pa_vresponse.C: saving for maybe-future
                   18516: 
                   18517: 2002-10-23  paf
                   18518: 
                   18519:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   18520:          ^table.hash(expr)...
                   18521: 
                   18522:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   18523: 
                   18524: 2002-10-22  paf
                   18525: 
                   18526:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   18527:          VForm::Append...(...Value)
                   18528: 
                   18529:        * src/main/execute.C: $.name outside of $name[...] checked
                   18530: 
                   18531:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   18532:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   18533: 
                   18534: 2002-10-21  paf
                   18535: 
                   18536:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   18537:          $form:qtail $form:imap.x/y
                   18538: 
                   18539:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   18540:          "?value&...", "...&value&...", "...&value"
                   18541: 
                   18542:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   18543: 
                   18544:        * operators.txt, src/classes/file.C: /some/page.html:
                   18545:          ^file:fullpath[a.gif] => /some/a.gif
                   18546: 
                   18547: 2002-10-17  paf
                   18548: 
                   18549:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   18550:          a little: logical not and bitwise negation precedence made
                   18551:          highest, << and >> bitshits precedence made equal [were << higher
                   18552:          than >>]
                   18553: 
                   18554:        * src/classes/op.C: exception handling fixed [were bad with
                   18555:          contexts]
                   18556: 
                   18557: 2002-10-16  paf
                   18558: 
                   18559:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18560:          main/pa_request.C: Request::self considered equal to
                   18561:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   18562:          VMethodFrame.self()
                   18563: 
                   18564:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   18565:          $hash in open field now gives old good error meesage
                   18566: 
                   18567: 2002-10-15  paf
                   18568: 
                   18569:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   18570:          use ^if($junction is junction){was and now true}
                   18571: 
                   18572:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18573:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   18574:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   18575:          points to place where value left xml library and came to parser:
                   18576:          place of dom field extraction/call
                   18577: 
                   18578:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   18579:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18580:          types/pa_vmethod_frame.h: removed last pieces of old code
                   18581:          allowing $junction.xxx at compile time
                   18582: 
                   18583:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   18584:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   18585:          objects also considered [were only classes]
                   18586: 
                   18587:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   18588:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   18589:          with CLASS self.  [   (request&method_frame).self temporarily
                   18590:          changed   ]
                   18591: 
                   18592:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   18593:          no exception to native calls.  for&foreach changed to use
                   18594:          method_frame.caller for their var's name context
                   18595: 
                   18596:        * src/: main/execute.C, targets/cgi/parser3.C,
                   18597:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   18598:          compiling to system classes disabled
                   18599: 
                   18600:        * operators.txt, src/classes/op.C:
                   18601:          ^process[$caller.CLASS]{code-string} added
                   18602: 
                   18603:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   18604:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   18605:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   18606:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   18607:          src/types/types.dsp: removed $junction.get $junction.set[]
                   18608:          introducing $caller
                   18609: 
                   18610:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   18611:          find them lower by inheritance tree
                   18612: 
                   18613:        * src/types/pa_vjunction.C: ident
                   18614: 
                   18615: 2002-10-14  paf
                   18616: 
                   18617:        * src/classes/op.C: process compiles to code's class class
                   18618: 
                   18619:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18620:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   18621:          main/compile.y, main/execute.C, main/pa_request.C,
                   18622:          types/pa_vstateless_class.h: operators now main-class-methods
                   18623: 
                   18624:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   18625:          better stack trace [has "call" & co there]
                   18626: 
                   18627:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18628:          operators @auto now executed in MAIN context
                   18629: 
                   18630:        * src/main/execute.C: operator execution context now = MAIN, not
                   18631:          closest stack frame
                   18632: 
                   18633:          @touchit[] $i[after]
                   18634: 
                   18635:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   18636:          were 'after'
                   18637: 
                   18638:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   18639:          'after'
                   18640: 
                   18641:        * src/main/execute.C: comment
                   18642: 
                   18643:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   18644:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   18645:          action]
                   18646: 
                   18647:        * src/types/pa_vxnode.C: misreplace fixed
                   18648: 
                   18649:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18650:          src/types/pa_vstatus.C, operators.txt:
                   18651:          $status:rusage.tv_secs/usecs introduced
                   18652: 
                   18653: 2002-10-09  paf
                   18654: 
                   18655:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   18656:          on empty string [or uses (default)]
                   18657: 
                   18658: 2002-10-08  paf
                   18659: 
                   18660:        * src/main/untaint.C: mail header quoted printable changed after
                   18661:          RFC reread
                   18662: 
                   18663:        * operators.txt: plan on ^if(method
                   18664: 
                   18665:        * src/types/pa_vxnode.C: misreplace
                   18666: 
                   18667: 2002-09-24  paf
                   18668: 
1.116     moko     18669:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     18670: 
                   18671:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   18672:          mailreceive would compile on freebsd now
                   18673: 
                   18674:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   18675:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     18676:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   18677:          mailreceive would compile on freebsd now
1.95      moko     18678: 
                   18679:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   18680:          changed: now there are only few chars are untainted: * ? ' " < >
                   18681:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   18682:          one should use ^untaint[uri]{...} now]
                   18683: 
                   18684:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   18685:          $list.name, not tainted as filespec
                   18686: 
                   18687:          @russianindex[] #dir with files with russian-lang names
                   18688:          $where[dir]
                   18689: 
                   18690:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   18691:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   18692: 
                   18693: 2002-09-23  paf
                   18694: 
                   18695:        * src/types/pa_vdouble.h: double->int round added
                   18696: 
                   18697:        * src/classes/date.C: date bug fix, now
                   18698:          round(floatDays*secondsPerDay)
                   18699: 
                   18700:        * src/classes/date.C: date bug fix, now
                   18701:          round(floatDays*secondsPerDay)
                   18702: 
                   18703: 2002-09-20  paf
                   18704: 
                   18705:        * src/main/execute.C: code junction calls disabled [before: code
                   18706:          was compiled in such a way, that there were no code-junctions in
                   18707:          OP_CALL]
                   18708: 
                   18709:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   18710: 
                   18711:          @badjunctioncallinside[code] ^code[]
                   18712: 
                   18713:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   18714:          expanding to include ^junction.method
                   18715: 
                   18716:        * src/main/pa_common.C: -d "DIR/" now true
                   18717: 
                   18718:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   18719:          as internal xdoc encoding, and after decoding attributes set by
                   18720:          dom functions now encoded OK, not as digital entities
                   18721: 
                   18722:        * src/classes/xdoc.C: empty transform result, being taken as file
                   18723:          now returns empty file, not raises stupid error about "stat-ed
                   18724:          file"
                   18725: 
                   18726:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   18727:          allowed
                   18728: 
                   18729:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   18730:          write iterators now:
                   18731: 
                   18732:          ^user-foreach[key;value]{$key=$value<br>}
                   18733: 
                   18734:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18735:          $code.value($i*2)       $code }
                   18736: 
                   18737:        * src/main/compile_tools.h: mistype
                   18738: 
1.116     moko     18739:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   18740:          thus taking linking options configure changes into account [were:
                   18741:          ignoring]
1.95      moko     18742: 
                   18743:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   18744:          $junction.get/put(1) one can write iterators now:
                   18745: 
                   18746:          ^user-foreach[key;value]{$key=$value<br>}
                   18747: 
                   18748:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18749:          $code.value($i*2)       $code }
                   18750: 
                   18751:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18752:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18753:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   18754:          introducing $junction.get/put(1) one can write iterators now:
                   18755: 
                   18756:          ^user-foreach[key;value]{$key=$value<br>}
                   18757: 
                   18758:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18759:          $code.value($i*2)       $code }
                   18760: 
                   18761: 2002-09-19  paf
                   18762: 
1.116     moko     18763:        * Makefile.am: new: make commit
1.95      moko     18764: 
                   18765:        * aclocal.m4: forced to be older
                   18766: 
                   18767: 2002-09-18  paf
                   18768: 
                   18769:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   18770:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   18771: 
                   18772:        * src/: include/pa_common.h, include/pa_request.h,
                   18773:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   18774:          - now this - fatal error
                   18775: 
                   18776:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   18777:          that one can pass binary data there
                   18778: 
                   18779:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   18780:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18781:          classes/op.C, classes/response.C, classes/string.C,
                   18782:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18783:          include/pa_request.h: pa_request contexts made privated, plus
                   18784:          get_{self/method_frame} to read.  Request_context_saver used in
                   18785:          ^try to save flang too.  [were not saved]
                   18786: 
                   18787:        * src/types/pa_vresponse.C: header value chains joined before
                   18788:          output, this should help $.subject[$var $var] from being
                   18789:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   18790: 
                   18791: 2002-09-17  paf
                   18792: 
                   18793:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18794:          removed changes, operators executed with calling self.  lots of
                   18795:          code with ^include code relies on defined/defining self variables
                   18796: 
                   18797:          $a[1] ^include[print_a.p] print_a.p: $a
                   18798: 
                   18799:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   18800: 
                   18801:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   18802:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18803:          types/pa_vstateless_class.h: operators now executed with MAIN
                   18804:          self.  it's for ^include sake, too strong a change
                   18805: 
                   18806:        * src/classes/op.C: made place for ^process to compile it's code to
                   18807:          in case of no self
                   18808: 
                   18809:        * src/main/execute.C: found ancient param to Junction, removed.
                   18810:          allowed passing self to native_code_operators [for ^process to
                   18811:          work, she needs self]
                   18812: 
                   18813:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   18814:          types/pa_vstateless_class.h: found ancient param to Junction,
                   18815:          removed.  allowed passing self to native_code_operators [for
                   18816:          ^process to work, she needs self]
                   18817: 
                   18818:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   18819:          types/pa_value.h, types/pa_vmethod_frame.h,
                   18820:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   18821:          checked that in VMethodFrame get/put and $self.
                   18822: 
                   18823:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   18824:          copy options options checked, wrong option now fatal error
                   18825: 
                   18826:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   18827:          pieces boundaries]
                   18828: 
1.150     moko     18829:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18830:          .dll on cygwin, .so in other cases)
1.95      moko     18831: 
                   18832:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18833:          .dll on cygwin, .so in other cases)
                   18834: 
                   18835:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   18836:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   18837:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   18838:          record taken [were last]
                   18839: 
                   18840:        * src/: classes/hash.C, classes/table.C,
                   18841:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   18842:          now errors
                   18843: 
                   18844:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   18845: 
                   18846:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   18847:          ,2,3]
                   18848: 
                   18849: 2002-09-16  paf
                   18850: 
                   18851:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   18852:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   18853:          stdout to be binary.  now detected closest header break.
                   18854: 
                   18855:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   18856:          closed right
                   18857: 
                   18858: 2002-09-13  paf
                   18859: 
                   18860:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   18861:          src/main/compile_tools.h: (expression #comment)
                   18862: 
                   18863:          (multiline expression #comment  line2  #comment )
                   18864: 
                   18865:          (expression #comment with (brackets) comment) << OK
                   18866: 
                   18867:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   18868:          bitwise !|| numerical xor now [preparing for expression
                   18869:          #comments]
                   18870: 
                   18871:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   18872:          error
                   18873: 
                   18874:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   18875:          cheched in pa_socks.C
                   18876: 
1.116     moko     18877:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18878:          HAVE_WINSOCK_H created in configure.in
1.95      moko     18879: 
                   18880:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   18881:          cookie date now clean [were mistakenly tainted & that worked bad
                   18882:          with opera -- 'happily' that worked OK with msie]
                   18883: 
                   18884: 2002-09-12  paf
                   18885: 
                   18886:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   18887:          VClass get_element now first looks to fields, next to methods &
                   18888:          co todo: the rest reason: more speed
                   18889: 
                   18890:        * src/main/untaint.C: quoted printable encoding stops before
                   18891:          \s*<...>$
                   18892: 
                   18893:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   18894:          stops before <...>$
                   18895: 
                   18896: 2002-09-11  paf
                   18897: 
                   18898:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   18899:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   18900:          forgot to check users of those funcs. not all were using that
                   18901:          return value convention
                   18902: 
                   18903:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   18904:          windows-1254 added
                   18905: 
                   18906: 2002-09-10  paf
                   18907: 
                   18908:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   18909:          VCodeFrame parent param were specified badly
                   18910: 
                   18911:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   18912:          WWrapper which used in constructing objects(second param to sql
                   18913:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   18914:          code in hash to survivi
                   18915: 
                   18916:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   18917:          param to execute [stack said 'thanks']
                   18918: 
                   18919:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   18920:          types/pa_value.h, types/pa_vcode_frame.h,
                   18921:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18922:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   18923:          responsibility to wcontext
                   18924: 
                   18925:        * src/classes/file.C: decided not to log exec's with stderr, that
                   18926:          could be warnings, and it's up to scritper to log/show them
                   18927: 
                   18928:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   18929:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   18930:          double/string converstion, which were loosing time&precesion
                   18931: 
                   18932:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   18933:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   18934:          case of unfinished in buffer processing, causing accidental
                   18935:          transcode stop [in case that source enc != utf-8 & there is
                   18936:          incomplete utf-8 sequence at the end of 16000block iside of
                   18937:          libxml lib] tfm readed & code updated
                   18938: 
                   18939: 2002-09-04  paf
                   18940: 
                   18941:        * configure: makes with sjlj
                   18942: 
                   18943:        * INSTALL, src/include/pa_config_fixed.h,
                   18944:          src/include/pa_sql_connection.h,
                   18945:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   18946:          checked.  on win32 it made default
                   18947: 
                   18948:        * src/include/pa_config_auto.h.in: sjlj define
                   18949: 
                   18950:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   18951:          can not work with longjump/throw pair, and one must switch that
                   18952:          on there.  todo: detect that automatically]
                   18953: 
                   18954:        * src/types/pa_vxnode.C: removed too strong checks of
                   18955:          xnode.elements.  now, for instance, if element does not have any
                   18956:          attributes, $xnode.attributes is void, not error
                   18957: 
                   18958: 2002-09-02  paf
                   18959: 
                   18960:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   18961:          removed double_result, didn't help
                   18962: 
                   18963:        * src/main/execute.C: double_result made to move that var away from
                   18964:          hungry g++ optimizer (-O2), before: it were optimized and
                   18965:          comparison operators worked badly
                   18966: 
                   18967:        * src/types/pa_vdate.h: removed debug
                   18968: 
1.116     moko     18969:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     18970: 
                   18971:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   18972:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   18973:          unknown reason.
                   18974: 
                   18975: 2002-08-29  paf
                   18976: 
                   18977:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   18978:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   18979:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   18980:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   18981:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   18982:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   18983:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   18984:          [called less frequent, allowed to remove ugly
                   18985:          Junction.change_context-s from many places, switch,
                   18986:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   18987:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   18988:          [speed up]
                   18989: 
                   18990: 2002-08-28  paf
                   18991: 
                   18992:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   18993:          tainted
                   18994: 
                   18995:        * src/types/pa_vcookie.C: fixed cookie delete when
                   18996:          $cookie:name[$.value[]]
                   18997: 
                   18998:        * operators.txt, src/classes/string.C:
                   18999:          ^string.split[delim[;options]]
                   19000: 
                   19001: 2002-08-27  paf
                   19002: 
1.116     moko     19003:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     19004: 
                   19005:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   19006:          delimiter
                   19007: 
                   19008:        * INSTALL: recommended latest gmime 1.0.5
                   19009: 
                   19010: 2002-08-26  paf
                   19011: 
                   19012:        * configure, configure.in: apache13/hook added to make dist.
                   19013: 
                   19014: 2002-08-23  paf
                   19015: 
                   19016:        * src/: include/pa_common.h, main/pa_common.C,
                   19017:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   19018:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   19019:          whatever] it's error now
                   19020: 
                   19021: 2002-08-21  paf
                   19022: 
1.116     moko     19023:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     19024: 
                   19025:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19026:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   19027:          class".  compiled as if here they named base class
                   19028: 
                   19029:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   19030:          cloning constructor]
                   19031: 
                   19032:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   19033: 
1.150     moko     19034:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     19035:          $mail.received.file.value.content-type fixed
                   19036: 
                   19037: 2002-08-20  paf
                   19038: 
                   19039:        * src/classes/file.C: fixed language of file:file result
                   19040: 
                   19041:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   19042:          from 3.0.0005
                   19043: 
                   19044:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   19045: 
                   19046:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   19047:          3.0.0005
                   19048: 
                   19049:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   19050: 
                   19051: 2002-08-19  paf
                   19052: 
                   19053:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   19054:          work now
                   19055: 
                   19056:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   19057:          error in xnode, which were not catched in xdoc]
                   19058: 
                   19059:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   19060:          prepared:        // validate each document after load/create (?)
                   19061:                 //xmlDoValidityCheckingDefaultValue = 1;
                   19062: 
                   19063: 2002-08-15  paf
                   19064: 
                   19065:        * src/classes/classes.h: write to static var caused useless
                   19066:          Exception, introduced Methoded::put_element wich consumes those
                   19067: 
                   19068:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   19069:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   19070:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   19071:          $response:field[date] $response:field[$.xxx[date]]
                   19072: 
                   19073:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   19074:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   19075:          ^hash::sql{bad}
                   19076: 
                   19077:        * operators.txt: $request:body unprecessed POST request body
                   19078: 
                   19079:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   19080: 
                   19081:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   19082:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   19083: 
                   19084:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   19085:          src/include/pa_request.h, src/main/pa_pool.C,
                   19086:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   19087:          $request:body r.post_data now const
                   19088: 
                   19089:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   19090:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   19091:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   19092:          types/pa_vtable.h: instead of type() checking everywhere used
                   19093:          Value.as now user descendants can be used in params.
                   19094: 
                   19095:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   19096:          ^if($xtable) now OK
                   19097: 
                   19098:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   19099:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   19100:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   19101: 
                   19102: 2002-08-14  paf
                   19103: 
                   19104:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   19105:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19106:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19107:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19108:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19109:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   19110:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   19111:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19112:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19113:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19114:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19115:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19116:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19117:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   19118:          & VClass
                   19119: 
                   19120:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   19121: 
                   19122:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   19123:          removed fixopt stupidity. on stupid linux use cd /document/root
                   19124:          ../cgi/parser3 script
                   19125: 
                   19126:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   19127:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   19128: 
                   19129:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   19130:          fixopt.h: fixopt now preprocesses command line params, splitting
                   19131:          them by space, excluding argv[0], argv[argc-1]
                   19132: 
                   19133:        * src/targets/cgi/parser3.C: -f config file
                   19134: 
                   19135:        * src/targets/cgi/parser3.C: fixed .log file dir
                   19136: 
                   19137: 2002-08-13  paf
                   19138: 
                   19139:        * src/types/pa_vobject.C: allow override parent variables, useful
                   19140:          for form descendants [in vobject too, were in vclass]
                   19141: 
                   19142:        * src/types/pa_vclass.C: allow override parent variables, useful
                   19143:          for form descendants
                   19144: 
                   19145:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   19146:          overwritten in derived(table)
                   19147: 
                   19148:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19149:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   19150:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   19151:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19152:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   19153:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19154:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   19155:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19156:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   19157:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19158:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19159:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19160:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19161:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19162:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   19163:          Value::get_element(..., bool looking_down) [needed to exclude
                   19164:          endless recoursion]
                   19165: 
                   19166:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   19167:          fix bug with put endless recoursion todo: check 'as'
                   19168: 
                   19169:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   19170:          reorganized modules todo: fix bug with put endless recoursion
                   19171:          todo: check 'as'
                   19172: 
                   19173:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   19174:          in derived(table)
                   19175: 
                   19176:        * src/types/pa_vobject.h: derived classes can have fields of their
                   19177:          own now
                   19178: 
                   19179:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   19180:          fixed error message on using non-created table
                   19181: 
                   19182:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   19183:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   19184:          main/compile.C, main/compile.tab.C, main/execute.C,
                   19185:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19186:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19187:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19188:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19189:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   19190:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19191:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19192:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19193:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19194:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19195:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19196:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19197:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   19198:          looking down/up tree todo: fix error message on non-constructed
                   19199:          parents
                   19200: 
                   19201: 2002-08-12  paf
                   19202: 
                   19203:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   19204:          derived OK
                   19205: 
                   19206:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   19207:          thorough testing
                   19208: 
                   19209:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   19210:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19211:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19212:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   19213:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   19214:          ^base:create[] dynamic call rewritten todo: thorough testing
                   19215: 
                   19216:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   19217:          now instantates base class, remembers it and saves child in
                   19218:          parent VObject.get_class now returns last child = downward
                   19219:          virtual calls OK
                   19220: 
                   19221:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19222:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   19223:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   19224:          types/pa_vobject.h, types/pa_vresponse.h,
                   19225:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19226:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   19227:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   19228:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   19229:          instance]
                   19230: 
                   19231:        * src/main/pa_request.C: $response:body[file] content-type check
                   19232:          fixed [were bad when content-type is hash]
                   19233: 
                   19234: 2002-08-09  paf
                   19235: 
                   19236:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19237:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   19238: 
                   19239: 2002-08-08  paf
                   19240: 
                   19241:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   19242:          src/main/pa_globals.C: year column in month calendar [week year]
                   19243: 
                   19244:        * src/main/execute.C: error reporting on object writes to MAIN
                   19245:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   19246: 
                   19247:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   19248:          $date.daylightsaving
                   19249: 
                   19250:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   19251:          use tainted data now. only she must specify the language.
                   19252: 
                   19253:          ^mail:send[     $.from[paf@mail.design.ru]
                   19254:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   19255:                $.text[^taint[uri][ìîñêâà]=] ]
                   19256: 
                   19257:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   19258:          now prints more precise origin
                   19259: 
                   19260:        * src/include/pa_string.h: String::first_char now not fails on
                   19261:          empty strings ^if(-f '') now ok and in 3 other places.
                   19262: 
                   19263:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   19264:          String::first_char now not fails on empty strings ^if(-f '') now
                   19265:          ok and in 3 other places.
                   19266: 
                   19267: 2002-08-07  paf
                   19268: 
                   19269:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   19270:          fixed
                   19271: 
                   19272:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   19273: 
                   19274:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   19275:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19276:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   19277:          mistakenly not completely transparent to object writes.
                   19278:          $hash[^if(1){$hash}] now works
                   19279: 
                   19280:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   19281:          now erasing cache file [there were bad check on that]
                   19282: 
                   19283:        * src/: classes/classes.dsp, classes/table.C,
                   19284:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   19285:          all Debug dirs in .dsp now named 'Debug'
                   19286: 
1.116     moko     19287:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     19288: 
                   19289:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   19290: 
                   19291:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   19292: 
                   19293:        * src/types/pa_vmail.C: mail:send empty  email checked
                   19294: 
                   19295: 2002-08-06  paf
                   19296: 
                   19297:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19298:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19299:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   19300: 
                   19301:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   19302:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   19303:          #  $.default() }
                   19304: 
                   19305:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   19306: 
                   19307:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   19308:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   19309:          $file.content-type [instead of .mime-type] now works for
                   19310:          file::stat also
                   19311: 
                   19312:        * src/main/pa_request.C: case insensitive mime_type_of
                   19313: 
                   19314: 2002-08-05  paf
                   19315: 
                   19316:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   19317: 
                   19318:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   19319: 
                   19320:        * operators.txt: comment on date:calendar week column
                   19321: 
                   19322:        * src/main/pa_common.C: write checked
                   19323: 
                   19324:        * src/main/: pa_common.C: write checked
                   19325: 
                   19326:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   19327: 
                   19328:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   19329:          month calendar week column [ISO 8601 Week Numbers]
                   19330: 
                   19331: 2002-08-02  paf
                   19332: 
                   19333:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   19334:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   19335:          DEBUG*
                   19336: 
                   19337:        * configure, configure.in, src/include/pa_version.h: release
                   19338:          3_0_0005
                   19339: 
                   19340:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   19341:          multipart post fixed
                   19342: 
                   19343:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   19344:          response transcoded source->client only when text/* or simple
                   19345:          onoverridden $response:body
                   19346: 
                   19347: 2002-08-01  paf
                   19348: 
                   19349:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19350:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19351:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19352:          classes/op.C, classes/response.C, classes/string.C,
                   19353:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19354:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   19355:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19356:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   19357:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19358:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   19359:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19360:          include/pa_socks.h, include/pa_sql_connection.h,
                   19361:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19362:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19363:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19364:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19365:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   19366:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   19367:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19368:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   19369:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   19370:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   19371:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19372:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19373:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19374:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   19375:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   19376:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   19377:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19378:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19379:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   19380:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   19381:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19382:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   19383:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19384:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19385:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19386:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   19387:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19388:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19389:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19390:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19391:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19392:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19393:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19394:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     19395:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     19396: 
                   19397:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   19398:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   19399:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19400:          classes/math.C, classes/op.C, classes/response.C,
                   19401:          classes/string.C, classes/table.C, classes/void.C,
                   19402:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19403:          include/pa_array.h, include/pa_cache_managers.h,
                   19404:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19405:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19406:          include/pa_dictionary.h, include/pa_dir.h,
                   19407:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19408:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19409:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19410:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19411:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19412:          include/pa_stack.h, include/pa_string.h,
                   19413:          include/pa_stylesheet_connection.h,
                   19414:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19415:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19416:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   19417:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19418:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   19419:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19420:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19421:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19422:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19423:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   19424:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   19425:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19426:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19427:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   19428:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19429:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19430:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19431:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   19432:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19433:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19434:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   19435:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19436:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   19437:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   19438:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19439:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19440:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19441:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19442:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19443:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   19444:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19445:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19446:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19447:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   19448:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   19449:          types/Makefile.am: ident.C* removed
                   19450: 
                   19451:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   19452:          file:find[/can/do/this/now.txt]
                   19453: 
                   19454:        * src/targets/cgi/parser3.C: usage to stdout now
                   19455: 
                   19456: 2002-07-31  paf
                   19457: 
                   19458:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   19459: 
                   19460:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   19461:          default "postmaster"
                   19462: 
                   19463:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   19464:          -f postmaster now default sendmail key word "postmaster"
                   19465:          replaced to $.from
                   19466: 
                   19467: 2002-07-30  paf
                   19468: 
1.116     moko     19469:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   19470:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     19471: 
                   19472:        * src/main/pa_charset.C: comment
                   19473: 
                   19474:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   19475:          table, &#decimal;
                   19476: 
                   19477:        * src/main/pa_request.C: comment
                   19478: 
                   19479:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   19480:          paragraf]
                   19481: 
                   19482: 2002-07-11  paf
                   19483: 
                   19484:        * src/main/pa_exec.C: build command line badly added params twice
                   19485:          [and first time without ' ']. double wrong. fixed.
                   19486: 
                   19487:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   19488:          wich parser did not provide = reported badly.  fixed that.
                   19489: 
                   19490:        * src/classes/mail.C: $MAIL[ # xxx ]
                   19491: 
                   19492:          now ok
                   19493: 
                   19494:        * operators.txt: plan: sql detailed exception
                   19495: 
                   19496: 2002-07-01  paf
                   19497: 
                   19498:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   19499:          [MForm.configure_admin were called when request.main_class ==0
                   19500: 
                   19501:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   19502: 
                   19503:        * src/classes/form.C: content_length type fix
                   19504: 
                   19505: 2002-06-30  paf
                   19506: 
                   19507:        * src/classes/mail.C: merged from 4
                   19508: 
                   19509:        * src/classes/mail.C: restored $MAIL
                   19510: 
                   19511: 2002-06-28  paf
                   19512: 
                   19513:        * configure, configure.in: removed paths.h
                   19514: 
1.116     moko     19515:        * configure, src/include/pa_version.h,
1.95      moko     19516:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   19517:          merged, makes updated
                   19518: 
                   19519:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   19520:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19521:          src/include/pa_pool.h, src/include/pa_version.h,
                   19522:          src/main/pa_charset.C, src/main/pa_pool.C,
                   19523:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   19524:          src/types/pa_vmail.C: merged latest updates to head
                   19525: 
                   19526: 2002-06-27  paf
                   19527: 
                   19528:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   19529:          not error now
                   19530: 
                   19531:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   19532:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   19533:          src/main/pa_charset.C, src/main/pa_pool.C:
                   19534:          ^xdoc::create[[uri]]... base uri for document being created,
                   19535:          imports and other relative file names would be relative to this
                   19536:          uri default uri=path_translated
                   19537: 
                   19538:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   19539: 
                   19540: 2002-06-26  paf
                   19541: 
                   19542:        * configure, configure.in, src/include/pa_version.h:
                   19543:          release_3_0_0004
                   19544: 
                   19545:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   19546:          0 now
                   19547: 
                   19548:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   19549: 
                   19550: 2002-06-25  paf
                   19551: 
                   19552:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   19553:          considered bad number now
                   19554: 
                   19555:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   19556:          now
                   19557: 
                   19558:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   19559:          name: optimize
                   19560: 
                   19561:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   19562:          library configured
                   19563: 
                   19564:        * src/main/pa_request.C: configure_admin forced if no @conf
                   19565: 
1.150     moko     19566:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   19567:          ^math:crypt updated to generate random salt when needed and to
                   19568:          call system crypt() if not $apr1$ prefix
1.95      moko     19569: 
                   19570: 2002-06-24  paf
                   19571: 
                   19572:        * INSTALL: --with-static/shared-mailreceive described
                   19573: 
                   19574:        * src/include/pa_config_fixed.h: ssize_t fixed
                   19575: 
1.116     moko     19576:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19577:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     19578:          src/types/pa_vmail.C: $mail:received makes update
                   19579: 
                   19580:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   19581:          WITH_MAILRECEIVE
                   19582: 
                   19583:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   19584: 
                   19585:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   19586:          option, for $mail:receive
                   19587: 
                   19588:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   19589:          introducting $message:received ^mail:send rewritten with backward
                   19590:          comp
                   19591: 
                   19592:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19593:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19594:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   19595:          now
                   19596: 
                   19597:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   19598:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19599:          src/include/pa_request.h, src/include/pa_string.h,
                   19600:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   19601:          src/main/pa_globals.C, src/main/pa_request.C,
                   19602:          src/main/pa_string.C, src/main/pa_uue.C,
                   19603:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   19604:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   19605:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   19606:          uue to separate file introducting $message:received ^mail:send
                   19607:          rewritten with backward comp
                   19608: 
                   19609: 2002-06-21  paf
                   19610: 
1.116     moko     19611:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   19612:          co changes
1.95      moko     19613: 
1.116     moko     19614:        * configure, configure.in, src/lib/md5/Makefile.am,
                   19615:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   19616:          restructure .in and .am files appropriate changes
1.95      moko     19617: 
                   19618:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   19619:          pcre to libs/ added libs/md5 which is linked to non-apache
                   19620:          targets ^math:crypt[password;$apr1$salt]
                   19621: 
                   19622:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   19623:          src/Makefile.am, src/classes/Makefile.am,
                   19624:          src/classes/classes.dsp, src/classes/math.C,
                   19625:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     19626:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   19627:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   19628:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   19629:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   19630:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   19631:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   19632:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   19633:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     19634:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   19635:          src/lib/pcre/pcre_parser_ctype.dsp,
                   19636:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   19637:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   19638:          src/main/compile.tab.C, src/main/main.dsp,
                   19639:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   19640:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   19641:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   19642:          to libs/ added libs/md5 which is linked to non-apache targets
                   19643:          ^math:crypt[password;$apr1$salt]
                   19644: 
                   19645: 2002-06-20  paf
                   19646: 
1.150     moko     19647:        * INSTALL, configure, configure.in, operators.txt,
                   19648:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   19649:          src/include/pa_globals.h, src/include/pa_request.h,
                   19650:          src/main/execute.C, src/main/pa_request.C,
                   19651:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19652:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   19653:          file:justname&co & @auto/conf[filespec
1.95      moko     19654: 
                   19655:        * operators.txt, src/classes/file.C:
                   19656:          !^file:dirname[/a/some.tar.gz]=/a
                   19657:              !^file:dirname[/a/b/]=/a
                   19658:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   19659:              !^file:justname[/a/some.tar.gz]=some.tar
                   19660:              !^file:justext[/a/some.tar.gz]=gz
                   19661: 
                   19662:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   19663:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   19664:          @conf/auto[filespec]
                   19665: 
1.116     moko     19666:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     19667: 
1.150     moko     19668:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     19669:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   19670:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   19671: 
                   19672: 2002-06-18  paf
                   19673: 
                   19674:        * configure, configure.in, src/include/pa_version.h: version to
                   19675:          configure.in
                   19676: 
                   19677:        * INSTALL: reflected .conf.dist dir change
                   19678: 
1.150     moko     19679:        * Makefile.am, configure, configure.in,
1.116     moko     19680:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     19681:          .in & *.am updated
                   19682: 
                   19683:        * src/classes/file.C: strncasecmp
                   19684: 
                   19685:        * src/classes/file.C: strcasecmp
                   19686: 
1.150     moko     19687:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     19688: 
                   19689:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   19690:          insensitive check now
                   19691: 
                   19692:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   19693: 
                   19694:        * configure, configure.in, src/include/pa_pool.h,
                   19695:          src/include/pa_types.h: pack configure.in detection simplified.
                   19696:          figured out that gcc on sparc not that stupid as thought
                   19697:          previously: on sparc: when it sees packed class it modifies it's
                   19698:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   19699:          operations [st, lduh] so packed must be all parts of packed
                   19700:          class, i.e. it's parents&fields(classes).  for now it's only
                   19701:          String that packed and what was wrong is that it's parent -
                   19702:          Pooled, were not packed. fixed that.
                   19703: 
                   19704: 2002-06-14  paf
                   19705: 
                   19706:        * operators.txt: more precise xml-to-text options
                   19707: 
                   19708:        * operators.txt, src/types/pa_vxnode.C: xnode
                   19709:          attribute_node.name/value xnode pi.node.data
                   19710: 
                   19711: 2002-06-12  paf
                   19712: 
1.116     moko     19713:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   19714:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     19715: 
                   19716:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   19717:          src/include/pa_globals.h, src/include/pa_request.h,
                   19718:          src/main/compile.tab.C, src/main/pa_globals.C,
                   19719:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   19720:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   19721: 
                   19722:        * src/classes/mail.C: sendmail -ti [default now]
                   19723: 
                   19724:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   19725:          to be strings. for convinient #ing
                   19726: 
                   19727:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19728:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   19729: 
                   19730:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   19731:          main/pa_globals.C, main/pa_request.C: @conf
                   19732: 
                   19733: 2002-06-11  paf
                   19734: 
                   19735:        * src/classes/file.C: check simplified
                   19736: 
                   19737:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   19738:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   19739:          valid prefix
                   19740: 
                   19741:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   19742:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   19743:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   19744: 
                   19745: 2002-06-10  paf
                   19746: 
                   19747:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   19748:          src/main/pa_common.C: lock failures reported now
                   19749: 
                   19750:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   19751:          string->double @ compile time were not-enough-checking...
                   19752: 
                   19753:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   19754:          autoconvert now ignored
                   19755: 
                   19756:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   19757:          check
                   19758: 
                   19759:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   19760:          $response:body content-type:name
                   19761: 
                   19762:        * configure, configure.in: hpux check, nsl link, no socket
                   19763: 
                   19764:        * operators.txt: old merge conflict removed
                   19765: 
                   19766:        * configure, configure.in: pack even address access on sparc&co
                   19767:          arch checked in configure
                   19768: 
                   19769:        * configure, src/include/pa_version.h: makes
                   19770: 
                   19771:        * configure, configure.in, src/include/pa_version.h: makes
                   19772: 
                   19773:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   19774:          with charset even when all letters were 7bit one
                   19775: 
                   19776:        * src/main/pa_common.C: merged fixed -d (bug)
                   19777: 
                   19778:        * src/main/pa_common.C: fixed -d (bug)
                   19779: 
                   19780: 2002-06-03  paf
                   19781: 
                   19782:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   19783:          src/classes/classes.dsp, src/main/compile.tab.C,
                   19784:          src/main/main.dsp, src/main/pa_globals.C,
                   19785:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   19786:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   19787:          .dsp-s along with reorganized cvs modules dirs structure
                   19788: 
                   19789:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19790:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   19791:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   19792:          modules
                   19793: 
                   19794: 2002-05-28  paf
                   19795: 
                   19796:        * src/targets/cgi/parser3.C: info.uri now ""
                   19797: 
                   19798: 2002-05-17  paf
                   19799: 
                   19800:        * src/classes/: table.C: ^table.save << checked empty
                   19801:          pre/match/post columns
                   19802: 
                   19803: 2002-05-16  paf
                   19804: 
                   19805:        * src/classes/image.C: image::measure can png now
                   19806: 
                   19807: 2002-05-15  paf
                   19808: 
                   19809:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   19810:          added
                   19811: 
                   19812:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   19813: 
                   19814:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   19815:          %H[:%M[:%S]]]]]] [-%m now
                   19816: 
                   19817: 2002-05-14  paf
                   19818: 
                   19819:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   19820: 
                   19821: 2002-05-07  paf
                   19822: 
                   19823:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   19824:          src/include/pa_globals.h, src/include/pa_request.h,
                   19825:          src/include/pa_table.h, src/main/compile.tab.C,
                   19826:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   19827:          src/main/pa_request.C, src/main/pa_table.C,
                   19828:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   19829:          src/targets/isapi/parser3isapi.dsp,
                   19830:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   19831:          name2number field now &.  main_method_name now on Request pool
                   19832:          rather on global_pool [Junction+VJunction created on same pool as
                   19833:          name = were created on global pool, causing mem leaks]
                   19834: 
                   19835:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   19836:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   19837:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   19838:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   19839:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19840:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   19841:          field now &.  main_method_name now on Request pool rather on
                   19842:          global_pool [Junction+VJunction created on same pool as name =
                   19843:          were created on global pool, causing mem leaks]
                   19844: 
                   19845: 2002-05-06  paf
                   19846: 
                   19847:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19848:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19849:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19850: 
                   19851:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19852:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19853:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19854: 
                   19855: 2002-04-30  paf
                   19856: 
                   19857:        * configure, src/include/pa_version.h: version now not b
                   19858: 
                   19859:        * src/targets/cgi/parser3.C: request.uri now never 0
                   19860: 
                   19861: 2002-04-29  paf
                   19862: 
                   19863:        * configure.in: removed b
                   19864: 
                   19865:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   19866:          Exception::comment/type checked in (), no there's no empty
                   19867:          type/comment by default
                   19868: 
                   19869:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   19870:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   19871:          src/doc/value.dox, src/include/pa_exception.h,
                   19872:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   19873:          0001
                   19874: 
                   19875: 2002-04-26  paf
                   19876: 
                   19877:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   19878:          size reduced
                   19879: 
                   19880: 2002-04-25  paf
                   19881: 
                   19882:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   19883:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   19884:          now that took into account
                   19885: 
                   19886:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   19887:          01:03:04]
                   19888: 
                   19889:        * ChangeLog, operators.txt, src/classes/date.C:
                   19890:          ^date::create[2002-12-33 01:03:04]
                   19891: 
                   19892:        * ChangeLog: updated changelog
                   19893: 
                   19894:        * src/classes/table.C: removed restriction on column count to
                   19895:          ^table.hash to work, now must be >0 [were >1]
                   19896: 
                   19897: 2002-04-24  paf
                   19898: 
                   19899:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19900:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19901:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   19902:          targets
                   19903: 
                   19904: 2002-04-23  paf
                   19905: 
                   19906:        * operators.txt, src/classes/string.C:
                   19907:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   19908:          "junction used outside of context"]
                   19909: 
                   19910: 2002-04-22  paf
                   19911: 
                   19912:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   19913:          src/main/pa_string.C, src/types/pa_vstring.C,
                   19914:          src/types/pa_vstring.h: ^string.optimize[]
                   19915: 
                   19916:        * src/: include/pa_globals.h, include/pa_table.h,
                   19917:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   19918:          table template
                   19919: 
                   19920:        * src/classes/: string.C: optimize removed from string
                   19921:          .left/right/pos
                   19922: 
                   19923:        * src/main/execute.C: rolled back to
                   19924:          before_killing_userjunction_contexts
                   19925: 
                   19926:        * src/main/execute.C: user junctions context killed
                   19927: 
                   19928:        * src/main/execute.C: junctions to local contexts got
                   19929:          cleanized&checked later
                   19930: 
                   19931: 2002-04-19  paf
                   19932: 
                   19933:        * src/: classes/string.C, include/pa_request.h,
                   19934:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   19935:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   19936:          prior to .left .right .mid .pos .match when that is profitable,
                   19937:          and always before .replace when $ORIGINS(1) optimization disabled
                   19938:          economy from not wasting mem on lots of strings which occur by
                   19939:          lots of String:mid calls to get parts of source string between
                   19940:          found_occurances
                   19941: 
                   19942:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   19943:          ^file:list
                   19944: 
                   19945:        * src/: include/pa_globals.h, include/pa_table.h,
                   19946:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   19947:          globalized, not created @ each ^match anymore economy:
                   19948:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   19949: 
                   19950:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   19951:          removed from each String::match replace iteration, and made
                   19952:          stacked sizeof(VTable)=12bytes economy on each replace code
                   19953: 
                   19954:        * src/doc/footer.htm: 2001,
                   19955: 
                   19956:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19957:          string.match[]['] option enables generation of $match.prematch
                   19958:          .match .postmatch columns
                   19959: 
                   19960:        * src/main/pa_string.C: String::match options analized without
                   19961:          cstr-ing them now
                   19962: 
                   19963:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   19964:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   19965:          config updated to doxygen 1.2.15, created helper which fixes
                   19966:          minor bugs in chm project files & htm tree.  changed extension to
                   19967:          .htm
                   19968: 
                   19969: 2002-04-18  paf
                   19970: 
                   19971:        * src/doc/doxygen.cfg: .chi generation disabled
                   19972: 
                   19973:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   19974:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   19975:          fields&methods
                   19976: 
                   19977:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   19978:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   19979:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   19980:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19981:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   19982:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   19983:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19984:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   19985:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   19986:          VStateless_class to VObject
                   19987: 
                   19988:        * src/: main/pa_request.C, types/pa_valiased.h,
                   19989:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19990:          types/pa_vstring.h: VStateless_string_object speicalized light
                   19991:          version of VStateless_object
                   19992: 
                   19993:        * src/classes/op.C: ^throw comment param made optional
                   19994: 
                   19995:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   19996:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   19997:          and implemented down in VClass, fclass_alias removed,
                   19998: 
                   19999:        * src/types/pa_value.C: forced to cut that from .h because of
                   20000:          VStateless_class usage [undefined in .h]
                   20001: 
                   20002:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20003:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20004:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   20005:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   20006:          on each CALL]
                   20007: 
                   20008:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20009:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20010:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20011:          classes/response.C, classes/string.C, classes/table.C,
                   20012:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   20013:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   20014:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   20015:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   20016:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   20017:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   20018:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   20019:          removed Value::fname
                   20020: 
                   20021: 2002-04-17  paf
                   20022: 
                   20023:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   20024:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   20025:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   20026:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   20027:          state, PTHROW freshen to throw & co
                   20028: 
                   20029:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   20030: 
                   20031:        * src/classes/op.C: taint local result var bug fixed
                   20032: 
                   20033: 2002-04-16  paf
                   20034: 
                   20035:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   20036:          Attic asm.txt as most interesting
                   20037: 
                   20038:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   20039:          check, preventing content-length: 0 from appearing
                   20040: 
                   20041:        * src/main/execute.C: $result in @main now taken into account as in
                   20042:          usual functions
                   20043: 
                   20044:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   20045:          & @unhandled_exception now taken into account as in usual
                   20046:          functions
                   20047: 
                   20048:        * src/doc/postbuild.txt: instructions on post .html build
                   20049: 
                   20050:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   20051: 
                   20052:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   20053:          tainted
                   20054: 
                   20055:        * src/main/pa_request.C: uri in error log
                   20056: 
                   20057:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   20058:          cheched date:create(days) param for validity [later were assumed
                   20059:          valid and crashed on invalid onces]
                   20060: 
                   20061:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20062:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   20063:          and used that for removing VString wrapper
                   20064: 
                   20065:        * src/classes/op.C: exception2vhash file now tainted
                   20066: 
                   20067:        * src/classes/op.C: _process pseudo origin copied from local var to
                   20068:          heap
                   20069: 
                   20070:        * src/classes/op.C: extra check on empty file in origin in _execute
                   20071: 
                   20072: 2002-04-15  paf
                   20073: 
                   20074:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   20075: 
                   20076:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   20077:          functions
                   20078: 
                   20079:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   20080:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   20081:          started dual write_xxx_lang functions, if checked & works
                   20082: 
                   20083:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   20084:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   20085:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   20086:          unnecessary VString shells
                   20087: 
                   20088:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   20089:          prev changes]
                   20090: 
                   20091:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20092:          classes/table.C, include/pa_request.h, main/execute.C,
                   20093:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   20094:          StringOrValue wcontext result, now ready for dual writes
                   20095: 
                   20096:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   20097:          checked that
                   20098: 
                   20099:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   20100:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   20101:          changed to OP_WRITE_VALUE in var get cases
                   20102: 
                   20103:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   20104:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   20105:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20106:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   20107:          switch in hash constructor fixed [were problems with using of
                   20108:          stacked wwrapper after it's death]
                   20109: 
                   20110: 2002-04-12  paf
                   20111: 
                   20112:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   20113: 
                   20114: 2002-04-11  paf
                   20115: 
                   20116:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   20117:          Request::process_internal codeFrame & wwrapper stacked [not
                   20118:          wasting  heap anymore]
                   20119: 
                   20120: 2002-04-10  paf
                   20121: 
                   20122:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   20123:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   20124:          classes/string.C, classes/table.C, classes/void.C,
                   20125:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   20126:          main/pa_string.C: killed Request::process() wrapping
                   20127:          VString(String) in case we need only String
                   20128: 
                   20129:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20130:          killed 8 bytes from String.head
                   20131: 
                   20132: 2002-04-09  paf
                   20133: 
                   20134:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   20135:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   20136:          local*/char b[...];      a=b; situations
                   20137: 
                   20138:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   20139: 
                   20140:        * src/classes/xdoc.C: xslt params fixed
                   20141: 
                   20142:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   20143:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   20144:          not pool.malloc(MAX_NUMBER) but really neaded
                   20145: 
                   20146:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   20147:          int/double.int/double(default)
                   20148: 
                   20149: 2002-04-04  paf
                   20150: 
                   20151:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   20152:          [when reconstructing pieces were split by
                   20153:          max_integral(piece.size), thus some strings to replace happen to
                   20154:          be split into two = not replaced)
                   20155: 
                   20156:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   20157:          standalone version = current dir
                   20158: 
                   20159:        * src/targets/cgi/parser3.C: document root in standalone version =
                   20160:          current dir
                   20161: 
                   20162: 2002-04-03  paf
                   20163: 
                   20164:        * configure, configure.in: more checks on nonexistent charset
                   20165: 
1.116     moko     20166:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     20167: 
                   20168: 2002-04-02  paf
                   20169: 
                   20170:        * src/main/compile.C: parser.compile [exception name more like in
                   20171:          doc]
                   20172: 
                   20173: 2002-04-01  paf
                   20174: 
                   20175:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   20176:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   20177:          .content-type.charset, not .charset
                   20178: 
                   20179: 2002-03-29  paf
                   20180: 
                   20181:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   20182: 
                   20183:        * operators.txt, src/classes/date.C: ^date::create now may not
                   20184:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   20185:          days' year.  | 31.05->31.04   roll
                   20186: 
                   20187: 2002-03-28  paf
                   20188: 
                   20189:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   20190:          src/include/pa_globals.h, src/include/pa_hash.h,
                   20191:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   20192:          ^cache(seconds)    ^cache[date] }
                   20193: 
                   20194:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   20195:          param
                   20196: 
                   20197: 2002-03-27  paf
                   20198: 
                   20199:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   20200:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   20201:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   20202:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   20203:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   20204:          src/classes/xnode.C, src/include/pa_exception.h,
                   20205:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   20206:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   20207:          src/main/pa_array.C, src/main/pa_charset.C,
                   20208:          src/main/pa_charsets.C, src/main/pa_common.C,
                   20209:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   20210:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   20211:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   20212:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   20213:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   20214:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   20215:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   20216:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   20217:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   20218:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   20219:          src/types/pa_wwrapper.h: assigned exception types
                   20220: 
                   20221:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   20222:          src/include/pa_request.h, src/main/execute.C,
                   20223:          src/main/pa_request.C: decided agains resetting exception_trace,
                   20224:          just changed name
                   20225: 
                   20226: 2002-03-26  paf
                   20227: 
                   20228:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   20229:          fixed
                   20230: 
                   20231:        * src/classes/op.C: forced language of $source field of exception
                   20232:          to 'tainted', so that sql-langed-frags could be outputed outside
                   20233:          of connect
                   20234: 
                   20235:        * operators.txt: removed date.roll limit of +-1 offset
                   20236: 
                   20237:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   20238: 
                   20239:        * operators.txt, src/classes/date.C: fixed date roll on
                   20240:          daylightsaving days mktime took into account tm_isdst flag, which
                   20241:          remained from BEFORE roll, but should have been reset
                   20242: 
                   20243: 2002-03-25  paf
                   20244: 
                   20245:        * operators.txt, src/targets/cgi/parser3.C:
                   20246:          http_site_config_filespec
                   20247: 
                   20248:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   20249:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   20250:          with any/both --disable-foreign-group-files --disable-execs
                   20251: 
                   20252:        * INSTALL: "--with=sendmail=COMMAND" comment
                   20253: 
                   20254:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   20255:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     20256:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   20257:          disables execs also.  introducing --sendmail
1.95      moko     20258: 
                   20259:        * operators.txt: pgsql options comment
                   20260: 
                   20261:        * INSTALL: comment on --disable-link-stdcpp
                   20262: 
1.116     moko     20263:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20264:          libstdc++ link skipping configure option
1.95      moko     20265: 
                   20266:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   20267:          with error were put to cache with 'marked_to_rollback' flag, all
                   20268:          consequent even OK requests rolled back
                   20269: 
                   20270: 2002-03-22  paf
                   20271: 
                   20272:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   20273:          false return
                   20274: 
                   20275:        * operators.txt: few comments on sets
                   20276: 
                   20277: 2002-03-18  paf
                   20278: 
                   20279:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   20280:          src/include/pa_globals.h, src/include/pa_request.h,
                   20281:          src/include/pa_stack.h, src/main/pa_globals.C,
                   20282:          src/main/pa_request.C: introducing ^try
                   20283: 
                   20284:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   20285:          types/pa_vdouble.h: removed some tested @tests
                   20286: 
                   20287: 2002-03-15  paf
                   20288: 
                   20289:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   20290: 
                   20291: 2002-03-13  paf
                   20292: 
                   20293:        * src/main/pa_exception.C: checked not-pooled malloc
                   20294: 
                   20295: 2002-03-11  paf
                   20296: 
                   20297:        * INSTALL, configure, configure.in,
                   20298:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   20299: 
                   20300:        * src/main/pa_common.C: --disable-foreign-group-files
                   20301: 
                   20302:        * INSTALL: --disable-execs
                   20303: 
                   20304:        * src/main/pa_exec.C: --disable-execs
                   20305: 
                   20306:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20307:          --disable-execs
                   20308: 
                   20309:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   20310: 
                   20311:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   20312:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   20313: 
                   20314: 2002-03-05  paf
                   20315: 
                   20316:        * operators.txt, src/classes/date.C: date week calendar columns
                   20317:          named
                   20318: 
                   20319:        * operators.txt, src/classes/date.C: date week calendar columns
                   20320:          named
                   20321: 
                   20322:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   20323:          requires headers to be terminated with \r\n manually [refuses to
                   20324:          separate header/body itself]
                   20325: 
                   20326:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20327:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   20328: 
                   20329: 2002-03-04  paf
                   20330: 
                   20331:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   20332:          in PASS language
                   20333: 
                   20334:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   20335:          deserialize checks on broken file
                   20336: 
                   20337:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   20338:          parser3isapi.dsp: isapi updated
                   20339: 
                   20340: 2002-03-01  paf
                   20341: 
                   20342:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   20343: 
                   20344: 2002-02-28  paf
                   20345: 
                   20346:        * src/main/untaint.C: removed some debug comments
                   20347: 
                   20348:        * src/main/pa_charsets.C: when placing charset to cache using
                   20349:          global name now [were request]
                   20350: 
                   20351:        * configure, configure.in: apache module updated
                   20352: 
                   20353:        * src/main/pa_string.C: origin by first piece preferred before last
                   20354:          piece
                   20355: 
                   20356: 2002-02-27  paf
                   20357: 
                   20358:        * src/main/pa_charset.C: size_t
                   20359: 
                   20360:        * INSTALL: shared/static-xml with-pathlink
                   20361: 
                   20362:        * operators.txt: SMTP comment
                   20363: 
                   20364: 2002-02-26  paf
                   20365: 
                   20366:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   20367: 
                   20368:        * src/classes/xnode.C: in some situation, xpath query returned
                   20369:          result with type NODESET, but empty nodeset member field, checked
                   20370:          that
                   20371: 
                   20372: 2002-02-22  paf
                   20373: 
                   20374:        * INSTALL: without-zlib comment
                   20375: 
                   20376:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   20377: 
                   20378:        * configure, configure.in: glib###.a detection fixed
                   20379: 
                   20380:        * INSTALL: hashfile removed from INSTALL
                   20381: 
1.116     moko     20382:        * Makefile.am: make update
1.95      moko     20383: 
                   20384:        * src/main/pa_string.C: string iterators fixed again, so were
                   20385:          String::join_chain
                   20386: 
                   20387:        * src/main/pa_string.C: string iterators fixed again, so were
                   20388:          String::join_chain
                   20389: 
                   20390:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   20391:          fixed again, so were String::join_chain
                   20392: 
                   20393:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   20394: 
                   20395:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   20396:          "session"
                   20397: 
1.116     moko     20398:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20399:          --with-shared-xml --with-static-xml
1.95      moko     20400: 
                   20401:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20402:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20403:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   20404:          xalan&xml
                   20405: 
                   20406:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   20407: 
                   20408:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   20409:          src/types/types.dsp: removed hashfile support from sources for
                   20410:          now
                   20411: 
1.116     moko     20412:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     20413:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     20414:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   20415:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   20416:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     20417:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     20418:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   20419:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   20420:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     20421: 
                   20422: 2002-02-21  paf
                   20423: 
                   20424:        * src/main/untaint.C: removed debug code, activated commented-for
                   20425:          debug parts
                   20426: 
1.116     moko     20427:        * Makefile.am: make cvsupdate
1.95      moko     20428: 
                   20429:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20430:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   20431:          append_row, not at link zero now string to string appending works
                   20432: 
                   20433: 2002-02-20  paf
                   20434: 
                   20435:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   20436:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   20437:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   20438: 
                   20439:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20440:          economy: 22%
                   20441: 
                   20442:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20443:          space uptimized: string::link_row removed
                   20444: 
                   20445:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   20446:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   20447:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20448:          types/pa_vstring.h: speed uptimized: string::is_empty
                   20449: 
                   20450:        * operators.txt, src/include/pa_common.h,
                   20451:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   20452:          src/include/pa_types.h, src/main/compile.tab.C,
                   20453:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   20454:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   20455:          string append optimiziation idea and estimates
                   20456: 
                   20457: 2002-02-19  paf
                   20458: 
                   20459:        * src/classes/math.C: not used directly [but erroreously reported
                   20460:          that 'is', thus registering twice&other probs]
                   20461: 
                   20462:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   20463:          to node [element]
                   20464: 
                   20465:        * src/main/compile.C: without string_origins parse error
                   20466:          file+line+col possible
                   20467: 
                   20468:        * src/main/: compile.C: without string_origins not worked
                   20469: 
                   20470: 2002-02-18  paf
                   20471: 
                   20472:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   20473:          trick i've installed into double::as_string
                   20474: 
                   20475:        * src/main/pa_globals.C: extern "C" was removed too fast
                   20476: 
                   20477:        * src/: include/pa_opcode.h, include/pa_request.h,
                   20478:          main/compile.tab.C, main/compile.y, main/execute.C,
                   20479:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   20480:          with string/nonstring values, now in expressions double/int
                   20481:          values are passed as-is, without stupid tostring/fromstring
                   20482:          conversions
                   20483: 
                   20484:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   20485:          __cplusplus } #endif
                   20486: 
                   20487:        * src/main/compile.tab.C: bison env set so one could compile
                   20488:          without cygwin installed
                   20489: 
                   20490:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20491:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   20492:          gnome xml libs parser .dsp-s changed accordingly
                   20493: 
                   20494:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   20495: 
                   20496:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   20497:          with backward comp
                   20498: 
                   20499:        * src/classes/math.C: math:random range check fixed
                   20500: 
                   20501:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   20502: 
                   20503:        * INSTALL: local install comment
                   20504: 
1.116     moko     20505:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     20506: 
1.116     moko     20507:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   20508:          src/include/pa_config_auto.h.in,
                   20509:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   20510:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     20511: 
                   20512:        * operators.txt: \ comment
                   20513: 
                   20514: 2002-02-13  paf
                   20515: 
                   20516:        * src/include/pa_config_includes.h: sys/time time both included
                   20517:          now.  vaguely remember confilicts on this on some system [not on
                   20518:          six|ablv] so when would see them again would think up proper
                   20519:          check
                   20520: 
1.116     moko     20521:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20522:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     20523: 
                   20524:        * src/main/pa_common.C: truncation never occured when writing files
                   20525:          on unix [since i've changed cache mech] fix
                   20526: 
                   20527:        * src/main/pa_common.C: strnchr: sanity check added
                   20528: 
                   20529:        * etc/parser3.charsets/windows-1257.cfg: id added
                   20530: 
                   20531:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   20532:          baltic charset file generated, in generation script ispunct check
                   20533:          added
                   20534: 
                   20535: 2002-02-08  paf
                   20536: 
1.116     moko     20537:        * src/: include/Makefile.am, sql/Makefile.am,
                   20538:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     20539: 
                   20540:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   20541:          forgotten
                   20542: 
                   20543:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   20544: 
                   20545:        * INSTALL, README: install&others updated
                   20546: 
                   20547:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   20548: 
1.116     moko     20549:        * Makefile.am, configure, configure.in,
                   20550:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   20551:          src/classes/Makefile.am, src/main/Makefile.am,
                   20552:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   20553:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   20554:          works
1.95      moko     20555: 
                   20556:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20557:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20558:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   20559:          classes/math.C, classes/op.C, classes/response.C,
                   20560:          classes/string.C, classes/table.C, classes/void.C,
                   20561:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20562:          include/pa_array.h, include/pa_cache_managers.h,
                   20563:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20564:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20565:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20566:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20567:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20568:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20569:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20570:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20571:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20572:          include/pa_stack.h, include/pa_string.h,
                   20573:          include/pa_stylesheet_connection.h,
                   20574:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20575:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20576:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20577:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   20578:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20579:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20580:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20581:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20582:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20583:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   20584:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20585:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   20586:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20587:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   20588:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20589:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20590:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20591:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   20592:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   20593:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20594:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20595:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20596:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20597:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   20598:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   20599:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   20600:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   20601:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   20602:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20603:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   20604:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   20605:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   20606:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   20607: 
                   20608:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20609:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20610:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20611:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20612:          classes/string.C, classes/table.C, classes/void.C,
                   20613:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20614:          include/pa_array.h, include/pa_cache_managers.h,
                   20615:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20616:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20617:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20618:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20619:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20620:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20621:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20622:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20623:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20624:          include/pa_stack.h, include/pa_string.h,
                   20625:          include/pa_stylesheet_connection.h,
                   20626:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20627:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20628:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20629:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   20630:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   20631:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20632:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20633:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20634:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20635:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20636:          main/pa_status_provider.C, main/pa_string.C,
                   20637:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20638:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20639:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20640:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20641:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20642:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20643:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20644:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20645:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20646:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20647:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20648:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20649:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20650:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20651:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   20652:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   20653:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20654:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   20655:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20656:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20657:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   20658:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   20659: 
                   20660: 2002-02-07  paf
                   20661: 
                   20662:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   20663: 
1.116     moko     20664:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20665:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   20666:          added yet another locking function: fcntl
1.95      moko     20667: 
                   20668:        * config.sub: on cygwin configure passes it with strange i1586
                   20669:          const, hacked it to mean i586
                   20670: 
                   20671:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   20672:          disabled $if reference due to conflicts with local variables
                   20673: 
                   20674:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   20675:          xdoc::set obsolete now, now xdoc::create, with both sences
                   20676: 
                   20677:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   20678:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   20679:          table::create now // 'set' name obsolete now table clone.
                   20680: 
                   20681:        * operators.txt, src/classes/string.C,
                   20682:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   20683:          ^int/double/string.format now can be called with normal []
                   20684:          brackets, not stupid {} as it were implemented for some strange
                   20685:          reason.  retaining backward compatibility due to some
                   20686:          already-implemented servers
                   20687: 
                   20688:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   20689:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   20690:          operators now detected by check at name_without_curly_rdive_read
                   20691:          rule whether diving code constists only of
                   20692:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   20693:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   20694:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   20695: 
                   20696: 2002-02-06  paf
                   20697: 
                   20698:        * configure, configure.in: prefix expanded, grr
                   20699: 
                   20700:        * operators.txt, src/classes/mail.C: mail:send config changed
                   20701: 
                   20702: 2002-02-05  paf
                   20703: 
                   20704:        * operators.txt: regex options commented
                   20705: 
                   20706:        * src/main/: pa_exec.C: argv0 now correct
                   20707: 
                   20708:        * src/types/pa_vstatus.C: status:rusage 3
                   20709: 
                   20710:        * src/types/pa_vstatus.C: status:rusage 2
                   20711: 
                   20712:        * operators.txt: status:rusage described int operators
                   20713: 
                   20714:        * src/types/pa_vstatus.C: status:rusage 1
                   20715: 
                   20716:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   20717:          src/types/types.dsp: status:rusage
                   20718: 
                   20719:        * configure.in, operators.txt, src/classes/file.C,
                   20720:          src/classes/op.C, src/include/pa_common.h,
                   20721:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   20722:          src/main/pa_common.C: rewritten ^cache to use
                   20723:          non-blocking-exclusive-caches
                   20724: 
                   20725:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   20726:          [speed impact. was off for debugging purpose, but forgotten
                   20727:          afterwards]
                   20728: 
                   20729: 2002-02-01  paf
                   20730: 
                   20731:        * src/classes/op.C: file_write does EX lock after create, while
                   20732:          file_read does SH after open, so there's a moment after create
                   20733:          but before EX lock when read can sneak into, and read
                   20734:          just-created-for-writing-and-not-yet-locked file, added a check
                   20735:          for that in ^cache...read
                   20736: 
                   20737: 2002-01-31  paf
                   20738: 
                   20739:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   20740:          ^xxx:
                   20741: 
                   20742:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   20743:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   20744: 
                   20745:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   20746:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   20747:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   20748:          operators check 6.1 rewritten. now check is done at compile time
                   20749: 
                   20750:        * src/main/execute.C: operators check 5 floated up old error of
                   20751:          staying in 'entered class/object' state after $a($a..) it
                   20752:          prevented operators from being called thereafter
                   20753: 
                   20754:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20755:          main/execute.C: operators check 4 floated up old error of staying
                   20756:          in 'entered object' state after ^a.a(a) it prevented operators
                   20757:          from being called thereafter
                   20758: 
                   20759:        * src/main/execute.C: operators check 3 floated up old error of
                   20760:          staying in 'entered class' state after $a:a(a) it prevented
                   20761:          operators from being called thereafter
                   20762: 
                   20763:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   20764:          floated up old error of staying in 'entered class' state after
                   20765:          $a:a[a] it prevented operators from being called thereafter
                   20766: 
                   20767:        * src/main/execute.C: operators check, thay mistakenly seen in
                   20768:          $class:operator   $object.operators contexts
                   20769: 
                   20770:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   20771:          win32
                   20772: 
1.116     moko     20773:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   20774:          src/classes/Makefile.am, src/main/Makefile.am,
                   20775:          src/targets/cgi/Makefile.am,
1.95      moko     20776:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     20777:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     20778: 
1.116     moko     20779:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   20780:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   20781:          configure, configure.in, form.txt, ident.awk, install-sh,
                   20782:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   20783:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     20784:          etc/parser3.charsets/Makefile.am,
                   20785:          etc/parser3.charsets/koi8-r.cfg,
                   20786:          etc/parser3.charsets/windows-1250.cfg,
                   20787:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     20788:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   20789:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   20790:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   20791:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     20792:          straightened installation scripts procedure made
                   20793:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   20794:          change
                   20795: 
                   20796: 2002-01-30  paf
                   20797: 
                   20798:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   20799:          removed] those comments were a mistake, and prevented libltdl
                   20800:          from function properly
                   20801: 
                   20802: 2002-01-29  paf
                   20803: 
1.116     moko     20804:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   20805:          creation [modified acinclude.m4 which were creating int into just
                   20806:          assignment LIBTOOL=../libtool] added default system
                   20807:          config&charsetts prepared 'make install', now it installs
                   20808:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   20809:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     20810:          $sysconfdir/parser3.charsets respectively
                   20811: 
                   20812:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   20813:          main/pa_globals.C: few forgotten ifdef XML added
                   20814: 
                   20815: 2002-01-28  paf
                   20816: 
1.116     moko     20817:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     20818:          removed
                   20819: 
                   20820:        * src/main/pa_exception.C: dom|generic error output fix
                   20821: 
                   20822:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   20823: 
                   20824:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   20825: 
                   20826:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   20827:          [fixed as_node helper func to accept docs]
                   20828: 
                   20829:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   20830:          xdoc.importNode 0
                   20831: 
                   20832:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   20833: 
                   20834: 2002-01-25  paf
                   20835: 
                   20836:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   20837:          @SPECIAL now works OK
                   20838: 
                   20839:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   20840: 
                   20841:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   20842:          violation that added
                   20843: 
                   20844:        * src/classes/hash.C: unified  hash::sql, now
                   20845:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   20846: 
                   20847:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20848:          ^file:lock[filename]{code}
                   20849: 
                   20850:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20851:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   20852:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   20853:          to some pa_common funcs
                   20854: 
                   20855:        * src/: include/pa_charset.h, main/pa_globals.C:
                   20856:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   20857: 
                   20858:        * src/: include/pa_charset.h, main/pa_charset.C,
                   20859:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   20860:          not stupid illegal define
                   20861: 
                   20862: 2002-01-24  paf
                   20863: 
                   20864:        * src/include/pa_version.h: changed version number
                   20865: 
                   20866:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20867:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20868:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20869:          main/pa_db_connection.C, main/pa_db_table.C,
                   20870:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   20871:          hashfile without logfiles
                   20872: 
                   20873:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20874:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   20875:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   20876:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   20877:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   20878:          cluttered disk without huge need]
                   20879: 
                   20880:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   20881:          handy macro, which is strangly abscent in dome lib
                   20882: 
                   20883:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   20884: 
                   20885:        * src/classes/xdoc.C: checked empty response
                   20886: 
                   20887:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   20888:          /, not self node]
                   20889: 
                   20890:        * src/classes/xnode.C: xnode.select returns array always now, in
                   20891:          case 'nothing found' returns empty array
                   20892: 
                   20893:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   20894:          be more tender with ctrl/c/v
                   20895: 
                   20896: 2002-01-23  paf
                   20897: 
                   20898:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   20899:          substituted.         // 2. when dom tree with entites goes under
                   20900:          transform text nodes        // got [erroreosly] cut on first
                   20901:          entity occurance
                   20902: 
                   20903:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   20904:          twice-converting
                   20905: 
                   20906:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   20907:          'e' in output this is for regretful twice-converting here:
                   20908:          $a(double value) when they write double falue  they convert it to
                   20909:          string first, thus %g were losing precesion.
                   20910: 
                   20911:          todo: think up some way to remove double->string string->double
                   20912:          twice-converting
                   20913: 
                   20914:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   20915:          %.20E now default float format this is for regretful
                   20916:          twice-converting here: $a(double value) when they write double
                   20917:          falue  they convert it to string first, thus %g were losing
                   20918:          precesion.
                   20919: 
                   20920:          todo: think up some way to remove double->string string->double
                   20921:          twice-converting
                   20922: 
                   20923:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20924:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   20925:          reasons in comment inside
                   20926: 
                   20927:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   20928:          statically linked]
                   20929: 
                   20930:        * src/: include/pa_exception.h, main/compile.tab.C,
                   20931:          main/pa_exception.C: removed exception va_list constructor.  1.
                   20932:          not needed anymore 2. there were a conflict[causing errors]
                   20933:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   20934:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   20935:          ctor(, va_list) which, of course, caused gpf
                   20936: 
                   20937:        * src/main/pa_globals.C: removed debug xslt messages
                   20938: 
                   20939: 2002-01-22  paf
                   20940: 
                   20941:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20942:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   20943:          helps compiling stylesheet properly.  example: this refused to
                   20944:          work,             <b>&laquo;<xsl:value-of select="@title"
                   20945:          />&raquo;</b> stranly worked only this way:
                   20946:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   20947: 
                   20948:          docs says "set it to 1", never going into details, so I decided
                   20949:          to try NOT to do that
                   20950: 
                   20951:        * src/classes/table.C: join behaived badly in case named tables
                   20952:          structure mismatched: 0 strings sneaked into dest failing
                   20953:          afterwards.  replaced them with empty strings
                   20954: 
                   20955: 2002-01-21  paf
                   20956: 
                   20957:        * src/main/pa_charset.C: checked empty transcoders in
                   20958:          transcode_cstr|buf
                   20959: 
                   20960:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   20961: 
                   20962:        * src/classes/xdoc.C: transform error source now
                   20963:          stylesheet_filespec
                   20964: 
1.116     moko     20965:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     20966:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   20967:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     20968:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   20969:          gnome
1.95      moko     20970: 
                   20971:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20972:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   20973:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   20974:          xslt generic error 1
                   20975: 
                   20976:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   20977:          xml generic message 1
                   20978: 
                   20979:        * src/classes/table.C: ^table::load empty lines or #comments before
                   20980:          headline
                   20981: 
                   20982:        * src/: include/pa_array.h, include/pa_globals.h,
                   20983:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   20984:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   20985:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   20986:          errors 0
                   20987: 
                   20988: 2002-01-16  paf
                   20989: 
                   20990:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   20991:          classes/table.C, classes/void.C, classes/xdoc.C,
                   20992:          include/pa_db_connection.h, include/pa_request.h,
                   20993:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20994:          include/pa_stylesheet_connection.h,
                   20995:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   20996:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20997:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   20998:          stylesheet_connection auto destroyers to remaining gnome objects
                   20999: 
                   21000:        * src/classes/xdoc.C: few comments
                   21001: 
                   21002: 2002-01-15  paf
                   21003: 
                   21004:        * src/classes/xdoc.C: xdoc   file   save   string
                   21005: 
                   21006:          ready.  todo: error handling
                   21007: 
                   21008:        * src/classes/xdoc.C: xdoc save rewritten using
                   21009:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   21010:          result
                   21011: 
                   21012:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   21013:          started output options parsing
                   21014: 
                   21015: 2002-01-14  paf
                   21016: 
                   21017:        * src/classes/xdoc.C: method
                   21018: 
                   21019:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21020:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21021:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   21022:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   21023:          xslt transform0.  TODO:   use output options   handle errors
                   21024: 
                   21025:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   21026: 
                   21027: 2002-01-11  paf
                   21028: 
                   21029:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21030:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21031:          partial logical && || evaluation
                   21032: 
                   21033:        * src/classes/xnode.C: xpath selectNodes
                   21034: 
                   21035:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   21036:          string/number/bool
                   21037: 
                   21038:        * src/classes/xnode.C: xpath selectNode 2
                   21039: 
                   21040:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   21041:          xpath selectNode 1
                   21042: 
                   21043: 2002-01-10  paf
                   21044: 
                   21045:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   21046: 
                   21047:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21048:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   21049:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   21050:          refcounter]
                   21051: 
                   21052: 2001-12-29  paf
                   21053: 
                   21054:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   21055:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   21056:          glib works 0
                   21057: 
                   21058: 2001-12-28  paf
                   21059: 
                   21060:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   21061:          main/pa_exception.C: started glib transcoders
                   21062: 
                   21063:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   21064: 
                   21065:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   21066:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   21067:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   21068:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   21069:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   21070:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   21071:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   21072:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   21073: 
                   21074: 2001-12-27  paf
                   21075: 
                   21076:        * src/: include/pa_charset.h, include/pa_common.h,
                   21077:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   21078:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   21079:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21080:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   21081:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   21082:          from xalan&xerces, started the process.  globals [initialization
                   21083:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   21084:          calls
                   21085: 
                   21086:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   21087:          anymore
                   21088: 
                   21089: 2001-12-26  paf
                   21090: 
                   21091:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   21092:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   21093:          key globalized [bug]
                   21094: 
                   21095: 2001-12-25  paf
                   21096: 
                   21097:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   21098:          main/pa_string.C: table set & append changed splitting languages,
                   21099:          separators now can be clean AND as-is same to mail command line
                   21100:          $MAIN:MAIL.progX arguments
                   21101: 
                   21102: 2001-12-24  paf
                   21103: 
                   21104:        * src/classes/mail.C: one parted text messages - no multipart
                   21105:          mime-type anymore.  for convinient if $.attach-ments
                   21106: 
                   21107:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   21108:          main/pa_string.C: read from cache size check updated
                   21109: 
                   21110:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   21111: 
                   21112: 2001-12-21  paf
                   21113: 
                   21114:        * src/classes/date.C: date:sql-string now returns localtime
                   21115: 
                   21116:        * src/main/pa_request.C: $result in @main actually not working, to
                   21117:          hell with it for now
                   21118: 
                   21119:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   21120:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   21121:          @postprocess @exception
                   21122: 
                   21123:        * src/main/execute.C: junction evaluation canceled - endless
                   21124:          recursion detected
                   21125: 
                   21126: 2001-12-19  paf
                   21127: 
                   21128:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   21129:          intermediate
                   21130: 
                   21131:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   21132: 
                   21133:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   21134: 
                   21135:        * src/classes/op.C: ^cache keypath now relative
                   21136: 
                   21137:        * src/classes/mail.C: changed weighting prior to sort
                   21138: 
                   21139:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   21140:          were missing
                   21141: 
                   21142: 2001-12-17  paf
                   21143: 
                   21144:        * src/main/pa_charset.C: ifndef XML were bad type
                   21145: 
                   21146:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   21147:          outdated unset services_pool
                   21148: 
                   21149:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   21150:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   21151:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   21152: 
                   21153:        * src/main/untaint.C: allowed space in filespec
                   21154: 
                   21155:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   21156: 
                   21157:        * src/classes/image.C: no govno
                   21158: 
                   21159:        * src/classes/image.C: govno
                   21160: 
                   21161: 2001-12-16  paf
                   21162: 
                   21163:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   21164: 
                   21165:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   21166:          charset_connection&manager replaced by charset&charsets
                   21167: 
                   21168:        * src/main/pa_charset.C: name_cstr 0
                   21169: 
                   21170:        * src/main/untaint.C: uri lang now knows about client/source
                   21171:          charsets
                   21172: 
                   21173:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   21174:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21175:          include/pa_array.h, include/pa_cache_managers.h,
                   21176:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   21177:          include/pa_common.h, include/pa_db_connection.h,
                   21178:          include/pa_db_manager.h, include/pa_db_table.h,
                   21179:          include/pa_dictionary.h, include/pa_exception.h,
                   21180:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   21181:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   21182:          include/pa_sapi.h, include/pa_socks.h,
                   21183:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21184:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21185:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21186:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   21187:          main/pa_charset.C, main/pa_charset_connection.C,
                   21188:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   21189:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21190:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   21191:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   21192:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   21193:          types/types.dsp: introducing Charset
                   21194: 
                   21195: 2001-12-14  paf
                   21196: 
                   21197:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   21198:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   21199:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   21200:          uri lang
                   21201: 
                   21202:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   21203: 
                   21204:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   21205: 
                   21206:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   21207:          defalts_name global
                   21208: 
                   21209:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   21210:          include/pa_request.h, main/main.dsp,
                   21211:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21212:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   21213:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   21214:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   21215:          changed charset model.  now important: $request:charset
                   21216:          $response:charset while $response:content-type.charset become
                   21217:          unimportant [informational]
                   21218: 
                   21219: 2001-12-13  paf
                   21220: 
                   21221:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   21222: 
                   21223:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   21224:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   21225:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   21226:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   21227:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   21228:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21229: 
                   21230:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   21231:          auto_ptr part other way, because of stupid gcc 2.96
                   21232:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   21233:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   21234:          FormatterListener] /usr/include/g++-3/memory:48:
                   21235:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   21236:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21237: 
                   21238:        * src/classes/xdoc.C: removed extra inc
                   21239: 
                   21240:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   21241: 
                   21242:        * src/include/pa_types.h: msvc head debugging flag
                   21243: 
                   21244:        * src/classes/xdoc.C: freed up listener
                   21245: 
                   21246:        * src/classes/string.C: change msg '... code is not code'
                   21247: 
                   21248:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   21249:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21250:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   21251:          [past/future prob]
                   21252: 
                   21253:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21254:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   21255:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21256:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   21257: 
                   21258:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   21259:          main/pa_string.C: removed signed mismatch warnings
                   21260: 
                   21261:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   21262:          'expires' from header outputs
                   21263: 
                   21264:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   21265:          row ptr
                   21266: 
                   21267:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   21268:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   21269: 
                   21270:        * src/classes/xdoc.C: lang list updated
                   21271: 
                   21272: 2001-12-10  paf
                   21273: 
                   21274:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   21275: 
                   21276:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   21277:          erase files like that, knowing their full name introducing   //
                   21278:          theoretical problem with, for instance, "_2B" and "." fragments,
                   21279:          // they would yield the same    // because
                   21280:          need_file_encode('_')=false  // but we need to delete such files
                   21281:          somehow, getting names from ^index
                   21282: 
                   21283:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   21284:          string::join_chank break]
                   21285: 
                   21286: 2001-12-07  paf
                   21287: 
                   21288:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   21289:          include/pa_common.h, include/pa_config_auto.h.in,
                   21290:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21291:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   21292:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   21293:          types/pa_vhashfile.C: merged from r14_simple_cache
                   21294: 
                   21295:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   21296:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   21297:             lduh  [ %i2 + 1 ], %l0
                   21298: 
                   21299:          bus error, fixed that
                   21300: 
                   21301:        * src/main/pa_string.C: strange string deserialize bug on
                   21302:          client[pmts], a bit shortened,
                   21303: 
                   21304:        * src/include/pa_config_auto.h.in: makes
                   21305: 
                   21306:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   21307:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   21308:          file write shared lock file read
                   21309: 
                   21310:        * src/: classes/op.C, include/pa_common.h,
                   21311:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   21312: 
                   21313: 2001-12-06  paf
                   21314: 
                   21315:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21316:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   21317: 
                   21318:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   21319:          info
                   21320: 
                   21321:        * src/classes/hashfile.C: removed transaction from ^cache
                   21322: 
                   21323: 2001-12-05  paf
                   21324: 
                   21325:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   21326:          IIS5 there were a prob with illegal call check
                   21327: 
                   21328: 2001-12-04  paf
                   21329: 
                   21330:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21331:          main/pa_request.C: measures to log
                   21332: 
                   21333: 2001-11-23  paf
                   21334: 
                   21335:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21336:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   21337:          types/pa_vhashfile.C: merged from _0014, 1
                   21338: 
                   21339:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21340:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   21341:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   21342:          ^cache(33) would change
                   21343: 
                   21344:          0660 bits in file_write & hashfile create
                   21345: 
                   21346:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   21347:          after pa_string optimization]
                   21348: 
                   21349: 2001-11-22  paf
                   21350: 
                   21351:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21352:          table.offset[whence]
                   21353: 
                   21354:        * src/classes/op.C: process cstr(,connection)
                   21355: 
                   21356:        * src/classes/op.C: process now gets its body on current language,
                   21357:          not as-is
                   21358: 
                   21359:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   21360: 
                   21361:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   21362:          bit
                   21363: 
1.116     moko     21364:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     21365: 
                   21366: 2001-11-21  paf
                   21367: 
                   21368:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   21369:          <xsl:output output options made identical to xsl:output
                   21370:          attributes exclusion:    cdata-section-elements what xalan can do
                   21371:          but that not used now:    it can escape and remove CDATA sections
                   21372: 
                   21373:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   21374:          produced by xslt
                   21375: 
                   21376:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   21377: 
                   21378:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   21379: 
                   21380:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   21381:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   21382:          default language for {code}, it happen to change it's language
                   21383:          from CLEAN, so later refused to split by CLEAN \t
                   21384: 
                   21385: 2001-11-20  paf
                   21386: 
1.116     moko     21387:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   21388:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     21389:          bottom of dependeces, so that errors would popup quicklier, fixed
                   21390:          line numbering in table::sql
                   21391: 
                   21392: 2001-11-19  paf
                   21393: 
                   21394:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   21395:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   21396:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   21397:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   21398:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   21399:          at wcontext.write
                   21400: 
1.116     moko     21401:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     21402:          _set_new_handler
                   21403: 
1.116     moko     21404:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   21405:          set_new_handler in apache&isapi
1.95      moko     21406: 
                   21407: 2001-11-16  paf
                   21408: 
                   21409:        * src/targets/cgi/parser3.C: pool debug @ die
                   21410: 
                   21411:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21412:          removed 8 bytes from String, 2 bytes from
                   21413:          string::chunk::row::item
                   21414: 
                   21415:        * src/main/pa_string.C: removed 1+4 bytes from String
                   21416: 
                   21417:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21418:          types/pa_vstring.C: removed 1+4 bytes from String
                   21419: 
                   21420:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   21421:          0
                   21422: 
                   21423:        * src/: include/pa_globals.h, include/pa_string.h,
                   21424:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   21425:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   21426:          targets/cgi/parser3.C: introducing estimating
                   21427:          String::cstr_bufsize, 0
                   21428: 
                   21429:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   21430: 
                   21431:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   21432: 
                   21433:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21434:          include/pa_pool.h: die in pool::fail
                   21435: 
                   21436: 2001-11-15  paf
                   21437: 
                   21438:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   21439:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   21440:          dynamic buffer re-back now with counter
                   21441: 
                   21442:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   21443:          static buffer back
                   21444: 
                   21445:        * src/targets/cgi/parser3.C: std::
                   21446: 
                   21447:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   21448:          include/pa_config_includes.h: setnewhandler check
                   21449: 
1.116     moko     21450:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21451: 
                   21452:        * src/targets/cgi/parser3.C: set_new_handler started
                   21453: 
                   21454: 2001-11-14  paf
                   21455: 
                   21456:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21457:          was wrong
                   21458: 
                   21459:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21460:          was wrong
                   21461: 
                   21462:        * src/main/pa_request.C: z
                   21463: 
                   21464:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   21465:          full returns win32 -1 solaris >buffer_size
                   21466: 
                   21467:          checked all that
                   21468: 
                   21469:        * src/classes/op.C: ^untaint{body} as-is default now
                   21470: 
                   21471:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21472:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   21473:          with no_bad_constructors_try
                   21474: 
                   21475:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21476:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   21477:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   21478:          $bred[^int::int[]]
                   21479: 
                   21480:          now VObject creation moved into overriden
                   21481:          VClass::create_new_value, thus 0 from create_new_value means that
                   21482:          class has no ctors
                   21483: 
                   21484: 2001-11-13  paf
                   21485: 
                   21486:        * src/classes/classes.C: returned accedently removed if in foreach
                   21487:          callbacks [when hash no-0-restructure]
                   21488: 
                   21489: 2001-11-12  paf
                   21490: 
                   21491:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   21492:          passed as-is to method, xalan makes & into &amp; itself
                   21493: 
                   21494:        * src/classes/date.C: date.roll parser2 alg used
                   21495: 
                   21496:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   21497:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21498:          main/pa_dictionary.C, main/pa_hash.C,
                   21499:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   21500:          now does not containt 0 values. put 0 actullay removes.  no check
                   21501:          on 0 value in foreach now required
                   21502: 
                   21503: 2001-11-11  paf
                   21504: 
                   21505:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   21506: 
                   21507:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   21508: 
                   21509:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   21510:          driver initialize not const
                   21511: 
                   21512: 2001-11-10  paf
                   21513: 
                   21514:        * src/main/pa_exec.C: doc
                   21515: 
                   21516: 2001-11-09  paf
                   21517: 
                   21518:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   21519:          param properly
                   21520: 
                   21521:        * src/classes/string.C: string.save now does untainting before
                   21522:          saving
                   21523: 
                   21524:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   21525:          still cstr oriented]
                   21526: 
                   21527:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21528:          line endings fixing got rid of cstr, now must work ok with post
                   21529:          multipart
                   21530: 
                   21531:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   21532:          not file  also now
                   21533: 
                   21534: 2001-11-08  paf
                   21535: 
                   21536:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21537:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21538:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   21539:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   21540:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   21541:          simple parent, not second parent [gcc 2.96 strangly refused to
                   21542:          call virtual from second parent]
                   21543: 
1.116     moko     21544:        * src/: include/pa_common.h, main/Makefile.am,
                   21545:          targets/cgi/pa_pool.C: makes
1.95      moko     21546: 
                   21547:        * src/: include/pa_request.h, main/pa_request.C,
                   21548:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   21549:          'status' class enabler
                   21550: 
                   21551:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   21552: 
                   21553:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21554:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21555:          include/pa_stylesheet_manager.h, main/main.dsp,
                   21556:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   21557:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21558:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21559:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   21560:          todo: apache 'status' class enabler
                   21561: 
                   21562: 2001-11-05  paf
                   21563: 
                   21564:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   21565:          debug to normal
                   21566: 
                   21567:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   21568:          hence i removed skipping 0 values in hash::for_each-es we need to
                   21569:          check cleaned cache items manually. few more checks.
                   21570: 
                   21571:          expiring to 0 time was wrong, changed to 'now' time
                   21572: 
                   21573:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   21574:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   21575:          on apache already done :)
                   21576: 
                   21577:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   21578:          skipping 0 values in hash::for_each-es we need to check cleaned
                   21579:          cache items manually
                   21580: 
                   21581:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   21582:          parser_multithreaded check was wrong
                   21583: 
                   21584:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21585:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21586:          classes/hashfile.C, classes/image.C, classes/int.C,
                   21587:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   21588:          classes/string.C, classes/table.C, classes/void.C,
                   21589:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21590:          include/pa_array.h, include/pa_charset_connection.h,
                   21591:          include/pa_charset_manager.h, include/pa_common.h,
                   21592:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21593:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21594:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21595:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21596:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21597:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21598:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21599:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21600:          include/pa_stack.h, include/pa_string.h,
                   21601:          include/pa_stylesheet_connection.h,
                   21602:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21603:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21604:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   21605:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   21606:          main/pa_charset_manager.C, main/pa_common.C,
                   21607:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21608:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21609:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21610:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21611:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21612:          main/pa_status_provider.C, main/pa_string.C,
                   21613:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   21614:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21615:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21616:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   21617:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21618:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   21619:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21620:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   21621:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21622:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   21623:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   21624:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   21625:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21626:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21627:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21628:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21629:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   21630:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   21631:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   21632:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21633:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   21634:          $status:db fixed used not initialized in db_connection & db_table
                   21635: 
                   21636:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   21637:          $status:charset
                   21638: 
                   21639:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   21640:          include/pa_stylesheet_connection.h,
                   21641:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   21642:          types/pa_vstatus.h: $status:stylesheet
                   21643: 
                   21644:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   21645:          include/pa_request.h, include/pa_sql_connection.h,
                   21646:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21647:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   21648:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21649:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   21650:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   21651:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   21652: 
                   21653: 2001-11-01  paf
                   21654: 
                   21655:        * src/include/pa_config_auto.h.in: makes
                   21656: 
                   21657:        * src/main/pa_hash.C: removed old extra include
                   21658: 
                   21659:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   21660:          checks [for hp, there are such in math.h]
                   21661: 
                   21662:        * src/classes/op.C: ^for endless loop check strightened
                   21663: 
                   21664:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   21665:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   21666:          co can use r.root to write their i & key,value there
                   21667: 
                   21668:        * src/classes/op.C: detected for var storage bug, fixed.
                   21669:          todo:foreach
                   21670: 
                   21671:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   21672:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   21673:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   21674:          changing of hash inside of foreach
                   21675: 
                   21676:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   21677:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   21678:          were hash.foreach
                   21679: 
                   21680:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   21681:          types/pa_vstring.C, types/pa_vstring.h:
                   21682:          ^foreach[key|value]{body}[[separator]|{separator}]
                   21683: 
                   21684:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   21685:          types/pa_vcookie.C: ^hash.delete[key]
                   21686: 
                   21687: 2001-10-31  paf
                   21688: 
                   21689:        * src/main/: compile.C, pa_common.C: completely empty file now
                   21690:          considered "read", not ignored [not perfect trick used]
                   21691: 
                   21692:        * src/main/pa_common.C: simplier common ifdefs
                   21693: 
                   21694:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   21695: 
                   21696:        * src/main/pa_db_connection.C: z
                   21697: 
                   21698:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   21699:          lockdetector flags
                   21700:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   21701: 
                   21702:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   21703:          from accidental show [imagine user forgot @exception]
                   21704: 
                   21705:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   21706: 
                   21707:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   21708:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   21709:          main/pa_common.C: ^string.save[[append;]path]
                   21710: 
                   21711:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21712:          main/execute.C: \ in expression: int divide 10/3=3
                   21713: 
                   21714:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   21715:          inside of ^cache
                   21716: 
                   21717:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   21718:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   21719:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   21720:          needed
                   21721: 
                   21722: 2001-10-30  paf
                   21723: 
                   21724:        * src/: classes/classes.dsp, main/main.dsp,
                   21725:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21726:          types/types.dsp: enabled debug incremental compile
                   21727: 
                   21728:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21729:          form post data line endings not reformatted now.
                   21730: 
                   21731:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   21732:          now required [had bug when file= has no value]
                   21733: 
                   21734:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   21735:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   21736:          cstr(asis) default param removed
                   21737: 
                   21738:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   21739: 
                   21740:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   21741: 
                   21742:        * src/include/pa_dir.h: LOAD_DIR fixed
                   21743: 
                   21744:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   21745:          was broken} fix_line_breaks
                   21746: 
                   21747:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   21748:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   21749:          packed with #pragma pack
                   21750: 
1.116     moko     21751:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     21752: 
                   21753: 2001-10-29  paf
                   21754: 
                   21755:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   21756: 
                   21757:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   21758:          string hash.puts
                   21759: 
                   21760:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   21761: 
                   21762:        * src/include/pa_sql_connection.h: there were one wrong
                   21763:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   21764: 
                   21765:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   21766:          param.someday either ifdef or remove it
                   21767: 
                   21768:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   21769: 
                   21770:        * src/main/untaint.C: optimizing returned after debugging
                   21771: 
                   21772:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   21773:          main/untaint.C: memory hunging #pragma pack(1)
                   21774: 
                   21775:          16 419 844 13 169 394
                   21776: 
                   21777:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21778:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   21779:          places [todo:Array]
                   21780: 
                   21781:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   21782:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   21783:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   21784: 
                   21785:          total 5 652 652/158731 total 5 469 332/158731
                   21786: 
                   21787:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   21788:          Array:: without cache in get/put now
                   21789: 
                   21790:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   21791:          18:25:27 2001] total 5 652 652/158731
                   21792: 
                   21793:        * src/: include/pa_string.h, main/pa_string.C,
                   21794:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   21795:          now
                   21796: 
                   21797:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   21798:          18:11:53 2001] total 5796092/158731
                   21799: 
                   21800:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   21801:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   21802:          key ref now
                   21803: 
                   21804:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   21805:          17:11:17 2001] total 16867948/202658
                   21806: 
                   21807:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   21808:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   21809:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   21810:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21811:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   21812:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   21813:          string::as_int/double now usually uses stack, not heap [200K out
                   21814:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   21815: 
                   21816:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   21817:          hiding bug]
                   21818: 
                   21819:        * src/Makefile.am: .am order
                   21820: 
                   21821:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   21822:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21823:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   21824:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21825:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   21826:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   21827:          required "friend class"
                   21828: 
                   21829:          ../include/pa_request.h:51: friend declaration requires
                   21830:          class-key, i.e. `friend    class Temp_lang'
                   21831: 
                   21832:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   21833:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   21834:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   21835: 
                   21836:          the idea is to #1 jump to C++ some function to main body, where
                   21837:          every function stack frame has exception unwind information and
                   21838:          from there... #2 propagate_exception()
                   21839: 
                   21840: 2001-10-28  paf
                   21841: 
                   21842:        * src/main/pa_db_connection.C: removed old consts
                   21843: 
                   21844:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   21845:          with wrong type/cast]
                   21846: 
                   21847:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   21848:          translation
                   21849: 
1.116     moko     21850:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     21851:          remember to build DB2 with -fexceptions!!!
                   21852: 
                   21853:        * src/main/pa_db_table.C: DB_RMW defed
                   21854: 
                   21855:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   21856:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21857:          include/pa_db_table.h, main/pa_db_connection.C,
                   21858:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   21859: 
                   21860: 2001-10-27  paf
                   21861: 
                   21862:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21863:          include/pa_db_table.h, main/pa_db_connection.C,
                   21864:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   21865:          types/pa_vhashfile.C: DB2 ifdefs
                   21866: 
1.116     moko     21867:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   21868:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     21869:          makes with DB2
                   21870: 
1.116     moko     21871:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   21872:          types/Makefile.am: makes db
1.95      moko     21873: 
                   21874:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   21875:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   21876:          globals.C
                   21877: 
                   21878:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21879:          include/pa_db_table.h, main/pa_db_connection.C,
                   21880:          main/pa_db_table.C: ^hashfile.clear[]
                   21881: 
                   21882:        * src/classes/classes.awk: no $ in var names
                   21883: 
                   21884:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   21885:          connection&table [forgotten calls]
                   21886: 
                   21887: 2001-10-26  paf
                   21888: 
                   21889:        * src/main/pa_db_connection.C: db checkpoints
                   21890: 
                   21891:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   21892:          checkpoints
                   21893: 
                   21894:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   21895:          default. but entities still reparsed. todo: tothink
                   21896: 
                   21897:        * src/main/pa_db_connection.C: db recover mech 2
                   21898: 
                   21899:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21900:          include/pa_db_manager.h, include/pa_db_table.h,
                   21901:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21902:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   21903:          types/pa_vhashfile.h: db connections & tables now cached at
                   21904:          create time & multithreaded
                   21905: 
                   21906:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   21907:          parsed_source
                   21908: 
                   21909:        * src/main/pa_db_connection.C: about to remove connection from
                   21910:          vhashfile
                   21911: 
                   21912:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   21913:          transaction commit/rollback responsibility left to parent [as it
                   21914:          sould - else there were a bug with double free]
                   21915: 
                   21916:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   21917:          responsibility left to parent [as it sould - else there were a
                   21918:          bug with double free]
                   21919: 
                   21920: 2001-10-25  paf
                   21921: 
                   21922:        * src/: classes/hashfile.C, include/pa_common.h,
                   21923:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21924:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   21925:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   21926:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   21927:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   21928:          yet]
                   21929: 
                   21930:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   21931: 
                   21932:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   21933:          transaction parent passed
                   21934: 
                   21935: 2001-10-24  parser
                   21936: 
1.116     moko     21937:        * src/classes/Makefile.am: makes
1.95      moko     21938: 
                   21939:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   21940:          isapi/pool_storage.h: pool_storage fixed
                   21941: 
                   21942:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   21943:          types/pa_vform.h: form fix_line_breaks
                   21944: 
1.116     moko     21945:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     21946: 
                   21947:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   21948:          targets/cgi/pool_storage.h: makes
                   21949: 
                   21950:        * src/sql/pa_sql_driver.h: version
                   21951: 
                   21952:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   21953:          types/pa_vform.C, types/pa_vform.h: .am
                   21954: 
                   21955:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   21956:          this: DB_RMW Acquire write locks instead of read locks when doing
                   21957:          the retrieval. Setting this flag may decrease the likelihood of
                   21958:          deadlock during a read-modify-write cycle by immediately
                   21959:          acquiring the write lock during the read part of the cycle so
                   21960:          that another thread of control acquiring a read lock for the same
                   21961:          item, in its own read-modify-write cycle, will not result in
                   21962:          deadlock
                   21963: 
                   21964:        * src/targets/isapi/parser3isapi.dsp: doc
                   21965: 
                   21966:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   21967: 
                   21968:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   21969: 
                   21970:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21971:          main/pa_db_connection.C: hashfile expired deleted from db when
                   21972:          get & iterate
                   21973: 
                   21974:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   21975:          expiring 1
                   21976: 
                   21977:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   21978: 
                   21979:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   21980:          db_connection not bothers with key when not returning expired
                   21981:          data
                   21982: 
                   21983:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21984:          types/pa_vhashfile.C: db_cursor constructor public now
                   21985: 
                   21986:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21987:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   21988:          stamped, todo: put_element analize
                   21989: 
                   21990:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   21991:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   21992:          serialize. todo stamp
                   21993: 
                   21994: 2001-10-23  parser
                   21995: 
                   21996:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   21997:          classes/image.C, classes/mail.C, classes/response.C,
                   21998:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21999:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   22000:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   22001:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   22002:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   22003:          types/pa_vtable.C: ^hashfile.hash[]
                   22004: 
                   22005:        * src/: classes/hashfile.C, classes/xdoc.C,
                   22006:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   22007:          main/pa_globals.C: ifdefs so it compiled without db
                   22008: 
                   22009:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22010:          include/pa_db_manager.h, main/pa_db_connection.C,
                   22011:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   22012:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   22013:          ^hashfile.delete[key]
                   22014: 
                   22015: 2001-10-22  parser
                   22016: 
                   22017:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   22018:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   22019: 
                   22020:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   22021:          classes/xnode.C, include/pa_charset_connection.h,
                   22022:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22023:          include/pa_exception.h, include/pa_sapi.h,
                   22024:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22025:          include/pa_stylesheet_connection.h,
                   22026:          include/pa_stylesheet_manager.h,
                   22027:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22028:          main/pa_db_connection.C, main/pa_db_manager.C,
                   22029:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   22030:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   22031:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   22032:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   22033:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   22034:          types/types.dsp: hashfile 0
                   22035: 
                   22036:        * src/types/pa_vhashfile.C: z
                   22037: 
                   22038:        * src/: classes/classes.dsp, classes/hashfile.C,
                   22039:          include/pa_config_fixed.h, main/execute.C,
                   22040:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   22041:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   22042: 
                   22043:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   22044: 
                   22045:        * src/: include/pa_exception.h, include/pa_request.h,
                   22046:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   22047:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22048:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   22049: 
                   22050: 2001-10-19  parser
                   22051: 
                   22052:        * src/include/pa_pool.h: header
                   22053: 
                   22054:        * src/main/pa_pool.C: auto compiled on gcc
                   22055: 
                   22056:        * src/classes/image.C: comment
                   22057: 
1.116     moko     22058:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     22059: 
                   22060:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22061:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22062:          types/pa_vxnode.h: xnode clone got freed
                   22063: 
                   22064:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22065:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   22066:          can free up xalandomstring resulting from pool::transcode
                   22067: 
                   22068:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   22069:          include/pa_config_fixed.h, include/pa_exception.h,
                   22070:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   22071:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   22072:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   22073:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   22074:          from non-xml compile
                   22075: 
                   22076:        * src/main/pa_request.C: pool:: context - get_context
                   22077: 
                   22078:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   22079:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   22080:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   22081:          classes/string.C, classes/table.C, classes/void.C,
                   22082:          include/pa_config_fixed.h, include/pa_exception.h,
                   22083:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   22084:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22085:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   22086:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   22087:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   22088:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22089:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22090:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   22091:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   22092:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22093:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   22094:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   22095:          exceptions 0
                   22096: 
                   22097:        * src/classes/classes.awk: $ removed
                   22098: 
                   22099: 2001-10-18  parser
                   22100: 
                   22101:        * src/types/pa_vcookie.C: cookie:CLASS
                   22102: 
                   22103:        * src/main/main.dsp: project
                   22104: 
                   22105:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   22106:          set_document & ctor question "who owns document" solved
                   22107: 
                   22108:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   22109: 
                   22110:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22111:          main/pa_pool.C: encoding in dom creating funcs
                   22112: 
                   22113:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   22114:          be transformed now
                   22115: 
                   22116:        * src/classes/xdoc.C: dom created by create can be transformed now
                   22117: 
                   22118:        * src/classes/xdoc.C: z
                   22119: 
                   22120:        * src/classes/xdoc.C: comment
                   22121: 
                   22122:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   22123:          create now uses XercesDocumentBridge, appendChild&co now works
                   22124: 
                   22125:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   22126:          @ recompile
                   22127: 
                   22128:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   22129:          $origin @exception[
                   22130: 
                   22131:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   22132:          tag names forced to XML lang
                   22133: 
                   22134:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   22135:          leechy-found bugs in code&doc fixed
                   22136: 
                   22137: 2001-10-17  parser
                   22138: 
                   22139:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   22140:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   22141:          n functionality preserved
                   22142: 
                   22143:        * src/types/pa_vimage.h: removed unused vimage::save
                   22144: 
                   22145: 2001-10-16  parser
                   22146: 
                   22147:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   22148: 
                   22149:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   22150: 
                   22151:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   22152: 
                   22153:        * src/classes/image.C: image.copy tolerance
                   22154: 
                   22155:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   22156:          ineffective, but works for small paleted image
                   22157: 
                   22158:        * src/types/pa_vimage.C: comment
                   22159: 
                   22160:        * src/classes/image.C: gd size/resize bugfix
                   22161: 
                   22162:        * src/: classes/classes.dsp, main/main.dsp,
                   22163:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22164:          types/types.dsp: ident >nul 2>&1
                   22165: 
                   22166:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   22167:          systems
                   22168: 
                   22169:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   22170:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   22171: 
                   22172: 2001-10-15  parser
                   22173: 
                   22174:        * src/main/execute.C: z
                   22175: 
                   22176:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   22177: 
                   22178:        * src/types/pa_vxnode.C:     document_type_node.
                   22179:                  !readonly attribute DOMString name
                   22180:              !notation_node.
                   22181:                  !readonly attribute DOMString publicId
                   22182:                  !readonly attribute DOMString systemId
                   22183: 
1.116     moko     22184:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   22185:          ::write badly passed string too transparently [failed to
                   22186:          intercept it]
1.95      moko     22187: 
                   22188:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   22189:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   22190:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22191:          types/pa_vxnode.h: DOM1 major addtion, only few
                   22192:          attributes/methods left
                   22193: 
                   22194: 2001-10-13  parser
                   22195: 
                   22196:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22197:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   22198:          in main handler
                   22199: 
                   22200:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   22201:          cleanups & frees order
                   22202: 
                   22203:        * src/types/pa_vcode_frame.h: couple comments
                   22204: 
                   22205:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   22206:          transparent enough to handle hash if creation&passing
                   22207: 
                   22208:        * src/: include/pa_config_fixed.h, main/execute.C,
                   22209:          main/pa_exception.C: noticed that vcodeframe not transparent
                   22210:          enough, would change now
                   22211: 
                   22212: 2001-10-12  parser
                   22213: 
                   22214:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   22215:          fixed. initialization&free on each thread!
                   22216: 
                   22217:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   22218:          handling changed: now type of default param analized always, not
                   22219:          only at problem time, thus helping early problem spotting
                   22220: 
                   22221:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   22222:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   22223:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22224:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   22225:          multithread bug fixed. initialization&free on each thread!
                   22226: 
                   22227: 2001-10-11  parser
                   22228: 
                   22229:        * src/classes/xnode.C: xnode.selectSingle now
                   22230: 
                   22231:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   22232:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   22233:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   22234:          convertors out of Pool into Exception
                   22235: 
                   22236:        * src/main/pa_string.C: const
                   22237: 
                   22238:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   22239:          linked pieces of same language together prior to String::replace
                   22240: 
                   22241:        * src/classes/hash.C:     !^hash.add[addme]
                   22242:              !^hash.sub[subme]
                   22243:              !^a.union[b] = new
                   22244:              !^a.intersection[b] = new
                   22245:              !^a.intersects[b] = bool
                   22246: 
                   22247:        * src/classes/hash.C:     !^hash::append[append_from]
                   22248: 
                   22249:        * src/: classes/hash.C, types/pa_vhash.h:
                   22250:          !^hash::create[[copy_from]]
                   22251: 
                   22252:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22253:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   22254:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   22255:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   22256:          exception but somebody[value.bark] tried to throw it on it's pool
                   22257: 
1.116     moko     22258:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22259: 
                   22260: 2001-10-10  parser
                   22261: 
                   22262:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   22263: 
                   22264:        * src/main/: compile.tab.C, compile.y: ^a[
                   22265: 
                   22266:          @next_method  << now unclosed ] would be reported here
                   22267: 
                   22268:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   22269:          compile error
                   22270: 
                   22271: 2001-10-09  parser
                   22272: 
1.116     moko     22273:        * src/: classes/Makefile.am, main/Makefile.am,
                   22274:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     22275: 
                   22276:        * src/classes/Makefile.am: makes
                   22277: 
                   22278:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   22279:          win32 errors intercepted [xalan transformer patched and
                   22280:          incorporated]
                   22281: 
                   22282:        * src/: classes/classes.dsp, classes/xdoc.C,
                   22283:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22284:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22285:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   22286:          patches starting
                   22287: 
                   22288:        * src/classes/: string.C, table.C: ^string.save[file]
                   22289: 
                   22290:        * src/classes/: date.C, table.C: calendar moved to date
                   22291: 
                   22292:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   22293:          string/table]  now
                   22294: 
                   22295:        * src/classes/: op.C, table.C: z
                   22296: 
                   22297:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   22298:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   22299:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   22300:          be code [be string..]
                   22301: 
                   22302:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   22303:          table.C: lots of
                   22304:          params->as_int/double/as_string/as_junction/as_no_junction
                   22305:          messages added
                   22306: 
                   22307: 2001-10-08  parser
                   22308: 
                   22309:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   22310:          classes/table.C, classes/void.C, include/pa_request.h:
                   22311:          params->as_int/double message added
                   22312: 
                   22313:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   22314: 
                   22315:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   22316:          image:sector removed image:html internal "line-*" attribs
                   22317: 
                   22318:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   22319:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   22320: 
                   22321:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   22322:          way
                   22323: 
                   22324:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   22325:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   22326:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   22327: 
                   22328:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   22329:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   22330:          @ SAPI::log
                   22331: 
                   22332:        * src/main/untaint.C: \r to ' ' in origins mode
                   22333: 
                   22334:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   22335:          set]
                   22336: 
                   22337:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   22338:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   22339:          nonstandard liaison freed up
                   22340: 
                   22341: 2001-10-07  parser
                   22342: 
                   22343:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   22344:          project
                   22345: 
                   22346: 2001-10-05  parser
                   22347: 
                   22348:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   22349:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   22350:          from outputing to cerr.  lots of "todos"
                   22351: 
                   22352:        * src/main/untaint.C: http_header tainting more gentle with
                   22353:          enquoting now
                   22354: 
                   22355:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   22356:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   22357:          xml errorhandler.  fixed string.replace a little, read @test
                   22358: 
                   22359:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   22360:          *) does not have limit, and looks further eos, fixing....
                   22361: 
                   22362:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   22363: 
                   22364:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   22365: 
                   22366:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   22367:          bugfix
                   22368: 
1.116     moko     22369:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   22370:          $result[^[$p^]z] now works fine
1.95      moko     22371: 
                   22372:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   22373:          wrong. fixed it
                   22374: 
                   22375:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   22376:          of totable appered to be vital
                   22377: 
                   22378: 2001-10-04  parser
                   22379: 
                   22380:        * src/classes/image.C: ^image.length[text]
                   22381: 
                   22382: 2001-10-03  parser
                   22383: 
                   22384:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   22385: 
                   22386:        * src/main/pa_request.C: restored pcre defaulting in request
                   22387:          [mindlessly "optimized" yesterday] comment left
                   22388: 
                   22389: 2001-10-02  parser
                   22390: 
                   22391:        * src/: main/pa_charset_manager.C,
                   22392:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   22393:          needed
                   22394: 
                   22395:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   22396:          forgot non-xml pool.*charset needed
                   22397: 
                   22398:        * src/classes/table.C: # config comments fixed
                   22399: 
                   22400:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   22401:          charset_connection #comment now
                   22402: 
                   22403:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   22404:          options fixed to use release msvcrt lib
                   22405: 
                   22406:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   22407:          removed default - pcre handles that internally fixed bug on
                   22408:          not-cleaning tables [previously was calloced, now member]
                   22409: 
                   22410:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   22411:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   22412:          inside removed default - pcre handles that internally fixed bug
                   22413:          on not-cleaning tables [previously was calloced, now member]
                   22414: 
                   22415:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   22416:          tested charset reload on file change @ apache version = OK tested
                   22417:          freeing up prev encoding on adding new = OK
                   22418: 
                   22419: 2001-10-01  parser
                   22420: 
                   22421:        * src/main/pa_charset_connection.C: removed entitify external hack
                   22422:          [internal installed]
                   22423: 
1.116     moko     22424:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     22425: 
                   22426:        * src/: include/pa_charset_connection.h,
                   22427:          include/pa_charset_manager.h,
                   22428:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22429:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   22430:          main/pa_request.C: charset loading & caching mech 0
                   22431: 
                   22432:        * src/: include/pa_stylesheet_connection.h,
                   22433:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22434:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   22435:          & caching mech now
                   22436: 
                   22437: 2001-09-30  parser
                   22438: 
                   22439:        * src/main/pa_request.C: forgot to fill toTable
                   22440: 
                   22441:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   22442:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   22443:          failed on win32 for now..
                   22444: 
                   22445:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22446:          now charsets table configuration variable is: CHARSETS
                   22447: 
                   22448:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   22449:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   22450: 
                   22451:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   22452:          include/pa_request.h, main/pa_request.C: started ctype with
                   22453:          unicode values
                   22454: 
                   22455: 2001-09-28  parser
                   22456: 
                   22457:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   22458:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   22459:          string passed AS-IS now
                   22460: 
                   22461:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   22462:          way of user-configuring... todo: implement
                   22463: 
                   22464: 2001-09-27  parser
                   22465: 
                   22466:        * src/classes/table.C: table.sort changed to sort table itself
                   22467: 
                   22468:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   22469:          X^.getElementsByTagName[tagname] = array of xnode
                   22470:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   22471:          nodes removed - regretfully not supported @ xalan. maybe someday
                   22472:          would reimplement, if needed.
                   22473: 
                   22474:          win32build system: solved long waiting anti-non-started-apache
                   22475:          problem
                   22476: 
                   22477:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   22478:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22479:          types/types.dsp: win32 ident make system so not to rebuild
                   22480:          library [ident.C.new]
                   22481: 
                   22482: 2001-09-26  parser
                   22483: 
                   22484:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   22485:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   22486:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22487:          types/pa_vxnode.C, types/types.dsp: z
                   22488: 
                   22489:        * src/classes/classes.C: forgot one non-xml check
                   22490: 
1.116     moko     22491:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22492:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     22493: 
                   22494:        * src/targets/cgi/parser3.C: z
                   22495: 
                   22496:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   22497:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   22498: 
                   22499:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   22500:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22501:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   22502:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   22503:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22504:          types/types.dsp: xdoc&xnode now
                   22505: 
                   22506:        * src/: classes/classes.C, classes/classes.awk,
                   22507:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   22508:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   22509:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22510:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   22511:          classes/op.C, classes/response.C, classes/string.C,
                   22512:          classes/table.C, classes/void.C, include/pa_array.h,
                   22513:          include/pa_common.h, include/pa_config_fixed.h,
                   22514:          include/pa_config_includes.h, include/pa_dictionary.h,
                   22515:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   22516:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22517:          include/pa_socks.h, include/pa_sql_connection.h,
                   22518:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   22519:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   22520:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22521:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   22522:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22523:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   22524:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   22525:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   22526:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   22527:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22528:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   22529:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22530:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22531:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   22532:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22533:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   22534:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   22535:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22536:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   22537:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   22538:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   22539:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   22540:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   22541:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   22542:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22543:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22544:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22545:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   22546:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   22547:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   22548:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   22549:          main.dsp splitted to main+classes+types along to .am
                   22550: 
                   22551:        * src/classes/Makefile.am: removed useless var
                   22552: 
                   22553:        * src/: classes/classes.cmd, main/main.dsp,
                   22554:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   22555:          main.dsp
                   22556: 
                   22557: 2001-09-25  parser
                   22558: 
                   22559:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   22560:          1251 though, todo ICU
                   22561: 
1.116     moko     22562:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     22563:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     22564:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   22565:          types/pa_vdom.h: xml configure makes
1.95      moko     22566: 
                   22567: 2001-09-24  parser
                   22568: 
1.116     moko     22569:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   22570:          types/Makefile.am: makes
1.95      moko     22571: 
1.116     moko     22572:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     22573: 
                   22574:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   22575:          started unix makes update
                   22576: 
                   22577:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   22578:          started unix makes update
                   22579: 
                   22580:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   22581: 
                   22582:        * src/types/pa_value.h: z
                   22583: 
                   22584:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   22585:          bugs with usinge hash/table in expressions
                   22586: 
                   22587:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   22588:          resolved conflicts fixed [const]
                   22589: 
                   22590:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   22591:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   22592:          main/compile.C, main/compile.tab.C, main/compile.y,
                   22593:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   22594:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22595:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   22596:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   22597:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   22598:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   22599:          with before_xml [merge2 actually didn't happen - i've created
                   22600:          tags on wrong branch. so this merge is in fact re-merge]
                   22601: 
                   22602: 2001-09-21  parser
                   22603: 
                   22604:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22605:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   22606:          produced "" in make file and sadly wrong interpreted on load]
                   22607: 
1.116     moko     22608:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   22609:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   22610:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22611:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22612:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   22613:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   22614:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     22615: 
                   22616:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   22617:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   22618:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   22619:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22620:          main/pa_pool.C, main/pa_request.C,
                   22621:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   22622:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22623:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   22624:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   22625:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   22626:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   22627:          types/pa_vrequest.C, types/pa_vresponse.h,
                   22628:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   22629:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   22630:          created new projects for sql drivers [planning to remove sql
                   22631:          drivers from main cvs project] first, will join latest changes
                   22632: 
                   22633:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   22634:          pool.get_charset
                   22635: 
                   22636:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   22637:          pool.get_charset
                   22638: 
                   22639:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   22640:          pool.get_charset
                   22641: 
                   22642:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   22643:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   22644:          methods encoding to pool.get_charset
                   22645: 
                   22646:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   22647:          transcoder were created right "unsupported encoding" message.
                   22648:          not @ set time, but @ use time, so until xml output functions
                   22649:          .string, .file, .save used - no encoding name check occur
                   22650: 
                   22651:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   22652:          registration needed, pools are officially destructured
                   22653: 
                   22654: 2001-09-20  parser
                   22655: 
                   22656:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   22657: 
                   22658:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   22659:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   22660: 
                   22661:        * src/: classes/dnode.C, classes/dom.C,
                   22662:          include/pa_config_includes.h, include/pa_globals.h,
                   22663:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22664:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   22665:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22666:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   22667:          Pool::transcode 0
                   22668: 
                   22669:        * src/classes/dom.C: dom. string save file moved output xml options
                   22670:          to last param and made it optional
                   22671: 
                   22672:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   22673:          dnodes
                   22674:              !$attributenode.specified = boolean
                   22675:                      true if the attribute received its value explicitly
                   22676:          in the XML document,
                   22677:                      or if a value was assigned programatically with the
                   22678:          setValue function.
                   22679:                  false if the attribute value came from the default value
                   22680:          declared in the document's DTD.
                   22681:              !$pinode.target = target of this processing instruction
                   22682:                  XML defines this as being the first token following the
                   22683:          markup
                   22684:                  that begins the processing instruction.
                   22685:                  XPath:
                   22686:              !^node.select[xpath/query/expression] = hash of 0->node0
                   22687:          1->node1
                   22688:              !^node.select-single[xpath/query/expression] = first node if
                   22689:          any
                   22690: 
                   22691:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   22692:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   22693:          some 'const's added
                   22694: 
                   22695:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   22696:          expression context now, there value = size and boolean value
                   22697:          size!=0
                   22698: 
                   22699:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   22700:          can be used in expression context now, there value = size and
                   22701:          boolean value size!=0
                   22702: 
                   22703:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   22704:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   22705:          due to strange xalan bug
                   22706: 
                   22707: 2001-09-18  parser
                   22708: 
                   22709:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   22710:          classes/image.C, classes/op.C, classes/table.C,
                   22711:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22712:          include/pa_sql_driver_manager.h, main/compile.C,
                   22713:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   22714:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   22715:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22716:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22717:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   22718:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   22719:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   22720:          before_xml branch ^if(def $hash) now true only when
                   22721:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   22722: 
                   22723:        * src/: classes/op.C, main/execute.C: operators self changed to
                   22724:          root ^for variable context changed to self
                   22725: 
                   22726:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   22727:          dnode 1
                   22728: 
                   22729:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   22730:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   22731: 
                   22732:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   22733:          poly* fixed
                   22734: 
                   22735: 2001-09-17  parser
                   22736: 
                   22737:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   22738:          types/pa_vdom.h: started dnode+dom
                   22739: 
                   22740:          dnode     DOM methods:     $node.name     $node.value
                   22741:          ...others...
                   22742: 
                   22743:              ^node.xpath[/rates/USD] = hash
                   22744:                  $hash[
                   22745:                          $.0[node0]
                   22746:                          $.1[node1]
                   22747:                  ]
                   22748: 
                   22749:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   22750:          applies to all linear primitives
                   22751: 
                   22752:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   22753:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22754:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   22755:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   22756:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   22757:          dom(dnode)
                   22758: 
                   22759:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   22760:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22761:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   22762:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   22763:          name after '.'
                   22764: 
                   22765: 2001-09-15  parser
                   22766: 
                   22767:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   22768:          image: $line-width ^line(...)[****   style]
                   22769: 
                   22770:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   22771:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   22772:          pool_storage - cleanups first, allocations second.  apache wisely
                   22773:          does just like that
                   22774: 
                   22775:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   22776:          rewritten using template, no bugs now
                   22777: 
                   22778:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   22779:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22780:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   22781:          poorly started isapi pool_storage, would rewrite using template
                   22782:          now
                   22783: 
                   22784:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   22785:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22786:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22787:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   22788:          xalan objects freed up [introducing Pool::register_cleanup]
                   22789: 
                   22790:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   22791:          comments
                   22792: 
                   22793: 2001-09-14  parser
                   22794: 
                   22795:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   22796:          z
                   22797: 
                   22798:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22799:          classes/mail.C, include/pa_common.h,
                   22800:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22801:          include/pa_stylesheet_connection.h,
                   22802:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22803:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   22804:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   22805:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   22806:          compiled&cached
                   22807: 
                   22808: 2001-09-13  parser
                   22809: 
                   22810:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22811:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   22812: 
                   22813:        * src/classes/dom.C: dom:file content-type(.method)
                   22814: 
                   22815:        * src/: include/pa_common.h, include/pa_globals.h,
                   22816:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   22817:          string now more informative error messages
                   22818: 
                   22819:        * src/: include/pa_globals.h, include/pa_request.h,
                   22820:          main/pa_request.C, targets/cgi/parser3.C,
                   22821:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   22822:          ParserSiteConfig .../parser3.conf
                   22823: 
                   22824:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   22825: 
                   22826: 2001-09-12  parser
                   22827: 
                   22828:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22829:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   22830:          precise error reporting: "connection string must start with
                   22831:          protocol://" now
                   22832: 
                   22833:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   22834:          braced
                   22835: 
                   22836:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   22837:          lexer on LS_USER level did [] matching without setting nestage,
                   22838:          introduced special LS_NAME_SQUARE_PART state
                   22839: 
                   22840: 2001-09-11  parser
                   22841: 
                   22842:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   22843:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   22844:          languages+=xml
                   22845: 
                   22846:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   22847: 
                   22848:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22849:          options:     $.method[xml|html|text] detection fixed
                   22850: 
                   22851:        * src/types/pa_vdom.h: messages
                   22852: 
                   22853:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22854:          options:     $.method[xml|html|text] detection fixed
                   22855: 
                   22856: 2001-09-10  parser
                   22857: 
                   22858:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22859:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   22860: 
                   22861:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   22862:          added]
                   22863: 
                   22864:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22865:          ^dom.xslt[stylesheet filename] 0
                   22866: 
                   22867:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22868:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   22869: 
                   22870:        * src/classes/dom.C: ^dom.file[encoding] = file
                   22871: 
                   22872:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   22873:          ^dom.save[encoding;filename]
                   22874: 
                   22875:        * src/classes/dom.C: ^dom.string[] 0
                   22876: 
                   22877:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   22878: 
                   22879:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   22880:          types/pa_vform.h: ^dom.save[b.xml] 0
                   22881: 
                   22882: 2001-09-08  parser
                   22883: 
                   22884:        * src/types/pa_vform.C: $form:tables.name.field
                   22885: 
                   22886: 2001-09-07  parser
                   22887: 
                   22888:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   22889:          $table)...
                   22890: 
                   22891:        * src/targets/cgi/parser3.C: z
                   22892: 
                   22893:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   22894:          from '' to int/double is 0]
                   22895: 
                   22896:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   22897:          $table) is false when table is empty
                   22898: 
                   22899:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   22900:          !$form:tables $atable[$form:tables.a]
                   22901:          ^atable.menu{a=$atable.element}[,]
                   22902: 
                   22903:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   22904:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   22905: 
1.116     moko     22906:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22907:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   22908:          of dom
                   22909: 
                   22910:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   22911:          types/pa_vform.C, types/pa_vform.h: z
                   22912: 
                   22913:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   22914:          element [not last]
                   22915: 
1.116     moko     22916:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22917:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   22918: 
                   22919: 2001-09-06  parser
                   22920: 
                   22921:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22922:          table with one column 'element' and two rows: 1 and 2
                   22923: 
                   22924:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22925:          table with one column 'element' and two rows: 1 and 2
                   22926: 
                   22927:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   22928:          bad int/double conversions, and now $form:nonexistent.int(88)
                   22929:          would return 88
                   22930: 
                   22931:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   22932:          types/pa_vhash.h: now there's special hash key '_default'
                   22933:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   22934:          $._default[xx] ] $hash.c
                   22935: 
                   22936:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   22937:          fixed [thanks, fif], ^; were treated there non-literally
                   22938: 
                   22939:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   22940:          doxygen
                   22941: 
                   22942:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   22943:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   22944:          types/pa_vtable.C: few #ifndef DOXYGEN
                   22945: 
                   22946: 2001-09-05  parser
                   22947: 
                   22948:        * src/classes/: string.C, table.C: sql options can be void [same as
                   22949:          image:html the other day]
                   22950: 
                   22951:        * src/targets/cgi/Makefile.am: .am undo
                   22952: 
                   22953:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22954:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   22955:          macro expantion on param, simply qoutes whatever passed, undone
                   22956: 
                   22957:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22958:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   22959:          STRINGIZE(name) #name invented
                   22960: 
                   22961:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22962:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   22963:          MAIN_SQL_DRIVERS_NAME "drivers"
                   22964: 
                   22965:          moved to be availible to all users
                   22966: 
                   22967:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   22968:          SQL_DRIVER_CREATE_FUNC_NAME
                   22969: 
                   22970:        * src/classes/mail.C: MAIN:MAIL check fixed
                   22971: 
                   22972: 2001-09-04  parser
                   22973: 
                   22974:        * src/classes/image.C: image.html now can accept void params
                   22975: 
                   22976:        * src/targets/isapi/parser3isapi.C: z
                   22977: 
                   22978:        * src/targets/cgi/parser3.C: full_file_spec bug
                   22979: 
                   22980:        * src/targets/cgi/parser3.C: getenvcheck
                   22981: 
                   22982:        * src/targets/cgi/parser3.C: zz
                   22983: 
                   22984:        * src/targets/cgi/parser3.C: zzz
                   22985: 
                   22986:        * src/classes/date.C: date
                   22987: 
                   22988:        * src/classes/date.C: date:sql-string is now without ''
                   22989: 
1.116     moko     22990:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     22991:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   22992:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   22993: 
1.116     moko     22994:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22995: 
                   22996: 2001-09-03  parser
                   22997: 
                   22998:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   22999: 
                   23000: 2001-09-01  parser
                   23001: 
                   23002:        * src/classes/image.C: letter_spacing
                   23003: 
                   23004:        * src/classes/image.C: image: font params changed
                   23005: 
                   23006:        * src/classes/image.C: image: as_int as_string used
                   23007: 
                   23008:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   23009:          analized
                   23010: 
                   23011: 2001-08-31  parser
                   23012: 
                   23013:        * src/targets/cgi/parser3.C: z
                   23014: 
1.116     moko     23015:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   23016:          cygwin
1.95      moko     23017: 
                   23018:        * src/classes/void.C: void:int/double += (default)
                   23019: 
                   23020:        * src/classes/image.C: image:font added space param image:font
                   23021:          changed charwidth alg, added kerning const[for now]
                   23022: 
                   23023:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   23024: 
                   23025: 2001-08-29  parser
                   23026: 
                   23027:        * src/main/pa_exception.C: exception redundant debug info
                   23028: 
                   23029: 2001-08-28  parser
                   23030: 
                   23031:        * src/classes/image.C: image error msgs
                   23032: 
                   23033:        * src/classes/image.C: image: gifsize little endian
                   23034: 
                   23035:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   23036:          doxygeneration
                   23037: 
                   23038:        * src/: classes/Makefile.am, main/Makefile.am,
                   23039:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   23040: 
                   23041:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   23042:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   23043: 
                   23044:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   23045: 
                   23046:        * src/classes/table.C: NO_STRING_ORIGIN check
                   23047: 
                   23048:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   23049:          storage class specifiers invalid in friend function declarations
                   23050: 
                   23051:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   23052:          main/untaint.C, targets/cgi/parser3.C,
                   23053:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   23054:          case of limit
                   23055: 
                   23056:        * src/: classes/file.C, main/pa_common.C: file:move
                   23057:          autocreate/remove dest/src dir
                   23058: 
                   23059:        * src/: classes/string.C, include/pa_dictionary.h,
                   23060:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   23061:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   23062:          to directory constructor.  string:replace
                   23063: 
                   23064: 2001-08-27  parser
                   23065: 
                   23066:        * src/classes/image.C: fixed jpgsize alg
                   23067: 
                   23068:        * src/classes/image.C: fixed jpgsize alg
                   23069: 
                   23070:        * src/main/pa_exception.C: z
                   23071: 
                   23072:        * src/main/pa_common.C: removed debug info from pa_common
                   23073: 
                   23074:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   23075:          [auto.p from current dir loading]
                   23076: 
1.116     moko     23077:        * src/: main/pa_common.C, main/pa_exception.C,
                   23078:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   23079:          for solaris -lsocket
1.95      moko     23080: 
                   23081: 2001-08-24  parser
                   23082: 
                   23083:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   23084: 
                   23085:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   23086: 
                   23087:        * src/targets/cgi/parser3.C: not cgi extra \n
                   23088: 
                   23089:        * src/main/pa_sql_driver_manager.C: z
                   23090: 
                   23091:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   23092:          sql* removed services from disconnect - cross-request ideological
                   23093:          probs.
                   23094: 
                   23095:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   23096:          cross-request ideological probs.  oracle - fixed bug: cs
                   23097:          allocated on request.pool and got freed before disconnect
                   23098: 
                   23099:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   23100:          mallocs fixed
                   23101: 
                   23102: 2001-08-23  parser
                   23103: 
                   23104:        * src/classes/file.C: minor bug in file:save fixed
                   23105: 
                   23106:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   23107: 
                   23108: 2001-08-22  parser
                   23109: 
                   23110:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   23111:          types/pa_vfile.h: file:load|save[text|binary;
                   23112: 
                   23113:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   23114: 
                   23115: 2001-08-21  parser
                   23116: 
                   23117:        * src/classes/: file.C, table.C: ^file:list
                   23118: 
                   23119: 2001-08-20  parser
                   23120: 
                   23121:        * src/: main/compile.tab.C, main/compile.y,
                   23122:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   23123:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   23124:          recousively caused problems: inc incremeted 123 literal!! fixed
                   23125: 
                   23126: 2001-08-10  parser
                   23127: 
                   23128:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   23129: 
                   23130:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23131:          added
                   23132: 
                   23133:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23134:          added
                   23135: 
                   23136:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   23137: 
                   23138:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   23139:          ''
                   23140: 
                   23141:        * src/main/: pa_request.C: wanted to make const int
                   23142:          MAX_EXECUTE_SECONDS=1;
                   23143: 
                   23144:          but couldnt, set_callback_and_alarm appeared to be not exported
                   23145:          :(
                   23146: 
                   23147:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   23148:          check but it weren't wise enough
                   23149: 
                   23150:          @parse[dateString][tmp]
                   23151:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   23152:          #end
                   23153: 
                   23154:          @main[] ^parse[2001-02-03]
                   23155: 
                   23156:        * src/classes/: table.C: table:sort now default desc
                   23157: 
                   23158:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   23159:          table.sort now creates new sorted table
                   23160: 
                   23161: 2001-08-09  parser
                   23162: 
                   23163:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   23164: 
                   23165:        * src/classes/hash.C: hash:_default now [was hash:default]
                   23166: 
                   23167:        * src/classes/op.C: case without switch check added
                   23168: 
                   23169:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   23170:          precise $ORIGINS(1)
                   23171: 
                   23172:        * src/main/Makefile.am: .am
                   23173: 
                   23174:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23175:          fixed
                   23176: 
                   23177:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23178:          fixed
                   23179: 
                   23180: 2001-08-07  parser
                   23181: 
                   23182:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23183:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   23184:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   23185:          string, table
                   23186: 
                   23187:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   23188:          srand made working
                   23189: 
                   23190: 2001-08-06  parser
                   23191: 
                   23192:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   23193:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23194:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   23195:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   23196:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   23197: 
                   23198:        * src/main/pa_exec.C: exec win32 real filename
                   23199: 
                   23200:        * src/classes/file.C: exec stderr out
                   23201: 
                   23202:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   23203: 
                   23204: 2001-08-03  parser
                   23205: 
                   23206:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   23207: 
                   23208: 2001-08-02  parser
                   23209: 
                   23210:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   23211:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   23212: 
                   23213:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   23214:          get@execute, but needs array iterator, separate from array to
                   23215:          avoid it & use caching
                   23216: 
                   23217:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   23218:          bug fixed
                   23219: 
                   23220:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   23221:          main/execute.C, main/pa_globals.C: found another multithread bug
                   23222:          in op.C (last, last global var killed) :)
                   23223: 
                   23224: 2001-08-01  parser
                   23225: 
                   23226:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   23227:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   23228:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23229:          main/untaint.C: speeded up typo-html replacements. introducing
                   23230:          Dictionary with first-char caching
                   23231: 
                   23232: 2001-07-31  parser
                   23233: 
                   23234:        * src/types/Makefile.am: pa_vtable.C added to .am
                   23235: 
                   23236:        * src/main/compile.tab.C: added, so that could be compiled even on
                   23237:          non-bison-enabled platforms
                   23238: 
                   23239: 2001-07-28  parser
                   23240: 
                   23241:        * src/classes/table.C: table:hash always produces hash, when can't
                   23242:          - empty
                   23243: 
                   23244:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   23245:          skipped \n
                   23246: 
                   23247: 2001-07-27  parser
                   23248: 
                   23249:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   23250:          on int/double/string :sql without result and default
                   23251: 
                   23252: 2001-07-26  parser
                   23253: 
                   23254:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   23255:          OP
                   23256: 
                   23257:        * src/main/compile.y: $man[$.age[zzz]]  0
                   23258: 
                   23259:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   23260:          creation syntax problem persists. restored $: for a while.
                   23261:          thinking of $man[$.age[zzz]] syntax now
                   23262: 
                   23263:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23264:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   23265:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   23266:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   23267:          types/pa_wwrapper.h: fixing :: realization #1
                   23268: 
                   23269:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   23270:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   23271:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   23272:          prefix.  ordinary : remains for static accesses
                   23273: 
                   23274: 2001-07-25  parser
                   23275: 
                   23276:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   23277:          fields 2. methods 3. columns
                   23278: 
                   23279:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   23280:          quote.  optimized double&int tostring-s
                   23281: 
                   23282:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   23283:          whitespace before first method decl
                   23284: 
                   23285:        * src/classes/table.C: allowed nontable result in table:sql,
                   23286:          results in empty table
                   23287: 
                   23288:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   23289:          lines before first method decl
                   23290: 
                   23291:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   23292:          types/pa_vtable.h: ^table.record[] now $table.fields
                   23293: 
                   23294:        * src/main/compile.y: $var[] is now empty string, not void
                   23295: 
                   23296:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   23297:          void
                   23298: 
                   23299:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   23300:          main/pa_globals.C: match replace code context moved to implicit
                   23301:          $match context
                   23302: 
                   23303:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   23304:          main/compile_tools.h, main/execute.C: with killed, code storage
                   23305:          introduced with former 'with' syntax
                   23306: 
                   23307: 2001-07-24  parser
                   23308: 
                   23309:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   23310:          types/pa_value.h: first get_element, next get operator
                   23311: 
                   23312:        * src/main/compile.y: removed @end handling
                   23313: 
                   23314:        * src/main/: compile.C, compile.y: @end handling method2
                   23315: 
                   23316:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   23317:          file:move
                   23318: 
                   23319:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   23320:          fixed
                   23321: 
                   23322: 2001-07-23  parser
                   23323: 
                   23324:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   23325:          driver
                   23326: 
                   23327:        * src/classes/hash.C: changed sql driver query interface
                   23328: 
                   23329:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   23330:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   23331:          changed sql driver query interface
                   23332: 
                   23333: 2001-07-20  parser
                   23334: 
                   23335:        * src/types/pa_vrequest.C: X!$browser:type
                   23336: 
                   23337:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   23338:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   23339:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   23340:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   23341:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   23342:          types/pa_vobject.h, types/pa_vrequest.C,
                   23343:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   23344:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   23345:          BASE element globally removed
                   23346: 
                   23347: 2001-07-18  parser
                   23348: 
                   23349:        * src/classes/file.C: file:exec/cgi msg
                   23350: 
                   23351:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   23352: 
                   23353:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   23354: 
1.116     moko     23355:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   23356:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   23357:          removed $id from *.in *.am
1.95      moko     23358: 
                   23359:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   23360:          abbrevations
                   23361: 
                   23362:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   23363:          classes/string.C, classes/table.C, include/pa_globals.h,
                   23364:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   23365:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23366:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   23367:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   23368:          $ORIGINS(1) output tracing mode
                   23369: 
                   23370: 2001-07-13  parser
                   23371: 
                   23372:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23373:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   23374:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   23375:          second would not call first @auto
                   23376: 
                   23377:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   23378:          wrong, fixed
                   23379: 
                   23380: 2001-07-12  parser
                   23381: 
                   23382:        * src/types/pa_value.h: pa_value.putelement modification of system
                   23383:          classes prevented
                   23384: 
                   23385: 2001-07-11  parser
                   23386: 
                   23387:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   23388:          table $piece
                   23389: 
                   23390:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23391:          types/pa_vstateless_class.h: $file created by file:state +=
                   23392:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   23393:          get_junction-created objects [they were on wrong pool]
                   23394: 
                   23395: 2001-07-09  parser
                   23396: 
                   23397:        * src/main/untaint.C: qp wrong name
                   23398: 
                   23399:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   23400:          main/compile.y: date format 0
                   23401: 
                   23402: 2001-07-07  parser
                   23403: 
                   23404:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   23405:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   23406:          roll table calendar
                   23407: 
                   23408:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   23409:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   23410:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   23411:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   23412:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   23413:          string.  todo: sql, calendar
                   23414: 
                   23415: 2001-07-06  parser
                   23416: 
                   23417:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   23418:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   23419: 
                   23420: 2001-07-03  parser
                   23421: 
                   23422:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   23423:          classes/random.C, main/main.dsp: class random renamed to math,
                   23424:          operators became methods
                   23425: 
                   23426:        * src/classes/op.C:  pow sqrt
                   23427: 
                   23428:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   23429: 
                   23430: 2001-07-02  parser
                   23431: 
                   23432:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   23433:          'column'
                   23434: 
                   23435:        * src/classes/hash.C: ^hash.keys[]
                   23436: 
                   23437:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   23438: 
                   23439:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   23440:          'strings'
                   23441: 
                   23442: 2001-06-29  parser
                   23443: 
                   23444:        * src/main/: execute.C: /0  %0 checkes ver 2
                   23445: 
                   23446:        * src/main/execute.C: /0  %0 checke
                   23447: 
                   23448:        * src/classes/Makefile.am: nothing - void
                   23449: 
                   23450:        * src/classes/table.C: empty strings @ sql
                   23451: 
                   23452: 2001-06-28  parser
                   23453: 
                   23454:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23455:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23456:          classes/op.C, classes/random.C, classes/response.C,
                   23457:          classes/string.C, classes/table.C, classes/void.C,
                   23458:          main/compile.C, main/compile_tools.C, main/execute.C,
                   23459:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23460:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23461:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23462:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23463:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   23464:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   23465:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   23466:          $";
                   23467: 
                   23468:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23469:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23470:          classes/op.C, classes/random.C, classes/response.C,
                   23471:          classes/string.C, classes/table.C, classes/void.C,
                   23472:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23473:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23474:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23475:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23476:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23477:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     23478:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     23479: 
                   23480:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   23481:          $class:name: == ${class:name}:
                   23482: 
                   23483:        * src/classes/string.C: exactly one
                   23484: 
                   23485: 2001-06-27  parser
                   23486: 
                   23487:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   23488:          types/pa_vvoid.h: nothing renamed to void
                   23489: 
                   23490:        * src/classes/op.C: ^switch ^case
                   23491: 
                   23492:        * src/main/compile.y: nothing renamed to void
                   23493: 
                   23494:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   23495:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23496:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   23497:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   23498:          void
                   23499: 
                   23500:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   23501: 
                   23502: 2001-05-28  parser
                   23503: 
                   23504:        * src/doc/html2chm.cmd: removed >a
                   23505: 
                   23506:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   23507:          project options [some bugs]
                   23508: 
                   23509:        * src/doc/sources2html.cmd: z
                   23510: 
                   23511:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23512:          main/execute.C: operators are not in root class again
                   23513: 
                   23514: 2001-05-24  parser
                   23515: 
                   23516:        * src/targets/cgi/parser3.dsp: project file
                   23517: 
                   23518:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   23519:          ^log ^exp
                   23520: 
                   23521:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   23522:          conversions in @exception[params]
                   23523: 
                   23524:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   23525: 
                   23526: 2001-05-23  parser
                   23527: 
                   23528:        * src/main/pa_string.C: string cmp bug
                   23529: 
                   23530:        * src/classes/: mail.C, op.C: rem max 1000
                   23531: 
                   23532:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   23533:          LS_DEF_NAME
                   23534: 
                   23535: 2001-05-22  parser
                   23536: 
                   23537:        * src/classes/op.C: if params code-required
                   23538: 
                   23539: 2001-05-21  parser
                   23540: 
                   23541:        * src/types/pa_vstring.C: eoleof
                   23542: 
                   23543:        * src/classes/Makefile.am: .AM
                   23544: 
                   23545:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   23546: 
                   23547:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   23548: 
                   23549:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   23550:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   23551:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   23552:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   23553:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   23554:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   23555:          'nothing'
                   23556: 
                   23557:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   23558:          vstring::set_string
                   23559: 
                   23560:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   23561: 
                   23562:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   23563:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   23564:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   23565: 
                   23566:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   23567:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   23568:          hash:sql moved to main trunc. operators.txt updated
                   23569: 
                   23570:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   23571: 
                   23572:        * src/classes/op.C: z
                   23573: 
                   23574:        * src/: main/compile.C, classes/classes.C: 1
                   23575: 
                   23576:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23577:          main/execute.C: 0
                   23578: 
                   23579:        * src/main/execute.C: z
                   23580: 
                   23581:        * src/targets/cgi/parser3.C: z
                   23582: 
                   23583:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   23584:          site_auto_path "." in that case
                   23585: 
                   23586:        * src/targets/cgi/: parser3.C: z
                   23587: 
                   23588:        * src/main/pa_request.C: .am
                   23589: 
                   23590:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   23591:          pcre_tables=pcre_default_tables;
                   23592: 
                   23593: 2001-05-19  parser
                   23594: 
                   23595:        * src/main/pa_string.C: z
                   23596: 
                   23597:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   23598:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   23599:          target.
                   23600: 
                   23601:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   23602:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   23603:          used, 4* mem wasted
                   23604: 
                   23605:        * src/classes/string.C: root context in match replace body now
                   23606:          unchanged
                   23607: 
                   23608:        * src/types/pa_value.h: parameter # 1 based
                   23609: 
                   23610:        * src/main/pa_common.C: common:  actual filename '%s'
                   23611: 
                   23612:        * src/classes/string.C: z
                   23613: 
                   23614:        * src/classes/Makefile.am: classes/.am
                   23615: 
                   23616:        * src/classes/: Makefile.am: classes/.am
                   23617: 
                   23618:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   23619:          targets/cgi/pa_pool.C: classes/.am
                   23620: 
                   23621: 2001-05-18  parser
                   23622: 
1.116     moko     23623:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   23624:          pa_threads.C ins
1.95      moko     23625: 
                   23626:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   23627: 
                   23628: 2001-05-17  parser
                   23629: 
                   23630:        * src/: classes/string.C, include/pa_config_fixed.h,
                   23631:          include/pa_config_includes.h, main/compile.y,
                   23632:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   23633:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   23634:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   23635:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   23636:          most .C
                   23637: 
                   23638:        * src/doc/html2chm.cmd: z
                   23639: 
                   23640:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   23641:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   23642: 
                   23643:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   23644:          get_connection_from_cache
                   23645: 
                   23646:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   23647: 
                   23648:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   23649:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   23650:          cache expiration[use SQL_Driver::disconnect]
                   23651: 
                   23652:        * src/main/pa_table.C: table.locate current restored on "not found"
                   23653: 
                   23654:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   23655:          line no
                   23656: 
                   23657:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23658:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   23659: 
                   23660:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23661:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   23662:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   23663:          1driver and set_services fight for driver::fservices. before fix
                   23664: 
                   23665:        * src/: classes/op.C, include/pa_config_fixed.h,
                   23666:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   23667:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   23668:          own 1driver and set_services fight for driver::fservices. before
                   23669:          fix
                   23670: 
                   23671:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23672:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23673:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   23674:          pa_threads.C
                   23675: 
                   23676:        * src/include/pa_threads.h: removed targets/parser
                   23677: 
                   23678:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   23679:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   23680:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   23681:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   23682:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   23683:          headers
                   23684: 
                   23685:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   23686:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   23687:          order prevented sqlmanager to see MULTYTHREAD define
                   23688: 
                   23689:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23690:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   23691:          put/gets
                   23692: 
                   23693:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   23694:          from hash.h
                   23695: 
                   23696:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23697:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   23698:          from cache ->set_services(&services);
                   23699: 
                   23700: 2001-05-16  parser
                   23701: 
                   23702:        * src/targets/cgi/parser3.C: z
                   23703: 
                   23704:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   23705:          debug, #ifdefed some.  would debug later, on more precise sample
                   23706:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   23707:          $name.$tail[$tail!] $name.$tail } ok3
                   23708: 
                   23709:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   23710:          removed array debug. before vstring rebasing
                   23711: 
                   23712:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   23713:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   23714:          array debugged; adjusted
                   23715: 
                   23716:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   23717:          SQL_Driver_manager line no for connect/charset errors
                   23718: 
                   23719: 2001-05-15  parser
                   23720: 
                   23721:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   23722:          main/pa_string.C: string+array made linear grows
                   23723: 
                   23724:        * src/: include/pa_string.h, main/pa_string.C,
                   23725:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   23726:          grow lineary, not exponentialy
                   23727: 
                   23728:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   23729:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   23730:          with fullchunk cmps
                   23731: 
                   23732:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   23733:          70041=           81
                   23734: 
                   23735:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   23736:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   23737:          malloc 27809390/368771, calloc 3232/83. would test now
                   23738: 
                   23739:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   23740:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   23741:          numbered params had wrong name - for instance: bad error message
                   23742:          in ^for[] bad body type. fixed
                   23743: 
                   23744: 2001-05-14  parser
                   23745: 
                   23746:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   23747:          main/untaint.C: ^string.upper|lower[]
                   23748: 
                   23749: 2001-05-11  parser
                   23750: 
                   23751:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   23752:          classes/string.C, classes/table.C, classes/unknown.C,
                   23753:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   23754:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   23755:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   23756: 
                   23757:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   23758:          .dsp for win32tools
                   23759: 
                   23760: 2001-05-11  paf
                   23761: 
                   23762:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   23763:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   23764:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   23765:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   23766: 
                   23767: 2001-05-10  paf
                   23768: 
                   23769:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   23770:          for C++, that's all
                   23771: 
1.116     moko     23772:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   23773:          pa_config_includes.h: inline wonders
1.95      moko     23774: 
                   23775:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   23776:          doc/doxygen.cmd: hash.C added
                   23777: 
                   23778:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   23779: 
                   23780:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   23781:          menthod
                   23782: 
                   23783:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   23784:          pa_vstateless_object.h: changed priority: field before method
                   23785:          lookup in vclass & vobject
                   23786: 
                   23787:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   23788:          grammar: priorities changes [lowerd && prior] vobject: now first
                   23789:          fields, next methods
                   23790: 
                   23791: 2001-05-08  paf
                   23792: 
                   23793:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   23794:          bark=false. fixed
                   23795: 
                   23796:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   23797:          types/pa_vmethod_frame.h: hash:default works at last!
                   23798: 
                   23799:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   23800:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   23801:          hash:default
                   23802: 
                   23803:        * src/classes/table.C: z
                   23804: 
                   23805:        * src/classes/table.C: table:hash always hash of hash now
                   23806: 
                   23807:        * src/classes/table.C: table:empty return bool now
                   23808: 
                   23809:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   23810:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23811:          types/pa_vtable.h: table:hash
                   23812: 
                   23813:        * src/classes/table.C: table:record have name
                   23814: 
                   23815:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   23816:          returns vunknown
                   23817: 
                   23818:        * src/classes/: double.C, int.C, op.C, string.C:
                   23819:          int,double,string:int[] double[] string:length[] results now have
                   23820:          hames
                   23821: 
                   23822:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   23823:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   23824:          now return bool
                   23825: 
                   23826:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   23827:          in method checkparams again. fixed
                   23828: 
                   23829: 2001-05-07  paf
                   23830: 
                   23831:        * src/doc/chm.cmd: cmd
                   23832: 
                   23833:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23834:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   23835:          types/pa_value.h: method reported errors on wrong pool
                   23836: 
                   23837:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   23838:          now
                   23839: 
                   23840:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   23841:          include/code.h, include/pa_opcode.h, main/compile.C,
                   23842:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   23843:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23844:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23845:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   23846:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23847:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23848:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23849:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23850:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23851:          types/pa_wwrapper.h: pa_code.h
                   23852: 
                   23853:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   23854: 
                   23855:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   23856:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   23857:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23858:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   23859:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23860:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   23861:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   23862:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   23863:          types/pa_vtable.h: dox, split by not clean parts also
                   23864: 
                   23865:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23866:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   23867:          'dir' fields & co. more
                   23868: 
                   23869:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   23870:          so to enable 'dir' fields & co.
                   23871: 
                   23872:        * src/main/compile.y: grammar: @end
                   23873: 
                   23874: 2001-05-04  paf
                   23875: 
                   23876:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   23877:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   23878: 
                   23879:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   23880:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23881:          classes/op.C, classes/random.C, classes/response.C,
                   23882:          classes/string.C, classes/table.C, classes/unknown.C,
                   23883:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   23884:          method dox
                   23885: 
                   23886: 2001-05-03  paf
                   23887: 
                   23888:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   23889:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23890:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   23891:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23892:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   23893:          main/pa_request.C: dox splitted .dox files and added some
                   23894: 
                   23895:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   23896: 
                   23897: 2001-05-02  paf
                   23898: 
                   23899:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   23900:          by file_name  language now
                   23901: 
                   23902: 2001-04-28  paf
                   23903: 
                   23904:        * src/classes/classes.inc: removed classes.inc
                   23905: 
                   23906:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   23907:          from .am
                   23908: 
                   23909:        * src/classes/classes.awk: skipped classes in .awk
                   23910: 
                   23911:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   23912:          classes/classes.inc, classes/double.C, classes/file.C,
                   23913:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   23914:          classes/string.C, classes/table.C, classes/unknown.C,
                   23915:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   23916:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23917:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   23918:          pa_methoded back to classes/classes.h
                   23919: 
                   23920:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   23921: 
                   23922:        * src/: classes/Makefile.am, classes/classes.awk,
                   23923:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   23924:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   23925: 
                   23926:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   23927:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   23928:          classes/response.C, classes/string.C, classes/table.C,
                   23929:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   23930:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   23931:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   23932:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   23933:          include|main/pa_methoded
                   23934: 
                   23935:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   23936:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   23937: 
                   23938:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   23939:          moved some configured data to request::classes_conf moved some
                   23940:          string crations from globals to M...  [works]
                   23941: 
                   23942:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   23943:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   23944:          main/pa_request.C: moved some configured data to
                   23945:          request::classes_conf moved some string crations from globals to
                   23946:          M...
                   23947: 
                   23948:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   23949:          about to move configured data to special request hash
                   23950: 
                   23951:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   23952:          classes/form.C, classes/mail.C, include/pa_request.h,
                   23953:          main/pa_request.C: configure started
                   23954: 
                   23955:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   23956:          2. todo: methoded-configure
                   23957: 
                   23958:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23959:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23960:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23961:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   23962:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23963:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23964:          classes/random.C, classes/response.C, classes/string.C,
                   23965:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   23966:          include/pa_request.h, main/compile.y, main/execute.C,
                   23967:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23968:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23969:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   23970:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   23971:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23972:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23973:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23974:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23975:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   23976:          methoded-configure
                   23977: 
                   23978:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   23979:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   23980:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   23981:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   23982: 
                   23983:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   23984:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23985:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23986:          classes/random.C, classes/response.C, classes/string.C,
                   23987:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   23988:          main/compile.y, main/execute.C, main/pa_globals.C,
                   23989:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   23990:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   23991:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   23992:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   23993:          beautifying just compiled. todo: debug, configure
                   23994: 
                   23995: 2001-04-27  paf
                   23996: 
                   23997:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   23998:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   23999:          beautifying -99
                   24000: 
                   24001:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   24002:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   24003:          classes/classes.h, classes/double.C, classes/file.C,
                   24004:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   24005:          classes/op.C, classes/random.C, classes/response.C,
                   24006:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   24007:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24008:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   24009:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   24010:          types/pa_vunknown.h: beautifying -100
                   24011: 
                   24012:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   24013: 
                   24014:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   24015:          classes/_op.h, classes/_random.h, classes/_table.h,
                   24016:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   24017:          classes/op.C, classes/random.C, classes/response.C,
                   24018:          classes/string.C, classes/table.C, classes/unknown.C,
                   24019:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24020:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24021:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   24022:          beautifying
                   24023: 
                   24024: 2001-04-26  paf
                   24025: 
                   24026:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   24027: 
                   24028:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   24029:          documentation ++
                   24030: 
                   24031:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   24032:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24033:          targets/cgi/pa_pool.C: code documentation ++
                   24034: 
                   24035:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   24036:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24037:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   24038:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   24039:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   24040:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   24041:          types/pa_vrequest.C, types/pa_vrequest.h,
                   24042:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   24043:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   24044:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   24045:          code documentation ++
                   24046: 
                   24047:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   24048:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   24049:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   24050:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   24051:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24052:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   24053:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   24054:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   24055: 
                   24056:        * src/main/: pa_request.C, pa_string.C: z
                   24057: 
                   24058:        * src/: include/pa_common.h, include/pa_types.h,
                   24059:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   24060:          connection caching fixed.  request-pooled-url were stored into
                   24061:          global connectioncache
                   24062: 
                   24063: 2001-04-25  paf
                   24064: 
                   24065:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   24066:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   24067: 
                   24068:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   24069:          main/execute.C, main/pa_common.C: -d
                   24070: 
                   24071:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   24072:          illegal call check a bit improved, but still under iis no mapping
                   24073:          of dir with parser allowed!
                   24074: 
                   24075: 2001-04-24  paf
                   24076: 
                   24077:        * src/targets/Makefile.am: apache module lib .am
                   24078: 
                   24079:        * src/main/pa_exec.C: windows32 buildCommand
                   24080: 
                   24081: 2001-04-23  paf
                   24082: 
                   24083:        * src/targets/cgi/Makefile.am: win32 conditional
                   24084: 
                   24085:        * src/targets/cgi/Makefile.am: win32 conditional
                   24086: 
                   24087:        * src/targets/cgi/Makefile.am: liblink
                   24088: 
                   24089:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   24090:          vfile fields return type
                   24091: 
                   24092:        * src/types/pa_vfile.h: vfile fields return type
                   24093: 
                   24094:        * src/include/pa_config_auto.h.in: .h.in
                   24095: 
                   24096:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   24097:          types/Makefile: makefiles removed
                   24098: 
                   24099:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   24100:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   24101: 
                   24102:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   24103:          [tested: i & g ]
                   24104: 
                   24105:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   24106:          @test noticed series in isapi, check how initialize_random_class
                   24107:          is called! [must be called only once]
                   24108: 
                   24109:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   24110:          would not be 'unknown column'
                   24111: 
                   24112:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   24113:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   24114: 
                   24115:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   24116:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   24117:          [now doesnt]
                   24118: 
                   24119:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   24120: 
                   24121:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   24122:          /cgi-bin/parser3/auto.p
                   24123: 
                   24124:        * src/main/untaint.C: untaint without charset
                   24125: 
                   24126:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24127:          main/pa_common.C: common: file_write /// @test mkdirs
                   24128:          file_delete rmdirs
                   24129: 
                   24130:        * src/main/untaint.C: mail header only once to =?
                   24131: 
                   24132:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   24133:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   24134:          main/untaint.C: untaint -        @test optimize whitespaces for
                   24135:          all but 'html'
                   24136: 
                   24137:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   24138:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24139:          main/untaint.C: untaint -  @test mail-header
                   24140: 
                   24141: 2001-04-20  paf
                   24142: 
                   24143:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   24144:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   24145:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24146:          targets/cgi/parser3.C: $MAIN:LOCALE
                   24147: 
                   24148:        * src/main/untaint.C: z
                   24149: 
                   24150:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   24151: 
                   24152: 2001-04-19  paf
                   24153: 
                   24154:        * src/main/compile_tools.h: $a$b bugfix
                   24155: 
                   24156:        * src/targets/cgi/parser3.C: z
                   24157: 
                   24158:        * src/classes/file.C: z
                   24159: 
                   24160:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   24161:          done: header to $fields. waits for header '\' tricks
                   24162: 
                   24163:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24164:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   24165:          changed urlencode here and in untaint.C to HTTP standard's " and
                   24166:          \" mech
                   24167: 
                   24168:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   24169:          http://alx/~paf/ doesnt load /auto.p
                   24170: 
                   24171: 2001-04-18  paf
                   24172: 
                   24173:        * src/main/pa_request.C: 1
                   24174: 
                   24175:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   24176:          linux @alx
                   24177: 
                   24178: 2001-04-17  paf
                   24179: 
                   24180:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   24181:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   24182:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   24183:          enabled
                   24184: 
                   24185:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24186:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24187:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24188:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24189:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   24190:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   24191:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24192:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   24193:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   24194:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   24195:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   24196:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   24197:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   24198:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   24199: 
                   24200:        * src/: include/pa_sql_driver_manager.h,
                   24201:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   24202:          types/pa_vimage.h: sql driver interface now has initialize(client
                   24203:          .so)
                   24204: 
                   24205: 2001-04-16  paf
                   24206: 
                   24207:        * src/Makefile.am: compile2 cygwin
                   24208: 
                   24209:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   24210:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   24211: 
                   24212:        * src/targets/cgi/Makefile.am: compile0 jav
                   24213: 
                   24214:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24215:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24216:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24217:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24218:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   24219:          classes/mail.C, classes/op.C, classes/random.C,
                   24220:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24221:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   24222:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   24223:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24224:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   24225:          compile-1
                   24226: 
                   24227: 2001-04-15  paf
                   24228: 
                   24229:        * src/classes/op.C: z
                   24230: 
                   24231:        * src/classes/table.C: table:empty +=process
                   24232: 
                   24233:        * src/types/pa_value.h: MethodParams !junction
                   24234: 
                   24235:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   24236:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24237:          classes/random.C, classes/response.C, classes/string.C,
                   24238:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   24239:          MethodParams everywhere
                   24240: 
                   24241:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   24242:          types/pa_vmethod_frame.h: MethodParams in op.C
                   24243: 
                   24244: 2001-04-12  paf
                   24245: 
                   24246:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   24247: 
                   24248:        * src/: classes/_unknown.h, classes/unknown.C,
                   24249:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24250:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   24251: 
                   24252:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   24253: 
                   24254:        * src/classes/image.C: image:gif now does not have params
                   24255: 
                   24256:        * src/classes/image.C:
                   24257:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   24258: 
                   24259:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   24260:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   24261:          for var now written not to r.wcontext, but to r.root cleared
                   24262:          "entered_object" state
                   24263: 
                   24264: 2001-04-11  paf
                   24265: 
                   24266:        * src/classes/image.C: image:create image:load
                   24267: 
                   24268:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   24269:          just compiled
                   24270: 
                   24271:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24272:          todo: gif without file
                   24273: 
                   24274:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24275:          started porting to Pooled descendant
                   24276: 
                   24277:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   24278:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   24279:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   24280:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   24281: 
                   24282:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   24283:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   24284:          end. switching to python imaging lib
                   24285: 
                   24286:        * src/main/main.dsp: gd+smtp made separate libs
                   24287: 
                   24288:        * src/: include/pa_globals.h, include/pa_string.h,
                   24289:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24290:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   24291:          length
                   24292: 
                   24293:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   24294:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   24295:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   24296:          UL_FILE_NAME of posted file name
                   24297: 
                   24298:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   24299:          post [broke when moved post read to core]
                   24300: 
                   24301: 2001-04-10  paf
                   24302: 
                   24303:        * src/classes/image.C: image:html done
                   24304: 
                   24305:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   24306: 
                   24307:        * src/classes/image.C: z
                   24308: 
                   24309:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   24310:          forgotten!
                   24311: 
                   24312:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24313:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24314:          types/pa_vimage.h: image:measure -90
                   24315: 
                   24316:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24317:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   24318:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24319:          classes/_table.h, classes/file.C, classes/mail.C,
                   24320:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   24321:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   24322:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   24323:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   24324:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   24325:          compiled
                   24326: 
                   24327:        * src/classes/mail.C: minor bug with unclear from/to
                   24328: 
                   24329:        * src/classes/mail.C: sendmail unix skipping defaults
                   24330: 
                   24331:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   24332:          sendmail unix added defaults
                   24333: 
                   24334:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   24335: 
                   24336:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   24337: 
                   24338: 2001-04-09  paf
                   24339: 
                   24340:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   24341:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   24342:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   24343:          targets/isapi/parser3isapi.dsp: all targets exec
                   24344: 
                   24345:        * src/: include/pa_sapi.h, include/pa_string.h,
                   24346:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24347:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   24348:          args in apache:util.script
                   24349: 
                   24350:        * src/include/pa_string.h: written but not tested exec with env for
                   24351:          unix
                   24352: 
                   24353:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   24354:          targets/cgi/parser3.C: exec win32 env
                   24355: 
                   24356:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   24357:          0
                   24358: 
                   24359:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   24360:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24361:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   24362:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   24363: 
                   24364:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   24365:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   24366: 
                   24367:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   24368:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   24369: 
                   24370:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   24371:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   24372:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24373:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24374:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   24375:          exec class just compiled. moved post read to request core
                   24376: 
                   24377:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   24378:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   24379:          main/pa_globals.C, targets/cgi/parser3.C,
                   24380:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   24381:          are already read by vform
                   24382: 
                   24383: 2001-04-08  paf
                   24384: 
                   24385:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   24386:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   24387:          uuencode. string<<
                   24388: 
                   24389: 2001-04-07  paf
                   24390: 
                   24391:        * src/classes/mail.C: z
                   24392: 
                   24393:        * src/classes/mail.C: z
                   24394: 
                   24395:        * src/classes/mail.C: ^mail[$attach
                   24396: 
                   24397:        * src/classes/mail.C: ^attach dead end
                   24398: 
                   24399:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   24400:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24401:          targets/isapi/parser3isapi.C: mail:send 1
                   24402: 
                   24403:        * src/: classes/mail.C, main/pa_request.C: z
                   24404: 
                   24405:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   24406:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   24407:          compiled
                   24408: 
                   24409:        * src/classes/mail.C: +=
                   24410: 
                   24411:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   24412:          prepared
                   24413: 
                   24414:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   24415:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   24416:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24417:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   24418: 
                   24419: 2001-04-06  paf
                   24420: 
                   24421:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   24422:          main/pa_string.C: table:dir 1
                   24423: 
                   24424:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   24425:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   24426: 
                   24427:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   24428:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   24429:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   24430:          main/pa_request.C: renamed 'root' to 'op'
                   24431: 
                   24432:        * src/classes/: _op.h, op.C: renamed from 'root'
                   24433: 
                   24434:        * src/types/pa_valiased.C: another root inherititance skipped
                   24435: 
                   24436:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   24437:          root methods of parent class. just 'ROOT' class
                   24438: 
                   24439:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   24440:          @office
                   24441: 
                   24442:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   24443: 
                   24444: 2001-04-05  paf
                   24445: 
                   24446:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   24447:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   24448:          constructor flag dropped at get_method_frame and remembered into
                   24449:          method_frame
                   24450: 
                   24451:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24452:          classes/table.C, main/pa_request.C: junction to code&expression
                   24453:          in errors
                   24454: 
                   24455:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24456:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   24457:          $LOCALE:ctype[Russian_Russia.1251]
                   24458: 
                   24459:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24460:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   24461:          main/pa_table.C: hash now not thread-safe.
                   24462: 
                   24463:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24464:          main/untaint.C: z
                   24465: 
                   24466:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24467:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   24468:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   24469:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   24470:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   24471: 
                   24472:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24473:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   24474: 
                   24475:        * src/classes/table.C: select * from hren error contains statement
                   24476: 
                   24477:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24478:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   24479:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   24480: 
                   24481:        * src/: classes/root.C, include/pa_sql_connection.h,
                   24482:          include/pa_sql_driver.h, main/main.dsp,
                   24483:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   24484:          services for conv memory & error reporting
                   24485: 
                   24486: 2001-04-04  paf
                   24487: 
                   24488:        * src/doc/doxygen.cfg: z
                   24489: 
                   24490:        * src/include/pa_sql_driver.h: mysql connect
                   24491: 
                   24492:        * src/include/pa_sql_driver.h: mysql info
                   24493: 
                   24494:        * src/: classes/root.C, include/pa_sql_driver.h,
                   24495:          include/pa_sql_driver_manager.h, main/main.dsp,
                   24496:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   24497: 
                   24498:        * src/sql/Makefile.am: forgot to add mysql client
                   24499: 
                   24500:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   24501:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   24502:          [forgot to add libltdl, added]
                   24503: 
                   24504:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   24505:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   24506:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   24507:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24508:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24509:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   24510:          -1000 just compiled
                   24511: 
                   24512:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24513:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   24514:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   24515: 
                   24516: 2001-04-03  paf
                   24517: 
                   24518:        * src/types/pa_vform.C: z
                   24519: 
                   24520:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   24521:          assigned lang
                   24522: 
                   24523:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   24524:          {}[]< empty []
                   24525: 
                   24526:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   24527:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   24528:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   24529: 
                   24530:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24531:          string:match replace strange matches
                   24532: 
                   24533:        * src/classes/string.C: string:match replace 0
                   24534: 
                   24535:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   24536:          prepared 2
                   24537: 
                   24538:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24539:          string:match replace prepared
                   24540: 
                   24541:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24542:          string:match replace -11
                   24543: 
                   24544:        * src/: classes/string.C, include/pa_globals.h,
                   24545:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   24546:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   24547: 
                   24548:        * src/: classes/string.C, include/pa_globals.h,
                   24549:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   24550:          main/pa_string.C: string:match [search] -1 just compiled
                   24551: 
                   24552:        * src/types/pa_vstring.C: z
                   24553: 
                   24554:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   24555:          classes/int.C, classes/response.C, classes/root.C,
                   24556:          classes/string.C, classes/table.C, include/pa_string.h,
                   24557:          main/pa_string.C: string:match -10 [frame]
                   24558: 
                   24559:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   24560:          main/pa_request.C: z
                   24561: 
                   24562:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   24563:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   24564:          todo/tests
                   24565: 
                   24566:        * src/include/pa_common.h: z
                   24567: 
                   24568:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   24569:          main/pa_request.C, targets/cgi/parser3.C,
                   24570:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   24571:          content-disposition
                   24572: 
                   24573:        * src/: include/pa_common.h, include/pa_globals.h,
                   24574:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24575:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   24576: 
                   24577:        * src/: include/pa_common.h, include/pa_request.h,
                   24578:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   24579:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24580:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   24581:          response:body
                   24582: 
                   24583:        * src/classes/table.C: table:append now uses string::split
                   24584: 
                   24585:        * src/classes/table.C: z
                   24586: 
                   24587:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24588:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   24589:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   24590:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   24591:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   24592:          string::pos & cmp & piece bugs fixed.  string::split new
                   24593:          table:load separated from set table:set implemented with clean \n
                   24594:          \t searches
                   24595: 
                   24596: 2001-04-02  paf
                   24597: 
                   24598:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24599:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   24600:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24601:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   24602:          it in table:set/load
                   24603: 
                   24604:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   24605:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   24606: 
                   24607:        * src/classes/random.C: random:generate 1
                   24608: 
                   24609:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   24610:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24611:          types/pa_value.h: random:generate
                   24612: 
                   24613: 2001-03-30  paf
                   24614: 
                   24615:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   24616:          todo: table flip and append. string::pos
                   24617: 
                   24618:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   24619:          classes/response.C, classes/root.C, classes/string.C,
                   24620:          classes/table.C, main/compile.y, main/execute.C,
                   24621:          types/pa_value.h, types/pa_vstateless_class.C,
                   24622:          types/pa_vstateless_class.h: static|dynamic|any method
                   24623:          registration
                   24624: 
                   24625:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   24626:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24627:          table:flip
                   24628: 
                   24629: 2001-03-29  paf
                   24630: 
                   24631:        * src/classes/string.C: string:xsplit forgot that they must result
                   24632:          in 1 row N column [not vice versa]
                   24633: 
                   24634:        * src/classes/string.C: z
                   24635: 
                   24636:        * src/classes/string.C: string: rsplit
                   24637: 
                   24638:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24639:          string: lsplit
                   24640: 
                   24641:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   24642:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   24643:          lsplit -1
                   24644: 
                   24645:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   24646:          string: pos
                   24647: 
                   24648:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24649:          string: pos -1
                   24650: 
                   24651:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   24652:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   24653:          main/untaint.C: string: left right mid
                   24654: 
                   24655:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   24656:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   24657:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   24658:          and [;] are different now.
                   24659: 
                   24660:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24661:          main/untaint.C: pool.request undone
                   24662: 
                   24663:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24664:          main/untaint.C: pool.request
                   24665: 
                   24666: 2001-03-28  paf
                   24667: 
                   24668:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24669:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24670:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   24671:          $request:browser [.type .version]; unknown.get_double now = 0.
                   24672: 
                   24673:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24674:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   24675:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   24676:          types/pa_vform.C: file:load autodetection of mime-type by
                   24677:          user-file-name
                   24678: 
                   24679:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   24680:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   24681:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   24682: 
                   24683:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   24684:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   24685:          write. must be self.set
                   24686: 
                   24687:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24688:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   24689: 
                   24690:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   24691:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   24692:          types/pa_vtable.h: table:locate just compiled
                   24693: 
                   24694: 2001-03-27  paf
                   24695: 
                   24696:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   24697:          code-params2, fixed ntfs hardlink slow dir update
                   24698: 
                   24699:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   24700:          types/pa_wcontext.h: fixed r/w context of code-params
                   24701: 
                   24702:        * src/: classes/table.C, main/execute.C: about to change junction
                   24703:          rcontext!!
                   24704: 
                   24705:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24706:          classes/string.C, classes/table.C, main/compile_tools.C,
                   24707:          main/execute.C, main/pa_request.C, main/untaint.C,
                   24708:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   24709:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24710:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   24711:          types/pa_vunknown.h: sort 0
                   24712: 
                   24713:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   24714:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   24715:          renamed to are_static_calls_disabled
                   24716: 
                   24717:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   24718:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   24719:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24720:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   24721: 
                   24722:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   24723: 
                   24724:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   24725:          started table:sort fixed minor bug in #...^{
                   24726: 
                   24727:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   24728:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   24729:          decided to have as it were. stepped back.  grammar: added 'in'
                   24730:          'is' 'lt'&co follow-space check
                   24731: 
                   24732: 2001-03-26  paf
                   24733: 
                   24734:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24735:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   24736:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24737:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   24738:          invocation in ^process
                   24739: 
                   24740:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   24741: 
                   24742:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   24743:          main/pa_array.C: table:record
                   24744: 
                   24745:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   24746:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24747:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   24748:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24749:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   24750:          types/pa_vtable.h: z
                   24751: 
                   24752:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   24753:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   24754:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24755:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   24756:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   24757:          method realisations on 'self' validity - they now can simply
                   24758:          assume that 'self' is V{Proper} .
                   24759: 
                   24760: 2001-03-25  paf
                   24761: 
                   24762:        * src/main/untaint.C: z
                   24763: 
                   24764:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   24765:          lowlevel - it initialization could be skipped if failed in @auto.
                   24766:          so that exception report would use some table
                   24767: 
                   24768:        * src/main/pa_request.C: table empty lines ignored. system-default
                   24769:          content type assigned in output:result [can fail in main:auto and
                   24770:          skipped normal defaults extraction]
                   24771: 
                   24772:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   24773:          bug
                   24774: 
                   24775:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   24776:          processing to table [except preliminary \r\n \r \n replacements
                   24777:          to "\n"]
                   24778: 
                   24779:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   24780:          move all the processing to table
                   24781: 
                   24782:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   24783:          main/pa_table.C, main/untaint.C: returned table originating.
                   24784:          useful for reporting typo table problems origin. think would be
                   24785:          useful somewhere else
                   24786: 
                   24787:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   24788: 
                   24789:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   24790:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   24791:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   24792:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   24793:          types/pa_vcookie.h: typo & typo-default
                   24794: 
                   24795: 2001-03-24  paf
                   24796: 
                   24797:        * src/main/pa_common.C: z
                   24798: 
                   24799:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   24800:          targets/cgi/parser3.C: html-typo 2
                   24801: 
                   24802:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   24803:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   24804:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   24805:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   24806:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24807:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24808:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   24809:          noticed double default content-type prob. run cgi.cmd tomorrow
                   24810:          first html-typo sample. detected << problem: they become ltlt too
                   24811:          fast
                   24812: 
                   24813:        * src/main/compile.y: z
                   24814: 
                   24815:        * src/main/: compile.y, compile_tools.h: #comment
                   24816: 
                   24817:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24818:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   24819:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24820:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   24821:          stringified
                   24822: 
                   24823:        * src/types/pa_valiased.C: decided to String-ify file_read
                   24824: 
                   24825:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   24826:          isapi/parser3isapi.dsp: cgi: sapi::log
                   24827: 
                   24828:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   24829:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   24830:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   24831:          error log experiments failed - cgi under iis got no access to
                   24832:          log. registereventsource simply failed with 5(illegal call) code,
                   24833:          while worked OK as standalone executable.  isapi: used
                   24834:          HSE_APPEND_LOG_PARAMETER feature
                   24835: 
                   24836:        * src/: include/pa_common.h, include/pa_globals.h,
                   24837:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24838:          targets/isapi/parser3isapi.C: fixed default content-type
                   24839:          allocation storage
                   24840: 
                   24841:        * src/: include/pa_globals.h, include/pa_request.h,
                   24842:          main/pa_globals.C, main/pa_request.C: z
                   24843: 
                   24844:        * src/: include/pa_array.h, include/pa_hash.h,
                   24845:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   24846:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24847:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   24848:          content-type
                   24849: 
                   24850:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   24851:          sanity
                   24852: 
                   24853:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   24854:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   24855:          away freeze mech.  no danger now for you can't do
                   24856:          ^request:process[@new-method[] body] trick anymore.  still
                   24857:          remains $some_instance.process[@new-method[] possibility] but
                   24858:          would leave it as a feature.  see index for sample
                   24859: 
                   24860:        * src/: include/pa_common.h, main/pa_common.C,
                   24861:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   24862:          monkey every target
                   24863: 
                   24864:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24865:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   24866:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   24867: 
                   24868: 2001-03-23  paf
                   24869: 
                   24870:        * src/: include/pa_pool.h, main/pa_request.C,
                   24871:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   24872:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24873:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   24874: 
                   24875:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   24876: 
                   24877:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   24878:          it would be better to rewrite as filter then to deal with pool
                   24879: 
                   24880:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   24881:          now like in cgi, not from APPL_PHYSICAL_PATH
                   24882: 
                   24883:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24884:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24885:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   24886:          include/pa_version.h, main/compile.y, main/execute.C,
                   24887:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24888:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24889:          main/untaint.C, targets/cgi/parser3.C,
                   24890:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   24891:          cgi: reinvent document_root and request_uri under iis. autoconf
                   24892:          updated. introducing ap_config_includes
                   24893: 
                   24894:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   24895: 
                   24896:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   24897: 
                   24898:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   24899:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24900:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24901:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   24902: 
                   24903:        * src/: include/pa_globals.h, main/pa_request.C,
                   24904:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24905:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24906:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   24907: 
                   24908:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24909:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24910:          isapi minor env beauty
                   24911: 
                   24912:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24913:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24914:          isapi document_root 0
                   24915: 
                   24916: 2001-03-22  paf
                   24917: 
                   24918:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   24919: 
                   24920:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   24921:          isapi/parser3isapi.C: z
                   24922: 
                   24923:        * src/: include/pa_pool.h, main/pa_request.C,
                   24924:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   24925: 
                   24926:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   24927:          kill.pl: isapi added utils
                   24928: 
                   24929:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   24930:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24931:          types/pa_vform.C: isapi 0
                   24932: 
                   24933:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   24934:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24935:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   24936:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   24937:          started isapi
                   24938: 
                   24939:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   24940:          some comments
                   24941: 
                   24942:        * src/: include/pa_globals.h, include/pa_request.h,
                   24943:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   24944:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   24945:          parser_root_auto_path parser_site_auto_path
                   24946: 
                   24947:        * src/types/pa_vcookie.C: cookie attr decoded
                   24948: 
                   24949: 2001-03-21  paf
                   24950: 
                   24951:        * src/targets/cgi/parser3.C: z
                   24952: 
                   24953:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   24954: 
                   24955:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   24956:          types/pa_venv.h: in cookie & env. todo:post
                   24957: 
                   24958:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   24959:          classes/root.C, classes/table.C, include/pa_array.h,
                   24960:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   24961:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   24962:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   24963:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24964:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   24965:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24966:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   24967:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24968:          shifted apache branch on main trunc
                   24969: 
                   24970:        * src/: include/pa_common.h, include/pa_globals.h,
                   24971:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24972:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   24973:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   24974:          starting mod_parser3
                   24975: 
                   24976:        * src/targets/cgi/parser3.C: starting mod_parser3
                   24977: 
                   24978: 2001-03-20  paf
                   24979: 
                   24980:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   24981:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   24982:          win32 ifdefs work and add ifdef unistd
                   24983: 
                   24984:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   24985:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   24986:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   24987:          z
                   24988: 
                   24989:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   24990:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   24991:          locking
                   24992: 
                   24993:        * src/: classes/Makefile.am, types/Makefile.am: z
                   24994: 
                   24995:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   24996:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   24997:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   24998:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24999:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   25000:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   25001:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   25002: 
                   25003:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   25004:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   25005: 
                   25006:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   25007:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   25008:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   25009:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   25010:          types/pa_vform.h: z
                   25011: 
                   25012:        * src/include/pa_string.h: z
                   25013: 
                   25014:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   25015:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   25016:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25017:          :Value
                   25018: 
                   25019:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   25020:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25021:          :VStateless_object
                   25022: 
                   25023:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   25024:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   25025:          :VStateless_object
                   25026: 
                   25027:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   25028:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   25029: 
                   25030:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   25031:          types/pa_valiased.h, types/pa_value.h,
                   25032:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   25033:          types/pa_vstateless_object.h: moved common get_element part from
                   25034:          stateless object&class into VAliased
                   25035: 
                   25036:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   25037:          classes/table.C, main/execute.C, main/main.dsp,
                   25038:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   25039:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   25040:          now :Value
                   25041: 
                   25042:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   25043:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   25044:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   25045: 
                   25046:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   25047:          doxx
                   25048: 
                   25049:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   25050:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25051:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   25052:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   25053:          and ^file:save
                   25054: 
                   25055: 2001-03-19  paf
                   25056: 
                   25057:        * src/types/pa_vfile.C: z
                   25058: 
                   25059:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   25060:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   25061:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   25062:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   25063: 
                   25064:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   25065:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   25066:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   25067:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   25068:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   25069:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   25070:          types/pa_vfile.h: file class just compiled
                   25071: 
                   25072:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   25073:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   25074:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   25075:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   25076:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   25077: 
                   25078:        * src/include/pa_pool.h: z
                   25079: 
                   25080:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   25081:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   25082:          Hash::Value to Val so to doxygen would finlly stop confusing
                   25083:          those Value-s
                   25084: 
                   25085:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   25086:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   25087:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25088:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25089:          include/pa_types.h, main/compile.C, main/compile.y,
                   25090:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   25091:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   25092:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   25093:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25094:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   25095: 
                   25096:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   25097:          derivates somehow unlinked. don't know why yet
                   25098: 
                   25099:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   25100:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   25101:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25102:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25103:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   25104:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25105:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   25106: 
                   25107:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   25108:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   25109:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   25110:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   25111:          types/pa_vrequest.h: doc: detected Value derivates prob
                   25112: 
                   25113:        * src/include/pa_globals.h: z
                   25114: 
                   25115:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   25116:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   25117:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   25118:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   25119:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   25120:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   25121:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25122:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   25123: 
                   25124: 2001-03-18  paf
                   25125: 
                   25126:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   25127:          cookie: allowed access to hash-assigned
                   25128: 
                   25129:        * src/targets/cgi/parser3.C: z
                   25130: 
                   25131:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   25132:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   25133:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   25134:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25135:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25136:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   25137:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   25138:          types/pa_vunknown.h: cookie class
                   25139: 
                   25140:        * src/main/pa_request.C: zero length output allowed
                   25141: 
                   25142:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   25143:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   25144: 
                   25145:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   25146:          lang switch
                   25147: 
                   25148:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   25149:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25150:          types/pa_value.h, types/pa_vhash.h:
                   25151:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   25152: 
                   25153:        * src/main/execute.C: z
                   25154: 
                   25155:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   25156:          targets/cgi/parser3.C: taint[uri
                   25157: 
                   25158:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   25159:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   25160:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   25161:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   25162: 
                   25163:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   25164:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25165:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   25166:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   25167:          bool tainted) ctor
                   25168: 
                   25169:        * src/: include/pa_hash.h, include/pa_request.h,
                   25170:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   25171:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25172:          targets/cgi/parser3.C: proper @exceptions params tainting
                   25173: 
                   25174:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   25175:          response fields to header
                   25176: 
                   25177:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   25178:          z
                   25179: 
                   25180:        * src/: classes/_response.h, classes/response.C,
                   25181:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   25182:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   25183:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25184:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   25185:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   25186:          $response: 0  request::core exception rethrow
                   25187: 
                   25188: 2001-03-16  paf
                   25189: 
                   25190:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   25191:          types/pa_vrequest.h: native method' class call with less params
                   25192:          then needed error reporting
                   25193: 
                   25194:        * src/: classes/_request.h, classes/request.C,
                   25195:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   25196:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25197:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   25198:          types/pa_vrequest.h: $request : query :uri
                   25199: 
                   25200:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   25201:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   25202:          types/pa_wcontext.h: $result
                   25203: 
                   25204:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   25205: 
                   25206:        * src/: classes/double.C, include/code.h, main/compile.y,
                   25207:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   25208:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   25209: 
                   25210:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   25211:          main/compile.y, main/execute.C, types/pa_value.h,
                   25212:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   25213:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   25214:          wcontext conflict
                   25215: 
                   25216:        * src/: main/execute.C, types/pa_value.h,
                   25217:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   25218:          $string.field
                   25219: 
                   25220: 2001-03-15  paf
                   25221: 
                   25222:        * src/main/pa_request.C: news sample
                   25223: 
                   25224:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   25225:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   25226: 
                   25227:        * src/main/: compile.y, execute.C: z
                   25228: 
                   25229:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   25230:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   25231:          pre pre works
                   25232: 
                   25233:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25234:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   25235:          fillfields just compiled
                   25236: 
                   25237: 2001-03-14  paf
                   25238: 
                   25239:        * src/: include/pa_request.h, main/pa_request.C,
                   25240:          targets/cgi/parser3.C: z
                   25241: 
                   25242:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25243:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   25244:          types/pa_vstring.h: limits -1
                   25245: 
                   25246:        * src/: include/pa_globals.h, include/pa_request.h,
                   25247:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   25248:          main/pa_request.C, targets/cgi/parser3.C,
                   25249:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   25250:          request_info -1
                   25251: 
                   25252:        * src/: include/pa_globals.h, main/pa_globals.C,
                   25253:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25254:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   25255:          vform_fields_fill
                   25256: 
                   25257:        * src/targets/cgi/parser3.C: #  if MSVC
                   25258: 
                   25259:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   25260:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   25261: 
                   25262:        * src/targets/cgi/parser3.C: z
                   25263: 
                   25264:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   25265:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   25266:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25267:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   25268:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   25269:          types/pa_vunknown.h: global handler, exceptions in parser3
                   25270: 
                   25271: 2001-03-13  paf
                   25272: 
                   25273:        * src/: classes/form.C, main/compile.y, main/core.C,
                   25274:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   25275:          types/pa_vform.h, types/pa_vstateless_class.C,
                   25276:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   25277:          instead
                   25278: 
                   25279:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25280:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   25281:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   25282:          started cgi target
                   25283: 
                   25284:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25285:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   25286:          before error show with parser
                   25287: 
                   25288:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   25289:          include/pa_request.h, main/core.C, main/pa_request.C,
                   25290:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   25291: 
                   25292:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   25293: 
                   25294:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   25295:          parser3.C: renamed targets/ parser to cgi
                   25296: 
                   25297:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   25298:          classes/root.C, classes/string.C, classes/table.C,
                   25299:          include/pa_request.h, types/pa_vhash.h: z
                   25300: 
                   25301:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25302:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   25303:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   25304:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25305:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   25306:          [historical moment :)]
                   25307: 
                   25308:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   25309:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   25310: 
                   25311:        * src/types/pa_venv.h: $ENV 1
                   25312: 
                   25313:        * src/main/execute.C: z
                   25314: 
                   25315:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   25316:          future methods of ENV constructor if
                   25317: 
                   25318:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   25319:          class
                   25320: 
                   25321:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25322:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25323:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25324:          classes/string.C, classes/table.C, include/pa_request.h,
                   25325:          main/compile.C, main/compile_tools.h, main/core.C,
                   25326:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25327:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25328:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25329:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25330:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25331:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25332: 
                   25333:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25334:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25335:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25336:          classes/string.C, classes/table.C, include/pa_request.h,
                   25337:          main/compile.C, main/compile_tools.h, main/core.C,
                   25338:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25339:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25340:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25341:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25342:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25343:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25344: 
                   25345:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   25346:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   25347:          yesterdays bad decision on execute_static_method
                   25348: 
                   25349:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   25350: 
                   25351:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25352:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   25353: 
                   25354:        * src/main/pa_request.C: z
                   25355: 
                   25356:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25357:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   25358: 
                   25359:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25360:          include/pa_pool.h, main/pa_request.C:
                   25361:          restructure_exceptions_dead_end
                   25362: 
                   25363:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   25364:          allowed ; inside {} to break params
                   25365: 
                   25366:        * src/classes/root.C: ^eval
                   25367: 
                   25368:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   25369:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   25370:          string ^format
                   25371: 
                   25372:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   25373:          'bad' but not 'enough'
                   25374: 
                   25375:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   25376:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   25377:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   25378:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   25379:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   25380: 
                   25381:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25382:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   25383:          types/pa_vint.h: ^for
                   25384: 
                   25385: 2001-03-12  paf
                   25386: 
                   25387:        * src/classes/table.C: table ^empty
                   25388: 
                   25389:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   25390: 
                   25391:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   25392:          ^offset ^line ^count
                   25393: 
                   25394:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   25395:          ^abs()  ^sign()
                   25396: 
                   25397:        * src/classes/: root.C, table.C: ^use
                   25398: 
                   25399:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25400:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   25401:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   25402:          ^while. switched off wcontext.constructing after write(value) or
                   25403:          auto-vhash-constructing
                   25404: 
                   25405:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25406:          main/pa_request.C: fail_if_junction_ helper func
                   25407: 
                   25408:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25409:          include/pa_request.h, main/execute.C, main/main.dsp,
                   25410:          main/pa_common.C, main/pa_request.C: ^process error point by
                   25411:          actual method_name, not source.  ^load
                   25412: 
                   25413:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   25414: 
                   25415:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   25416:          classes/_table.h, classes/table.C, main/untaint.C: z
                   25417: 
                   25418:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   25419:          include/pa_table.h, main/core.C, main/execute.C,
                   25420:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   25421:          types/pa_value.h: table:set 0
                   25422: 
                   25423:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   25424:          include/pa_request.h, include/pa_table.h, main/core.C,
                   25425:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   25426:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   25427:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   25428:          types/pa_vstring.h: freeze, ^table:create[] -1
                   25429: 
                   25430:        * src/: classes/root.C, types/pa_value.h: z
                   25431: 
                   25432:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   25433:          get_method in couple places optimizing them
                   25434: 
                   25435:        * src/classes/root.C: z
                   25436: 
                   25437:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   25438:          zeroing
                   25439: 
                   25440:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25441:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   25442:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   25443:          main/compile.y, main/compile_tools.h, main/execute.C,
                   25444:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25445:          types/pa_vmframe.h: ^process. actual names to store param and
                   25446:          check_actual_numbered_params for better place diagnostics
                   25447: 
                   25448:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   25449:          method-junctions bug fixed
                   25450: 
                   25451:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   25452:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   25453: 
                   25454: 2001-03-11  paf
                   25455: 
                   25456:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   25457:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   25458:          VDouble VInt base now VObject_base - without fields
                   25459: 
                   25460:        * src/: classes/root.C, include/core.h, main/core.C: z
                   25461: 
                   25462:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25463:          classes/string.C, include/core.h, include/pa_hash.h,
                   25464:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   25465:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   25466: 
                   25467:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25468:          include/pa_request.h, main/execute.C: intercept_string
                   25469: 
                   25470:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25471:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   25472: 
                   25473:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   25474:          ^inc-s(expr)
                   25475: 
                   25476:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25477:          classes/_root.h, classes/_string.h, classes/double.C,
                   25478:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25479:          include/code.h, include/core.h, include/pa_array.h,
                   25480:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25481:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25482:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25483:          include/pa_types.h, main/compile.C, main/compile.y,
                   25484:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25485:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25486:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   25487:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25488:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25489:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25490:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25491:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25492:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25493:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   25494: 
                   25495:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   25496: 
                   25497:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25498:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   25499: 
                   25500:        * src/: include/pa_valiased.h, include/pa_value.h,
                   25501:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25502:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25503:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25504:          include/pa_vobject.h, include/pa_vstring.h,
                   25505:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25506:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   25507:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   25508:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   25509:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25510:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25511:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25512:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25513:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25514:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   25515:          include/
                   25516: 
                   25517: 2001-03-10  paf
                   25518: 
                   25519:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25520:          main/pa_request.C: run+auto=run
                   25521: 
                   25522:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   25523: 
                   25524:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25525:          classes/_root.h, classes/_string.h, classes/double.C,
                   25526:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25527:          include/code.h, include/core.h, include/pa_array.h,
                   25528:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25529:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25530:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25531:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   25532:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25533:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25534:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25535:          include/pa_vobject.h, include/pa_vstring.h,
                   25536:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25537:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   25538:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25539:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   25540:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   25541:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25542:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   25543:          main/pa_wcontext.C: sources header
                   25544: 
                   25545:        * src/main/pa_request.C: auto..
                   25546: 
                   25547:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25548:          main/pa_request.C: auto tree0
                   25549: 
                   25550:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   25551:          main/core.C, main/pa_request.C: names to core.C
                   25552: 
                   25553:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   25554:          include/pa_request.h, main/core.C, main/execute.C,
                   25555:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   25556: 
                   25557:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   25558:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   25559:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25560:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   25561: 
                   25562:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   25563:          @auto[] realised. auto.p scan togo
                   25564: 
                   25565:        * src/: include/pa_request.h, main/execute.C: autocalc
                   25566:          code-junctions result now have names
                   25567: 
                   25568:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25569:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   25570:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   25571:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   25572: 
                   25573:        * src/classes/env.C: env:file/line
                   25574: 
                   25575:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   25576:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   25577:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   25578:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   25579:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25580:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   25581:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   25582: 
                   25583:        * src/include/pa_vclass.h: const fight to go
                   25584: 
                   25585:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25586:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   25587:          main/main.dsp: env0
                   25588: 
                   25589:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   25590:          classes/_string.h, classes/double.C, classes/int.C,
                   25591:          classes/root.C, classes/string.C, include/pa_request.h,
                   25592:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   25593:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   25594:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   25595:          main/pa_wcontext.C: ^lang prepare0
                   25596: 
                   25597: 2001-03-09  paf
                   25598: 
                   25599:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   25600:          construct proper naming
                   25601: 
                   25602:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   25603:          classes/double.C, classes/int.C, classes/root.C,
                   25604:          classes/string.C, include/code.h, include/pa_value.h,
                   25605:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   25606:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25607:          main/compile.y, main/compile_tools.C, main/core.C,
                   25608:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   25609:          and ^double[]. fixed expr type
                   25610: 
                   25611:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25612:          ^string.length[]
                   25613: 
                   25614: 2001-03-08  paf
                   25615: 
                   25616:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   25617: 
                   25618:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   25619:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25620:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   25621:          derivated from vobject
                   25622: 
                   25623:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   25624:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   25625: 
                   25626:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   25627:          remained clone conseqs
                   25628: 
                   25629:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   25630: 
                   25631:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   25632: 
                   25633:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   25634:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   25635:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   25636:          include/pa_vobject.h, include/pa_vstring.h,
                   25637:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25638:          main/execute.C: withoud cloning. didn't need it actually, params
                   25639:          got passed from out unnamed ewpool
                   25640: 
                   25641:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   25642:          include/pa_vjunction.h, include/pa_vobject.h,
                   25643:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   25644: 
                   25645:        * src/: include/pa_bool.h, include/pa_double.h,
                   25646:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   25647:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   25648:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25649:          include/pa_vobject.h, include/pa_vstring.h,
                   25650:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25651:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   25652:          to give params proper names
                   25653: 
                   25654:        * src/main/pa_wcontext.C: z
                   25655: 
                   25656:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   25657:          unknown values in get_element and unfilled params. removed wrong
                   25658:          name change in get_element
                   25659: 
                   25660:        * src/main/execute.C: z
                   25661: 
                   25662:        * src/main/execute.C: fixed problems calling operators in
                   25663:          constructors
                   25664: 
                   25665:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   25666:          detected problems calling operators in constructors
                   25667: 
                   25668:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25669:          autocalc def to string
                   25670: 
                   25671:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   25672:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   25673: 
                   25674:        * src/classes/root.C: added root.c
                   25675: 
                   25676:        * src/: include/pa_request.h, include/pa_value.h,
                   25677:          include/pa_vcframe.h, include/pa_vmframe.h,
                   25678:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25679:          main/core.C, main/execute.C, main/pa_cframe.C,
                   25680:          main/pa_wcontext.C: 'if' just compiled
                   25681: 
                   25682:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   25683:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25684:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   25685:          main/pa_wcontext.C: z
                   25686: 
                   25687:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   25688:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   25689:          with parameter names  in operator methods
                   25690: 
                   25691:        * src/main/compile.y: minor renamings in .y
                   25692: 
                   25693:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25694:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   25695:          @BASE.  changed 'RUN' assignment mech
                   25696: 
                   25697:        * src/main/execute.C: z
                   25698: 
                   25699:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25700:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   25701:          static. so to enable runtime ^use
                   25702: 
                   25703:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   25704: 
                   25705:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25706:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   25707: 
                   25708:        * src/main/execute.C: root root in code-junction
                   25709: 
                   25710: 2001-03-07  paf
                   25711: 
                   25712:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   25713:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   25714: 
                   25715:        * src/: include/pa_stack.h, include/pa_value.h,
                   25716:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   25717:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   25718:          fixed rwcontext of {} params up
                   25719: 
                   25720:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   25721: 
                   25722:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   25723: 
                   25724:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   25725:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   25726:          main/pa_hash.C: expr def in -f
                   25727: 
                   25728:        * src/main/: compile.y, execute.C: expr calls
                   25729: 
                   25730:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   25731:          fixed
                   25732: 
                   25733:        * src/main/compile.y: expr quoted code
                   25734: 
                   25735:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   25736:          support0
                   25737: 
                   25738:        * src/main/compile.y: expr string comparisons 0
                   25739: 
                   25740:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   25741:          main/pa_string.C: just compiled lt&co
                   25742: 
                   25743:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   25744:          $field not a $var.field
                   25745: 
                   25746: 2001-03-06  paf
                   25747: 
                   25748:        * src/main/compile.y: .y expr visible-shorter
                   25749: 
                   25750:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   25751:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   25752:          logical
                   25753: 
                   25754:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   25755:          skipping whitespace in yylex
                   25756: 
                   25757:        * src/include/pa_vbool.h: forgot this
                   25758: 
                   25759:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   25760:          string ops in expressions 0
                   25761: 
                   25762:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   25763:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   25764:          main/execute.C, main/main.dsp: !~
                   25765: 
                   25766:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   25767:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   25768:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25769:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25770:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25771:          main/compile_tools.h, main/execute.C: +-*/
                   25772: 
                   25773:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   25774:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   25775: 
                   25776:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   25777:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   25778: 
                   25779:        * src/main/compile.y: expr grammar-1
                   25780: 
                   25781:        * src/main/compile.y: expr lexx1
                   25782: 
                   25783:        * src/main/: compile.y, execute.C, main.dsp: z
                   25784: 
                   25785:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   25786:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   25787:          main/execute.C: expr lex0 exec-1
                   25788: 
                   25789:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   25790: 
                   25791: 2001-02-26  paf
                   25792: 
                   25793:        * src/main/compile.y: max_string in yyerror bug fix
                   25794: 
                   25795: 2001-02-25  paf
                   25796: 
                   25797:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25798:          include/pa_wcontext.h, main/execute.C: VAliased3
                   25799: 
                   25800:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   25801: 
                   25802:        * src/main/execute.C: VAliased1
                   25803: 
                   25804:        * src/: include/pa_request.h, include/pa_value.h,
                   25805:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   25806:          VAliased0
                   25807: 
                   25808:        * src/: include/pa_pool.h, include/pa_request.h,
                   25809:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   25810:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   25811:          VAliased just compiled
                   25812: 
                   25813:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   25814:          include/pa_vobject.h, main/execute.C: alias dead end
                   25815: 
                   25816:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25817:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25818:          main/main.dsp: no not get fields into interm VFielded class.
                   25819:          fields & staticfields 1
                   25820: 
                   25821:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   25822:          include/pa_vobject.h, include/pa_wcontext.h,
                   25823:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   25824:          main/main.dsp: would now get fields into interm VFielded class
                   25825: 
                   25826:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25827:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25828:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25829:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   25830:          main/pa_wcontext.C: virtuals2
                   25831: 
                   25832:        * src/main/compile.y: : 1
                   25833: 
                   25834:        * src/main/compile.y: rethought to $class:static.field.subfield
                   25835: 
                   25836:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   25837:          $class:element
                   25838: 
                   25839:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25840:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   25841:          main/pa_wcontext.C: before execute class calls rewrite
                   25842: 
                   25843:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   25844:          name RUN, also alias
                   25845: 
                   25846:        * src/main/compile.y: escaping bug
                   25847: 
                   25848:        * src/: include/pa_request.h, include/pa_value.h,
                   25849:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   25850:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   25851: 
                   25852:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25853:          include/pa_vmframe.h, include/pa_vobject.h,
                   25854:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25855:          main/compile_tools.h, main/execute.C: ^class:method() just
                   25856:          compiled
                   25857: 
                   25858: 2001-02-24  paf
                   25859: 
                   25860:        * src/main/main.dsp: no bison -d
                   25861: 
                   25862:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   25863:          class' err msg wrong
                   25864: 
                   25865:        * src/main/compile.y: z
                   25866: 
                   25867:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   25868: 
                   25869:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   25870:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   25871: 
                   25872:        * src/: include/pa_vclass.h, main/core.C: z
                   25873: 
                   25874:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25875:          include/pa_vobject.h, main/main.dsp: vobject00
                   25876: 
                   25877:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   25878:          60% from 1 were 0
                   25879: 
                   25880:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   25881:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   25882:          as bad as you've named it: wcontext.value() was not a perfect
                   25883:          idea
                   25884: 
                   25885:        * src/main/execute.C: codeframe1
                   25886: 
                   25887:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   25888:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   25889:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25890:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25891:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   25892:          just compiled
                   25893: 
                   25894:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   25895:          ideology @: ^x{$a()) must construct current wcontext element, so
                   25896:          smart wcontext handling needed
                   25897: 
                   25898:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   25899:          klinch
                   25900: 
                   25901:        * src/main/: compile.y, execute.C: fixed empty constructor
                   25902:          optimized empty case. failed on calls - produced empty string
                   25903:          param
                   25904: 
                   25905:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   25906: 
                   25907:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   25908:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   25909:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25910:          main/execute.C: code junctions0. something wrong with last \n
                   25911:          macrotemplate strip
                   25912: 
                   25913:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   25914:          main/pa_value.C: minor error reporting format beautifyings
                   25915: 
                   25916:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25917:          include/pa_vframe.h, main/core.C, main/execute.C,
                   25918:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   25919:          junctions0
                   25920: 
                   25921: 2001-02-23  paf
                   25922: 
                   25923:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   25924:          pa_wwrapper.h: lara came, can't work, sorry :(
                   25925: 
                   25926:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   25927:          junction
                   25928: 
                   25929:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   25930:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   25931:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   25932: 
                   25933:        * src/: include/pa_hash.h, include/pa_value.h,
                   25934:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   25935:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   25936:          done
                   25937: 
                   25938:        * src/include/pa_wcontext.h: z
                   25939: 
                   25940:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   25941:          wrong grammar in complex constructor case
                   25942: 
                   25943:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   25944: 
                   25945:        * src/main/execute.C: with result rwpool
                   25946: 
                   25947:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   25948:          main/main.dsp: value named
                   25949: 
                   25950:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   25951:          strign 2 value in 2 places in execute
                   25952: 
                   25953:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   25954:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   25955:          wcontext.put_element when wcontext fvalue==0
                   25956: 
                   25957: 2001-02-22  paf
                   25958: 
                   25959:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25960:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   25961:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   25962: 
                   25963:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   25964:          erroreos checkout
                   25965: 
                   25966:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   25967: 
                   25968:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   25969:          main/compile_tools.h, main/pa_array.C: $self.get
                   25970: 
                   25971:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   25972: 
                   25973:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   25974:          bit. finished now.
                   25975: 
                   25976:        * src/main/compile.y: $: finished
                   25977: 
                   25978:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   25979: 
                   25980:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   25981:          main/execute.C: OP_STRING better then some xxx _VALUE
                   25982: 
                   25983:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   25984:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25985:          string to vstring it .y all
                   25986: 
                   25987:        * src/: include/pa_request.h, include/pa_stack.h,
                   25988:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   25989:          all
                   25990: 
                   25991:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   25992:          precise parse error line:col
                   25993: 
                   25994:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   25995:          main/pa_hash.C, main/pa_pool.C: TRY...
                   25996: 
                   25997:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25998:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   25999:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26000:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   26001:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   26002:          main/pa_table.C: removed exception from request
                   26003: 
                   26004:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   26005:          some forgotten
                   26006: 
                   26007:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   26008:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   26009:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   26010:          get/put simple vars to VClass works0
                   26011: 
                   26012:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   26013:          main/pa_string.C: in process, but found that exceptions are too
                   26014:          global
                   26015: 
                   26016:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   26017:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   26018:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   26019:          seems wcontext must write strings regardles of fvalue!=0
                   26020: 
                   26021: 2001-02-21  paf
                   26022: 
                   26023:        * src/main/execute.C: tired :)
                   26024: 
                   26025:        * src/main/: compile.C, compile.y, execute.C: store0
                   26026: 
                   26027:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   26028:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   26029:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   26030:          main/execute.C, main/main.dsp, main/pa_array.C,
                   26031:          main/pa_request.C: get put -1 [just compiled]
                   26032: 
                   26033:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   26034:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   26035:          main/main.dsp, main/pa_request.C: request core methods0
                   26036: 
                   26037:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   26038:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   26039:          execute
                   26040: 
                   26041:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   26042:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   26043:          methods and one_big_piece. now compile returns array<method*>
                   26044: 
                   26045:        * src/main/compile.y: more straightforward yylex[end]
                   26046: 
                   26047:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   26048:          string.operator==(char*)
                   26049: 
                   26050:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   26051:          main/execute.C, main/pa_array.C: after array.const get wonders
                   26052: 
                   26053:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   26054:          pa_string.h, pa_value.h: struck with const array.gets
                   26055: 
                   26056:        * src/main/: execute.C: z
                   26057: 
                   26058:        * src/main/: compile.y, execute.C: z
                   26059: 
                   26060:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   26061:          processing in eval & yyerror so it wouldn't cause memleaks.
                   26062: 
                   26063:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   26064:          parse error positions. leaving RIGHTMOST position as
                   26065:          @file[line:col]
                   26066: 
                   26067:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   26068:          main/compile_tools.h: line numbers needed. would add them to .y
                   26069:          now internally. externally it's not as precise as needed
                   26070: 
                   26071:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   26072:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   26073:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   26074:          compiler works ok
                   26075: 
                   26076: 2001-02-20  paf
                   26077: 
                   26078:        * src/main/: compile.C, compile.y, compile_tools.C,
                   26079:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   26080:          not perfect
                   26081: 
                   26082:        * src/: include/code.h, include/compile.h, include/execute.h,
                   26083:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   26084:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26085:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26086:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   26087:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   26088:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   26089:          compiled.  execute=dump for now
                   26090: 
                   26091:        * src/main/core.C: core rewrite using yacc investigations now will
                   26092:          be compile[yacc]/execute[opcodes]
                   26093: 
                   26094: 2001-02-15  paf
                   26095: 
                   26096:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   26097:          rewrite as turing machine? for it seems it would be it's too many
                   26098:          ifs with this syntax now
                   26099: 
                   26100: 2001-02-14  paf
                   26101: 
                   26102:        * src/main/core.C: get_params 1
                   26103: 
                   26104:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   26105:          :( ]
                   26106: 
                   26107:        * src/main/core.C: varios breaks
                   26108: 
                   26109:        * src/main/core.C: get names 3
                   26110: 
                   26111:        * src/main/core.C: get names 2
                   26112: 
                   26113:        * src/main/core.C: get names 1
                   26114: 
                   26115:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   26116:          names 0
                   26117: 
                   26118:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   26119:          text repassing2 operator static vars
                   26120: 
                   26121:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   26122:          main/pa_string.C: process text repassing
                   26123: 
                   26124:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26125:          module:calls changes
                   26126: 
                   26127: 2001-02-13  paf
                   26128: 
                   26129:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26130:          ^class:calls[] started
                   26131: 
                   26132:        * src/: include/pa_value.h, main/core.C: z
                   26133: 
                   26134:        * src/main/core.C: operators : and self. prefixes
                   26135: 
                   26136:        * src/main/core.C: z
                   26137: 
                   26138:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26139:          tested
                   26140: 
                   26141:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26142:          optimized
                   26143: 
                   26144:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   26145:          would change privates to better support optimization
                   26146: 
                   26147:        * src/: include/pa_string.h, main/pa_string.C:
                   26148:          String_iterator::skip_to todo:optimize
                   26149: 
                   26150: 2001-02-12  paf
                   26151: 
                   26152:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   26153:          String_iterator
                   26154: 
                   26155:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   26156:          comments
                   26157: 
                   26158:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   26159:          self/methodref joined
                   26160: 
                   26161: 2001-02-11  paf
                   26162: 
                   26163:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   26164:          main/main.dsp: core started.  core.C, context&value .h
                   26165: 
                   26166:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26167:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26168:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   26169: 
                   26170: 2001-01-30  paf
                   26171: 
                   26172:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   26173:          comments
                   26174: 
                   26175:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   26176:          main/pa_pool.C: moved pa_pool.C to be target specific
                   26177: 
                   26178:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26179:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   26180:          to & changes
                   26181: 
                   26182:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26183:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   26184:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   26185:          re-associated. that's much better even removed 'die' necessety
                   26186: 
                   26187:        * src/: include/pa_error.h, include/pa_exception.h,
                   26188:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   26189:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   26190:          targets/Makefile.am: lowered targets/parser into subdir, added
                   26191:          parser_Pool(Pool) failed to add. would think..
                   26192: 
                   26193:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   26194:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   26195:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   26196:          hence lots of 'const'
                   26197: 
                   26198:        * src/: include/pa_error.h, include/pa_request.h,
                   26199:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   26200:          main/pa_table.C: Error fixed
                   26201: 
                   26202: 2001-01-29  paf
                   26203: 
                   26204:        * src/: include/pa_array.h, include/pa_common.h,
                   26205:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   26206:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   26207:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   26208:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   26209: 
                   26210:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26211:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26212:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   26213:          main/pa_string.C, main/pa_table.C: Request Error Table
                   26214: 
                   26215:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   26216:          templates"
                   26217: 
                   26218:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   26219:          main/main.dsp, main/pa_array.C: templates failed no template
                   26220:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   26221:          2.95.2-6 from latest cygwin]
                   26222: 
                   26223:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26224:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26225:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   26226:          main/pa_table.C: Table started would test template Array now
                   26227: 
                   26228:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26229:          String originating
                   26230: 
                   26231:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   26232:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   26233:          SYNCHRONIZED(thread_safe)
                   26234: 
                   26235:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   26236:          parts to top
                   26237: 
                   26238:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   26239:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   26240:          see: needed only in global Hash now, made Hash:: put/get
                   26241:          SYNCHRONIZED
                   26242: 
                   26243:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   26244:          main/pa_threads.C: added pa_threads
                   26245: 
                   26246:          Mutex
                   26247: 
                   26248:        * src/include/pa_hash.h: some comments
                   26249: 
                   26250:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   26251:          Array& operator += (Array& src)
                   26252: 
                   26253:        * src/main/pa_array.C: expand not convinient, would rewrite
                   26254: 
                   26255:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   26256:          (Array& src)
                   26257: 
                   26258:          rethought, would change now
                   26259: 
                   26260: 2001-01-27  paf
                   26261: 
                   26262:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   26263:          caching
                   26264: 
                   26265:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26266:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   26267:          cache rethought to chunk caching
                   26268: 
                   26269:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26270:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26271:          main/pa_hash.C, main/pa_string.C: Array 0
                   26272: 
                   26273:        * src/main/pa_string.C: String::operator ==
                   26274: 
                   26275:        * src/main/pa_hash.C: String(&String)
                   26276: 
                   26277:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   26278: 
                   26279:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   26280:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   26281:          pa_hash[forgotten]
                   26282: 
                   26283: 2001-01-26  paf
                   26284: 
                   26285:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26286:          removed templates [vc++ suxx]
                   26287: 
                   26288:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   26289:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   26290: 
                   26291:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   26292: 
1.119     moko     26293:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     26294: 
1.119     moko     26295:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     26296:          check
                   26297: 
                   26298:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   26299:          dynamic row_count
                   26300: 
                   26301:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26302:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26303:          targets/Makefile.am: Initial revision
                   26304: 
                   26305:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26306:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26307:          targets/Makefile.am: creating parser3 module
                   26308: 

E-mail: